﻿
/* news */
.news {
    margin-bottom: 40px;
}
.news-video {
    width: 550px;
    height: 355px;
}
.news-report {
    width: 535px;
}
.report-title,
.focus-title {
    width: 140px;
    height: 55px;
    line-height: 54px;
    background: url(ningmanyi20191223_titleBg.png) no-repeat center;
}
.report-more,
.focus-more {
    line-height: 54px;
}
.report-more a,
.focus-more a {
    color: #8d73ff;
    border-bottom: 1px solid #8d73ff;
}
.report-information {
    height: 300px;
    background-color: #e7eded;
}
.information-list a:hover {
    text-decoration: underline;
}
.information-list {
    height: 60px;
    line-height: 60px;
    padding-left: 35px;
    background: url(ningmanyi20191223_informationBg.png) no-repeat 15px center;
}
.information-list a {
    font-size: 18px;
    color: #252525;
}
.information-list span {
    right: 15px;
    color: #999;
}

/* focus */
.focus {
    padding: 50px 0;
    background-color: #e7eded;
}
.focus::before {
    content: '';
    display: block;
    position: absolute;
    left: 11%;
    bottom: -20px;
    width: 78px;
    height: 71px;
    background: url(ningmanyi20191223_focus2.png) no-repeat;
}
.focus::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 300px;
    width: 170px;
    height: 130px;
    background: url(ningmanyi20191223_focus3.png) no-repeat;
}
.focus-h4 {
    height: 100px;
}
.focus-h4::before {
    content: '';
    display: block;
    position: absolute;
    left: 10%;
    top: 140px;
    width: 125px;
    height: 60px;
    background: url(ningmanyi20191223_focus1.png) no-repeat;
}
.focus-nav {
    padding-bottom: 20px;
    border-bottom: 1px solid #c5cbcb;
}
.focus-left,
.focus-right {
    width: 48%;
}

/* picture-show */
.picture-show {
    height: 590px;
}
.picture-show::before {
    content: '';
    display: block;
    position: absolute;
    left: 8%;
    bottom: 0;
    width: 125px;
    height: 125px;
    background: url(ningmanyi20191223_pictureBg.png) no-repeat;
}
.picture-title {
    height: 150px;
    padding-top: 50px;
}
.picture-h4 {
    padding: 0 20px;
    line-height: 55px;
    background: linear-gradient(left, #8c75ff, #e08ffe);
    background: -ms-linear-gradient(left, #8c75ff, #e08ffe);
    background: -webkit-linear-gradient(left, #8c75ff, #e08ffe);
    background: -moz-linear-gradient(left, #8c75ff, #e08ffe);
    font-size: 40px;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
}
.picture-show-more {
    right: 30px;
    top: 67px;
    color: #8d73ff;
    border-bottom: 1px solid #8d73ff;
}
/*3D轮播图*/ 
.poster-main {width: 1400px;height: 365px;position: relative;margin:30px auto;}
.poster-main .poster-prev-btn {left: -120px;background: url(ningmanyi20191223_list_left.png) no-repeat center center;}
.poster-main .poster-next-btn {right: -120px;background: url(ningmanyi20191223_list_right.png) no-repeat center center;}
.poster-main .poster-btn {position: absolute;top: 0;z-index: 10;cursor: pointer;}
.poster-main .poster-list {width: 984px;height: 365px;}
.poster-main .poster-list .poster-item {width: 200px;height: 365px;position: absolute;left: 0;top: 0;overflow: hidden;  }
.poster-main a, .poster-main img { display: block; width:100%; height:100%; }
.poster-item{ border:0px solid #fff; }

.poster-item h4{ width:100%; line-height:30px; background:rgba(40,41,72,.8); position:absolute; left:0; bottom:0; text-align:center; color:#fff; }
.poster-item h4 span{ padding-left:20px; }

/* .relase-explain */
.release-explain {
    background-color: #e7eded;
}
.release-explain::before {
    content: '';
    display: block;
    position: absolute;
    right: 10%;
    top: 140px;
    width: 125px;
    height: 60px;
    background: url(ningmanyi20191223_focus1.png) no-repeat;
}
.release-explain::after {
    content: '';
    display: block;
    position: absolute;
    right: 5%;
    bottom: -120px;
    width: 239px;
    height: 416px;
    background: url(ningmanyi20191223_release2.png) no-repeat;
}
.release-content {
    width: 1110px;
    padding-left: 10px;
    margin: 0 auto;
    height: 530px;
    background: url(ningmanyi20191223_release1.png) no-repeat center top / 100% auto;
}
/* .release-nav::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(ningmanyi20191223_release5.png) no-repeat 8px 21px;
} */
.release-nav li{
    width: 203px;
    height: 58px;
    line-height: 58px;
    background: url(ningmanyi20191223_release4.png) no-repeat center;
}
.release-nav .active {
    background-image: url(ningmanyi20191223_release3.png);
}
.release-nav img {
    padding: 0 5px 3px 0;
}
.release-nav a {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.release-section {
    width: 888px;
    height: 435px;
    padding: 0px 30px 0 25px;
    margin-top: 40px;
    overflow-y: scroll;
}
.release-section::-webkit-scrollbar {
    width: 5px;
    height: 215px;
    background-color: #d2d8d8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.release-section::-webkit-scrollbar-track {
   
}
.release-section::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #a278ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.release-section p {
    text-indent: 2em;
    line-height: 36px;
    font-size: 18px;
    color: #252525;
}
