body {
    background-color: #f5f5f5;
}

/*#north {*/
/*    position: absolute;*/
/*    z-index: 99;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    min-width: 1200px;*/
/*}*/

/*.ilabx-header.header {*/
/*    background: rgba(255,255,255,0.7);*/
/*}*/

.top {
    background:url(../images/bg4.jpg) no-repeat;
    width:100%;
    height:500px;
    position:relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.slogan {
    width: 910px;
    height:auto;
    display: block;
    margin:100px auto 0;
    position: relative;
    z-index: 1;
}

.slogan.livead {
    width: 700px;
    margin:150px auto 0;
}

.slogan.livead-replay {
    width: 800px;
    margin-top: 115px;
}

.noRight {
    margin-right: 0;
}

.carousel {
    min-width: 1200px;
    overflow: hidden;
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    min-height:0;
}

.carousel .b-img {
    width:100%;
    height:100%;
}

.carousel .banner_list img {
    position: absolute;
    left:50%;
    top: 0;
    margin-left:-960px;
    width:1920px;
    height:500px;
}

.carousel ul.clickBtn {
    width: 100%;
    height: 12px;
    margin-top: -24px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.carousel ul.clickBtn li {
    width: 8px;
    height: 8px;
    background: #bdbfff;
    display: inline-block;
    border-radius: 6px;
    margin-left:5px;
    margin-right:5px;
}

.carousel ul.clickBtn li.on {
    background: #fff;
    width:22px;
}

.swiper-button-prev, .swiper-button-next {
    background:rgba(0,0,0,0.4);
    padding: 5px;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index:99;
    cursor:pointer;
    text-align: center;
    line-height: 50px;
    display: none;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background:rgba(0,0,0,0.6);
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-next .iconfont, .swiper-button-prev .iconfont {
    color: #fff;
    font-size: 32px;
}

.carousel:hover .swiper-button-prev, .carousel:hover .swiper-button-next {
    display: block;
}

/*中部内容*/
.contentBox {
    width:1000px;
    min-height: 1000px;
    margin:0 auto;
    position: relative;
    top: -80px;
    z-index: 1;
}

.subNav li {
    width:190px;
    height:145px;
    float:left;
    margin-right: 10px;
    background-color: #fff;
    text-align: center;
    border:1px solid #eee;
}

.subNav li.noRight {
    margin-right: 0;
}

.subNav li.on, .subNav li:hover {
    background-color: #3e65c7;
    border-color: #3e65c7
}

.subNav li>a {
    display: block;
    width: 100%;
    height: 100%;
    color:#999;
}

.subNav li>a>svg {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    display: inline-block;
    font-size: 50px;
    margin-top: 25px;
}

.subNav li>a>p {
    font-size: 18px;
    color:#666;
    margin-top: 15px;
}

.subNav li>a>p.multi-line {
    margin-top: 5px;
}

.subNav li.on>a>span, .subNav li.on>a>p, .subNav li:hover>a>span, .subNav li:hover>a>p {
    color:#fff;
}

.courseNav {
    margin-top:30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.courseNav>li dl {
    max-width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin:0;
}

.courseNav>li dd, .courseNav>li.courseTitle {
    float:left;
    height:80px;
    line-height: 80px;
    margin-right:16px;
    font-size: 28px;
    color:#333;
}

.courseNav>li dd.courseItem {
    font-size: 16px;
    position: relative;
    top: 2px;
    height: 40px;
    line-height: 40px;
    margin:0 6px;
    display: inline-block;
    float: none;
}

.courseNav>li dd.noRight {
    margin-right: 0;
}

.courseNav>li dd.courseItem:hover, .courseNav>li dd.courseItem.on {
    color:#4976e8;
    cursor: pointer;
}

.courseNav>li dd.courseItem:hover:after, .courseNav>li dd.courseItem.on:after {
    content:"";
    width:100%;
    height:3px;
    background-color: #4976e8;
    position: absolute;
    bottom: 1px;
    left: 0;
}

.listBox {
    margin-top: 30px;
}

.proList>li {
    width: 235px;
    height: 230px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
    border:1px solid #eee;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    transition: box-shadow .3s;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 2%);
}

.proList>li.noRight {
    margin-right: 0;
}

.proList>li.noItem, .infoList>li.noItem, .newsList>li.noItem {
    width:100%;
    height: initial;
    text-align: center;
    color:#999;
    background-color: transparent;
    border:0;
    font-size: 16px;
    box-shadow: none;
}

.proList>li:hover {
    -webkit-box-shadow: 0 0 10px 0 #eaebec;
    -moz-box-shadow: 0 0 10px 0 #eaebec;
    box-shadow: 0 0 10px 0 #eaebec;
}

.proList>li.noItem:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.proList>li>a {
    color:inherit;
    display: block;
    width:100%;
    height:100%;
}

.imgBox {
    width:100%;
    height:155px;
    overflow: hidden;
    background-color: #eee
}

.proTitle {
    color:#333;
    padding:0 10px;
    margin:16px 0 5px 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.proSchool {
    color:#999;
    padding:0 10px;
    line-height: 2.2em;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.proSchool>span {
    float:right;
}

.proSchool>span>i {
    margin-right: 5px;
}

.moreBox {
    text-align: center;
    margin:30px auto;
    width:120px;
    height:44px;
    line-height: 44px;
    border:1px solid #eee;
    background-color: #fff;
    display: none;
}

.viewMore {
    color:#181f32;
    font-size: 16px;
    display: block;
    text-decoration: underline;
    position: relative;
}

.viewMore>i {
    position: absolute;
    right:10px;
    top:0;
}

.viewMore:hover {
    color:#4976e8;
}

.categoryBox {
    width: 190px;
    background-color: #fff;
    position: fixed;
    left: -250px;
    bottom: 0;
    margin-right: 10px;
    border: 1px solid #eee;
    height: 600px;
}

.categoryTitle {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    line-height: 74px;
    height: 74px;
    padding-left: 30px;
}

.categoryTitle:before {
    content:"";
    width:5px;
    height:1em;
    background-color: #4976e8;
    position: absolute;
    left:15px;
    top:29px;
}

.categoryList {
    max-height: 530px;
    overflow-y: auto;
    padding:0 10px;
}

.categoryList>li {
    min-width:45%;
    float:left;
    padding:12px 2px;
    margin:0 2px;
    margin-top:5px;
    cursor: pointer;
    position: relative;
    word-break: break-word;
}

.categoryList>li:after {
    content:"";
    width:100%;
    height:1px;
    background-color: #eee;
    position: absolute;
    bottom:-3px;
    left:0;
}

.categoryList>li:hover, .categoryList>li.on {
    background-color: #4976e8;
    color: #fff;
}

.categoryList>li>a {
    color:inherit;
    display: block;
}

.categoryOpen {
    position: fixed;
    left: 0;
    top: 50%;
    height: 110px;
    margin-top: -55px;
    font-size: 12px;
    background: #3e65c7;
    color: #fff;
    cursor: pointer;
    display: none;
}

.categoryOpen .open-txt {
    padding: 5px 12px 0;
    width: 32px;
    text-align: center;
}

.categoryOpen .icon1 {
    font-size: 24px;
}

.categoryOpen p {
    font-size: 13px;
}

.categoryOpen .p1 {
    margin-top: 5px;
}

.categoryOpen .open-icon {
    position: relative;
    background: #365dc0;
    padding: 5px 12px;
    width: 32px;
    margin-top: 8px;
}

.categoryOpen .icon2.iconfont {
    font-size: 10px;
    position: absolute;
    top: 7px;
    right: 9px;
}

.categoryBox .close-icon {
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -15px;
    height: 50px;
    background: #fff;
    width: 24px;
    border: 1px solid #eee;
    border-left: none;
    text-align: center;
    cursor: pointer;
}

.categoryBox .close-icon .icon2.iconfont {
    font-size: 24px;
    line-height: 49px;
}

.infoList>li {
    background-color: #fff;
    margin-bottom: 20px;
}

.infoList>li>a {
    width:340px;
    height: 50px;
    color:inherit;
    display: block;
    padding:30px 30px 30px 120px;
    position: relative;
}

.icon-newest {
    position: absolute;
    right:0;
    top:-2px;
    color:#fc0107;
    font-size: 36px;
}

.date {
    width:60px;
    text-align: center;
    position: absolute;
    left:35px;
    top:20px;
}

.day {
    display: inline-block;
    font-size: 30px;
    color:#4976e8;
    width:100%;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.day:after {
    content:"";
    width:100%;
    height:3px;
    background-color: #4976e8;
    position: absolute;
    bottom:0;
    left:0;
}

.year {
    font-size: 13px;
    color:#101010;
}

.infoTitle {
    color:#333;
    font-size: 16px;
}

.newsList {
    padding:20px 70px;
    background-color: #fff;
}

.newsList>li {
    position: relative;
    padding:30px 0;
    border-bottom:1px solid #eee;
}

.newsList>li:last-of-type {
    border-bottom:0;
}

.newsList>li>a {
    min-height: 88px;
    display: block;
    color:inherit;
}

.newsList>li>a .date {
    position: relative;
    left:0;
    top:0;
    float:left;
    width:80px;
    height:74px;
    background-color: #ecf1ff;
    margin-right: 20px;
    padding-top:14px;
}

.newsList>li>a .day {
    margin:0;
}

.newsList>li>a .day:after {
    display: none;
}

.newsTitle {
    font-size: 18px;
    color:#333;
}

.newsBrief {
    color:#333;
    margin:5px 0 2px;
}

.newsView {
    font-size: 13px;
    color:#fe7200;
}

.newsView>span {
    position: relative;
    top:2px;
    margin-right: 2px;
}
/*共享数据*/
 .content_right {
    width:960px;
    min-height:320px;
    float:right;
    background-color:#fff;
    padding-bottom:30px;
}

.right_title {
    height:80px;
    line-height:80px;
    padding:0 30px;
    border-bottom:1px solid #eee;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.right_title>h3 {
    height:100%;
    font-size:18px;
    float:left;
    color:#5377e0;
    /*border-bottom:2px solid #5377e0;*/
    position: relative;
}

.right_title>h3:after {
    content:"";
    position: absolute;
    bottom:-1px;
    left:0;
    width: 100%;
    height:2px;
    background-color: #5377e0;
}

.bread_nav {
    float:right;
    color:#c5c5c5;
}

.bread_nav>li {
    display:inline-block;
}

.bread_nav>li>a {
    color:#c5c5c5;
}

.bread_nav>li>a:hover {
    color:#3e3e3e;
}

.top-desc {
    padding: 50px 50px 40px 50px;
    color: #333;
    line-height: 2em;
    text-align: justify;
    display: none;
    position: relative;
    font-weight: 600;
}

.top-desc .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 30px 30px 15px 30px;
    left: 0;
    box-sizing: border-box;
    z-index: 0;
}

.top-desc .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.top-desc p {
    position: relative;
    text-indent: 2em;
    z-index: 1;
}

.sort-wrap {
    background: #fff;
    padding: 10px 50px 30px;
}

.sort-ctn {
    background-color: #fff;
    position: relative;
}

.sort-ctn .sort_menu {
    /*border-bottom: 1px solid #f2f2f2;*/
    border: none;
}

.sort-ctn .right_title {
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    padding: 0;
    position: relative;
    border-color: #efefef;
}

.sort-ctn .sort_menu>li {
    font-size: 16px;
    color: #666;
    height: 60px;
    line-height: 60px;
    /* border-bottom: 1px solid #f2f2f2; */
    text-align: right;
    padding: 0;
    cursor: pointer;
    width: auto;
    margin-right: 50px;
    float: left;
    position: relative;
}

.sort-ctn .sort_menu>li.on:after, .sort-ctn .sort_menu>li:hover:after {
    content:"";
    width:100%;
    position:absolute;
    left:0;
    background-color: #5377e0;
    height: 3px;
    bottom: 0;
}

.sort-ctn .sort_menu>li>i {
    margin-left:30px;
}

.sort-ctn .sort_menu>li.on, .sort_menu>li:hover {
    color:#5377e0;
}

.sort-ctn .content_right_sort {
    min-height:320px;
    background-color:#fff;
    margin: 20px 0;
}

.sort-ctn .right_title2 {
    height: 34px;
    position: absolute;
    right: 0;
    top: 15px;
}

.sort-ctn .right_title2>h3 {
    font-size:14px;
    font-weight:normal;
    float:left;
    color:#777;
    margin-left:20px;
}

.sort-ctn .sort_tab {
    float:right;
}

.sort-ctn .sort_tab>li {
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #3f65c8;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 10px;
    border: 2px solid #4566c1;
    margin-left: 10px;
}

.sort-ctn .sort_tab>li.on, .sort-ctn .sort_tab>li:hover {
    background-color: #4566c1;
    color: #fff;
}
/*.sort-ctn .sort_tab>li.on:before, .sort-ctn .sort_tab>li:hover:before {*/

/*    content:"";*/

/*    width:100%;*/

/*    height:2px;*/

/*    background-color:#333;*/

/*    position:absolute;*/

/*    left:0;*/

/*    top:0;*/

/*}*/
 .sort-ctn .sort_table {
    width:100%;
    border-collapse:collapse;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    /*box-sizing: border-box;*/
}
/*.sort-ctn .sort_table tr:nth-of-type(even) {*/

/*    background-color:#f5f5f5;*/

/*}*/
 .sort-ctn .sort_table th {
    text-align:left;
    padding:16px 0 16px;
    color:#333;
    background: #f7f8fa;
}

.sort-ctn .sort_table th.expRank, .sort-ctn .sort_table th.expNum {
    width:50px;
}

.sort-ctn .sort_table th.expIncharge {
    width:100px;
}

.sort-ctn .sort_table th.expSchool {
    width:130px;
}

.sort-ctn .sort_table th.expSortby {
    width:100px;
}

.sort-ctn .sort_table td {
    height:50px;
    color:#666;
}

.sort-ctn .sort_table .exp-title-td {
    position: relative;
    padding-left: 70px;
}

.exp-title-td .exp-num {
    position: absolute;
    left: 40px;
    top: 16px;
}

.sort-ctn .sort_table td a {
    color:#666;
    margin-top: 9px;
    float: left;
}

.sort-ctn .sort_table tr:not(.top3) td a {
    margin: 0;
}

.sort-ctn .sort_table tr.top3 td, .sort-ctn .sort_table tr.top3 td a {
    color:#b24544;
}
/*.sort-ctn .sort_table tr td:first-of-type {*/

/*    text-align:center;*/

/*}*/
 .sort-ctn .sort_table tr td>i {
    font-size:12px;
}

.sort-ctn .sort_table tr td.up {
    color:#b72228;
}

.sort-ctn .sort_table tr td.down {
    color:#14b721;
}
/*.sort-ctn .sort_table tr td:nth-of-type(2) {*/

/*    color:#666;*/

/*}*/
 .sort-ctn .sort_table .cover {
    width: 96px;
    height: 40px;
    position: relative;
    overflow:hidden;
    margin-right:15px;
    float:left;
}

.sort-ctn .sort_table .cover img {
    width:100%;
}

.sort-ctn .sort_table th, .sort-ctn .sort_table td {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding-left: 40px;
}

#idy_floatdiv {
    position:fixed;
    right:30px;
    bottom:50px;
    height: 58px;
}

#idy_floatdiv:hover {
    width: 350px;
}

.idy_panel {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

#idy_floatdiv:hover .idy_panel {
    display: block;
}

.idy_panel:before {
    content:"";
    border-left: 8px solid #307AE8;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 20px;
    position: absolute;
    right: -8px;
}

.idy_fix {
    background: #307AE8;
    position: relative;
    padding-left: 40px;
    width: 89px;
    position: absolute;
    top: 0;
    right: 0;
}

.idy_fix .iconfont {
    color: #fff;
    position: absolute;
    left: 10px;
    font-size: 26px;
    top: 10px;
}

.idy_title {
    display: block;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    position: relative;
}

.idy_title:before {
    content:"";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #000;
    left: 5px;
    top: 0;
    opacity: 0.08;
}

.idy_title_line1, .idy_title_line2 {
    display:block;
    font-size: 13px;
}

.idy_content {
    background: #307AE8;
    border-top: 1px solid #fff;
    padding: 8px 10px 5px;
    transition: all 1s;
}

.idy_content a {
    display: block;
    color: #fff;
    font-size: 13px;
    padding-bottom: 5px;
}

.idy_content a:hover {
    color: #e6e6e6;
}

.topic-item {
    width: 470px;
    padding: 10px;
    background: #fff;
    height: 280px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.topic-item.nth2 {
    margin-right: 0;
}

.topic-item a {
    color: #333;
}

.topic-item .cover {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.topic-item .cover img {
    width: 100%;
}

.topic-item .title {
    padding: 0 10px;
    margin-top: 24px;
    font-size: 16px;
    position: relative;
}

.topic-item .title.new {
    padding-left: 30px;
}

.topic-item .title img {
    position: absolute;
    left: 0;
}

.fixedBox {
    width: 124px;
    position: fixed;
    right:0;
    bottom: 165px;
    z-index: 1;
}

.toWiki {
    display: block;
    font-size: 13px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #e05727;
    color: #fff;
    margin-bottom: 10px;
}

.wechatBox {
    background-color: #fff;
    text-align: center;
    border: 1px solid #eee;
}

.wechatBox>img {
    width: 112px;
    height: auto;
    display: block;
    margin-left: 5px;
    margin-top: 5px;
}

.wechatBox>p {
    font-size: 13px;
    padding:6px 4px;
}

.closeFixed {
    width: 22px;
    height: 44px;
    background-color: #375cbc;
    color:#fff;
    position: absolute;
    right: 100%;
    top:50%;
    margin-top: -22px;
    text-align: center;
    line-height: 44px;
    display: none;
}

.closeFixed>i {
    font-size: 22px;
}

/*直播临时修改*/
.live-box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}

.live-content {
    width: 700px;
    height: auto;
    margin: 50px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.live-content.loading {
    height: 500px;
    /*overflow: hidden;*/
    background: #fafafa url(/images/loading2.gif) center center no-repeat;
}

.live-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    right: -12px;
    top: -12px;
    color: #666;
    cursor: pointer;
}

.live-close:hover {
    color: #ff0000;
}

.modal-page, .overlay-open {
    overflow: hidden;
}

.live-bg {
    width:600px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,313142+50,ffffff+100&0+0,0.58+50,0+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(49, 49, 66, 0.58) 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(49, 49, 66, 0.58) 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(49, 49, 66, 0.58) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}

.live-tip-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    color: #fff;
}

.live-tip-text .live-title {
    font-size: 32px;
    margin-top: 40px;
}

.live-tip-text .live-time {
    font-size: 22px;
    margin-top: 10px;
}

.live-btn {
    position: absolute;
    bottom: 110px;
    text-align: center;
    left: 0;
    width: 100%;
}

.live-btn a {
    background: #fff;
    display: block;
    color: #335cc4;
    height: 52px;
    line-height: 52px;
    width: 160px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    margin: 0 auto;
}

.live-btn a:hover {
    background: #f1f1f1;
}

.live-text p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 10px;
    color: #666;
}

.live-text .text-right {
    text-align: right;
}

.live-text .text-indent {
    text-indent: 2em;
}

.live-text strong {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

.live-control {
    text-align: right;
}

.live-control a {
    display: block;
    font-size: 14px;
    color: #1890ff;
}

.live-control a .iconfont {
    font-size: 14px;
    margin-left: 5px;
}

.live-completion{
    background: rgba(0,0,0,.5);
}

.live-completion .live-content {
    width: 556px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 8% auto;
    padding: 35px 45px;
    border: 2px solid #4179df;
    background-color: #eff5ff;
}

.live-completion .live-close{
    width: 26px;
    height: 26px;
    line-height: 28px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    right: 0px;
    top: -40px;
}

.live-completion .live-text p{
    line-height: 1.6em;
}

.live-completion .live-text .text-title{
    font-size: 24px;
    color: #000;
}

.live-completion .live-control{
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #688ccf;
}

.live-completion .live-control a{
    display: inline-block;
    width: 98px;
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.live-completion .live-control a.live-primary{
    border: 1px solid #3e6bdd;
    background-color: #4976e8;
    color: #fff;
}

.live-completion .live-control a.live-primary{
    border: 1px solid #3e6bdd;
    background-color: #4976e8;
}


@media screen and (max-width:640px) {
    .top {
        height: 250px;
    }
.carousel .banner_list img {
    width: 960px;
    left: 50%;
    margin-left: -480px;
    height: 250px;
    top: 29px;
}

.carousel {
    min-width: 100%;
}
    
.slogan, .slogan.livead {
        width: 100%;
    }
    
.contentBox {
        margin-top: 80px;
        width: 100%;
        /*overflow-x:hidden;*/
    }
    
#subNav {
        width: 100%;
        overflow-x: auto;
        margin-left: 0;
        padding-top:10px;
    }
    
.subnav-overview {
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
    }
    
.subNav li {
        width: 40px;
        height: 40px;
        line-height:40px;
        width:22%;
        border-radius:20px;
    }
    
.subNav li>a>svg {
        margin-top: 10px;
        font-size: 24px;
        display:none;
    }
    
.subNav li>a>p, .subNav li>a>p.multi-line {
        font-size: 13px;
        margin-top:0;
    }
    
.sort-ctn {
        background:none;
    }
    
.sort-ctn .right_title {
        overflow-x: auto;
        margin-top: 0;
        padding:0;
        background:none;
        height:auto;
    }
    
.sort-ctn .sort_menu {
        width: 460px;
    }
    
.sort-ctn .sort_menu > li {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        background: #E3E5EC;
        border-radius: 20px;
        color: #2A3634;
        border: none;
        margin-right:10px;
    }
    
.sort-ctn .sort_menu > li.on, .sort_menu > li:hover {
        background:#4976E8;
        border:none;
        color:#fff;
    }
    
.sort-ctn .sort_menu > li.on::after, .sort-ctn .sort_menu > li:hover::after {
        display:none;
    }
    
.sort-ctn .right_title2 {
        background: none;
        position: static;
        width: 100%;
        margin-top: 15px;
    }
    
.sort-ctn .right_title2>h3 {
        float: none;
    }
    
.sort-ctn .sort_tab {
        float: none;
        overflow: hidden;
        border-bottom: 1px solid #E9EBEF;
    }
    
.sort-ctn .sort_tab>li {
        /*width: 50%;*/
        font-size:16px;
        color:#2A3634;
    }
    /*.sort-ctn .sort_tab > li.on, .sort-ctn .sort_tab > li:hover {*/
    /*        color:#4976E8;*/
    /*        background:none;*/
    /*    }*/
    /*.sort-ctn .sort_tab > li.on::before, .sort-ctn .sort_tab > li:hover::before {*/
    /*        background:#4976E8;*/
    /*    }*/
    /*.sort-ctn .sort_tab>li.on:before, .sort-ctn .sort_tab>li:hover:before {*/
    /*        top: unset;*/
    /*        bottom: 0;*/
    /*    }*/
    .subject-more {
        position: absolute;
        right: 10px;
        top: 20px;
        color: #666;
    }
    
.listBox {
        margin-top: 20px;
        padding: 0 10px;
    }
    
.courseNav {
        display:none !important;
    }
    
.courseNav>li dd, .courseNav>li.courseTitle {
    }
    
#proList {
        /*padding: 0 10px;*/
        display:flex;
        flex-wrap:wrap;
        justify-content: space-between;
    }
    
#proList:after {
        display:none;
    }
    
.proList>li {
        width: 49%;
        height:auto;
        margin-bottom:10px;
        margin-right: 0;
        border-radius:10px;
        overflow:hidden;
        border:none;
        box-sizing: border-box;
        box-shadow: 0px 2px 6px 0px rgba(218, 218, 218, 0.35);
    }
    
.proList>li a {
        padding-bottom:10px;
    }
    
.proList>li .proTitle {
        margin-top:10px;
    }
    
.imgBox {
        height:auto;
        min-height:126px;
    }
    
.imgBox img {
        width: 100% !important;
        height: auto !important;
        display:block;
    }
    
.infoList>li {
        float: none;
        border-radius:10px;
        margin-bottom:10px;
    }
    
.date {
        top:26px;
    }
    
.infoList>li>a {
        width: auto;
        height: auto;
        min-height:60px;
    }
    
.newsList {
        padding: 0;
        background:none;
    }
    
.newsList > li {
        padding:0;
        border-radius:10px;
        border:none;
        box-shadow: 0px 2px 6px 0px rgba(218, 218, 218, 0.35);
        margin-bottom:10px;
        background:#fff;
    }
    
.icon-newest {
        top:-8px;
    }
    
.newsList > li > a {
        padding: 20px;
    }
    
.newsList > li > a .date {
        width:90px;
        border-radius:10px;
    }
    
.newsTitle {
        font-size: 16px;
    }
    
.sort-wrap {
        padding: 20px;
    }
    
.sort-ctn .content_right_sort {
        margin: 0 auto;
        background: none;
    }
    
.sort-overflow {
        width: 100%;
        /*overflow-x: auto;*/
    }
    
.sort-ctn .sort_table {
        /*min-width: 940px;*/
        min-width: 100%;
    }
    
.m-show {
        display:block;
    }
    
.m-hide {
        display:none;
    }
    
.sort_ul {
        margin-top:10px;
    }
    
.sort_ul li {
        margin-bottom:10px;
    }
    
.sort_ul li .m-sort-list {
        display:block;
        background:#fff;
        border:1px solid #E3E5EC;
        border-radius:10px;
        position:relative;
        padding: 20px;
        color:#A4A7AF;
        font-size:12px;
    }
    
.sort_ul li .num {
        width:20px;
        text-align:center;
        height:40px;
        line-height:40px;
        background:#A4A7AF;
        color:#fff;
        position:absolute;
        top:0;
        bottom:0;
        margin:auto;
        left:-8px;
        border-radius:10px;
    }
    
.sort_ul li.top3 .num {
        background:#FA6400;
    }
    
.sort_ul li .pic-wrap {
        float:left;
        padding-top: 11px;
    }
    
.sort_ul li .pic-wrap img {
        border-radius:6px;
    }
    
.sort_ul li .info-wrap {
        position:relative;
        padding-left:20px;
    }
    
.sort_ul li.top3 .info-wrap {
        padding-left:110px;
    }
    
.sort_ul li.top3.subject-sort .info-wrap {
        padding-left: 20px;
    }
    
.sort_ul li .info-wrap .p1 {
        font-size:14px;
        color:#000;
    }
    
.sort_ul li .info-wrap .p2 {
        margin-top:5px;
        padding-right:60px;
    }
    
.sort_ul li .info-wrap .people {
        position:absolute;
        right:0;
        bottom:0;
        width:72px;
        text-align:center;
    }
    
.sort_ul li .info-wrap .people span {
        color: #FA6400;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
    }
    
.topic-item {
        width: 100%;
        box-sizing: border-box;
    }
    
.topic-item .cover {
        height: 175px;
    }
    
.closeFixed {
        display: block;
    }
    
.live-box {
        display: none;
    }
    
.live-tip-text .live-title {
        font-size: 20px;
        margin-top: 40px;
    }
    
.live-tip-text .live-time {
        font-size: 15px;
        margin-top: 5px;
    }
    
.live-btn a {
        width: 110px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
}