
/*最新动态列表页分页在ul内时去掉最后一个新闻的border-bottom*/
.zxdt .news-list .news-cell:nth-last-child(2) .news-box {
    border-bottom: 0;
}

/*首页最新动态简介最小高度*/
.news .news-wrap .news-artical {
    min-height: 70px;
}

/*首页新闻动态图片最大宽度*/
.news-img img {
    max-width: 340px;
}

/*首页产品与解决方案下拉选项宽度样式调整*/
/*.cpyjjfa .dropdown-cell-wrap {*/
/*    !*background: #0dc482;*!*/
/*    margin: 0 auto;*/
/*    width: auto;*/
/*    height: auto;*/
/*    !*border: 10px;*!*/
/*    border: 4px solid rgba(249, 249, 249, 0.89);*/
/*    min-width: 100px;*/
/*}*/

/*文章内容样式重置*/

/*文章内容页 上一篇、下一篇样式*/
.news-pagination a:hover {
    color: #ec2526;
}

/* 备案样式 */
.copyright-text a {
    color: #888;
}
.copyright-text a:hover {
    text-decoration: underline;
}

footer div.copyright .copyright-text img {
    height: 15px;
    width: auto;
    display: inline;
}

/* 高校线定制样式调整 */
.popbg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.pop-cert { width: 780px; height: 296px; background: #fff; position: absolute; top: 50%; left: 50%; margin: -198px 0 0 -390px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; overflow: hidden; }
.pop-cert h3 { font-size: 16px; font-weight: bold; color: #222; line-height: 40px; background: #f9f9f9; text-align: center; }
.pop-cert .pop-close { top: 2px; right: 10px; }
.pop-cert1 { height: 60px; padding: 20px 20px; text-align: center; font-size: 14px; line-height: 30px; }

.pop-cert2Li ul li { float: left; }
.pop-cert2Li ul li p { margin: 0 5px; text-align: center; }

/*资源样式*/
.r-studio-xnfz { height: 500px; margin-top: 60px; background-color: #0f0f20; background-image: url("../images/s-resource/xnfz.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; }

/*高校线banner替换*/
.university .solution-ban { background-image: url("../images/s-university/ban.png"); }

/*首页创新中心文字设置颜色*/
#v2hylm6 div.alliance-artical {
    color: white;
}

/*首页教育数字化产学融合组织设置颜色*/
#v2hylm7 div.alliance-artical {
    color: white;
}

/*解决弹窗中使用jwplayer播放阿里云转码视频时，视频播放器往右侧偏移的问题*/
.videoConatiner .videobox .jwvideo, .videoConatiner .videobox .jwcontrols {
    position: unset;
}

/*公司荣誉*/
.honor-box .honor-img {
    height: 220px;
}