*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration:none;
    cursor: pointer;
}
.active{
    color: #E34848;
 }
ul,li{
    list-style:none
}
.content_box{
    width: 100%;
}
.index_top{
    background: #C00000;
    height: 35px;
}
.index_top_text{
    width: 1200px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    color: #fff;
    line-height: 30px;
}
.back_go:hover{
    color: #b0a0a0;
}
.back_go > a{
    color: #f5f3f3;
    text-decoration: none;
}
.school_name{
    width: 1200px;
    margin: 0 auto;
}
.school_name_logo{
    display: flex;
    margin-top: 30px;
}
.school_name_logo > img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.school_name_logo > p{
    font-size: 26px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 6px;
    font-family:'SimHei';
}

/* 导航 */
.school_navigation >ul{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    font-weight: 600;
    /* font-family:'SimSun'; */
}
.school_navigation >ul li{
    cursor: pointer;
    font-size: 18px;
}
.school_navigation >ul li:hover{
    color: #E34848;
}


/* 轮播图 */
.swiper_container{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.swiper-slide img{
    width: 100%;
    height: 600px;

}
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  padding: 20px 5px;
  border-radius: 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.swiper-button-prev {
    left: 20%;
    right: auto;
    top: 40%;
}
.swiper-button-next{
    right: 20%;
    left: auto;
    top: 40%;
}
.swiper-pagination-bullet{
    width: 40px;
    height: 15px;
    border-radius: 15px;
    background: #fff;
    opacity : 1;
}
.swiper-pagination-bullet-active{
    background: #E34848;
    opacity : 1;
}
.swiper-pagination{
    width: 1200px !important;
    text-align: right;
    margin-left: 260px;
}
/* 学校头条 */
.school_headlines_box{
    width: 100%;
    background: #F8F8F8;
}
.school_headlines{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    box-sizing: border-box;
    /*  */
}
.title_box{
    width: 100%;
    text-align: center;
}
.title_box h1{
    font-size: 30px;
}
.title_box p{
    font-size: 14px;
    margin: 8px 0;
}
.title_xian{
    width: 60px;
    height: 4px;
    background: #E01515;
    margin: 0 auto;
}
.headlines_top{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;

}
.about_headlines{
   width: 380px;
   display: flex;
   
}
.headlines_date{
    width: 60px;
    height: 63px;
    color: #fff;
    background: #E01212;
    text-align: center;
    /* padding: 1px 3px 3px; */
}
.headlines_date p{
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;

}
.headlines_date span{
    font-size: 12px;
}
.headlines_text{
   width: 280px;
   height: 63px;
   /* padding-top: 9px; */
   box-sizing: border-box;
   margin-left: 15px;
   font-weight: 500;
   
}

.headlines_text > a{
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

.headlines_text > a:hover{
    color: #E34848;
}
.headlines_image{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;

}
.headlines_image img{
    width: 380px; 
    height: 210px;
}
.headlines_bottom{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.headlines_bottom .headlines_date{
    background: #F6E6E7;
    color: #E01212;
}
.headlines_bottom .about_headlines{
    height: 200px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 3px solid #E01212;
    margin-bottom: 40px;
}
.headlines_bottom .headlines_text{
   letter-spacing: 1px;
}
/* 学校简介 */
.school_profile_box{
    width: 100%;
    background: #9E191A;
}
.school_profile{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    height: 550px;
}
.school_profile .title_box{
    color: #fff;
}
.profile_content{
    width: 100%;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    position: relative;
}
.profile_img{
    width: 500px;
    height: 500px;
    border: 3px solid #9E191A;
    /*margin-top: 20px;*/
}
.profile_img img{
    width: 500px;
    height: 500px;
}
.profile_text{
    width: 660px;
    color: #fff;
    letter-spacing: 3px;
    /*margin-top: 20px;*/

}
.profile_text p{
    margin-bottom: 20px;
    text-indent: 30px;
    font-size: 14px;
}
/* 培训考试 */
.school_exams{
    width: 1200px;
    margin: 0 auto;
}
.school_exams .title_box{
    margin-top: 120px;
}
.title_text{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    color: #A1A1A1;
}
.exams_box{
    width: 100%;
    display: flex;
    margin: 40px 0;
    justify-content: space-between;
    font-weight: 500;
}
.exams_box_left{
    width: 580px;
}
.exams_left_top{
    display: flex;
    justify-content: space-between;
}
.exams_top_title{
    display: flex;
}
.exams_top_title img{
    margin-right: 10px;
}
.exams_top_title h2{
    font-size: 24px;
    font-weight: 500;
}
.more_and_more{
   width: 80px;
   height: 30px;
   text-align: center;
   background: #B3B3B3;
   color: #fff;
   line-height: 30px;
}
.exams__left_box,.exams_right_box{
    margin-top: 40px;
    width: 100%;
}
.exams__left_box .about_headlines{
    width: 580px;
    margin-bottom: 30px;
}
.exams__left_box .headlines_date{
    background: #F6E6E7;
    color: #E01212;
}
.exams__left_box .headlines_text{
    width: 430px;
    padding-top: 8px;
    margin-left: 40px;
    box-sizing: border-box;
}
.exams_box_right{
    width: 580px;
}
.exams_right_box ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.exams_text{
    display: flex;
}

.exams_text > a{
    color: #333;
    font-size: 16px;
    text-decoration: none;
}
.exams_text > a:hover{
    color: #E34848;
}
.exams_text p{
    width: 5px;
    height: 5px;
    background: #DF1312;
    margin-top: 8px;
    margin-right: 20px;
}
.exams_text span{
    width: 400px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
}
.right_time{
    color: #929292;
}
/* 校园风采 */
.school_appearance_box{
    width: 100%;
    background: #F8F8F8;
}
.school_appearance{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.appearance_image_box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}
.appearance_left{
    width: 720px;
    
}
.appearance_left_one{
    display: flex;
    justify-content: space-between;
}
.appearance_right{
    width: 460px;
}
.appearance_left_one img{
    /* width: ; */
    width: 230px;
    height: 150px;
}
.appearance_left_two{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.img_two_left img{
    width: 230px;
    height: 150px;
}
.img_two_left img:first-child{
    margin-bottom: 10px;
}
.img_two_right img{
    width: 475px;
    height: 315px;
}
.appearance_right_one img{
    width: 460px;
    height: 310px;
}
.appearance_right_two{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.appearance_right_two img{
    width: 220px;
    height: 150px;
}
/* 成人教育 */
.school_adult_box{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.edult_left_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.adult_left_box{
    width: 280px;
    height: 40px;
    text-align: center;
    background: #FCA32B;
    line-height: 40px;
    margin-bottom: 30px;
}
.school_train_box{
    width: 100%;
    background: #9E191A;
}
.school_train{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    color: #fff;
}

.school_train_box .exams_right_box{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    color: #000;
}
.school_train_box .exams_text p{
    background: #fff;
}
.school_train_box .exams_right_box ul{
    padding-top: 10px;
    box-sizing: border-box;
}
/* 底部 */
.index_footer_box{
    width: 100%;
    background: #302A2A;
}
.index_footer{
    
    padding: 50px 0;
}
.index_footer .school_name_logo{
    color: #fff;
    width: 1200px;
    margin: 0 auto;
}
.index_footer .school_name_logo img{
    margin-left: 400px;
}
.footer_text{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.footer_text h1{
    font-size: 16px;
    color: #fff;
}
.footer_text p{
    color: #888687;
    margin: 30px 0;
}
.footer_xian{
    width: 100%;
    height: 1px;
    background: #443E3E;
}
.footer_msg{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #888687;
    margin-top: 40px;
    font-size: 14px;
}
.footer_msg p{
    margin-bottom: 10px;
}

/* 列表 */

.list_pack{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.list_box{
    display: flex;
    justify-content: space-between;
}
.list_left{
    width: 280px;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
}
.list_left > ul {
    box-sizing: border-box;
}
.list_left > ul > li{
    cursor: pointer;
    padding: 20px;
    box-sizing: border-box;
    transition: all .3s;
    border-bottom: 1px solid #e1e1e1;
}
.list_left > ul > li:last-child{
    margin-bottom: 0;
}
.list_left > ul > li:hover{
    /* color: #E34848; */
    background: #e1e1e1;
}

.list_right{
    width: 880px;
}
.list_right > ul > li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.list_right > ul > li > p{
    font-size: 14px;
    color: #ccc;
}

.list_right > ul > li:hover  {
    color: #E34848;
}
.circle_title{
    display: flex;
    align-items: center;
    font-weight: bold;
}
.li_circle{
    width: 8px;
    height: 8px;
    background: #E34848;
    border-radius: 50%;
    margin-right: 15px;
}
.li_title > a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.li_title > a:hover {
    color: #E34848;
}
.page_box{
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.page_box > ul{
    display: flex;
}
.page_box > ul > li{
    padding: 8px 15px;
    margin-right: 10px;
    background: #eee;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.page_box > ul > li:hover{
    background: #E34848;
    color: #fff;
}
.page_box > ul > li:last-child{
    margin-right: 0;
}

/* 详情 */
.info_box{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.info_box > h3{
    font-size: 24px;
    text-align: center;
    color: #333;
}
.info_box > p{
    font-size: 14px;
    text-align: center;
    color: #ccc;
    margin-top: 10px;
}

.info_content{
    margin-top: 30px;
}

.current{
    color: #E34848;
}