body{
    width: 100%;
    background: #fff;
}

/*header*/
.header-top{
    height: 117px;
    overflow: hidden;
}
.header-top h1{
    float: left;
    width: 616px;
    height: 77px;
    background: url("../images/logo.png") no-repeat center;
    text-indent: -9999px;
    margin: 20px 0 20px 10px;
}
.header-top-r{
    float: right;
    overflow: hidden;
    margin-right: 10px;
}
.header-top-r div{
    width: 186px;
    height: 28px;
    overflow: hidden;
    float: right;
    margin: 38px 0 12px;
}
.header-top-r div input{
    float: left;
    padding: 0 5px;
    width: 146px;
    height: 28px;
    border: 1px solid #9a1502;
    line-height: 28px;
    font-size: 12px;
    color: #3e3a39;
}
.header-top-r div button{
    float: left;
    width: 28px;
    height: 28px;
    background: #9a1502;
    position: relative;
}
.header-top-r div button::before{
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url("../images/search.png") no-repeat center;
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
}
.header-top-r dl{
    text-align: right;
    font-size: 14px;
    clear: both;
    overflow: hidden;
}
.header-top-r dl dd{
    /*display: inline-block;*/
    float: right;
    margin: 0 5px;
}
.header-top-r dl dd a{
    color: #4d4d4d;
}
.header-top-r dl dd.line,
.header-top-r dl dd a:hover{
    color: #9a1502;
}

.nav{
    width: 100%;
    height: 53px;
    background: #9a1502;
    position: relative;
}
.nav::before{
    content: '';
    display: block;
    width: 535px;
    height: 53px;
    background: url("../images/nav-bg.png") no-repeat center;
    position: absolute;
    left: 20px;
    top: 0;
}
.nav ul li{
    float: left;
    width: 14.28%;
}
.nav ul li a{
    display: block;
    width: 100%;
    height: 53px;
    text-align: center;
    line-height: 53px;
    color: #fff;
    font-size: 20px;
    position: relative;
}
.nav ul li a::before{
    content: '';
    display: block;
    width: 1px;
    height: 53px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
.nav ul li a:hover,
.nav ul li a.nav_active{
    background: #fff;
    color: #000;
}


/*底部内容*/
.bottom-top{
    height: 494px;
    overflow: hidden;
    background: #f6f6f6;
    margin-top: 50px;
    position: relative;
}
.bottom-top::before{
    content: '';
    display: block;
    width: 494px;
    height: 494px;
    background: url("../images/bot_bg.png") no-repeat right center;
    position: absolute;
    right: -130px;
    top: 0;
}
.bottom-top-t,
.bottom-bot-b{
    padding: 40px 50px;
    border-top: 1px solid #989797;
    overflow: hidden;
}
.bottom-top-t dl,
.bottom-top-t div{
    float: left;
    overflow: hidden;
}
.bottom-top-t dl{
    margin-right: 80px;
}
.bottom-top-t dl dt{
    width: 110px;
    font-size: 24px;
    color: #9a1502;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9a1502;
    text-align: center;
}
.bottom-top-t dl dd{
    font-size: 16px;
    margin-bottom: 8px;
}
.bottom-top-t dl dd a{
    color: #000;
}
.bottom-top-t dl dd a:hover{
    color: #9a1502;
}
.bottom-top-t dl dd.bot-logo img{
    margin-top: 30px;
}
.bottom-top-t div p{
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}
.bottom-bot-b p{
    font-size: 16px;
    margin-left: 45px;
    margin-top: 20px;
}
.bottom-bot{
    padding: 70px 0;
    border-top: 7px solid #686365;
    background: #931913;
    font-size: 14px;
    color: #fff;
}
.bottom-bot p{
    text-align: center;
    line-height: 2;
}


/*banner*/
.banner{
    background: url("../images/school_pen.png") no-repeat left bottom/100%;
}
.bannerBox .swiper-container{
    width: 100%;
    overflow: hidden;
}
.bannerBox .swiper-container img{
    width: 100%;
}
.banner-bot{
    width: 100%;
    height: 71px;
    background: #333;
    background: rgba(12, 3, 6, .62);
    overflow: hidden;
    position: relative;
}
.banner-bot .swiper-pagination{
    width: 114px;
    height: 71px;
    background: rgba(161, 48, 24, .36);
}
.swiper-pagination-r{
    top: 0;
    right: 0;
}
.banner-from{
    width: 992px;
    margin-left: 114px;
    overflow: hidden;
}
.banner-from div,
.banner-from button,
.banner-from>a{
    float: left;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 30px 5px;
    background: transparent;
    border: 1px solid #fff;
}
.swiper-pagination-bullet-active{
    background: #fff;
    outline: none;
}
.banner-from div{
    margin-left: 20px;
    line-height: 71px;
}
.banner-from div label{
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
    margin-right: 5px;
}
.banner-from div label.user{
    padding-left: 22px;
    background: url('../images/user.png') no-repeat left center;
}
.banner-from div label.pass{
    padding-left: 22px;
    background: url('../images/lock.png') no-repeat left center;
}
.banner-from div input{
    float: left;
    margin-top: 20px;
    width: 140px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 12px;
    color: #544e50;
}
.banner-from div a{
    float: left;
    font-size: 57px;
    height: 19px;
    margin-top: 26px;
    margin-left: 5px;
}
.banner-from button{
    display: inline-block;
    width: 92px;
    height: 30px;
    font-size: 16px;
    color: #0c0306;
    margin: 20px 30px 0 20px;
}
.banner-from>a{
    display: inline-block;
    height: 71px;
    line-height: 71px;
    font-size: 16px;
    color: #fff;
}


/*通知公告*/
.notice{
    padding-top: 50px;
    background: rgba(255, 255, 255, .76);
    overflow: hidden;
}
.title{
    width: 110px;
    font-size: 24px;
    color: #9a1502;
    margin: 0 0 0 45px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9a1502;
    text-align: center;
}
.notice-list{
    margin: 36px 0 30px;
    overflow: hidden;
    border-bottom: 1px solid #31445b;
}
.notice-list li{
    width: 560px;
    float: left;
    overflow: hidden;
    border-bottom: 1px dotted #31445b;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 20px;
}
.notice-list li.line-no{
    border-bottom: none;
}
.notice-list li p{
    overflow: hidden;
    margin-bottom: 12px;
}
.notice-list li a p i{
    float: left;
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    width: 74px;
    height: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #686365;
    text-align: center;
    line-height: 18px;
}
.notice-list li a p span{
    float: right;
    font-size: 14px;
    color: #000;
}
.notice-list li a h4{
    font-size: 16px;
    color: #000;
    padding-left: 25px;
    width: 535px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/notice.png") no-repeat left center;
}
.notice-list li a:hover p i{
    background: #931913;
    color: #fff;
}
.notice-list li a:hover p span,
.notice-list li a:hover h4{
    color: #931913;
}
.notice-list li a:hover h4{
    background: url("../images/notice_hover.png") no-repeat left center;
}
.notice-more{
    float: right;
    margin-right: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #9a1502;
    padding-right: 26px;
    background: url("../images/more.png") no-repeat right center;
}


/*加入我们*/
.join h3{
    overflow: hidden;
    padding: 30px 0 25px;
}
.join h3 strong{
    float: left;
    font-size: 24px;
    color: #9A1502;
    margin-left: 40px;
}
.join h3 span{
    float: right;
    font-size: 22px;
    color: #872C4A;
    margin-right: 100px;
    padding-left: 34px;
    background: url("../images/ear.png") no-repeat left center;
}
.join-tab{
    background: #0c0305;
    padding: 40px 0 50px;
    overflow: hidden;
}
.join-tab li{
    float: left;
    width: 200px;
    height: 192px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px dotted #31445b;
    margin: 0 19px;
}
.join-tab li a{
    display: block;
    width: 100%;
    height: 192px;
    text-align: center;
}
.join-tab li a em{
    display: inline-block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin: 26px 0;
}
.join-tab li a em.sm_img img{
    height: 22px;
    margin: 14px 0;
}
.join-tab li a span{
    font-size: 18px;
    color: #4d4d4d;
}
.join-tab li a i{
    display: block;
    width: 10px;
    height: 16px;
    background: url(../images/add.png) no-repeat center;
    margin: 20px auto 0;
}
.join-tab li a:hover span{
    color: #931913;
}
.join-tab li a:hover i{
    background: url("../images/add_hover.png") no-repeat center;
}
.join-con{
    height: 634px;
    background: #f4f4f4;
    position: relative;
    border-bottom: 3px solid #bfcad7;
}
.join-con::before{
    content: '';
    display: block;
    width: 515px;
    height: 631px;
    background: url("../images/add_bg.png") no-repeat left center;
    position: absolute;
    left: 0;
    top: 0;
}
.join-con .main-in{
    height: 631px;
}
.join-con ul{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.join-con ul li{
    width: 212px;
    height: 579px;
    float: left;
    overflow: hidden;
}
.join-con ul li.tkzq{
    background: url("../images/tkzq.png") no-repeat center;
}
.join-con ul li.xxzq{
    background: url("../images/xxzq.png") no-repeat center;
}
.join-con ul li.xsyd{
    background: url("../images/xsyd.png") no-repeat center;
}
.join-con ul li.xxzx{
    background: url("../images/xxzx.png") no-repeat center;
}
.join-con ul li.xxzq,
.join-con ul li.xxzx{
    margin-left: 117px;
    margin-top: 53px;
}
.join-con ul li.xsyd{
    margin-left: 117px;
}
.join-con ul li dl{
    width: 212px;
    height: 245px;
    background: #000;
    background: rgba(0, 0, 0, .45);
    overflow: hidden;
}
.join-con ul li.tkzq dl,
.join-con ul li.xsyd dl{
    margin-top: 52px;
}
.join-con ul li.xxzq dl,
.join-con ul li.xxzx dl{
    margin-top: 283px;
}
.join-con ul li dl dt{
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin: 22px 0 32px;
}
.join-con ul li dl dd{
    margin-bottom: 30px;
    text-align: center;
}
.join-con ul li dl dd a{
    font-size: 16px;
    color: #fff;
}
.join-con ul li dl dd a:hover{
    color: #931913;
}



/*招生专栏*/
.banner-com{
    height: 326px;
    padding: 24px 0 0;
    background: #ebebeb;
    overflow: hidden;
}
.banner-com .bannerBox{
    height: 302px;
}
.banner-bot-com{
    overflow: hidden;
    margin-top: 20px;
}
.banner-bot-com>p{
    float: left;
    font-size: 14px;
    color: #9a1502;
}
.banner-bot-com>p a{
    color: #313131;
}
.banner-bot-com>p a:hover{
    color: #9a1502;
}
.banner-bot-com div{
    float: left;
    margin-left: 670px;
    overflow: hidden;
}
.banner-bot-com div span{
    float: left;
    margin: 0 14px;
    border: 1px solid #931913;
}
.banner-bot-com div span.swiper-pagination-bullet-active{
    background: #931913;
}

/*招生信息、简章*/
.zsxx{
    background: #fff;
    overflow: hidden;
    padding: 30px 0 0;
}
.zsxx .main-in,
.bmrxlc .main-in,
.xwyy .main-in{
    border-bottom: 1px solid #9e9e9e;
}
.zsxx-con,
.zsjz-con{
    width: 600px;
    overflow: hidden;
    float: left;
}
.zsjz-con{
    width: 500px;
    margin-left: 100px;
}
.zsxx-con .notice-list{
    border-bottom: 0;
}
.zsxx-con div{
    overflow: hidden;
}
.zsxx-con div h3{
    float: left;
}
.title-no{
    margin-left: 0;
}
.zsxx-con div a{
    line-height: 44px;
    float: right;
    font-size: 14px;
    color: #434343;
    padding-right: 26px;
    background: url("../images/more.png") no-repeat right center;
}
.zsxx-con div a:hover{
    color: #9a1502;
}
.zsxx-con ul{
    margin: 0;
}
.zsjz-con img{
    margin-left: -40px;
}

/*报名入学流程*/
.bmrxlc{
    background: #f6f6f6;
    padding: 50px 0 0;
    overflow: hidden;
}
.title-long{
    width: 160px;
}
.bmrxlc-list{
    margin-top: 50px;
    margin-bottom: 30px;
    overflow: hidden;
}
.bmrxlc-list li{
    width: 300px;
    height: 298px;
    float: left;
    overflow: hidden;
}
.bmrxlc-list li a{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 298px;
    background: #fff;
    color: #535353;
    position: relative;
}
.bmrxlc-list li a strong{
    display: block;
    margin: 38px 0 28px 30px;
    font-size: 22px;
}
.bmrxlc-list li a strong span{
    font-size: 40px;
}
.bmrxlc-list li a p{
    width: 174px;
    margin-left: 74px;
    font-size: 14px;
}
.bmrxlc-list li a i{
    display: block;
    width: 18px;
    height: 27px;
    background: url("../images/gt_red.png") no-repeat center;
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.bmrxlc-list li a:hover{
    background: #b4594e;
    color: #fff;
}
.bmrxlc-list li a:hover i{
    background: url("../images/gt_white_big.png") no-repeat center;
}

/*报名指南*/
.bmzn{
    padding: 40px 0 10px;
    overflow: hidden;
}
.bmzn-list{
    margin-top: 30px;
    width: 100%;
    height: 157px;
    overflow: hidden;
    background: #f2f2f2;
}
.bmzn-list li{
    float: left;
    width: 240px;
    height: 157px;
    overflow: hidden;
    position: relative;
}
.bmzn-list li::before{
    content: '';
    display: block;
    width: 1px;
    height: 122px;
    border: 1px dotted #9a1502;
    position: absolute;
    right: 0;
    top: 17px;
}
.bmzn-list li:last-child::before{
    display: none;
}
.bmzn-list li a{
    display: block;
    width: 100%;
    height: 157px;
    overflow: hidden;
}
.bmzn-list li a i{
    display: block;
    width: 60px;
    height: 60px;
    margin: 27px auto 17px;
}
.bmzn-list li.bmzn-list-1 a i{
    background: url("../images/bmzn_1.png") no-repeat center;
}
.bmzn-list li.bmzn-list-2 a i{
    background: url("../images/bmzn_2.png") no-repeat center;
}
.bmzn-list li.bmzn-list-3 a i{
    background: url("../images/bmzn_3.png") no-repeat center;
}
.bmzn-list li.bmzn-list-4 a i{
    background: url("../images/bmzn_4.png") no-repeat center;
}
.bmzn-list li.bmzn-list-5 a i{
    background: url("../images/bmzn_5.png") no-repeat center;
}
.bmzn-list li.bmzn-list-1 a:hover i{
    background: url("../images/bmzn_1_h.png") no-repeat center;
}
.bmzn-list li.bmzn-list-2 a:hover i{
    background: url("../images/bmzn_2_h.png") no-repeat center;
}
.bmzn-list li.bmzn-list-3 a:hover i{
    background: url("../images/bmzn_3_h.png") no-repeat center;
}
.bmzn-list li.bmzn-list-4 a:hover i{
    background: url("../images/bmzn_4_h.png") no-repeat center;
}
.bmzn-list li.bmzn-list-5 a:hover i{
    background: url("../images/bmzn_5_h.png") no-repeat center;
}
.bmzn-list li a span{
    display: block;
    font-size: 24px;
    color: #535353;
    text-align: center;
}
.bmzn-list li a:hover span{
    color: #9a1502;
}


/*常见问题*/
.questionAns{
    background: #f9f9f9;
    overflow: hidden;
    padding-top: 23px;
    position: relative;
    border-bottom: 3px solid #bfcad7;
}
.question-con{
    margin-top: 18px;
    width: 100%;
    height: 681px;
    background: url("../images/class.png") no-repeat left bottom/cover;
    overflow: hidden;
}
.que-list{
    height: 294px;
    overflow: hidden;
    background: rgba(12, 3, 6, .62);
}
.que-list ul{
    padding: 0 40px;
    width: 1040px;
    height: 224px;
    background: #fff;
    margin: 35px auto;
}
.que-list ul li{
    width: 45%;
    float: left;
    margin: 0 2.5%;
    border-bottom: 1px dotted #cd9188;
}
.que-list ul li a{
    display: block;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}
.que-list ul li a i{
    float: right;
    width: 10px;
    height: 16px;
    background: url("../images/add.png") no-repeat center;
    margin-right: 20px;
}
.que-list ul li a span{
    float: left;
    margin-left: 20px;
    width: 362px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #434343;
}
.more_gray{
    float: right;
    font-size: 14px;
    color: #434343;
    background: url("../images/more_gray.png") no-repeat right center;
    padding-right: 28px;
    margin-right: 20px;
    margin-top: 10px;
}
.que-list ul li a:hover span{
    color: #9A1502;
}
.que-list ul li>a:hover i{
    background: url("../images/add_hover.png") no-repeat right center;
}
.more_gray:hover{
    color: #9A1502;
    background: url("../images/more.png") no-repeat right center;
}
.que-other{
    height: 387px;
    background: rgba(255, 255, 255, .5);
    overflow: hidden;
}
.que-other .main-in{
    height: 387px;
    background: #fff;
    overflow: hidden;
}
.ptcz,
.rxzd{
    float: left;
    width: 520px;
    margin: 40px 40px 0;
    overflow: hidden;
}
.ptcz ul li{
    border-bottom: 1px dotted #c2bfbe;
    padding: 18px 0;
}
.ptcz ul li.line-no,
.rxzd p.line-no{
    border-bottom: none;
}
.ptcz ul li p{
    font-size: 14px;
    color: #434343;
    overflow: hidden;
    margin-bottom: 36px;
}
.ptcz ul li p span{
    float: left;
    width: 370px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ptcz ul li p i{
    font-style: normal;
    float: right;
}
.ptcz ul li a{
    display: block;
    width: 65px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background: #3675aa;
    font-size: 14px;
    color: #fff;
}
.ptcz ul li a:hover{
    background: #a13022;
}
.rxzd p{
    padding: 18px 0;
    overflow: hidden;
    font-size: 14px;
    color: #434343;
    border-bottom: 1px dotted #c2bfbe;
}

/*学习流程*/
.xxlcJh{
    padding-top: 36px;
    overflow: hidden;
}
.xxlc,
.xxjh{
    float: left;
    width: 581px;
    overflow: hidden;
    position: relative;
}
.xxlc{
    margin-right: 38px;
}
.xxlc h3,
.xxjh h3{
    position: absolute;
    left: 0;
    top: 0;
    width: 346px;
    height: 60px;
    line-height: 60px;
    background: #9a1502;
    font-size: 24px;
    color: #fff;
    padding-left: 20px;
}
.xxlc-con,
.mouths{
    margin-top: 25px;
    height: 433px;
    background: #f2f2f2;
    overflow: hidden;
}
.xxlc-con-img{
    width: 536px;
    height: 283px;
    background: url("../images/xxlc_img.png") no-repeat center;
    margin: 75px auto;
    overflow: hidden;
}
.xxlc-text{
    width: 140px;
    margin: 115px 0 0 322px;
}
.xxlc-text a{
    font-size: 20px;
    color: #434343;
    background: url("../images/more_gray.png") no-repeat right 4px;
    padding-right: 28px;
}
.xxlc-text a:hover{
    color: #9a1502;
    background: url("../images/more.png") no-repeat right 4px;
}
.mouths dl{
    width: 484px;
    height: 302px;
    border: 1px dashed #1b7d9a;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 64px auto 20px;
    padding: 8px 36px;
}
.mouths dl dd{
    float: left;
    width: 102px;
    height: 95px;
    font-size: 14px;
    text-align: center;
    line-height: 95px;
}
.mouths dl dd a{
    display: block;
    width: 100%;
    height: 95px;
    color: #4d4d4d;
}
.mouths dl dd a:hover{
    color: #9a1502;
}
.mouths dl dd a span{
    font-size: 32px;
}
.mouths .more_gray{
    margin-right: 44px;
}

/*课程辅导*/
.kcfd-con{
    width: 600px;
    float: left;
    overflow: hidden;
}
.kcfd-con-title{
    margin-left: 150px;
    width: 386px;
    height: 70px;
    line-height: 70px;
    background: #9a1502;
    overflow: hidden;
}
.kcfd-con-title h3{
    margin: 17px auto;
    width: 149px;
    height: 39px;
    line-height: 39px;
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    padding-left: 49px;
    text-align: center;
    background: url("../images/kcfd_icon.png") no-repeat left center;
}
.kcfd-con ul{
    width: 386px;
    overflow: hidden;
    margin: 20px 0 0 150px;
}
.kcfd-con ul li{
    height: 85px;
    overflow: hidden;
    background: #f2f2f2;
    border-bottom: 1px dotted #9a1502;
    line-height: 85px;
}
.kcfd-con ul li a{
    display: block;
    width: 100%;
    height: 85px;
}
.kcfd-con ul li.kcfdzl-icon a i{
    float: left;
    width: 26px;
    height: 26px;
    background: url("../images/book.png") no-repeat center;
    margin: 30px 50px 0 76px;
}
.kcfd-con ul li.cjwt-icon a i{
    float: left;
    width: 26px;
    height: 26px;
    background: url("../images/question.png") no-repeat center;
    margin: 30px 50px 0 76px;
}
.kcfd-con ul li a em{
    float: right;
    width: 10px;
    height: 16px;
    background: url("../images/add.png") no-repeat center;
    margin: 35px 50px 0 0;
}
.kcfd-con ul li a span{
    font-size: 14px;
    color: #434343;
}
.kcfd-con ul li a:hover span{
    color: #9a1502;
}
.kcfd-con ul li a:hover em{
    background: url("../images/add_hover.png") no-repeat center;
}
.kcfd-con ul li.kcfdzl-icon a:hover i{
    background: url("../images/book_h.png") no-repeat center;
}
.kcfd-con ul li.cjwt-icon a:hover i{
    background: url("../images/question_h.png") no-repeat center;
}
.kcfd-con .more_gray{
    margin-top: 20px;
    margin-right: 64px;
}

/*课程资源*/
.kczy{
    background: #f6f6f6;
    padding: 30px 0;
    overflow: hidden;
}
.jpzy-list{
    margin-top: 20px;
    width: 100%;
    height: 290px;
    background: #fff;
    overflow: hidden;
}
.jpzy-list li{
    float: left;
    width: 299px;
    border-right: 1px solid #9a1502;
    overflow: hidden;
    margin-top: 30px;
}
.jpzy-list li.line-no{
    border-right: none;
}
.jpzy-list li a{
    display: block;
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.jpzy-list li a img{
    display: block;
    width: 124px;
    height: 104px;
    margin: 0 auto;
}
.jpzy-list li a p{
    width: 80%;
    font-size: 18px;
    color: #434343;
    text-align: center;
    margin: 40px auto 30px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jpzy-list li a i{
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/resource_btn.png") no-repeat center;
    margin: 0 auto;
}
.jpzy-list li a:hover p{
    color: #9a1502;
}
.jpzy-list li a:hover i{
    background: url("../images/resource_btn_h.png") no-repeat center;
}
.kczy-tab span{
    font-size: 24px;
    color: #000;
    margin-right: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
.kczy-tab span.active{
    color: #9a1502;
    border-bottom: 1px solid #9a1502;
}

/*统考专区*/
.tkzq{
    padding-top: 30px;
    width: 100%;
    height: 513px;
    overflow: hidden;
    background: url("../images/class-1.png") no-repeat center center/cover;
}
.tzgg,
.zlxz{
    float: left;
    margin-top: 28px;
    overflow: hidden;
    position: relative;
}
.tzgg{
    margin-right: 18px;
}
.tzgg h3,
.zlxz h3{
    width: 386px;
    height: 60px;
    line-height: 60px;
    background: #9a1502;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #fff;
    padding-left: 70px;
}
.tzgg h3 img,
.zlxz h3 img{
    float: right;
    margin: 18px 180px 0 0;
}
.tzgg-con,
.zlxz-con{
    width: 591px;
    height: 351px;
    margin-top: 25px;
    background: #f2f2f2;
    overflow: hidden;
}
.tzgg-con ul,
.zlxz-con ul{
    margin: 35px 20px 0 20px;
    overflow: hidden;
}
.tzgg-con ul li,
.zlxz-con ul li{
    padding: 30px 0;
    border-bottom: 1px dotted #9a1502;
    overflow: hidden;
}
.tzgg-con ul li a,
.zlxz-con ul li a{
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #434343;
    line-height: 25px;
}
.tzgg-con ul li a{
    line-height: 16px;
}
.tzgg-con ul li a:hover,
.zlxz-con ul li a:hover{
    color: #9a1502;
}
.tzgg-con ul li a i{
    float: left;
    width: 10px;
    height: 16px;
    background: url("../images/add.png") no-repeat center;
    margin: 0 18px 0 40px;
}
.tzgg-con ul li a:hover i{
    background: url("../images/add_hover.png") no-repeat center;
}
.zlxz-con ul li a i{
    float: left;
    width: 25px;
    height: 25px;
    background: url("../images/pen.png") no-repeat center;
    margin: 0 18px 0 40px;
}
.zlxz-con ul li a:hover i{
    background: url("../images/pen_h.png") no-repeat center;
}
.tzgg-con ul li a span,
.zlxz-con ul li a span{
    float: left;
    width: 330px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tzgg-con ul li a em,
.zlxz-con ul li a em{
    float: right;
    font-style: normal;
    margin-right: 40px;
}
.zlxz-con ul li a em{
    padding-right: 20px;
    background: url("../images/add.png") no-repeat right center;
}
.zlxz-con ul li a:hover em{
    padding-right: 20px;
    background: url("../images/add_hover.png") no-repeat right center;
}

/*毕业论文*/
.bylw{
    overflow: hidden;
    padding-top: 30px;
}
.bylw-top{
    margin: 36px 0 34px;
    overflow: hidden;
}
.bylw-top>div{
    float: left;
    width: 588px;
    height: 175px;
    background: #f2f2f2;
}
.bylw-t-1{
    margin-right: 24px;
}
.bylw-t-1-l{
    width: 170px;
    height: 175px;
    float: left;
    overflow: hidden;
    position: relative;
}
.bylw-t-1-l::before{
    content: '';
    display: block;
    width: 170px;
    height: 7px;
    background: #9a1502;
    position: absolute;
    left: 0;
    bottom: 0;
}
.bylw-t-1-l h4{
    text-align: center;
    font-size: 18px;
    color: #434343;
    font-weight: normal;
    margin: 46px 0 50px 20px;
}
.bylw-t-1-r,
.bylw-t-2-r{
    width: 325px;
    float: left;
    margin: 0 46px;
    overflow: hidden;
}
.bylw-t-1-r li{
    border-bottom: 1px dotted #9a1502;
    padding: 17px 0;
    overflow: hidden;
}
.bylw-t-1-r li.line-no{
    border-bottom: none;
}
.bylw-t-1-r li a{
    display: block;
    color: #434343;
}
.bylw-t-1-r li a>span{
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
}
.bylw-t-1-r li a p{
    font-size: 14px;
    overflow: hidden;
}
.bylw-t-1-r li a p em{
    float: left;
    width: 17px;
    height: 15px;
    background: url("../images/notice.png") no-repeat center;
    margin-right: 13px;
    margin-top: 2px;
}
.bylw-t-1-r li a p i,
.bylw-t-2-r li a p i{
    float: right;
    width: 10px;
    height: 16px;
    background: url("../images/add.png") no-repeat center;
    margin-left: 20px;
    margin-top: 2px;
}
.bylw-t-1-r li a p span{
    float: left;
    width: 240px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bylw-t-1-r li a:hover,
.bylw-t-2-r li a:hover,
.bylw-bot>div a:hover,
.xwyy-bm ul li a:hover,
.xwyy-zlxz ul li a:hover,
.xywh-list li a:hover,
.dllt-list dl dd a:hover,
.gzan-con-text li a:hover,
.zsjz-nav li a:hover,
.zsjz-nav li a.zsjz-nav-cur{
    color: #9a1502;
}
.bylw-t-1-r li a:hover p em{
    background: url("../images/notice_hover.png") no-repeat center;
}
.bylw-t-1-r li a:hover p i,
.bylw-t-2-r li a:hover p i,
.bylw-bot>div a:hover i,
.xwyy-bm ul li a:hover i,
.zsjz-nav li a:hover i,
.zsjz-nav li a.zsjz-nav-cur i{
    background: url("../images/add_hover.png") no-repeat center;
}
.bylw-t-2-r li{
    height: 58px;
}
.bylw-t-2-r li a{
    display: block;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    color: #434343;
}
.bylw-t-2-r li a p{
    overflow: hidden;
}
.bylw-t-2-r li a p span{
    float: left;
    width: 265px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bylw-t-2-r li a p i{
    margin-top: 21px;
}

.bylw-bot{
    margin: 30px 0;
    overflow: hidden;
}
.bylw-bot>div{
    float: left;
    width: 360px;
    height: 123px;
    overflow: hidden;
    background: #f2f2f2;
    position: relative;
}
.bylw-bot>div::before{
    content: '';
    display: block;
    width: 360px;
    height: 7px;
    background: #9a1502;
    position: absolute;
    left: 0;
    bottom: 0;
}
.bylw-b-1,
.bylw-b-2{
    margin-right: 60px;
}
.bylw-bot>div a{
    display: block;
    height: 116px;
    line-height: 116px;
    font-size: 18px;
    color: #434343;
}
.bylw-bot>div a span{
    float: left;
    max-width: 150px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 25px;
}
.bylw-bot>div a em{
    float: left;
    margin-top: 40px;
    margin-left: 30px;
}
.bylw-bot>div a i{
    float: right;
    width: 10px;
    height: 16px;
    background: url("../images/add.png") no-repeat center;
    margin-right: 40px;
    margin-top: 45px;
}

/*名师讲座*/
.msjz{
    padding: 40px 0 60px;
    margin-bottom: -50px;
    background: #F2F2F2;
}
.msjz-con{
    width: 1200px;
    height: 392px;
    background: #fff;
    margin-top: 36px;
    overflow: hidden;
}
.msjz-con table{
    width: 1136px;
    margin: 24px auto 0;
}
.msjz-con table th,
.msjz-con table td{
    padding: 15px 0;
    font-size: 14px;
    color: #434343;
}
.msjz-con table th{
    background: #f2f2f2;
    border-top: 5px solid #ccc;
    font-size: 18px;
    color: #434343;
    text-align: center;
}
.msjz-con table td{
    border-bottom: 1px dotted #9a1502;
    text-align: center;
    cursor: pointer;
}
.msjz-con table td p{
    text-align: left;
    margin-left: 30px;
    width: 450px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 30px;
    background: url("../images/add.png") no-repeat left center;
}
.msjz-con table td span{
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/resource_btn.png") no-repeat center;
}
.msjz-con table tr:hover td{
    color: #9a1502;
}
.msjz-con table tr:hover td p{
    background: url("../images/add_hover.png") no-repeat left center;
}
.msjz-con table tr:hover td span{
    background: url("../images/resource_btn_h.png") no-repeat center;
}

/*课程网考*/
.kcwk-con ul li{
    line-height: inherit;
}
.kcwk-con ul li.kcfdzl-icon span{
    line-height: 85px;
}
.kcwk-con ul li.cjwt-icon span{
    float: left;
    margin-top: 22px;
}

/*网络统考*/
.wltk .tzgg h3 img{
    margin: 18px 130px 0 0;
}
.wltk .tzgg-con .more_gray,
.wltk .zlxz-con .more_gray{
    margin-top: 20px;
}
.wltk .zlxz-con ul li a em{
    height: 16px;
}
.wltk .zlxz-con ul li{
    padding: 25px 0;
}

/*学位英语*/
.xwyy .main-in{
    padding-bottom: 20px;
}
.xwyy-con{
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin: 30px 0 20px;
}
.xwyy-bm{
    margin: 24px 0 0 30px;
    overflow: hidden;
    float: left;
    width: 680px;
}
.xwyy-zlxz{
    margin: 24px 30px 0 0;
    overflow: hidden;
    float: left;
    width: 460px;
}
.title-bg{
    height: 52px;
    line-height: 52px;
    background: #f2f2f2;
    border-top: 5px solid #ccc;
}
.title-bg strong{
    font-size: 18px;
    color: #000;
    margin-left: 70px;
}
.xwyy-bm ul,
.xwyy-zlxz ul{
    margin: 0 15px;
    overflow: hidden;
    padding-bottom: 30px;
}
.xwyy-bm ul li,
.xwyy-zlxz ul li{
    padding: 20px 0;
    border-bottom: 1px dotted #9a1502;
    overflow: hidden;
}
.xwyy-zlxz ul li{
    padding: 17px 0;
}
.xwyy-bm ul li a,
.xwyy-zlxz ul li a{
    display: block;
    font-size: 14px;
    color: #434343;
}
.xwyy-bm ul li a i{
    float: left;
    width: 10px;
    height: 16px;
    background: url("../images/add.png") no-repeat center;
    margin: 0 20px 0 0;
}
.xwyy-bm ul li a em{
    font-style: normal;
    float: right;
    margin-right: 30px;
}
.xwyy-bm ul li a span{
    float: left;
    width: 430px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwyy-zlxz ul li a span{
    float: left;
    margin-left: 20px;
    width: 325px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwyy-zlxz ul li a em{
    float: right;
    margin-right: 20px;
    width: 25px;
    height: 25px;
    background: url("../images/down-red.png") no-repeat center;
}

/*学位日语*/
.xwry .main-in{
    padding-bottom: 0;
    border-bottom: none;
}
.xwry .xwyy-con{
    position: relative;
}
.xwry .xwyy-con .imgs{
    position: absolute;
    right: 70px;
    top: 40px;
}

/*网上开学*/
.video-box{
    width: 1082px;
    margin: 30px auto 60px;
    overflow: hidden;
    position: relative;
}
.video-box::before{
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    /*background: url("../images/video.png") no-repeat center;*/
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    cursor: pointer;
    z-index: 5;
}

/*校园文化*/
.xywh{
    padding-top: 30px;
    width: 100%;
    height: 513px;
    overflow: hidden;
    background: url("../images/class-1.png") no-repeat center center/cover;
}
.xywh-list{
    width: 1200px;
    height: 198px;
    background: #f2f2f2;
    overflow: hidden;
    margin: 28px 0 26px;
}
.xywh-list li{
    float: left;
    width: 400px;
    position: relative;
}
.xywh-list li::before{
    content: '';
    display: block;
    width: 2px;
    height: 122px;
    border-left: 1px dotted #9a1502;
    position: absolute;
    right: 0;
    top: 38px;
}
.xywh-list li.line-no::before{
    display: none;
}
.xywh-list li a{
    display: block;
    height: 198px;
    text-align: center;
    font-size: 18px;
    color: #313131;
}
.xywh-list li a img{
    display: inline-block;
    margin: 30px 0 20px;
}
.xywh-list li a span{
    display: block;
    text-align: center;
}
.zxfw{
    overflow: hidden;
    color: #fff;
}
.zxfw-left{
    float: left;
    margin: 34px 100px 0 30px;
    overflow: hidden;
}
.title-white{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.zxft-tel{
    margin: 34px 0 0 220px;
    font-size: 18px;
    padding-left: 60px;
    background: url("../images/ear_white.png") no-repeat left center;
}
.zxfw-right{
    float: left;
    overflow: hidden;
}
.zxfw-ewm{
    float: left;
    margin: 35px 100px 0 0;
    width: 86px;
    padding-top: 96px;
    background: url("../images/ewm_small.png") no-repeat center top;
    font-size: 18px;
    text-align: center;
}
.zxfw-right dl{
    float: left;
    margin-top: 112px;
}
.zxfw-right dl dd{
    font-size: 18px;
    padding-right: 70px;
    margin-bottom: 5px;
}
.zxfw-right dl dd.qq{
    background: url("../images/qq_white.png") no-repeat center right;
}
.zxfw-right dl dd.sina{
    background: url("../images/sina_white.png") no-repeat center right;
}

/*多来论坛*/
.dllt{
    padding: 39px 0 29px;
    overflow: hidden;
}
.dllt-con{
    width: 100%;
    height: 390px;
    position: relative;
}
.dllt-con::before{
    content: '';
    display: block;
    width: 386px;
    height: 61px;
    background: #9a1502;
    position: absolute;
    right: 0;
    top: 0;
}
.dllt-con::after{
    content: '';
    display: block;
    width: 386px;
    height: 61px;
    background: #9a1502;
    position: absolute;
    left: 0;
    bottom: 0;
}
.dllt-list{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1105px;
    height: 353px;
    background: url("../images/join.png") no-repeat center;
    z-index: 1;
    margin: -176px 0 0 -552px;
}
.dllt-list dl{
    overflow: hidden;
    height: 353px;
    position: relative;
}
.dllt-list dl dd{
    overflow: hidden;
    width: 106px;
    height: 106px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    background: rgba(255, 255, 255, .65);
    position: absolute;
    z-index: 2;
}
.dllt-list dl dd.dllt-list-1{
    left: 52px;
    top: 47px;
}
.dllt-list dl dd.dllt-list-2{
    left: 161px;
    top: 141px;
}
.dllt-list dl dd.dllt-list-3{
    left: 274px;
    top: 20px;
}
.dllt-list dl dd.dllt-list-4{
    right: 230px;
    top: 48px;
}
.dllt-list dl dd.dllt-list-5{
    right: 84px;
    top: 173px;
}
.dllt-list dl dd.dllt-list-6{
    right: 70px;
    top: 21px;
}
.dllt-list dl dd a{
    display: block;
    height: 106px;
    font-size: 24px;
    color: #626262;
    text-align: center;
    margin-top: 20px;
}

/*学籍管理*/
.cjglTz{
    height: 490px;
    padding-top: 0;
    background: #fff;
}
.cjglTz .tzgg-con,
.cjglTz .zlxz-con{
    height: 410px;
}
.cjglTz .tzgg-con ul li,
.cjglTz .zlxz-con ul li{
    padding: 20px 0;
}
.cjglTz .tzgg-con ul li a,
.cjglTz .zlxz-con ul li a{
    line-height: 26px;
}
.cjglTz .tzgg-con ul li a i{
    width: 26px;
    height: 26px;
    background: url("../images/file.png") no-repeat center;
}
.cjglTz .tzgg-con ul li a em{
    padding-right: 20px;
    background: url("../images/add.png") no-repeat right center;
}
.cjglTz .tzgg-con ul li a:hover i{
    background: url("../images/file_h.png") no-repeat center;
}
.cjglTz .tzgg-con ul li a:hover em{
    background: url("../images/add_hover.png") no-repeat right center;
}
.cjglTz .zlxz-con ul li a i{
    width: 25px;
    height: 25px;
    background: url("../images/file_page.png") no-repeat center;
}
.cjglTz .zlxz-con ul li a:hover i{
    background: url("../images/file_page_h.png") no-repeat right center;
}
.cjglTz .zlxz-con ul li a em{
    height: 16px;
    margin-top: 5px;
}

/*工作安排*/
.gzan{
    padding: 50px 0;
    overflow: hidden;
    background: #f2f2f2;
}
.gzan-con{
    width: 100%;
    height: 720px;
    overflow: hidden;
    background: #fff;
    margin-top: 25px;
}
.gzan-con-text{
    margin: 30px;
    overflow: hidden;
}
.gzan-con-text li{
    float: left;
    width: 228px;
    border-bottom: 1px dotted #9a1502;
    overflow: hidden;
}
.gzan-con-text li a{
    display: block;
    width: 198px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    font-size: 14px;
    color: #434343;
}
.gzan-con-text li a span{
    display: block;
    width: 178px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    background: url("../images/add.png") no-repeat left center;
}
.gzan-con-text li a:hover span{
    background: url("../images/add_hover.png") no-repeat left center;
}

/*事务办理*/
.swbl{
    height: 511px;
    background: url("../images/flower.png") no-repeat center center/cover;
}
.swbl-top{
    height: 318px;
    background: #fff;
    background: rgba(255, 255, 255, .8);
    overflow: hidden;
}
.swbl-top .main-in{
    height: 318px;
    background: #fff;
    overflow: hidden;
}
.swbl-top .main-in h3{
    margin: 38px 0 64px 22px;
}
.swbl-top .main-in ul{
    width: 987px;
    margin: 0 auto;
    overflow:hidden;
}
.swbl-top .main-in ul li{
    float: left;
    width: 141px;
    height: 147px;
    position: relative;
}
.swbl-top .main-in ul li::before{
    content: '';
    display: block;
    width: 2px;
    height: 147px;
    border-left: 1px dotted #9a1502;
    position: absolute;
    right: 0;
    top: 0;
}
.swbl-top .main-in ul li:first-child::after{
    content: '';
    display: block;
    width: 2px;
    height: 147px;
    border-left: 1px dotted #9a1502;
    position: absolute;
    left: 0;
    top: 0;
}
.swbl-top .main-in ul li a{
    display: block;
    width: 95%;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    color: #313131;
}
.swbl-bot{
    height: 193px;
    background: #000;
    background: rgba(0, 0, 0, .62);
    overflow: hidden;
    line-height: 193px;
    text-align: center;
}
.swbl-bot p{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding-left: 52px;
}
.swbl-bot p.tel{
    margin-right: 100px;
    background: url("../images/ear_white.png") no-repeat left center/32px 32px;
}
.swbl-bot p.mail{
    background: url("../images/email.png") no-repeat left center/32px 32px;
}


/*常见问题解答*/
.cjwtjd .xwyy-bm ul li a em{
    padding-right: 30px;
    background: url("../images/add.png") no-repeat right center;
}
.cjwtjd .xwyy-bm ul li a:hover em{
    padding-right: 30px;
    background: url("../images/add_hover.png") no-repeat right center;
}
.cjwtjd .xwyy-bm ul{
    padding-bottom: 0;
}
.cjwtjd .more_gray{
    margin-bottom: 10px;
}
.cjwtjd .xwyy-con .imgs{
    top: 20px;
}
.cjwtjd .xwyy-con{
    margin: 30px 0 0;
}

/*招生简章详情*/
.zsjz-content{
    margin-bottom: -50px;
    padding: 75px 0 110px;
    overflow: hidden;
    background: url("../images/school_pen.png") no-repeat center bottom/contain;
}
.zsjz-text{
    overflow: hidden;
    margin-bottom: 50px;
}
.zsjz-nav{
    float: left;
    width: 366px;
    margin-right: 54px;
    margin-top: 50px;
    overflow: hidden;
}
.zsjz-nav li{
    border-bottom: 1px dotted #9a1502;
    overflow: hidden;
}
.zsjz-nav li a{
    display: block;
    padding: 20px 0;
    font-size: 16px;
    color: #434343;
    overflow: hidden;
}
.zsjz-nav li a span{
    float: left;
    width: 290px;
    margin-left: 20px;
}
.zsjz-nav li a i{
    float: right;
    width: 10px;
    height: 16px;
    background: url("../images/add.png") no-repeat center;
    margin-right: 20px;
}
.zsjz-con-par{
    float: left;
    width: 780px;
    background: #f5f5f5;
    overflow: hidden;
}
.zsjz-con-par-in{
    margin: 60px;
    overflow: hidden;
}
.zsjz-con-par-in p{
    font-size: 16px;
    color: #434343;
    line-height: 2;
    text-indent: 2em;
}
.zsjz-content .back{
    float: right;
    width: 110px;
    height: 30px;
    background: #b45345;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}


/*招生简章列表*/
.zszj-list-content{
    padding: 10px 0 110px;
}
.zszj-list{
    padding: 20px 0;
    overflow: hidden;
}
.zszj-list ul li{
    overflow: hidden;
    border-bottom: 2px solid #f3f3f3;
    padding: 15px 10px;
}
.zszj-list ul li a{
    overflow: hidden;
    font-size: 16px;
    color: #000;
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zszj-list ul li span{
    font-size: 16px;
    color: #931913;
    float: right;
}
.zszj-list ul li a:hover{
    color: #931913;
}
.page-box{
    margin-top: 30px;
    text-align: center; 
}
.page-box dd{
    display: inline-block;
    margin: 0 5px;
}
.page-box dd a{
    display: block;
    font-size: 14px;
    color: #5d5656;
    padding: 5px 12px;
    background: #fff;
    border: 1px solid #dbdbdb;
}
.page-box dd a:hover,
.page-box dd a.page-cur{
    background: #931913;
    border: 1px solid #931913;
    color: #fff;
}

.zszj-list-con{
    margin: 40px 0 0;
    overflow: hidden;
}
.content-title{
    font-size: 24px;
    color: #850202;
    text-align: center;
}
.content-lit-title{
    margin: 30px 0;
    text-align: center;
    font-size: 14px;
    color: #000;
}
.content-lit-title span{
    color: #931913;
}
.list-con-box{
    padding: 40px 80px;
    overflow: hidden;
    background: #f5f5f5;
    color: #000;
}
.list-con-box p{
    font-size: 16px;
    line-height: 2;
}


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    top: 26px;
    left: 30px;
    z-index: 15;
    width: 80px;
    padding-left: 0;
    text-align: center;
    list-style: none;
}
.carousel-indicators-r{
    left: 100px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.carousel-control, .carousel-control:hover, .carousel-control:focus {
    display: none;
    background-image: none !important;
    width: 28px;
    height: 64px;
    top: 50%;
    margin-top: -32px;
    line-height: 64px;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 52px;
}

.carousel-indicators li {
    *display: inline;
    *zoom: 1;
}









