.pRe {
    position: relative;
}

.pAb {
    position: absolute;
}

.mAu {
    margin: 0 auto;
    overflow: hidden;
}

.banner {
    max-width: 1920px;
    min-width: 1200px;
    height: 820px;
    background: url(../images/head-bg.jpg) no-repeat center top;
}

.focusNewsBox {
    max-width: 1920px;
    min-width: 1200px;
    height: 665px;
}

.red {
    background-color: #c82729;
}

.title {
    width: 1200px;
    height: 70px;
}

.focusNewsTitle {
    background: url(../images/tit_01.png) no-repeat center top;
}

.newsTop {
    width: 1200px;
    height: 156px;
    background-color: #f8e6cb;
}

.newsTop .iconInfo {
    width: 110px;
    height: 156px;
    background: url(../images/hot_icon.png) no-repeat center;
}

.newsTop .topNewsInfo {
    width: 1070px;
    padding-top: 6px;
    padding-right: 20px;
    height: 142px;
    padding-bottom: 8px;
}

.newsTop .topNewsInfo .title {
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    font-size: 30px;
    width: 1070px;
}

.redText a {
    color: #c91c22;
}

.newsTop .topNewsInfo .summary {
    height: 56px;
    line-height: 28px;
    overflow: hidden;
}

.newsTop .topNewsInfo .summary a {
    color: #83581a;
    font-size: 16px;
}

/* 焦点图 */
.focusBox {
    width: 615px;
    height: 350px;
}

.focusBox .txt-slide {
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    height: 42px;
    padding-bottom: 14px;
    line-height: 42px;
    box-sizing: content-box;
    z-index: 100;
}

.focusBox .textBg {
    z-index: 99;
    bottom: 0;
    width: 100%;
    height: 56px;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

.focusBox .txt-slide .txt-content {
    width: 595px;
    height: 42px;
    line-height: 42px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 0 10px;
}
.focusBox .txt-slide .txt-content:hover{
    color: rgb(255, 172, 17);  
}
.focusBox .img-slide {
    width: 615px;
    height: 350px;
}

.focusBox .img-slide .img-content {
    width: 100%;
}

.focusBox .img-slide .img-content>a {
    display: block;
    height: 350px;
}

.focusBox .img-slide .img-content>img {
    height: 100%;
    width: 100%;
}

.focusBox .img-slide .img-content>a>img {
    height: 100%;
    width: 100%;
}

.focusBox .img-slide .slick-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 2px;
    line-height: 2px;
    z-index: 101;
}

.focusBox .slick-dots li {
    height: 3px;
    margin: 0 4px;
    width: 15px;
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}

.listBoix {
    height: 350px;
    padding-top: 45px;
    padding-bottom: 40PX;
    width: 1200px;
}

.img-slide .slick-dots {
    padding: 0 10px;
}

.focusBox .slick-dots li button {
    padding: 0;
    height: 3px;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
}

.img-slide .slick-dots li button {
    width: 15px;
    background: #ccc;
    opacity: .5;
    filter: alpha(opacity=50)
}

.img-slide .slick-dots li.slick-active button {
    width: 15px;
    background: #b49742;
}

.reList {
    width: 570px;
    height: 350px;
}

.reNews h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    height: 56px;
    line-height: 28px;
    overflow: hidden;
}
.reNews h4:hover {
    color: rgb(255, 172, 17);
}
.reNews a:hover p,.reNews a:hover h4{
    color: rgb(255, 172, 17);
}
.reNews p {
    height: 48px;
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    color: #fff;
    border-bottom: 2px dashed #dc7778;
}
.reNews p:hover {
    color: rgb(255, 172, 17);
}

.newNews {
    height: 184px;
    padding: 10px 0;
}

.newNews li {
    height: 36px;
    line-height: 36px;
    position: relative;
    list-style-type: disc;
}

.newNews li .disc {
    left: 0;
    top: 0;
    position: absolute;
    height: 36px;
    width: 10px;
    font-size: 4px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}

.newNews li .time {
    right: 0;
    top: 0;
    position: absolute;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    height: 36px;
    width: 100px;
}

.newNews li a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding-left: 10px;
    width: 470px;
    height: 36px;
    overflow: hidden;
}

/* 主要内容 */
.main {
    max-width: 1920px;
    min-width: 1200px;
    overflow: hidden;
    background: url(../images/bg02.jpg) no-repeat center top;
}

/* 报告解读 */
.bgjd {
    width: 1200px;
    height: 545px;
}

.bgjd .title2,
.bgListBox .title3,
.title4,
.title5,
.title6 {
    width: 1200px;
    height: 68px;
    border-bottom: 1px solid #cdcfd7;
}

.bgjd .title2 .img,
.bgListBox .title3 .img,
.title4 .img,
.title5 .img,
.title6 .img {
    display: block;
    height: 69px;
    width: 269px;
    left: 0;
    bottom: -1px;
}

.bgjd .title2 .img {
    background: url(../images/tit-bgjd.png) no-repeat left bottom;
    background-color: #fdf8f8;
}

.bgListBox .title3 .img {
    background: url(../images/tit-dbwysy.png) no-repeat left bottom;
    background-color: #fdf8f8;
}

.title4 .img {
    background: url(../images/tit-lh.png) no-repeat left bottom;
    background-color: #fff;
}

.title5 .img {
    background: url(../images/tit-jj.png) no-repeat left bottom;
    background-color: #fff;
}

.title6 .img {
    background: url(../images/tit-hd.png) no-repeat left bottom;
    background-color: #fff;
}

.bgjd .title2 .more,
.bgListBox .title3 .more,
.title4 .more,
.title5 .more,
.title6 .more {
    display: block;
    width: 40px;
    height: 36px;
    line-height: 36px;
    right: 0;
    bottom: 0;
}

.bgjd .title2 .more a,
.bgListBox .title3 .more a,
.title4 .more a,
.title5 .more a,
.title6 .more a {
    font-size: 14px;
    color: #888;
}

.picTextList {
    margin-top: 20px;
    width: 555px;
    height: 435px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

/* 条纹边框 */
.topBd {
    width: 100%;
    height: 10px;
    left: 0;
    top: 0;
    z-index: 10;
    background: url(../images/tw.png);
}

.leftBd {
    z-index: 9;
    width: 10px;
    left: 0;
    top: 10px;
    height: 445px;
    background: url(../images/tw.png);
}

.rightBd {
    z-index: 9;
    width: 10px;
    right: 0;
    top: 10px;
    height: 445px;
    background: url(../images/tw.png);
}

.imgList li {
    height: 125px;
    border-bottom: 1px solid #d5d3cd;
    overflow: hidden;
}

.imgList li>a {
    display: block;
    height: 125px;
}
.imgList li>a:hover h4,.imgList li>a:hover p{
    color: rgb(255, 172, 17);  
}
.imgList li .img {
    width: 160px;
    overflow: hidden;
    height: 100px;
}

.imgList li .textinfo {
    width: 385px;
    height: 100px;
    overflow: hidden;
}

.imgList li .textinfo h4 {
    font-size: 18px;
    color: #2b2b2b;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-weight: normal;
}

.imgList li .textinfo p {
    font-size: 14px;
    color: #7d8387;
    padding: 10px 0;
    height: 42px;
    line-height: 21px;
    overflow: hidden;
}

.imgList li .img img {
    display: block;
    height: 100px;
}

.sumList li {
    padding-top: 25px;
}

.sumList li .textinfo {
    width: 555px;
}

.nB {
    border-bottom: none !important;
}

.bgListBox {
    width: 1200px;
    height: 545px;
    background: url(../images/blueBg.png) no-repeat center bottom;
}

.leftBoxList {
    margin-top: 20px;
    width: 620px;
    height: 456px;
}

.leftBoxList .topLeftList {
    padding-top: 50px;
    width: 580px;
    padding-left: 40px;
    height: 270px;
}

.bottomLeftList {
    width: 580px;
    padding-left: 40px;
    height: 108px;
}

.bottomLeftList li {
    width: 560px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 20px;
}

.bottomLeftList li a {
    display: block;
    width: 440px;
    height: 24px;
    overflow: hidden;
    color: #fff;
}

.bottomLeftList li .disc2 {
    left: 0;
    height: 24px;
    line-height: 24px;
    bottom: 0;
    width: 10px;
    font-size: 4px;
    color: #fff;
    text-align: center;
}

.bottomLeftList li .time {
    right: 0;
    height: 24px;
    line-height: 24px;
    bottom: 0;
    width: 100px;
    font-size: 4px;
    color: #fff;
    text-align: right;
}

.leftBoxList .topLeftList li {
    height: 90px;
    margin-bottom: 45px;
    overflow: hidden;
}

.leftBoxList .topLeftList li a {
    width: 560px;
    padding-left: 20px;
    display: block;
    height: 90px;
    color: #fff;
}

.leftLine1 {
    height: 100%;
    width: 2px;
    display: block;
    left: 0;
    bottom: 0;
    background-color: #ffcd49;
}

.leftBoxList .topLeftList li h5 {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-size: 18px;
    color: #ffefc4;
}

.leftBoxList .topLeftList li p {
    height: 42px;
    line-height: 21px;
    font-size: 16px;
    overflow: hidden;
}

.leftLine2 {
    left: 3px;
    bottom: 0;
    height: 100%;
    width: 4px;
    display: block;
    background-color: #ffcd49;
}

.imgCard {
    width: 526px;
    padding-right: 45px;
    margin-top: 20px;
    height: 406px;
    padding-top: 50px;
}

.imgCardList {
    width: 526x;
    height: 400px;
}

.imgCardList li {
    float: left;
    height: 160px;
    width: 230px;
    margin-left: 33px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.imgCardList li a {
    display: block;
    height: 160px;
    width: 230px;
}
.imgCardList li a:hover .text{
    color: rgb(255, 172, 17);  
}
.imgCardList li .img {
    height: 114px;
    overflow: hidden;
}

.imgCardList li .text {
    padding-top: 10px;
    height: 36px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

.imgCardList li .img img {
    display: block;
    height: 114px;
    width: 230px;
}

/* 微视频说两会 */
.videoBox {
    height: 535px;
    overflow: hidden;
    width: 1200px;
    background: url(../images/ybg.png) no-repeat center bottom;
}

.videoPlay {
    height: 400px;
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
    width: 1150px;
    margin-top: 20px;
}

.playIng {
    height: 400px;
    width: 705px;
}

.playIng video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.playList {
    height: 400px;
    width: 435px;
}

.videoList li {
    height: 124px;
    margin-bottom: 14px;
      cursor: pointer;
}

.videoList li .videoImg {
    width: 220px;
}

.videoList li .videoImg span {
    width: 34px;
    height: 34px;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -17px;
    z-index: 101;
    background: url(../images/video.png) no-repeat center;
}

.videoList .videoInfo {
    width: 200px;
    height: 124px;
}

.videoList .videoInfo .time {
    bottom: 0;
    left: 0;
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #796522;
}

.videoList .videoInfo p {
    font-size: 16px;
    color: #a48d3c;
    line-height: 24px;
}

.videoList li .videoImg img {
    display: block;
    width: 220px;
    height: 124px;
}

.videoList li a {
    display: block;
    height: 124px;
    overflow: hidden;
}

.videoList li.nb {
    margin-bottom: 0;
}
.videoList li a:hover p,.videoList li a:hover .time{
    color: rgb(255, 172, 17);  
}
/* 全媒体聚焦 */
.media {
    height: 420px;
    width: 1200px;
    overflow: hidden;
}

.slickMain {
    height: 265px;
    margin-top: 40px;
}

.slickMain .slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 1200px;
    width: 100%;
}

.slickMain .slick-arrow {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: -16px;
    border: none;
    color: #fff;
    font-family: monospace;
    font-size: 1.6rem;
    z-index: 300;
    font-weight: 900;
    outline: none;
    background: url(../images/dot.png) no-repeat center;
}

.slickMain .slick-prev {
    left: 0px;
    text-align: center;
    cursor: pointer;
}

.slickMain .slick-next {
    right: 0px;
    text-align: center;
    cursor: pointer;
}

.slickMain .item a {
    display: block;
    overflow: hidden;
}

.slickMain .item.slick-slide {
    width: 400px;
    height: 265px !important;
    transition: transform .5s ease;
    position: relative;
}

.slickMain .item.slick-slide a {
    width: 100%;
    height: 265px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
}

.slickMain .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s;
}

.slickMain .item.slick-slide {
    transform: scale(0.7) translate(640px);
}

.slickMain .item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}

.slickMain .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

.slickMain .item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
}

.slickMain .item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;

}

.slickMain .slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
}

/* 底部 */
.footer {
    max-width: 1920px;
    min-width: 1200px;
    height: 880px;
    background: url(../images/banquan-bg.jpg) no-repeat center bottom;
}

.weibo {
    height: 630px;
    width: 1200px;
}
.weiboBox{
    margin-top: 20px;
    width: 1200px;
    height: 580px;
}
.bottomCopy {
    max-width: 1920px;
    min-width: 1200px;
    height: 250px;
    background: url(../images/bottom.png) no-repeat center bottom;
}

.kunming {
    width: 190px;
    height: 60px;
    left: 50%;
    margin-left: -510px;
    bottom: 28px;
}

.kunming a {
    display: block;
    width: 190px;
    height: 60px;
}