/*要闻速览*/
.news-content{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.swiper_container{
    height: 380px;
    width: 570px;
}
.swiper_1{
    width: 570px;
    height: 380px;
}
.news-list{
    margin-left: 23px;
}
.news-title{
    font-size: 24px;
    color: #0014ab;
    border-bottom: 2px solid #0078ff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.news-list li{
    margin-bottom: 8px;
}
.news-list li h4{font-size: 18px;
    color: #333333; margin-top:14px;
    margin-bottom: 10px ; font-weight:normal;
    
}
.news-list li p{
    line-height: 22px;
    font-size: 14px;
    color: #666666;
}
/*名师风采*/
.teacher-content{
    background: #eaf4ff;
    margin-top: 50px;
    padding:  17px 0 30px 0;
}
.teacher-list{
    position: relative;
    --swiper-navigation-color: #0078ff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 50px;/* 设置按钮大小 */
}
.teacher-swiper{
    width: 1000px;
    height: 300px;
    overflow: hidden;
}
.swiper-slide{
    text-align: center;
}
.swiper-slide img{
    width: 178px;
    height: 178px;
    vertical-align: bottom;
}
.swiper-slide h4{
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    line-height: 55px;
}
.swiper-slide p{ padding:0px 8px;
    font-size: 14px;
    color: #666;
    line-height:24px;
}
.teacher-list .swiper-button-prev{
    left: -50px;
}
.teacher-list .swiper-button-next{
    right: -50px;
}
/*创新成果*/
.creation-content{
    background: #ffffff;
    margin-top: 30px;
    padding:  17px 0;
}
.creation-list{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.creation-list .list-top{padding-right:20px;}
.creation-list .list-top h4{ font-size: 18px;
    color: #333333; margin-top:14px;
    margin-bottom: 10px ; font-weight:normal;
}
.creation-list .list-top p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.creation-list .list-top li{
    margin-bottom: 18px;
}
.pointer{
    border-top: 1px dotted #a3aab0;
    padding-top: 8px;
    color: #333333;
}
.pointer li{
    list-style-type: square;
    margin-left: 20px;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 14px;
}
/*特色职教*/
.views-content{
    background: #eaf4ff;
    margin-top: 95px;
    padding:  17px 0;
}
.views-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.views-list .module{
    width: 49%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 66px;
}
.views-list .module img{
    width: 200px;
    height: 137px;
}
.views-list .module ul li{
    list-style-type: square;
    margin-left: 20px;
    font-size: 14px;
    line-height: 32px;
}
/*思政教育*/
.education-content{
    background: #ffffff;
    margin-top: 95px;
    padding:  17px 0;
}
.jujiao{
    height: 392px;
    border: 1px solid #e6c786;
    position: relative;
    padding: 20px 10px;
    box-sizing: border-box;
}
.jujiao div{
    display: none;
    width: 570px;
    height: 380px;
    background: url("education-bg.png") top left no-repeat;
    position: absolute;
    top: -20px;
    right: 0;
    padding: 20px;
    box-sizing: border-box;
    margin-right: 10px;
}
.jujiao li{
    width: 380px;
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
    box-sizing: border-box;
    cursor: pointer;
}
.jujiao li.on{
    background: #cb241e;
    color: #ffffff;
}
.jujiao li.on div{
    display: block;
}
.jujiao li div h3{
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}
.jujiao li div p{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 20px 0;
}
.jujiao li div a{
    color: #fff;
    text-align: center;
    display: block;
}
/*美丽校园*/
.school-content{
    background: #eaf4ff;
    margin-top: 95px;
    padding:  17px 0 77px 0;
}
.module_sfyx_content{
    padding-top: 80px;
}
.sfyx{
    width: 870px;
    height: 474px;
    float: right;
    background-color: #0078ff;
}
.sfyx .left{
    width: 690px;
    float: left;
    position: relative;
    height: 370px;
}
.sfyx .left .left_img{
    width: 800px;
    height: 460px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.sfyx .left .left_img img{
    width: 100%;
    height: 100%;
}
.sfyx .left .left_title{
    margin-top: 390px;
    box-sizing: border-box;
    padding-left: 45px;
}
.sfyx .left h3{
    font-size: 20px;
    color: #fff;
    padding: 18px 0 12px 0;
}
.sfyx .left p{
    font-size: 12px;
    color: #fff;
}
.sfyx .right{
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    float: right;
}
.sfyx .right .swiper{
    height: 100%;
    box-sizing: border-box;
    padding: 54px 0;
    position: relative;
}
.sfyx .swiper_main{
    height: 100%;
    width: 140px;
}
.sfyx .swiper_main ul li{
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
}
.sfyx .swiper_main ul li img{
    width: 100%;
    height: 100%;
}


/*foote*/
.footer{ background-color:#0078ff; width:100%;
    height: 130px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

/*公共*/
.banner{
    margin-bottom: 60px;
}
.content{
    width: 1000px;
    margin: 0 auto; 
}
.title{
    width: 100%;
    height: 75px;
    text-align: center;
    margin-bottom: 60px;
}
/*轮播图*/
.j-lbt{position: relative;height: 100%;width: 100%;}
.j-lbt-tp, .j-lbt-tp1, .j-lbt-tp-2{width: 100%;height: 100%}
.j-lbt-tp ul, .j-lbt-tp1 ul, .j-lbt-tp-2 ul{ width: 100%;height: 100%;position: absolute;}
.j-lbt-tp ul li, .j-lbt-tp1 ul li, .j-lbt-tp-2 ul li {position: absolute;float: left;z-index: 100;height: 100%;width: 100%}
.j-lbt-tp ul li img, .j-lbt-tp1 ul li img, .j-lbt-tp-2 ul li img{display: block;width: 100%;height: 100%;}
.j-lbt-w {bottom: 0;*bottom: 0;width: 100%;height: 50px;background: url("bg_swiper.png");position: absolute;z-index: 150;left: 0;}
.j-lbt-w a{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;width: 80%;font-size: 19px;line-height: 50px;margin-left: 10px;font-weight: normal;color: white;}
.j-lbt-btn{top: 40%;padding: 0 0;position: absolute;width: 100%;z-index: 300;}
.j-lbt-btn-prev{cursor: pointer;display: block;float: left;}
.j-lbt-btn-next{cursor: pointer;display: block;float: right;}
.j-lbt-point{bottom: 22px;height: 6px;width: 100%;position: absolute;z-index: 300;}
.j-lbt-point ul{margin-right: 20px;float: right;}
.j-lbt-point ul li{margin-left: 6px;float: left;width: 11px;height: 11px;background: #ffffff;border-radius: 50px;}
.j-lbt-point ul li.on{background-color: #ff0000;}
.j-lbtNum{float: right}
.j-lbtNum h4{font-size: 30px;color: #f18202;font-weight: normal;float: left;margin-top: 25px;margin-right: 10px}
.j-lbtNum h5{font-size: 30px;color: #fff;font-weight: normal;float: left;margin-top: 25px;margin-right: 6px}
.j-lbtNum h6{font-size: 18px;color: #fff;font-weight: normal;float: left;margin-top: 36px;margin-right: 30px}
.swiper-2 .j-lbt-tp-2 .j-lbt-w a{
    font-size: 14px;
}
.sfyx .btn{
    width: 28px;
    height: 14px;
    display: block;
    position: absolute;
}
.sfyx .btn.prev{transform:translateX(-50%);left: 50%;bottom:auto;top: 25px;background: url("prev3.png") center center no-repeat;background-size: 100% 100%;}
.sfyx .btn.next{transform:translateX(-50%);left: 50%;top:auto; bottom: 25px;background: url("next3.png") center center no-repeat;background-size: 100% 100%;}
.sfyx .swiper ul{height: 10000%;display: block;padding: 0 0;width: 100%;}
.swiper{overflow: hidden;position: relative;}
.swiper ul{width: 10000%;display: flex;justify-content: flex-start;padding: 0 24px;}
.swiper ul li{width: 144px;margin-right: 24px;}
.swiper ul li img{width: 144px;}
.swiper_main{width:480px;overflow:hidden;margin:0 auto;}
