/* body {
    background-image: url(../images/top.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
} */

.banner {
    width: 1920px;
    height: 670px;
    margin: auto;
    background-image: url(./top.png);
}

.top {
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: -230px;
}

.top h3 {
    width: 100%;
    color: #da1212;
    font-size: 44px;
    padding-top: 15px;
    text-align: center;
    font-weight: 600;
    line-height: 100px;
}

.zhuanlan {
    width: 1200px;
    height: 700px;
    background-color: #fff;
}

.zhuanlan .neirong {
    height: 580px;
}

.zhuanlan .lunbo {
    width: 700px;
    height: 600px;
}

.zhuanlan .liebiao {
    width: 500px;
    height: 580px;
}


/* 手风琴 */

.sideMenu {
    border: 1px solid #ddd;
}

.sideMenu .qinzi,
.sideMenu .qintu {
    display: inline-block;
    writing-mode: vertical-lr;
}

.sideMenu .qinzi {
    position: relative;
    width: 116px;
    height: 461px;
}

.sideMenu .qinzi img {
    position: relative;
    top: 0px;
    left: 0px;
}

.sideMenu .qinzi p {
    position: relative;
    text-align: center;
    left: -75px;
    font-size: 20px;
    color: #ffffff;
}

.sideMenu .qintu img {
    width: 475px;
    height: 461px;
}


/* 重要论述 */

.big_box {
    position: relative;
    width: 700px;
    height: 600px;
    /* margin: 100px auto; */
    overflow: hidden;
}

.big_box ul {
    position: absolute;
    left: 0;
    width: 600%;
    height: 600px;
}

.big_box ul li {
    float: left;
    position: relative;
}

.big_box ul li img {
    width: 700px;
    height: 580px;
}

.big_box p {
    position: absolute;
    bottom: 18px;
    /* 这里别给ol限制宽度，让小圆圈的个数自动把ol撑大 */
    left: 20px;
    font-size: 16px;
    width: 600px;
    height: 20px;
    color: #fff;
}

.big_box ol {
    position: absolute;
    bottom: -8px;
    /* 这里别给ol限制宽度，让小圆圈的个数自动把ol撑大 */
    left: 90%;
    transform: translateX(-50%);
    height: 10%;
    line-height: 10%;
    text-align: center;
}

.big_box ol li {
    float: left;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-left: 5px;
}

.big_box ol li {
    background-color: #ece9e8;
}

.big_box ol .current {
    background-color: #ffe000;
}

.left,
.right,
ol li {
    cursor: pointer;
}

.zhuanlan .liebiao li {
    padding-top: 20px;
    height: 167px;
    margin-left: 40px;
    border-bottom: 1px dashed #d9d9d9;
}

.zhuanlan .liebiao a {
    display: block;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}

.zhuanlan .liebiao span {
    font-size: 16px;
    line-height: 30px;
}


/* 中央精神 */

.jingshen_l {
    float: left;
    width: 599px;
    height: 392px;
    background-image: url(./jingshen_l.png);
}

.jingshen_l img {
    width: 599px;
    height: 300px;
}

.jingshen_l span {
    display: inline-block;
    width: 497px;
    height: 90px;
    margin: 17px;
    font-size: 20px;
    line-height: 31px;
    color: #ffffff;
}

.jingshen_r {
    float: left;
    width: 591px;
    height: 392px;
    margin-left: 10px;
    background-image: url(./jingshen_r.png);
}

.jingshen_r ul {
    margin-top: 65px;
    margin-left: 20px;
}

.jingshen_r li {
    width: 520px;
    height: 40px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
    margin-left: 20px;
}


/* 教育动态 */

.jiaoyu .content {
    width: 1200px;
    height: 450px;
    background-image: url(./jiaoyu_b.png);
}

.jiaoyu .content2 {
    width: 1200px;
    height: 450px;
}

.jiaoyu_l {
    float: left;
    width: 600px;
    height: 450px;
}

.jiaoyu_r {
    float: left;
    width: 600px;
    height: 450px;
}

.jiaoyu_l .dt {
    padding-top: 65px;
    padding-left: 20px;
}

.jiaoyu_l li {
    width: 520px;
    height: 40px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(./li_p.jpg);
    background-position: 0px 10px;
    background-repeat: no-repeat;
    border-bottom: 1px dashed #d2beaf;
    padding-left: 20px;
    margin-top: 20px;
    margin-left: 20px;
}


/* 教育轮播 */

.picBtnTop {
    width: 470px;
    height: 305px;
    border: 1px solid #ccc;
    padding: 5px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    left: 95px;
    top: 58px;
}

.picBtnTop .bd {
    width: 470px;
    height: 305px;
    position: relative;
}

.picBtnTop .bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.picBtnTop .bd li .pic {
    position: relative;
    z-index: 0;
}

.picBtnTop .bd li .pic img {
    width: 470px;
    height: 305px;
    vertical-align: bottom;
}

.picBtnTop .bd li .bg {
    width: 400px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.picBtnTop .bd li .title {
    width: 470px;
    height: 30px;
    line-height: 30px;
    left: 5px;
    bottom: 20px;
    font-size: 18px;
    position: absolute;
    z-index: 2;
}

.picBtnTop .bd li .title a {
    color: #fff;
    padding-left: 15px;
}

#demo1,
#demo2 {
    margin-bottom: 20px;
}

.content2 .picBtnTop {
    float: left;
    width: 600px;
    height: 395px;
    border: 1px solid #ccc;
    padding: 5px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    top: 50px;
    left: 0px;
}

.content2 .picBtnTop .bd {
    width: 600px;
    height: 395px;
    position: relative;
}

.content2 .picBtnTop .bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.content2 .picBtnTop .bd li .pic {
    position: relative;
    z-index: 0;
}

.content2 .picBtnTop .bd li .pic img {
    width: 600px;
    height: 395px;
    vertical-align: bottom;
}

.content2 .picBtnTop .bd li .bg {
    width: 600px;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.content2 .picBtnTop .bd li .title {
    width: 600px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    left: 5px;
    bottom: -12px;
    font-size: 18px;
    position: absolute;
    z-index: 2;
}

.content2 .picBtnTop .bd li .title a {
    color: #fff;
    padding-left: 15px;
}

.jiaoyu_r2 {
    float: left;
    width: 580px;
    height: 395px;
}

.jiaoyu_r2 .dt2 {
    padding-top: 15px;
    padding-left: 20px;
}

.jiaoyu_r2 li {
    position: relative;
    width: 550px;
    height: 100px;
    font-size: 20px;
    line-height: 20px;
    left: auto;
    background-image: url(./li_b2.png);
    background-position: 0px 10px;
    background-size: 550px 100px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-top: 10px;
    margin-left: 20px;
}

.jiaoyu_r2 li a {
    position: absolute;
    width: 475px;
    line-height: 25px;
    left: 30px;
    top: 35px;
}


/* 媒体报道 */

.meiti li {
    float: left;
    width: 540px;
    height: 60px;
    font-size: 20px;
    margin: 0 20px;
    border-bottom: 1px dashed #000000;
    background-image: url(./hongdian_07.jpg);
    background-position: 0px 25px;
    background-repeat: no-repeat;
    line-height: 60px;
    padding-left: 20px;
}


/* 学习服务 */

.mokuai1,
.mokuai2 {
    float: left;
    width: 600px;
    height: 320px;
}

.mokuai3 {
    float: left;
    width: 1200px;
    height: 320px;
}

.mokuai3 .xiaobiaoti {
    width: 1200px;
}

.xiaobiaoti {
    width: 600px;
    height: 50px;
}

.xiaobiaoti h5 {
    float: left;
    width: 100px;
    height: 50px;
    color: #da1212;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.xiaobiaoti span {
    float: right;
    color: #a0a0a0;
    font-size: 16px;
    margin-top: 20px;
    margin-right: 20px;
}

.zhuti li {
    width: 580px;
    height: 60px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #d9d9d9;
    background-image: url(./xuexi_dian_07.jpg);
    background-position: 0px 25px;
    background-repeat: no-repeat;
    line-height: 60px;
    padding-left: 20px;
}


/* mokuai3 */

.picMarquee-left {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.picMarquee-left .hd {
    position: relative;
}

.picMarquee-left .bd .prev {
    position: absolute;
    top: 70px;
    right: 10px;
    display: block;
    width: 13px;
    height: 25px;
}

.picMarquee-left .bd .next {
    position: absolute;
    top: 70px;
    left: 10px;
    display: block;
    width: 13px;
    height: 25px;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}

.picMarquee-left .bd {
    padding: 10px;
    margin-left: 15px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 266px;
    height: 140px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}


/* 权威发布 */

.t {
    width: 1200px;
    height: 580px;
    padding-top: 25px;
    background-image: url(./quanwei_b.png);
}

.t1 {
    width: 1160px;
    height: 205px;
    background-color: #fff;
    margin-left: 15px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.t2 {
    width: 1200px;
}

.t2 li {
    float: left;
    width: 560px;
    height: 120px;
    margin-left: 25px;
    margin-top: 25px;
    background-image: url(./quanwei_li_b.png);
}

.t2 li h5 {
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
}

.t2 li p {
    width: 500px;
    height: 32px;
    line-height: 32px;
    margin-left: 20px;
    font-size: 16px;
    color: #999999;
}

.t2 li p span {
    font-size: 16px;
    color: #da1212;
}

#demo4 {
    float: left;
    width: 645px;
}

.t1 .i1 {
    float: left;
    width: 500px;
    height: 205px;
}

#demo4 .bd {
    width: 630px;
    margin-top: 20px;
    margin-left: 30px;
}

#demo4 .bd .prev {
    top: 90px;
    right: 12px;
}

#demo4 .bd .next {
    top: 90px;
    right: 10px;
}

.bottom {
    position: relative;
    width: 1920px;
    height: 606px;
    margin: auto;
    font-size: 20px;
    background-image: url(./bottom.png);
    z-index: -1;
}

.bottom span {
    position: absolute;
    display: inline;
    margin: 0 auto;
}

.bottom .b1 {
    left: 50%;
    transform: translate(-50%);
    margin-top: 350px;
}

.bottom .b2 {
    left: 50%;
    transform: translate(-50%);
    margin-top: 385px;
}


/* @media screen and (max-width: 380px) {
    .banner {
        width: 1920px;
        background-size: 100%;
    }
    .bottom {
        width: 1920px;
        background-size: 100%;
    }
    .top {
        margin: 0 auto;
    }
} */

body {
    min-width: 1920px;
}