* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'sourceHanSansCN';
}

@font-face {
    font-family: "sourceHanSansCN";
    src: url("SourceHanSansCN-Normal.otf");
}
body {
    min-width: 1200px;
    background-color: #f3f3f3;
}
/* IOS禁止微信调整字体大小 */
body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

.container {
    width: 1080px;
    margin: 0 auto;
}
.flexBox {
    display: flex;
}
.flexBetween {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
a {
    text-decoration: none;
    display: inline-block;
}
li {
    list-style: none;
}
img {
    width: 100%;
}
video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
/* 所有控件 */
video::-webkit-media-controls-enclosure{ 
    display: none;
}

.zbh-box {
    margin: 70px 0;
}
.zbh-box .zbh-title {
    font-size: 38px;
    font-weight: bold;
    color: #121212;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
.zbh-box .zbh-title::before {
    content: '';
    position: absolute;
    width: 170px;
    height: 4px;
    background: url(./images/title_line.png) no-repeat;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 0);
}
.rd-left {
    width: 645px;
    height: 322px;
    position: relative;
}
.rd-left .rdSwiper {
    overflow: hidden;
    height: 322px;
}
.rdSwiper li {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.rdSwiper li p.rdjj-p {
    width: 100%;
    height: 31px;
    text-align: center;
    font-size: 18px;
    color:#fff;  
    line-height: 31px;  
    background-color: rgba(21, 6, 51,0.8);
    position: absolute;
    left: 0;
    bottom: 0;
}
.rd-right {
    width: 412px;
}
.rdjj-list,
.rd-right li {
    padding: 15px 0 12px;
    border-bottom: 1px dashed #e5e5e5;
}
.rdjj-list:first-child,
.rd-right li:first-child {
    padding: 0 0 12px;
}
.rdjj-list dt a,
.rd-right li>a {
    font-size: 18px;
    color: #212121;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.rdjj-list dd,
.rd-right li p {
    line-height: 28px;
}
.rdjj-list dd a,
.rd-right li p {
    font-size: 16px;
    color: #444444;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rdjj-list dd a span,
.rd-right li p a {
    color: #e83821;
    display: inline;
}

/* 现场直击 */
.xczj-box .zbh-title {
    margin-bottom: 45px;
}
.video-box {
    width: 502px;
    height: 282px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.xc-left video,
.xc-right video {
    width: 502px;
    height: 282px;
    object-fit: fill;
}
.video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: rgba(42, 42, 42, 0.6);
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}
.vjs-big-play-centered .vjs-big-play-button {
    margin-left: -1em;
}
.video-js .vjs-big-play-button {
    line-height: 2em;
    height: 2em;
    width: 2em;
    border-radius: 1em;
}

/* 直播逛展 */
.zbgz-box {
    position: relative;
    width: 100%;
    height: 606px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #32c1fd;
}
.zbgz-box .video-title {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}

/* 高端访谈 */
.gdft-box {
    position: relative;
}
.gdSwiper {
    overflow: hidden;
}
.gdSwiper li {
    width: 352px;
}
.gdSwiper li figure {
    width: 352px;
    height: 182px;
    padding: 6px;
    border: 1px solid #150633;
    border-width: 1px 1px 0 1px;
    border-radius: 10px 10px 0 0;
}
.gdSwiper li figure img {
    width: 340px;
    height: 170px;
    border-radius: 10px 10px 0 0;
}
.gdft-content {
    width: 100%;
    background-color: #2c3242;
    color: #ffffff;
    height: 156px;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
}
.gdft-content h3.tit {
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px;
    position: relative;
    color: #ffffff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 352px;
}
.gdft-content p.digest {
    font-size: 16px;
    line-height: 25px;
    padding: 0 20px;
    margin-top: 2px;
    height: 84px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gdft-content p.digest a {
    color: #29c6fe;
}
/* 图片鉴赏 */
.businessCer-box {
    position: relative;
}
.businessCer {
    width: 960px;
    margin: 10px auto;
    overflow: hidden;
}
.businessCer .swiper-slide {
    width: 681px;
    height: 512px;
}
.businessCer .swiper-slide figure {
    border: 1px solid #32c1fd;
    border-radius: 12px;
    overflow: hidden;
    width: 681px;
    height: 512px;
    display: flex;
    align-items: center;
}
.businessCer .swiper-slide img {
    display: block;
}
.businessCer .swiper-button-prev,
.businessCer .swiper-container-rtl .swiper-button-next {
    width: 48px;
    height: 85px;
    background-image: url(./images/arrow.png);
    background-size: contain;
    left: -10px;
}
.businessCer .swiper-button-next,
.businessCer .swiper-container-rtl .swiper-button-prev {
    width: 48px;
    height: 85px;
    background-image: url(./images/arrow.png);
    background-size: contain;
    transform: rotateY(180deg);
    /* background-image: url(../images/s_right.png); */
    right: -10px;
}
.businessCer .swiper-button-prev:hover {
    background-image: url(./images/arrow-active.png);
    background-size: contain;
    transform: rotateY(180deg);
}
.businessCer .swiper-button-next:hover {
    background-image: url(./images/arrow-active.png);
    background-size: contain;
    transform: none;
}

/* 前沿资讯 */
.zx-list {
    flex-wrap: wrap;
}
.zx-item {
    border: 1px solid #32c1fd;
    background: #2c3242;
    border-radius: 10px;
}
.zx-list li {
    margin-bottom: 45px;
}
.zx-list li:nth-child(odd) {
    margin-right: 20px;
}
.zx-left {
    width: 286px;
    height: 215px;
    border-right: 1px solid #32c1fd;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.zx-item-right {
    width: 242px;
    height: 215px;
    padding: 15px;
}
.zx-item-title {
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    padding-top: 5px;
    margin-bottom: 20px;
}
.zx-item-content a {
    color: #32c1fd;
}
.zx-item-content {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.qy-more {
    cursor: pointer;
    font-size: 24px;
    color: #150633;
    text-align: center;
    font-weight: bold;
    width: 172px;
    height: 44px;
    line-height: 42px;
    margin: 0 auto;
    border: 2px solid #150633;
    border-radius: 22px;
}
.qy-more:hover {
    background-color: #150633;
    color: #fff;
}

/* 右侧导航 */
.zbh-nav {
    position: fixed;  
    height: 330px;  
    top: 80px;
    right: 0;
    z-index: 1000;
    text-align: center;  
    transition: all ease-in-out .3s;
    width: 135px;
}
.zbh-nav.hide {
    opacity: 0;
    margin-top: -200px;
    visibility: hidden;
}
.zbh-nav li.active,
.zbh-nav .back,
.zbh-nav .nav-tit{
    background-image: url(./images/icon-zbh.png);
    background-repeat: no-repeat;
}
.nav-tit {
    width: 100%;
    height: 80px;
    background-position: 0 -77px;
}
.zbh-nav ul {
    padding: 6px 0 0;
    border-bottom: #12956a solid 3px;
    display: inline-block;
    background: #e3e3e3;
}
.zbh-nav li{
    width: 100%;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}
.zbh-nav li a {
    color: #444444;
}

.zbh-nav li.active{  
    background-position: -50px -23px;
}
.zbh-nav li.active a{
    color:#fff;
}
.zbh-nav .back{
    width: 43px;
    height: 18px;  
    background-position: 0 -48px;
    display: inline-block;
    cursor: pointer;
}

/* 底部 */
.footer {
    padding:40px 0 100px;
    margin-top: 50px;
    width: 100%;
    background:#2c3242;
    text-align: center;
    color:#fff!important;
    font-size: 14px;
}
.footer p {
    padding: 5px 0;
}
.footer a {
    color: #fff!important;
    padding: 0px 5px;
}
.footer a:link, .footer a:visited{
    color:#fff!important;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -25px;
}
.swiper-pagination-bullet {
    background: #29c6fe;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 26px;
    height: 8px;
    border-radius: 5px;
    background: #9b73e3;
}

@media screen and (max-width:1200px) {
    .zbh-nav {
        display: none;
    }
}
