/* 模板 */
.part-container {
    width: 100%;
    font-size: 18px;
    background-color: #f1f6fa;
    /* padding: 0 12px; */
    /* background: url('') no-repeat; */
    /* background-size: cover;  */
}

/* banner */
.banner {
    vertical-align: baseline;
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    /* max-height: 80vh; */
}

.main {
    max-width: 1200px;
    margin: 0 auto;
}

/* 民族 */
.part {
    width: 100%;
}

.part .title-img {
    vertical-align: baseline;
}

.part .title-img {
    display: block;
    width: 100%;
    height: auto;
}

.part-one .content {
    width: 100%;
    /* height: 800px; */
    background-color: #c8d5ec;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part-one .content .left {
    width: 72%;
}

.part-one .content .left .swiper {
    width: 95%;
    /* height: 300px; */
}

.part-one .content .left .swiper .swiper-slide {
    width: 100%;
}

.part-one .content .left .swiper .swiper-slide .lunbotu-box {
    width: 100%;
    vertical-align: baseline;
    position: relative;
}

.part-one .content .left .swiper .swiper-slide .lunbotu-box img {
    display: block;
    width: 100%;
    height: auto;
}

.part-one .content .left .swiper .swiper-slide .lunbotu-box .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    overflow: hidden;
    padding-left: 20px;
}

.part-one .content .right {
    /* background-color: green; */
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.part-one .content .right .img-box {
    width: 50px;
    cursor: pointer;
}

.part-one .content .right .shang-box {
    margin-bottom: 8%;
}

.part-one .content .right .xia-box {}

.part-one .content .right .swiper2 {
    width: 100%;
    max-height: 600px;
}

.part-one .content .right .swiper2 .swiper-wrapper {
    width: 100%;
    display: flex;
    /* flex-wrap: nowrap; */
    /* flex-direction: column; */

}

.part-one .content .right .swiper2 .swiper-slide {
    width: 100%;
}

.part-one .content .right .swiper2 .swiper-slide .lunbotu-box {
    vertical-align: baseline;
    position: relative;
}

.part-one .content .right .swiper2 .swiper-slide .lunbotu-box img {
    display: block;
    width: 100%;
    height: auto;
}

.part-one .content .right .swiper2 .swiper-slide .lunbotu-box .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    overflow: hidden;
    padding-left: 20px;
}

/* 经济 */
.part-two {
    z-index: 999;
    margin-top: 50px;
    width: 100%;
    /* background: url('../image/mid01.png') no-repeat;
    background-size: cover;  */
}

.part-two .content {
    display: flex;
    align-items: center;
}

.part-two .content .left {
    width: 35%;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.part-two .content .left .img-box {
    width: 100%;
    position: relative;
}

.part-two .content .left .img-box img {
    width: 100%;
}

.part-two .content .left .img-box .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    overflow: hidden;
    padding-left: 20px;
    font-size: 18px;
}

.part-two .content .left .zhichi-box {
    width: 20%;
    position: absolute;
}

.part-two .content .left .zhichi-box01 {
    top: 0;
    left: 2%;
}

.part-two .content .left .zhichi-box02 {
    bottom: 0;
    right: 2%;
}

.part-two .content .right {
    flex: 1;
    padding-left: 4%;
}

.part-two .content .right .news-list {
    padding: 2% 4% 4%;
    /* border-radius: 2px; */
    box-shadow: 0px 4px 8px #f2f2f2;
    background-color: #fff;
}

.part-two .content .right .news-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.part-two .content .right .news-item .thumb {
    width: 36%;
}

.part-two .content .right .news-item .thumb img {
    transition: 0.3s all;
    border-radius: 4px;
}

.part-two .content .right .news-item .thumb img:hover {
    transform: scale(1.1);
}

.part-two .content .right .news-item .right-content {
    flex: 1;
    padding-left: 4%;
}

.part-two .content .right .news-item .right-content .subject {
    color: #000;
    font-size: 20px;
    line-height: 2;
    /* font-weight: bold; */
    letter-spacing: 1px;
}

.part-two .content .right .news-item .right-content .subject:hover {
    /* text-decoration :  underline; */
    color: #b10000;
}

/* 中间middle */
.middle {
    margin-top: -12%;
    z-index: 0;
    width: 100%;
    max-width: 100vw;
}


/* 民生 */
.part-three {
    margin-top: -15%;
}

.part-three .content {
    padding: 0 2%;
    display: flex;
    align-items: center;
}

.part-three .content .mingsheng-list {
    /* padding: 2% 4% 4%; */
}

.part-three .content .mingsheng-item {
    margin-top: 2%;
    padding: 2% 4%;
    border-radius: 12px;
    border: 2px solid #9bb4dc;
    /* box-shadow: 0px 4px 8px #254193; */
    /* background-color: #f2f2f2; */
}

.part-three .content .mingsheng-item .title {
    color: #254193;
    font-size: 22px;
    margin-bottom: 1%;
}

.part-three .content .mingsheng-item .title:hover {
    text-decoration: underline;
    color: #b10000;
}

.part-three .content .mingsheng-item p {
    line-height: 1.6;
    font-size: 18px;
    /* color: #999; */
    text-indent: 2em;
    margin: 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.part-three .content .mingsheng-item p a {
    color: #000;

}

.part-three .content .mingsheng-item p a:hover {
    color: #b10000;
}

.part-three .content .mingsheng-item p .chakanXQ {
    color: #1069a5;
    text-decoration: underline;
}

/* 风光 */
.part-four {
    margin-top: 50px;
}

.part-four .content {
    width: 100%;
    margin-top: 3%;

}

.part-four .content .swiper3 {
    width: 100%;
    display: flex;

}

.part-four .content .swiper3 .swiper-slide {
    padding-bottom: 3%;
}

.part-four .content .swiper3 .swiper-slide .lunbotu-box {
    width: 100%;

}

.part-four .content .swiper3 .swiper-slide .lunbotu-box-box img {}

.part-four .content .swiper3 .swiper-slide .bottom-box {
    margin-top: 5%;
}

.part-four .content .swiper3 .swiper-slide .bottom-box .title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.part-four .content .swiper3 .swiper-slide .bottom-box .title:hover {
    color: #b10000;
}

.part-four .content .swiper3 .swiper-slide .bottom-box .jianjie {
    margin-top: 2%;
    color: #000;
    font-size: 18px;
}

.part-four .content .swiper3 .swiper-slide .bottom-box .jianjie:hover {
    color: #b10000;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(0, 0, 0, 0.4);
    /* 修改背景颜色 */
    color: #fff;
    /* 修改图标颜色 */
    padding: 20px;
    /* 修改内边距 */
    border-radius: 4px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px;
}