﻿.top_out{
    width: 100%;
}

/* 地方站链接 */
.zone_link{
    overflow: hidden;
    padding: 25px 0 25px 25px;
}

.zone_link_left{
    font-size: 24px;
    padding-left: 15px;
    border-left: 3px solid #BD1A2D;
    float: left;
    margin-top: 10px;
}

.zone_link_main{
    background-color: #f7f7f7;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    float: right;
    width: 1020px;
    padding: 10px 50px 0 10px;
    height: 37px;
    overflow: hidden;
    position: relative;
}

.zone_link_main img{
    position: absolute;
    top: 18px;
    right: 26px;
    height: 12px;
    width: 12px;
}

.zone_link_main li a{
    color: #000;
    margin: 0 15px 5px 15px;
    line-height: 27px;
    display: inline-block;
    transition: 0.4s all;
}

.zone_link_main li a:hover{
    color: #BD1A2D;
}
/* 地方站链接 */

/* 顶部轮播 */
.top_sw_main_out{
    background-color: #F7F7F7;
}

.top_sw_main{
    padding: 0 50px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#sw1{
    padding: 58px 30px 50px;
}

#sw1 .swiper-slide{
    background-color: #e6e6e6;
    position: relative;
    height: 123px;
}

.sw_mask_out{
    display: none;
}

.sw_img_box{
    height: 123px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -8px;
    left: 8px;
    z-index: 999;
    background-color: #fff;
    transition: 0.4s all;

}

.sw_img_box img{
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sw_mask_out{
    position: absolute;
    z-index: 9999;
    bottom: 0;
    width: 100%;
}

.sw_mask{
    display: flex;
    justify-content: space-around;
    padding: 5px 20px;
    background: #BD1A2D;
}

.sw_img_box:hover{
    transform: scale(1.2);
    box-shadow: 0px 0px 14px 5px #0000004a;
    z-index: 9999999;
}

.sw1_bt{
    position: absolute;
    top: 56%;
    height: 15px;
    width: 17px;
    outline: none;
}

.sw1_prev{
    background: url(../images/sw1_prev.png) no-repeat center;
    background-size: cover;
}

.sw1_next{
    background: url(../images/sw1_next.png) no-repeat center;
    background-size: cover;
}

.sw1_prev:after {
    content: '';
}

.sw1_next:after {
    content: '';
}

.sw_mask li img{
    height: 15px;
    width: 15px;
}

.sw_mask li{
    cursor: pointer;
}

/* 顶部轮播 */


/* 日历 */

.calendar{
    margin-top: 30px;
    border: 1px solid #BD1A2D;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.calendar_ttl{
    font-size: 18px;
    color: #BD1A2D;
}

.calendar_ttl img{
    margin-right: 10px;
    vertical-align: bottom;
}

.calendar_main{
    width: 88%;
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    background-color: #f2f2f2;
    margin-top: 20px;
    margin-bottom: 16px;
    position: relative;
}

.calendar_main hr{
    position: absolute;
    top: 14px;
    z-index: 9;
    width: 99%;
    background-color:#e6e6e6;
    height:1px;
    border:none;
}

.calendar_item{
    position: relative;
    transition: 0.4s all;
    min-width: 8%;
    height: 18px;
    z-index: 99;
}

.item_mon{
    color: #808080;
    font-size: 14px;
    display: block;
    position: absolute;
    top: -25px;
    left: -2px;
}

.item_mon_main{
    width: 18px;
    height: 14px;
    background-color: #BD1A2D;
    display: block;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.item_hover{
    position: relative;
    float: left;
    display: none;
}

.item_hover_span{
    margin: 0 3px;
}

.item_hover_span span{
    height: 10px;
    width: 10px;
    background-color: #FF5C5C;
    display: inline-block;
}

.item_hover_span1{
    position: absolute;
    left: 50%;
    top: 140%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
    display: none;
}

/* 日历 */


/* 功能区 */

.some{
    overflow: hidden;
    margin-top: 30px;
}

.some_left{
    float: left;
    width: 363px;
    padding-left: 30px;
}

.big_ttl{
    padding-left: 10px;
    font-size: 24px;
    border-left: 3px solid #BD1A2D;
    margin-bottom: 15px;
    text-align: left;
}

.some_left_main{
    background-color: #f7f7f7;
    padding: 13px 13px 13px 0;
}

.sm_ttl{
    background-color: #BD1A2D;
    font-size: 16px;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
}

.sm_ttl img{
    vertical-align: bottom;
    margin-right: 10px;
}

.some_left_ul{
    background-color: #fff;
    margin-top: 5px;
    padding: 20px 25px;
    margin-bottom: 10px;
}

.some_left_ul:last-child{
    margin-bottom: 0;
}

.some_left_ul1{
    height: 104px;
}

.some_left_ul2{
    height: 78px;
}

.some_left_ul3,.some_left_ul4{
    height: 26px;
}

.some_left_ul li{
    display: inline-block;
    margin-bottom: 5px;
    /*overflow: hidden;*/
}

.some_left_ul a{
    color: #4D4D4D;
    font-size: 14px;
    transition: 0.4s all;
    font-family: "微软雅黑";
}

.some_left_ul a:hover{
    color: #BD1A2D;
}

.some_left_ul1 li{
    width: 30%;
}

.some_left_ul2 li{
    width: 30%;
    word-break: keep-all;
}

.some_left_ul3 li,.some_left_ul4 li{
    margin-right: 5px;
}

.some_mid{
    width: 405px;
    float: left;
    margin-left: 50px;
    margin-right: 40px;
}

.some_mid_top{
    position: relative;
}

.some_mid_top .swiper-container{
    height: 227px;
    width: 100%;
}

.some_mid_slide{
    position: relative;
}

.some_mid_slide img{
    height: 100%;
    width: 100%;
}

.some_mid_slide ul{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
}

.some_mid_slide ul li{
    margin-left: 25px;
    cursor: pointer;
}

.some_mid_slide ul img{
    height: 20px !important;
    width: 20px !important;
}

.some_mid_top .swiper-pagination{
    bottom: 14px;
    right: 15px;
}

.some_mid_top .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
    margin: 0 5px;
}

.some_mid_top .swiper-pagination-bullet-active{
    background-color: #BD1A2D;
}

.some_mid_tabs{
    margin-top: 40px;
}

.some_mid_tabs_nav{
    border-bottom: 1px solid #E6E6E6;
    padding-left: 20px;
}

.some_mid_tabs_nav li{
    font-size: 21px;
    color: #000;
    margin-right: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000000;
    cursor: pointer;
    display: inline-block;
}

.some_mid_tabs_nav .on{
    border-bottom: 1px solid #BD1A2D;
    color: #BD1A2D;
}

.some_mid_tabs_bd{
    margin-top: 15px;
}

.some_mid_tabs_bd_list{
    display: none;
}

.some_mid_tabs_bd_list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
}

.some_mid_tabs_bd_list li span{
    height: 5px;
    width: 5px;
    background-color: #b3b3b3;
    border-radius: 50%;
    margin-right: 5px;
}

.some_mid_tabs_bd_list li p:nth-child(2){
    font-size: 16px;
    color: #4D4D4D;
    width: 90%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: 0.4s all;
    font-family: "微软雅黑";
}

.some_mid_tabs_bd_list li:hover p:nth-child(2){
    color: #BD1A2D;
}

.some_mid_tabs_bd_list li p:nth-child(3){
    font-size: 12px;
    color: #ADADAD;
}

.more{
    text-align: right;
}

.more a{
    font-size: 12px;
    color: #4D4D4D;
    transition: 0.4s all;
    font-family: "微软雅黑";
}

.more a:hover{
    color: #BD1A2D;
}

.some_right{
    width: 312px;
    float: left;
}

.some_right_top{
    width: 100%;
    margin-bottom: 30px;
}

.some_right_top a{
    display: block;
    margin-bottom: 8px;
}

.some_right_top a:last-child{
    margin-bottom: 0;
}

.some_right_top a img{
    width: 100%;
    transition: 0.4s all;
}

.some_right_top a img:hover{
    box-shadow: -6px 5px 17px 0px #6f6f6f;
}

.some_right_mid_inner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f2f2f2;
    height: 188px;
}

.some_right_mid_inner_item{
    text-align: center;
}

.some_right_mid_inner_item img{
    height: 84px;
    width: 84px;
    margin-bottom: 7px;
}

.some_right_mid_inner_item p{
    font-size: 15px;
    color: #1A1A1A;
}

.some_right_bt{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.some_right_bt a{
    display: block;
}

.some_right_bt a img{
    width: 154px;
    height: 80px;
    transition: 0.4s all;
}
.some_right_bt a img:hover{
    box-shadow: -6px 5px 17px 0px #6f6f6f;
}


/* 功能区 */

/* 3类学校 */

.three_out{
    background: url(../images/three_bg.jpg) no-repeat center;
    background-attachment: fixed;
    padding: 80px 0;
    margin: 30px auto 60px auto;
}

.three{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.three_item{
    width: 30%;
    background: #fff;
    padding: 20px 20px 14px 20px;
    text-align: center;
}

.three_item .some_mid_top .swiper-container{
    height: 180px;
}

.three_bt{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.three_bt li{
    display: inline-block;
    width: 49%;
    margin-bottom: 6px;
    height: 86px;
    position: relative;
}

.three_bt li img{
    height: 100%;
    width: 99%;
}

.three_bt_mask_box{
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: none;
}

.three_bt_mask{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
}

.three_bt_mask li{
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

.three_bt_mask img{
    height: 20px !important;
    width: 20px !important;
}

/* 3类学校 */

/* 助考 */
.zhukao_t{
    margin-left: 30px;
}

.zhukao{
    display: flex;
    justify-content: space-between;
}

.zhukao_left{
    width: 300px;
    padding: 0 30px;
}

.zhukao_ttl{
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}

.more_a{
    font-size: 12px;
    color: #4D4D4D;
    transition: 0.4s all;
    font-family: "微软雅黑";
}

.zhukao_block{
    display: block;
}

.zhukao_block li p:nth-child(2){
    width: 100%;
    font-size: 14px;
}

.zhukao_mid{
    width: 405px;
}

.zhukao_mid_inner{
    padding: 0 30px;
}

.zhukao_mid_inner video{
    width: 100%;
    height: 190px;
    margin-bottom: 22px;
}

.zhukao_mid_inner ul li{
    cursor: pointer;
    margin-bottom: 15px;
}

.zhukao_mid_inner ul li:last-child{
    margin-bottom: 0;
}

.zhukao_mid_inner ul li img{
    margin-right: 30px;
    height: 20px;
    width: 20px;
}

.zhukao_mid_inner ul li p{
    width: 83%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
    font-family: "微软雅黑";
    transition: 0.4s all;
}

.zhukao_mid_inner ul li:hover p{
    color: #BD1A2D;
}

.zhukao_right{
    width: 310px;
}

/* 助考 */

/* 热门院校 */
.hot_school_out{
    background: url(../images/hot_school_bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 50px;
    margin-top: 70px;
    margin-bottom: 100px;
}

.hot_school_ttl{
    top: -13px;
    position: relative;
    text-align: center;
}

.hot_school_list{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.hot_school_item{
    width: 22.5%;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    transition: 0.4s all;
}

.hot_school_item:hover{
    transform: translateY(-10px);
    box-shadow: 0px 12px 10px 0px #b1b1b1;
}

.hot_school_item_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.hot_school_item_top p{
    padding-left: 10px;
    border-left: 3px solid #BD1A2D;
    font-size: 16px;
    color: #4D4D4D;
    font-family: "微软雅黑";
}

.hot_school_item_top ul{
    display: flex;
    justify-content: space-between;
}

.hot_school_item_top ul li{
    margin: 0 5px;
}

.hot_school_item_mid{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
}

.item_logo{
    height: 64px;
    width: 64px;
    border-radius: 50%;
}

.hot_school_item_mid p{
    width: 65%;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    text-align: justify;
    font-family: "微软雅黑";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.hot_school_item_mid a{
    color: #307DFF;
    font-size: 12px;
    font-family: "微软雅黑";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding-left: 10px;
}

.hot_school_item_bt{
    display: flex;
    justify-content: space-around;
}

.hot_school_item_bt li{
    padding: 0 8px;
    border-right: 1px solid #BD1A2D;
}

.hot_school_item_bt li:last-child{
    border-right: none;
}

.hot_school_item_bt li a{
    color: #BD1A2D;
    font-size: 12px;
    font-family: "微软雅黑";
}
/* 热门院校 */

/* 高考报考 */
.baokao_mid_ul li{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.baokao_mid_ul li:last-child{
    margin-bottom: 0;
}

.baokao_mid_ul li img{
    width: 97px;
    height: 62px;
}

.baokao_mid_ul_right{
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 70%;
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
    transition: 0.4s all;
}

.baokao_mid_ul li:hover .baokao_mid_ul_right{
    color: #BD1A2D;
}

.baokao_mid_ul li:last-child .baokao_mid_ul_right{
    border-bottom: none;
}

.zhukao_block li img{
    margin-right: 5px;
}
/* 高考报考 */

/* 优选院校 */
.gray{
    padding: 0 0 100px 0;
    background-color: #f2f2f2;
    margin-top: 90px;
}

.good_list{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 30px;
}

.good_list li{
    width: 15.5%;
    height: 100px;
    margin-bottom: 15px;
    position: relative;
}

.good_list li img{
    height: 100%;
    width: 100%;
}

.good_list .three_bt_mask li{
    margin-bottom: 0;
}
/* 优选院校 */



/* 许愿墙 */
.dream_box{
    background: url(../images/dream.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 120px;
}

.dream ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.dream_item{
    width: 24%;
    background-color: #fff;
    margin-bottom: 15px;
    cursor: default;
    transition: 0.4s all;
}

.dream_item span{
    color: #BD1A2D;
}

.dream_item:hover{
    transform: translateY(-10px) scale(1.1);
    box-shadow: 0px 12px 10px 0px #1d1d1d;
}

.dream_item p:nth-child(1){
    font-size: 16px;
    background-color: #F8F8F8;
    padding: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-family: "微软雅黑";
}

.dream_item:hover p:nth-child(1){
    color: #BD1A2D;
}

.dream_item p:nth-child(2){
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0 15px;
    text-align: justify;
}

.dream_item p:nth-child(3){
    text-align: right;
    font-size: 14px;
    color: #ADADAD;
    padding: 15px;
}

/* 许愿墙 */



.bk_ul li span{
    height: 5px;
    width: 5px;
    background-color: #b3b3b3;
    border-radius: 50%;
    margin-right: 5px;
}


.bk_ul li p{
    color: #4D4D4D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.4s all;
    font-family: "微软雅黑";
    width: 100%;
    font-size: 14px;
}