﻿.text a {
    color: inherit;
}

.header-part {
    margin-top: 90px;
    width: 100%;
    height: 813px;
    background: url(../images/20221221_yd_topimage.png) no-repeat top center;
    position: relative;
}
.container {
    width: 100%;
    height: auto;
    position: relative;
}
.container .container-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

/* 学习专栏 */
.xxzl-part {
    position: relative;
}
.xxzl-part .chnl-title {
    margin-bottom: 50px;
}
.xxzl-part .news-box {
    padding: 0 30px;
    position: relative;
    display: flex;
}
.left-swiper {
    margin-right: 30px;
    width: 564px;
    height: 314px;
    border: 3px solid #d3af58;
    position: relative;
    z-index: 2;
}
/* swiper */
#lbtSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}
#lbtSwiper .swiper-wrapper .swiper-slide {
    position: relative;
    text-align: center;
}
#lbtSwiper .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: 320px;
}
/* 自定义底部分页器 */
#lbtSwiper .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#lbtSwiper .swiper-pagination-bullets > .swiper-pagination-bullet-active {
    width: 39px;
    border-radius: 39px;
    background-color: #fff;
}
/* 自定义底部content条框 */
#lbtSwiper .swiper-slide > .pic-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.5);
}
#lbtSwiper .swiper-slide > .pic-content > a {
    display: block;
    width: 430px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#lbtSwiper .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}

/* 新闻 */
.right-news {
    width: 540px;
    height: 320px;
    z-index: 2;
}
.right-news .tit {
    margin-top: 10px;
    padding-left: 20px;
    height: 39px;
    line-height: 39px;
    position: relative;
}
.right-news .short-tit {
    margin: 38px 0 20px;
    position: relative;
}
.right-news .desc {
    position: relative;
}

.right-news .tit:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 5px;
    height: 30px;
    background-color: #d3af58;
}
.right-news .tit p {
    color: #000;
    font-size: 24px;
    font-weight: bold;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.right-news .short-tit p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.right-news .desc p {
    color: #fff;
    font-size: 16px;
    text-indent: 2em;
    line-height: 36px;

    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6; 
	overflow: hidden;
}
/* 红色底部 */
.pos-red-bg {
    width: 100%;
    height: 280px;
    position: absolute;
    left: 0;
    bottom: -25px;
    background-color: #e10a00;
}
/* 添加 */
.chnl-part .chnl-title {
    margin: 60px auto;
    text-align: center;
}
.chnl-part .chnl-title img {
    margin-right: 139px;
}

/* 清廉晋城在行动 */
.qldy-part {
    margin: 80px 0px 10px;
    position: relative;
}
.qldy-part .chnl-title {
    margin: 60px auto;
    width: 1200px;
    text-align: center;
}
.qldy-part .chnl-title img {
    margin-right: 139px;
}

/* 图片 */
.pic-box {
    width: 100%;
    height: 550px;
    background-color: #feeed9;
}
.pic-box .pic-wrap {
    margin: 0 auto;
    padding: 30px 0;
    width: 1200px;
    position: relative;
}
.pic-box .pic-wrap .pic-top-box {
    width: 100%;
    height: 320px;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.pic-top-box .left-box {
    width: 250px;
    height: 100%;
    position: relative;
}
.pic-top-box .center-box {
    width: 540px;
    background-color: #fff;
    position: relative;
}
.pic-top-box .right-box {
    width: 360px;
    position: relative;
}

.pic-bottom-box {
    margin-top: 30px;
    width: 100%;
    height: 160px;
    position: relative;
}
.pic-bottom-box .pic-list {
    position: relative;
    display: flex;
}
.pic-list .pic-item {
    margin-right: 13px;
    width: 290px;
    height: 160px;
}
.pic-list .pic-item:last-child {
    margin-right: 0;
}
.pic-list .pic-item img {
    width: 100%;
    height: 100%;
}
.one-pic {
    margin-bottom: 20px;
}
.one-pic img {
    width: 100%;
    height: 150px;
}
.two-pic img {
    width: 100%;
    height: 150px;
}
.three-pic-list  {
    width: 370px;
    height: 320px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.three-pic-list .three-pic {
    margin-right: 2px;
    margin-bottom: 2px;
    width: 180px;
    height: 160px;
    position: relative;
}
.three-pic-list .three-pic img {
    width: 100%;
    height: 100%;
}
/* 中部列表 */
.center-box .center-news {
    padding: 34px 20px;
    position: relative;
}
.center-box .center-news .news-detail {
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.center-box .center-news .news-detail:before {
    content: '';
    position: absolute;
     top: 42%;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #055095;
}
.center-box .center-news .news-detail p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.center-box .center-news .news-detail:hover p {
    padding-left: 8px;
    color: #e10a00;
    transition: all .3s;
}



/* 链接 */
.bottom-part {
    margin-top: 80px;
    width: 100%;
    height: 530px;
    background: url(../images/20221221_bottom.png) top center no-repeat;
    position: relative;
    box-sizing: border-box;
}