
/*secNav*/
.sec-nav {
    width: 100%;
    height: 105px;
    background: -moz-linear-gradient(top, rgba(41, 98, 167, .04) 0%, rgba(86, 145, 215, .04) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(41, 98, 167, .04)), color-stop(100%, rgba(86, 145, 215, .04)));
    background: -webkit-linear-gradient(top, rgba(41, 98, 167, .04) 0%, rgba(86, 145, 215, .04) 100%);
    background: -o-linear-gradient(top, rgba(41, 98, 167, .04) 0%, rgba(86, 145, 215, .04) 100%);
    background: -ms-linear-gradient(top, rgba(41, 98, 167, .04) 0%, rgba(86, 145, 215, .04) 100%);
    background: linear-gradient(to bottom, rgba(41, 98, 167, .04) 0%, rgba(86, 145, 215, .04) 100%);
}

.sec-nav .sec-nav-inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sec-nav-inner .sec-nav-item {
    display: inline-block;
    width: 120px;
    text-align: center;
    font-size: 18px;
    position: relative;
}

.sec-nav-inner .sec-nav-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.sec-nav-inner .sec-nav-item.current {
    color: #ffffff;
}

.sec-nav-inner .sec-nav-item.current::before {
    content: '';
    display: block;
    width: 100px;
    height: 40px;
    background: #0C90C1;
    border-radius:12px 0 12px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 2px), calc(-50% - 2px));
    z-index: -1;
}

.sec-nav-inner .sec-nav-item.current::after {
    content: '';
    display: block;
    width: 100px;
    height: 40px;
    background: #0A6488;
    border-radius:12px 0 12px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 2px), calc(-50% + 2px));
    z-index: -2;
}

.sec-nav-inner .sec-nav-item:hover {
    color: #0C90C1;
}

.sec-nav-inner .sec-nav-item.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
}

.sec-nav-inner .sec-nav-item.active i {
    display: block;
    width: 90px;
    height: 32px;
    background-image: url(../img/icon-title-read.png);
    background-size: 100% 100%;
}

/*mainContent*/
.main-content .main-content-inner {
    width: 1200px;
    margin: 0 auto;
}

.main-content-inner .main-news {
    padding: 26px 0;
}

.main-content-inner .main-news h1 {
    font-size: 36px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main-content-inner .main-news h1:hover {
    color: #0C90C1;
}

.main-content-inner .main-news .main-title-list {
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    padding: 10px 0 0;
}

.main-news .main-title-list li {
    width: 33.333333%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.main-news .main-title-list li:hover {
    color: #0C90C1;
}

.recent-news .main-banner {
    width: 100%;
    height: 300px;
    margin: 40px 0 14px;
}

.recent-news .main-banner .swiper-container {
    width: 100%;
    height: 100%;
}
.recent-news .main-banner .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
.recent-news .main-banner .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1.3, 1);
    z-index: 100;
}

.recent-news .main-banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.recent-news .main-banner .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-news .recent-news-list {
    width: 454px;
    height: auto;
}

.recent-news .recent-news-list .recent-news-title {
    width: 100%;
    height: 37px;
    line-height: 37px;
    background: #F7F7F7;
    font-size: 18px;
    color: #0C90C1;
    position: relative;
    padding-left: 104px;
}

.recent-news-list .recent-news-title h3 {
    width: 104px;
    height: 40px;
    background: #0C90C1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

.recent-news-list .recent-news-title span {
    display: inline-block;
    padding: 0 0 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.recent-news-list .recent-news-con {
    margin-top: 20px;
    line-height: 36px;
}

.recent-news-list .recent-news-con li {
    padding-left: 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.recent-news-list .recent-news-con li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #AAAAAA;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(3px) translateY(-50%) rotate(45deg);
}

.recent-news-list .recent-news-con li:first-child {
    font-weight: bold;
    font-size: 17px;
}


.recent-news .recent-news-banner {
    width: 692px;
    height: 390px;
    position: relative;
}

#recentNewsBanner .swiper-container {
    width: 100%;
    height: 100%;
}

#recentNewsBanner .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#recentNewsBanner .swiper-pagination {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
}

#recentNewsBanner .swiper-pagination-bullet {
    width: 40px;
    height: 1px;
    background: #B8B8B8;
    opacity: 1;
    border-radius: 0;
    margin: 0 10px;
}

#recentNewsBanner .swiper-pagination-bullet-active {
    width: 40px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
}

#recentNewsBanner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#recentNewsBanner .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#recentNewsBanner .swiper-slide a p {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 75%;
    font-size: 22px;
    color: #ffffff;
    padding: 0 10px 0 20px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 20;
}

#recentNewsBanner .swiper-slide a .shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    z-index: 10;
}

.main-content-inner .news-sort {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.news-sort .sort-item {
    width: 380px;
}

.news-sort .sort-item.sort-center {
    width: 360px;
}

.news-sort .sort-item .sort-title {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.news-sort .sort-item .sort-title i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #0C90C1;
    border-radius: 50%;
    margin-right: 10px;
    background-image: url(../img/icon-common-tag.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.news-sort .sort-item .sort-con .two-pic {
    width: 100%;
    padding: 10px 0 0;
    display: flex;
    justify-content: space-between;
}

.news-sort .sort-item .sort-con .big-pic {
    width: 100%;
    padding: 10px 0 0;
    display: flex;
    justify-content: space-between;
}

.news-sort .sort-item .sort-con .big-pic a {
    display: block;
    width: 100%;
    height: 204px;
    overflow: hidden;
}

.news-sort .sort-item .sort-con .big-pic a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.news-sort .sort-item .sort-con .big-pic:hover a img {
    transform: scale(1.1);
}

.sort-item .sort-con .two-pic a {
    display: block;
    width: 186px;
    height: 132px;
    overflow: hidden;
}

.sort-item .sort-con .two-pic a:hover img {
    transform: scale(1.1);
}

.sort-item .sort-con .two-pic a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.sort-item .sort-con .sort-con-list {
    padding: 14px 0;
    line-height: 36px;
}

.sort-item .sort-con .sort-con-list li {
    padding-left: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.sort-item .sort-con .sort-con-list li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #111111;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sort-item .sort-con .sort-con-list li:hover {
    color: #0C90C1;
}

.sort-item .sort-con .sort-con-list li:hover::before {
    background: #0C90C1;
}

.news-live, .news-gallery {
    background: #F1F1F1;
}

.news-live .news-live-inner {
    width: 1200px;
    margin: 0 auto;
}

.news-live-inner .news-live-title {
    padding: 30px 0;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-live-inner .news-live-title h3 {
    font-size: 30px;
}

.news-live-inner .news-live-title span {
    color: #ef1632;
}

.news-live-inner .live-ongoing {
    width: 100%;
    height: 48px;
    background: #252525;
    color: #ffffff;
}

.live-ongoing .live-title {
    font-size: 18px;
    line-height: 48px;
    padding: 0 10px;
}

.live-ongoing .live-share {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
}

.live-ongoing .live-share .news-share {
    display: flex;
    align-items: center;
    margin-right: 14px;
}

.live-ongoing .live-share .news-share i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background-image: url(../img/icon-share.png);
    background-size: 100% 100%;
}

.live-ongoing .live-share .live-trailer {
    /*width: 292px;*/
    height: 36px;
    /*background: rgba(245, 248, 255, .1);*/
    line-height: 36px;
    padding: 0 0 0 10px;
}

.news-live-inner .ongoing-list {
    padding: 30px 0 40px 0;
    overflow: hidden;
}

.news-live-inner .ongoing-list li {
    width: 258px;
    height: 186px;
    background: none;
    float: left;
    margin-right: 14px;
}

.news-live-inner .ongoing-list li:last-child {
    margin-right: 0;
}

.news-live-inner .ongoing-list li:hover video {
    transform: scale(1.1);
}

.news-live-inner .ongoing-list li:hover .video-info {
    color: #0C90C1;
}

.news-live-inner .ongoing-list li .video-box {
    width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
}

.news-live-inner .ongoing-list li .video-box video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.news-live-inner .ongoing-list li .video-box .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.news-live-inner .ongoing-list li .video-box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 26px;
    background: rgba(245, 248, 255, .7);
    border-radius: 2px;
    font-size: 12px;
    padding: 0 8px;
    display: none;
    justify-content: space-around;
    align-items: center;
}

.news-live-inner .ongoing-list li.active .shadow {
    display: block;
}

.news-live-inner .ongoing-list li.active .play {
    display: flex;
}

.news-live-inner .ongoing-list li.active {
    background: #ffffff;
}

.ongoing-list li .video-box .play i {
    display: block;
    width: 15px;
    height: 15px;
    background: #0C90C1;
    border-radius: 50%;
}

.news-live-inner .ongoing-list li .video-info {
    width: 100%;
    height: 46px;
    text-align: center;
    line-height: 46px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 6px;
}

.news-subject {
    border-bottom: 1px solid #ECEAEB;
}

.news-subject .news-subject-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 36px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-subject-inner .subject-item {
    width: 360px;
    margin-top: 10px;
}

.news-subject-inner .subject-item:nth-child(-n+3) {
    margin-top: 0;
}

.news-subject-inner .subject-item.subject-center {
    width: 360px;
}

.subject-item .subject-con {
    padding: 14px 0;
}

.subject-item .subject-con .big-pic {
    width: 100%;
    height: 204px;
}

.subject-item .subject-con .big-pic:hover a img {
    transform: scale(1.1);
}

.subject-item .subject-con .big-pic a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.subject-item .subject-con .big-pic a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.subject-item .subject-title {
    position: relative;
    display: flex;
    align-items: center;
}

.subject-item .subject-title i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #0C90C1;
    border-radius: 50%;
    margin-right: 10px;
    background-image: url(../img/icon-common-tag.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
}

.subject-item .subject-title h4 {
    /*width: 100%;*/
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.subject-item .subject-list {
    /*margin-top: 20px;*/
    line-height: 36px;
}

.subject-item .subject-right .subject-list li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-left: 12px;
}

.subject-item .subject-right .subject-list li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #111111;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.subject-item .subject-center .subject-list li {
    line-height: 24px;
    margin-top: 5px;
    position: relative;
    text-indent: 12px;
}

.subject-item .subject-center .subject-list li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #111111;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.subject-item .subject-list li:hover {
    color: #0C90C1;
}

.subject-item .subject-list li i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #0C90C1;
    border-radius: 50%;
    display: none;
}

.news-subject-inner .subject-item.subject-right .rank {
    color: #0C90C1;
    font-weight: bold;
}

.subject-item.subject-left .subject-list li {
    width: 100%;
    height: 114px;
}

.subject-left .subject-list li .author-photo {
    width: 90px;
    height: 114px;
}

.subject-left .subject-list li .author-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subject-left .subject-list li .author-message {
    width: calc(100% - 90px);
    height: 114px;
    padding: 0 10px;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.subject-left .subject-list li .author-message .name {
    font-size: 18px;
}

.subject-left .subject-list li .author-message .des {
    font-size: 14px;
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3;
}

.subject-left .subject-list li .author-message .more {
    font-size: 12px;
    color: #0C90C1;
    line-height: 1.5;
}

.subject-left .subject-list li:nth-child(n+2) {
    margin-top: 20px;
}