/*轮播器*/
.swiper-container {
    height: 344px;
}

.mian-pic {
    height: 344px;
    overflow: hidden;
}

.mian-pic img {
    width: 100%;
    height: 344px;
}

.swiper-container .swiper-slide {
    display: block;
}

.swiper-container .swiper-slide .noticepic {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    top: -175px;
    display: none;
}

.swiper-container .swiper-slide .noticepic .notic-text {
    width: 575px;
    background: url("../img/rgab0.3.png");
    height: 96px;
    padding: 7px 0 0 18px;
}

.swiper-container .swiper-slide .noticepic .notic-text .content {
    position: absolute;
    top: 0;
    padding: 10px 20px;
    width: 467px;
}

.swiper-container .swiper-slide .title {
    width: 544px;
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
}

.swiper-container .swiper-slide .text {
    margin-left: 16px;
    color: #fff;
    max-height: 40px;
    width: 544px;
    overflow: hidden;
}

/*轮播分页器*/
.pagination {
    position: absolute;
    z-index: 20;
    top: 310px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}


.title-pagination {
    position: absolute;
    z-index: 20;
    top: 227px;
    right: 0px;
    /*width: 109px;*/
    text-align: center;
}
.title-pagination .swiper-pagination-switch {
    height: 10px;
    width: 10px;
    margin: 0px 4px;
    color: #fff;
    background-color: #fff;
    vertical-align: middle;
    line-height: 10px;
    text-align: center;
    cursor: pointer;

}

.title-pagination .swiper-active-switch {
    background: #4e57cc;;
    color: #4e57cc;
    border: 1px solid #4e57cc;
}

/*帮助栏*/

.help {
    position: fixed;
    bottom: 134px;
    width: 70px;
    right: 2%;
    z-index: 100;
    text-align: center;
    font-size: 12px;
    color: #888888;
}

/*.help {*/
/*width: 70px;*/
/*position: absolute;*/
/*top: 597px;*/
/*right: 2%;*/
/*z-index: 100;*/
/*text-align: center;*/
/*font-size: 12px;*/
/*color: #888888;*/
/*}*/
.help a {
    color: #888888;
}

.help div {
    padding: 10px 0;
    height: 50px;
    border: 1px solid #c2c2c2;
    border-bottom: none;
    background: #fff;
}

.help .talk {
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 20px;
    background: url("../img/talk.png") center no-repeat;
}

.help .weixinpic {
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 20px;
    background: url("../img/weixin.png") center no-repeat;
}

.help .weibopic {
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 20px;
    background: url("../img/weibo.png") center no-repeat;
}

.help .toppic {
    margin: 0;
    padding: 0;
    width: 31px;
    height: 30px;
    border: none;
    margin-left: 20px;
    background: url("../img/top.png") center no-repeat;
}

.help .totop {
    padding-top: 15px;
    height: 35px;
    border-top: none;
    border-bottom: 1px solid #c2c2c2;
}

.help div:hover {
    background: #006fc1;
    color: #fff;
    cursor: pointer;
}

.help div:hover .weixinpic {
    background: url("../img/weixin2.png") center no-repeat;
}

.help div:hover .talk {
    background: url("../img/talk2.png") center no-repeat;
}

.help div:hover .weibopic {
    background: url("../img/weibo2.png") center no-repeat;
}

.help div:hover .toppic {
    background: url("../img/top2.png") center no-repeat;
}

.help .scond-code {
    padding: 0;
    width: 180px;
    height: 178px;
    border: none;
    position: absolute;
    top: 142px;
    left: -198px;
    display: none;
    background: none;
}

/*主体*/
.mian-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 134px !important;
    z-index: 10;
    color: #333;
    background: #fff;
}

/*.mian-content .main-new .div-left a:hover,*/
/*.mian-content .main-new .div-right  a:hover,*/
/*.mian-content .notice ul li a:hover,*/
/*.mian-content .pic-new ul li a:hover,*/
/*.mian-content .dynamic .div-left a:hover,*/
/*.mian-content .dynamic .div-right a:hover,*/
/*.mian-content .learning ul li a:hover{*/
/*font-weight: bold;*/
/*}*/
/*.videos:hover {*/
/*cursor: pointer;*/
/*}*/

.mian-content a:hover {
    color: #4e57cc;
}

.mian-content p {
    font-size: 14px;
    color: #888;
    max-height: 38px;
    overflow: hidden;
}

.mian-content a {
    display: inline-block;
    font-size: 16px;
}

.mian-content .time {
    font-size: 12px;
    color: #888;
    float: right;
    /*line-height: 27px;*/
}

.mian-content .modular {
    float: left;
    /*border: 1px solid #888;*/
}

.div-right ul li {
    line-height: 25px;
    display: inline-block;
}

/*.div-right ul li a {*/
    /*width: 237px;*/
    /*padding-left: 5px;*/
/*}*/

.div-right .time {
    float: right;
}

.div-left, .div-right {
    float: left;
}

.mian-content .notice {
    width: 385px;
    height: 312px;
}

.mian-content .notice .notice-content {
    margin-top: 10px;
}

.mian-content .notice .notice-content ul li {
    line-height: 30px;
    height: 31px;
    background: url("../img/li-circle.png") no-repeat 0px center;
    padding-left: 20px;
}

.mian-content .dynamic {
    width: 780px;
    margin-right: 35px;
    height: 312px;
}
.mian-content .dynamic  .inter-show-swip-content.swiper-container{
    width: 317px;
    height: 250px;
    margin: 0px;
    display: inline-block;
}
.mian-content .dynamic .div-left {
    margin-top: 8px;
    margin-right: 20px;
    width: 336px;
    position: relative;
}

.mian-content .titlediv {
    border-bottom: 1px solid #d5d5d5;
    padding: 0 0 15px 0;
    margin-bottom: 18px;
}

.mian-content .dynamic .div-left img {
    width: 336px;
    height: 273px;
    /*margin-bottom: 8px;*/
}

.mian-content .dynamic .div-left img:hover {
    cursor: pointer;
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}

.mian-content .dynamic .div-left .see-more {
    color: #fff;
    background: #26a891;
    border: none;
    padding: 5px 15px;
    margin-top: 10px;
    cursor: pointer;
    margin-left: 3px;
    margin-bottom: 3px;
}

.mian-content .dynamic .div-left .see-more:hover {
    cursor: pointer;
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}

.mian-content .dynamic .div-right {
    width: 408px;
}

.mian-content .dynamic .div-left {
    margin-top: 10px;
}

.mian-content .dynamic .div-right {
    float: right;
}

.mian-content .dynamic .div-right .head-time {
    color: #888;
    float: left;
    width: 56px;
    text-align: right;
    padding-right: 8px;
    border-right: 1px solid #d6d6d6;
    margin-bottom: 10px;
    margin-top: 8px;
}

.mian-content .dynamic .div-right .head-time span {
    font-size: 12px;
    height: auto;
    color: #888888;
}

.mian-content .dynamic .div-right .head-time span.day {
    color: #888888;
    font-size: 30px;
}

.mian-content .dynamic .div-right .content {
    float: left;
    width: 240px;
    text-align: left;
    margin-bottom: 10px;
}

.mian-content .dynamic .div-right .content span {
    font-size: 14px;
    color: #888;
    float: left;
    width: 365px;
    padding-left: 13px;
}

.mian-content .dynamic .div-right ul li {
    margin-top: 8px;
    border-bottom: 1px solid #d5d5d5;
}

.mian-content .dynamic .div-right ul li p {
    padding-left: 10px;
    line-height: 20px;
    position: relative;
    top: -3px;
}

/*.mian-content .dynamic .div-right ul li a {*/
    /*color: #000;*/
    /*padding-left: 10px;*/
/*}*/

.mian-content .dynamic .div-right ul li a:hover {
    color: #4e57cc;
}

.mian-content .double-work {
    width: 430px;
    margin-top: 20px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

.mian-content .third-work {
    margin-top: 40px;
    margin-right: 30px;
}

.mian-content .student-work {
    width: 405px;
}

.mian-content .party-work {
    width: 395px
}

.mian-content .links {
    margin-right: 0;
    width: 340px;
}

.mian-content .links .linkstop {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 20px;
    border: 1px solid #cbcbcb;
}

.mian-content .third-work .online-notice {
    width: 300px;
    height: 18px;
    background: #7cb4aa url(../img/log-bg.png) 197px -36px no-repeat;
    padding: 25px 20px;
    margin-bottom: 20px;
}

.mian-content .third-work .online-notice:hover {
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}

.mian-content .third-work .online-notice a {
    width: 100%;
    color: #fff;
    font-size: 16px;
}

.mian-content .third-work .online-notice a:hover {
    color: #4e57cc;
}

.mian-content .links ul {
    border: 1px solid #cbcbcb;
    border-top: none;
    padding: 10px 0 15px 20px;
    /*height: 110px;*/
    height: 116px;
    overflow-y: auto;
}

.mian-content .links ul li {
    line-height: 22px;
}

.mian-content .links ul li a {
    font-size: 14px;
}

.title {
    font-size: 16px;
    position: relative;
    top: 7px;
    color: #333;
    font-weight: bold;
}

.mian-content .title {
    padding-bottom: 7px;
    border-bottom: 3px solid #4e57cc;
    padding-right: 25px;
}

.mian-content .more {
    float: right;
    font-size: 14px;
    color: #888888;
    position: relative;
    top: 8px;
    right: 2px;
}

.mian-content .linedown-more {
    font-size: 14px;
    color: #888888;
    position: relative;
    top: 12px;
}

/*素培新闻图片*/
.dy-left-img {
    width: 335px;
    margin-right: 35px;
    margin-top: 10px

}

.dy-left-img-title {
    height: 27px;
    background-color: #4e57cc;
    margin-top: -5px;
    font-size: 14px;
    line-height: 27px;

}

.img-title {
    display: inline-block;
    width: 165px;
    padding: 0px 17px;
}

.img-title > a {
    color: #fff;
}

.img-title:hover > a {
    color: #fff;
}

.img-num {
    display: inline-block;
    width: 109px;
    padding: 0px 11px;
    float: right;
}

.img-num > span {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0px 4px;
    color: #4e57cc;
    background-color: #fff;
    vertical-align: middle;
    line-height: 16px;
    text-align: center;
    cursor: pointer;

}

.img-num > span > a {
    color: #4e57cc;
}

.img-num > span:hover {
    color: #fff;
    background-color: #f0b108;
    cursor: pointer;
}

.img-num > span:hover > a {
    color: #fff;
}

/*通知公告*/
.notice-top {
    height: 86px;
    margin: 25px 0px 20px 0px;
    background-color: #eeeeee;
}

.notice-head-time {
    display: inline-block;
    padding: 17px 13px 16px 17px;
    width: 50px;
    color: #fff;
    border-right: none;
    vertical-align: top;
}

.notice-head-time > :first-child {
    display: block;
    width: 50px;
    color: #fff;
    border: none;
    font-size: 10px;
    background-color: #f0b108;
    line-height: 17px;

}

.notice-head-time > :first-child + span {
    display: block;
    width: 50px;
    color: #fff;
    border: none;
    font-size: 18px;
    background-image: linear-gradient(#1fa5ff,#2e79f9);
    line-height: 36px;
    text-align: center;

}

.notice-head-content {
    display: inline-block;
    color: #fff;
    width: 285px;
    padding-right: 15px;

}

.notice-head-content > a {
    width: 285px;
    padding-top: 10px;
}

/*参与阅读*/
.join-red {
    display: inline-block;
    background-color: #f3f3f3;
    margin: 30px 34px 0px 0px;
    width: 580px;
    height: 230px;
    vertical-align: top;
}

.join-red-left {
    vertical-align: top;
    display: inline-block;
    padding: 20px;
    width: 235px;
}

.join-red-left > p {
    font-size: 16px;
    padding: 0px 0px 18px 0px;
    color: #000;
    cursor: pointer;
}

.join-red-left > p:hover {
    color: #4e57cc;
}

.join-red-left > img {
    width: 235px;
    height: 150px;
    cursor: pointer;
}

.join-red-right {
    vertical-align: top;
    display: inline-block;
    width: 280px;
    padding: 52px 20px 0px 0px;
    height: 105px;
}

.join-red-right-text > p {
    max-height: 105px;
    height: 105px;
    line-height: 25px;
}

.join-red-right > button {
    width: 63px;
    height: 26px;
    background-color: #4e57cc;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 26px;
    border-radius: 3px;
}

.join-red-right > button:hover {
    background-color: #f0b108;
}

/*@media screen and (max-width: 1200px) {
    body .mian-content {
        margin-bottom: 320px;
    }

    .link-system ul li {
        margin: 20px 17px 0 17px;
    }

    .div-right ul li {
        display: inline-block;
    }

    .main-new .div-right ul li {
        width: 410px;
        line-height: 23px;
    }

    .mian-content, .header-top, .header, .sidebar .navigation {
        width: 1024px;
    }

    .swiper-container .swiper-slide .title {
        font-size: 24px;
        width: 370px;
    }

    .swiper-container .swiper-slide .noticepic {
        width: 900px;
        top: -270px;
    }

    .swiper-container .swiper-slide .text {
        width: 370px;
        height: 40px;
    }

    .div-left {
        width: 278px;
    }

    .mian-content .notice {
        width: 334px;
    }

    .mian-content .dynamic {
        width: 408px;
        overflow: hidden;
        margin-bottom: 0;
    }

    .mian-content .dynamic .div-left {
        width: 252px;
    }

    .mian-content .dynamic .div-left img {
        width: 252px;
        height: 155px;
    }

    .mian-content .dynamic .div-right {
        width: 375px;
    }

    .div-right ul li {
        line-height: 22px;
    }

    .div-right ul li a, .mian-content .dynamic .div-right .content span, .mian-content .dynamic .div-right .content {
        width: 305px;
    }

    .mian-content .double-work {
        width: 676px;
    }

    .mian-content .student-work {
        width: 360px;
    }

    .mian-content .party-work {
        width: 320px;
    }

    .mian-content .links {
        width: 284px;
    }

    .mian-content .third-work .online-notice {
        width: 243px;
        background: #7cb4aa url(../img/log-bg.png) 144px -36px no-repeat;
    }
}*/

/*左侧悬浮*/
.left-hover {
    position: absolute;
    z-index: 100;
    height: 271px;
    width: 160px;
    left: 2%;
    top: 1080px;
    background: url("../img/icon-left-baoming.png") no-repeat;
}

.left-hover .cancle-button {
    float: right;
    background: #fff;
    background: url("../img/icon-black-x.png");
    border: none;
    height: 11px;
    width: 13px;
    cursor: pointer;
    margin: -5px 6px 0px 0px;

}

.enter-img {
    display: block;
    border: none;
    height: 50px;
    width: 50px;
    margin: 180px 0px 0px 95px;
    background: url("../img/icon-boaming-enter.png");
    cursor: pointer;
}

.right-hover {
    position: absolute;
    z-index: 100;
    height: 180px;
    width: 146px;
    right: 2%;
    top: 1080px;
}
.right-hover img{
    width: 101px;
    height: 101px;
}

    /*素拓新闻图片*/
.supei-xiao-img {
    width: 82px;
    height: 64px;
}

.supei-xiao-img:hover {
    /* box-shadow: 0 0 5px #666; */
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}
/*参考阅读鼠标放在图片上有阴影*/
.join-red-left>img:hover{
    /* box-shadow: 0 0 5px #666; */
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}
/*图片新闻*/
.pic-news{
    float: left;
    width: 206px;
    margin: 25px 29px 5px 0;
}
.pic-news img{
    width: 206px;
    height: 96px;
    overflow: hidden;
}
.pic-news img:hover{
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}
.pic-news p{
    color: #333;
    font-size: 16px;
    margin-top: 5px;
}
/*讲坛*/
.Forum{
    width: 489px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}
.Forum ul{
    padding-top: 8px;
}
.Forum ul li{
    margin-top: 11px;
}
.Forum ul li a{
    width: 400px;
}
/*公共资源*/
.mian-content .double-work.resources{
    width: 270px;
    margin-right: 0px;
    margin-top: 32px;
}
.mian-content .double-work.resources ul.resources-detail li a{
    display: block;
    width: auto;
    height: 64px;
    color: #fff;
}
.mian-content .double-work.resources ul.resources-detail li a:hover{
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}
.mian-content .double-work.resources ul.resources-detail li{
    width: 100%;
    height: 47px;
    line-height: 47px;
    margin-bottom: 10px;
    background: #748dba;
    color: #f5f5f5;
    font-size: 16px;
    background-image: url("../img/icon-small-logo.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 142px 62px;
}
.mian-content .double-work.resources ul.resources-detail li img.left-img{
    width: 100px;
    height: 47px;
    margin-right: 55px;
}
.mian-content .double-work.resources ul.resources-detail li span.right-text{
    padding-left: 30px;
    line-height: 47px;
    vertical-align: text-bottom;
}
.mian-content .double-work.resources ul.resources-detail li:nth-child(4n+1) {
    background: #93b1d7;
    background-image: url("../img/icon-small-logo.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 142px 62px;
}
.mian-content .double-work.resources ul.resources-detail li:nth-child(4n+2) {
    background: #80bdaf;
    background-image: url("../img/icon-small-logo.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 142px 62px;
}
.mian-content .double-work.resources ul.resources-detail li:nth-child(4n+3) {
    background: #b1b0c3;
    background-image: url("../img/icon-small-logo.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 142px 62px;
}
.swiper-container .swiper-slide a.banner-bg{
    display: block;
    width:100%;
    height:100%;
    background-position: center !important;
    background-size: cover !important;
}
@media screen and (min-width: 1920px) {
    .swiper-container .swiper-slide a.banner-bg{
        display: block;
        width:100%;
        height:100%;
        background-position: center !important;
        background-size: 100% 344px !important;
    }
}
.mian-content .double-work ul li a{
    width: 79%;
}
.mian-content .double-work ul li a+span{
    line-height: 24px;
}
.mian-content .first-floor{
    position: relative;
    height: 330px;
}
.mian-content .double-work.li-reset ul li{
    line-height: 25px;
}

.resources-detail {
    overflow: hidden;
}

.resources-detail li{
    float: left!important;
    /*width: 49%!important;;*/
    /*margin-left: 1%!important;;*/
    margin-bottom: 5px!important;;
}