@charset "UTF-8";
@import url(./public.css);
@import url(./footer.css);
@import url(./header.css);
@import url(./Navlist.css);
body {
    background: #F6F6F6 !important;
}
/* 菜单栏 */
.header_box03{
    width: 100%;
    /* padding-top: 15px; */
    display: flex;
    align-items: center;
    background: #06348A;
    margin: 18px 0;
}
.header_box03 ul{
    width:65%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header_box03 ul li{
    display: flex;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.header_box03 ul li .li01{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0px 22px;
}
.header_box03 ul li .li01:hover{
    background-color:#ffffff2b;
}

.headerbox01_btn img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.maint_top{
    width:70%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}
.banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.mainTop-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info{
    width: 70%;
    margin: 0 auto;
    /* display: flex; */
    margin-top: 20px;
    position: relative;
    margin-bottom: 25px;
}
.info_left{
    width: 68%;
    display: flex;
    flex-direction: column;
    margin-right: 2%;
    background: #fff;
    padding: 25px;
}
.maint_top .banner .swiper-slide{
    height: auto !important;
}
.crumbs{
    width: 70%;
    margin: 0 auto;
    display: flex;
    margin-top: 20px;
    align-items: flex-end;
}
.crumbs a{
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
.crumbs span{
    display: inline-block;
    margin: 0 1px;
}
.info_left_title{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.info_left_title p{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.info_left_yime{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info_left_yime_left{
    display: flex;
    align-items: center;
}
.info_left_yime_left span{
    font-size: 13px;
    color: #000;
    font-weight: 400;
    opacity: 0.5;
    margin-right: 20px;
}
.info_left_titlebtn{
    display: flex;
    align-items: center;
}
.info_left_titlebtn div{
    padding: 9px 15px;
    background-color: #06348A;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 14px;
}
.info_left_titlebtn div:hover{
    opacity: 0.5;
    cursor: pointer;
}
.info_left_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* border: 1px solid #33333340;
    padding: 20px; */
    margin-top: 20px;
    margin-bottom: 20px;
}
.info_left_list div,.info_left_list p{
    font-size: 15px;
    color: #333;
    line-height: 30px;
}
.info_left_list div img{
    width: 90% ; 
    height: 100%;
    margin: 20px auto; 
    object-fit: contain;
}
.info_left_list div strong{
    display: inline-block;
    margin: 25px 0 10px 0;
}


.info_left_list img{
    width: 90% ; 
    height: 100%;
    margin: 20px auto; 
    object-fit: contain;
}


.left_text01{
    font-size: 15px;
    color: #333;
    line-height: 24px;
    margin-bottom: 20px;
    text-indent: 2em;
}
.left_text02{
    font-size: 15px;
    color: #333;
    line-height:27px;
    margin-bottom: 5px;
}
.left_text02 span{
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
}

.info_left_hf{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 15px 20px;
    background: url(../images/in_ban01.png) no-repeat;
    background-size: 100% 100%;
}
.info_left_hf_top{
    font-family: Alimama FangYuanTi VF, Alimama FangYuanTi VF;
    font-weight: 600;
    font-size: 25px !important;
    color: #0454BD !important;
    margin-bottom: 18px;
}
.info_left_hf_btn{
    width: 100%;
    display: flex;
    align-items: center;
}
.hf_input{
    width: 18%;
    height: 40px;
    line-height: 40px;
    margin-right:3%;
    display: flex;
    align-items: center;
    background: #D7E8FB;
    border-radius: 4px;
    border: 1px solid #0454bd8a;
}
.hf_input input{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #D7E8FB;
    border: none;
    outline: none;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: #0454BD;
    padding: 0 10px;
}
.hf_input input::placeholder{
    font-size: 15px;
    color: #0454BD;
}
.hf_slet{
    width: 20%;
    height: 40px;
    line-height: 40px;
    background: #D7E8FB;
    border-radius: 4px;
    border: 1px solid #0454bd8a;
    margin-right:3%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.hf_slet select{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: rgba(255,255,255,0.5);
    border: none;
    outline: none;
    font-size:15px;
    color: #0454BD;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/down.png) no-repeat right;
    background-size: 27px 20px;
}
.hf_slet select::-ms-expand {
    display: none;
}
.hf_subit{
    width: 20%;
    height: 40px;
    line-height:40px !important;
    background: #0454BD;
    box-shadow: 0px 2px 4px 0px rgba(4,84,189,0.4);
    border-radius: 4px;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF !important;
    cursor: pointer;
}
.hf_subit:hover{
    opacity: 0.5;
    cursor: pointer;
}
.info_left_hf_sm{
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 12px !important;
    color: #FF4000 !important;
    margin-top: 15px;
}
.info_left_gjc{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.info_left_gjc_top{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.info_left_gjc_top div{
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: rgb(96, 93, 93);
    font-size: 15px;
    background: #f5f5f5;
    border-radius: 6px;
    margin-right: 16px;
    cursor: pointer;
}
.info_left_gjc_text{
    width: 100%;
    display: flex;
    /* border: 1px solid #33333340; */
    flex-direction: column;
}
.info_left_gjc_text .hot_tj{
    font-size: 17px !important;
    color: #333 !important;
    margin-right: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.info_left_gjc_text .hot_text{
    font-size: 14px !important;
    line-height: 29px !important;
    color: #0454BD !important;
    display: flex;
    flex-direction: column;
}
.info_left_gjc_text .hot_text a{
    display: flex;
    align-items: center;
    font-size: 14px !important;
    line-height: 29px !important;
    color: #0454BD !important;
}
.hengx{
    width: 100%;
    height: 5px;
    margin: 15px 0px;
    background-color: #5c5c5c08;
    border-radius: 17px;
}

.mzsm{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.mzsm_top{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px !important;
    color: #333333 !important;
    margin-bottom: 10px;
}
.mzsm_text01{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px !important;
    color: #999999 !important;
    line-height: 26px !important;
    margin-bottom: 15px;
}
.mzsm_text02{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mzsm_text02_btn{
    display: flex;
    align-items: center;
}
.mzsm_text02_btn_li {
    padding: 3px 14px;
    line-height: 26px !important;
    margin-right: 17px;
    background: rgba(255,255,255,0);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0454BD;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px !important;
    color: #0454BD !important;
}
.mzsm_text02_btn_li:hover{
    cursor: pointer;
    opacity: 0.8;
}
.info_right{
    width:30%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
}
.info_right_box01{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border: 2px solid #FF3C16;
    padding:25px 18px 0 18px;
    border-radius: 10px;
}
.info_right_box01_day{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:30px;
}
.info_right_box01_day span{
    font-size:18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 7px;
}
.info_right_box01_day p{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    justify-content: center;
}
.info_right_box01_day p b{
    color: red !important;
    font-size: 27px !important;
}
.ribox01{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ribox01_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom:17px;
}
.ribox01_item_top{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.ribox01_item_top b{
    color: red !important;
}
.ribox01_item_btn{
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.ribox01_item_btn div{
    padding: 7px 18px;
    background: rgb(232,241,255);
    font-size: 15px;
    color: #2864A9;
    margin-bottom: 10px;
    margin-right: 8px;
}
.ribox01_item_btn div:hover{
    opacity: 0.5;
    cursor: pointer;
}
.info_right_box04{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border: 2px solid #FF3C16;
    padding: 18px 0;
    border-radius: 10px;
}
.ribox04_tab{
    width: 100%;
}
.ribox04_tab_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom:20px;
}
.ribox04_tab_list ul{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border: 1px solid #FF7002;
    border-radius: 6px;
}
.ribox04_tab_list ul li{
    width:50%;
    font-size: 15px;
    color: #333;
    text-align: center;
    cursor: pointer;
    padding: 6px 0;
}
.current{
    color: #fff !important;
    background: linear-gradient(to right,#FF7200,#FF3916);
    border-radius: 6px;
}
.ribox04_tab_con{
    width: 100%;
}
.ribox04_tab_con .ribox04_item{
    width: 100%;
    display: none;
}
.ribox04_list{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ribox04_list_img{
    width:53%;
    margin: 0 auto;
    margin-bottom:5px;
}
.ribox04_list_text{
    font-size: 16px;
    line-height: 25px;
    color: #333;
    text-align: center;
}
.ribox04_xx{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 11px;
}
.ribox04_xx div{
    display: flex;
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #FF5B0A;
}
.ribox04_xx div img{
    width: 8px;
    height: 8px;
    margin-right: 6px;
}

.info_right_box05{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.info_right_box05_img a{
    display: inline-block;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.info_right_box05_img a img{
    width: 100%;
    margin-bottom: 10px;
}
.info_right_box05_img a span{
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.info_right_box05 p{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
/* .info_right_box05_img{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.info_right_box05_img img{
    width: 48%;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
} */

.free{
    width: 100%;
    display: flex;
    border: 1px solid #33333340;
    padding: 14px 13px 14px 20px;
    flex-direction: column;
    margin-top: 20px;
}
.free_top{
    width: 100%;
    font-size: 20px;
    color: #333;
    padding-left: 16px;
    position: relative;
    margin-bottom: 15px;
}
.free_top::after{
    content: "";
    width: 2px;
    height: 81%;
    background: #2864A9;
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 9;
}
.free_list{
    width: 100%;
    display: flex;
    align-items: center;
}
.free_item{
    width:19%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1%;
}
.free_item_01{
    width: 100%;
    height: 110px;
    display: flex;
    position: relative;
    margin-bottom: 10px;
}
.free_item_01 .free_item_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.free_item_01 .free_item_icon{
    width: 23px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.free_item_text{
    font-size: 15px;
    color: #333;
    text-align: center;
}

.in_box01{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: url(../images/right_banne03.png) no-repeat;
    background-size: 100% 100%;
    padding: 25px 0px 20px 0px;
    box-shadow: 0px 1px 4px 0px rgba(174,174,174,0.25);
    border-radius: 6px;
}
.in_box01_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.in_box01_top span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #8B8FA1;
}
.in_box01_top div{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #8B8FA1;
    margin-top: 8px;
}
.in_box01_top div b{
    font-weight: 600;
    font-size: 25px !important;
    color: #000 !important;
}
.in_box01_logo{
    display: flex;
    position: relative;
    margin: 24px 0;
}
.in_box01_logo .in_box01_logo_titlt{
    width: 113px;
    height: 113px;
    border-radius: 50%;
}
.in_box01_logo .in_box01_logo_dh{
    width: 44.5px;
    height: 24px;
    position: absolute;
    top: -13px;
    right: -22px;
    z-index: 9;
}
.in_box01-btn01{
    width: 280px;
    height: 44px;
    background: #F0F2F8;
    border-radius: 28px;
    line-height: 44px !important;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px !important;
    color: #1E1E1E !important;
    margin-bottom: 17px;
}
.in_box01-btn02{
    width: 280px;
    height: 44px;
    border-radius: 28px;
    line-height: 44px !important;
    text-align: center;
    background: #06348A;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px !important;
    color: #FFFFFF !important;
    display: flex;
}
.in_box01-btn02 a{
    width: 280px;
    height: 44px;
    border-radius: 28px;
    line-height: 44px !important;
    text-align: center;
    background: #06348A;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px !important;
    color: #FFFFFF !important;
    display: block;
}
.in_box01-btn02:hover,.in_box01-btn01:hover{
    opacity: 0.5;
    cursor: pointer;
}

.in_box02{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background: url(../images/right_banne03.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 15px 10px 15px;
    box-shadow: 0px 1px 4px 0px rgba(174,174,174,0.25);
    border-radius: 6px;
}
.in_box02_item{
    width: 31.25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 1px 2px 0px rgba(67,67,67,0.25);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #d5d5d59c;
    padding: 15px;
    margin-bottom: 12px;
    margin-right: 3%;
    cursor: pointer;
}
.in_box02_item a{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.in_box02_item:nth-child(3n){
    margin-right: 0;
}
.in_box02_item img{
    width: 54px !important;
    height: 54px !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}
.in_box02_item span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #1E1E1E;
    white-space: nowrap;
}
.in_box03{
    width: 100%;
    display: flex;
    margin-bottom:20px;
}
.in_box03 img{
    margin: 0 auto !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* 资料领取 */
.in_box04{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    background: url(../images/right_banne03.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 17px 10px 17px;
    box-shadow: 0px 1px 4px 0px rgba(174,174,174,0.25);
    border-radius: 6px;
}
.in_box04_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:18px;
}
.in_box04_top_left{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size:20px;
    color: #1E1E1E;
}
.in_box04_top_right{
    display: flex;
    align-items: center;
}
.in_box04_top_right:hover{
    cursor: pointer;
    opacity: 0.8;
}
.in_box04_top_right span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    display: inline-block;
    margin-right: 5px;
}
.in_box04_top_right img{
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
}

.in_box04_tab{
    width: 100%;
}
.in_box04_tab_list{
    width: 100%;
    margin-bottom:20px;
}
.in_box04_tab_list ul{
    width: 100%;
    display: flex;
}
.in_box04_tab_list ul li{
    width: 85px;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #9999998c;
    line-height: 35px;
    text-align: center;
    justify-content: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-right: 15px;
}
.in_box04_tab_list ul li:last-child{
    margin-right: 0;
}
.in_box04_tab_list ul li:hover{
    cursor: pointer;
}
.in_box04_current{
    width: 85px !important;
    height: 40px !important;
    line-height: 31px !important;
    background: url(../images/right_imga02.png) no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF !important;
    cursor: pointer;
    border: none !important;
}
.in_box04_tab_con{
    width: 100%;
}
.in_box04_item{
    width: 100%;
    display: none;
}
.in_box04P_list{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.in_box04_li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    cursor: pointer;
}
.in_box04_li:last-child{
    margin-bottom: 0;
}
.in_box04_li_left{
    width: 44px !important;
    height: 54px !important;
    margin: 0 !important;
}
.in_box04_li_right{
    width: 87%;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
.in_box04_li_title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px !important;
    color: #1E1E1E !important;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.in_box04_li_bot{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.in_box04_li_ll{
    display: flex;
    align-items: center;
}
.in_box04_li_ll span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 12px !important;
    color: #8B8FA1;
    margin-right: 16px;
}
.in_box04_li_btn{
    width: 65px;
    height: 26px;
    background: #06348A;
    border-radius: 23px;
    line-height: 26px;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px !important;
    color: #FFFFFF !important;
}
.in_box04_li_btn a{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px !important;
    color: #FFFFFF !important;
}
.in_box04_li_btn:hover{
    opacity: 0.5;
    cursor: pointer;
}

/* 热门专题 */
.in_box05{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    background: url(../images/right_banne03.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 17px 0px 17px;
    box-shadow: 0px 1px 4px 0px rgba(174,174,174,0.25);
    border-radius: 6px;
}
.in_box05_top{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px !important;
    color: #1E1E1E !important;
    margin-bottom: 18px;
}
.in_box05_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.in_box05_item{
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.in_box05_item img{
    width: 100% !important;
    height: 100%;
    object-fit: cover !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}
.in_box05_item span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #1E1E1E;
}


/* 考研交流 */
.in_box06{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    background: url(../images/right_banne03.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 17px 20px 17px;
    box-shadow: 0px 1px 4px 0px rgba(174,174,174,0.25);
    border-radius: 6px;
}
.in_box06_tab{
    width: 100%;
    box-shadow: 0px 1px 4px 0px rgba(174,174,174,0.25);
    background-color: #fff;
    padding-bottom: 20px;
}
.in_box06_tab_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom:20px;
}
.in_box06_tab_list ul{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.in_box06_tab_list ul li{
    width:50%;
    height: 40px;
    line-height: 40px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #5C5C5C;
    text-align: center;
    cursor: pointer;
    background: #F6F6F6;
}
.in_box06_current{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600 !important; 
    font-size: 14px !important;
    color: #1E1E1E !important;
    background: #fff !important;
}
.in_box06_tab_con{
    width: 100%;
}
.in_box06_tab_con .in_box06_item{
    width: 100%;
    display: none;
}
.in_box06_list{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.in_box06_listimg{
    width:53%;
    margin: 0 auto;
    margin-bottom:14px;
    border: 1px solid #06348A;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in_box06_listimg01{
    width:77%;
    margin: 0 auto;
    margin-bottom:14px;
    display: flex;
}
.in_box06_listimg img,.in_box06_listimg01 img{
    width: 100% !important;
    margin: 0 !important;
}
.in_box06_list_text{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
}
.in_box06_xx{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 11px;
}
.in_box06_st{
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 17px;
    margin: 10px auto;
    text-align: center;
    background: #06348A;
    display: flex;
}
.in_box06_st:hover{
    cursor: pointer;
    opacity: 0.5;
}
.in_box06_st a{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.in_box06_xx div{
    display: flex;
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #1E1E1E;
    white-space: nowrap;
}
.in_box06_xx div img{
    width: 12px;
    height: 12px;
    margin-right: 6px;
}


/* 择校指导弹窗 */
.shadow,.zl_shadow{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,0.5);
}
.shadow_add,.zl_shadow_add{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #fff;
    width: 370px;
    z-index: 9;
    padding:35px;
    background: url(../images/shadow_banner.jpg) no-repeat;
    background-size: 100% 100%;
}
.shadow_add p,.zl_shadow_add p{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 10px 0;
}
.shadow_add p img,.zl_shadow_add p img{
    width: 35px;
    height: 3px;
}
.shadow_add p span,.zl_shadow_add p span{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin: 0 15px;
}
.shadow_tj,.zl_shadow_tj{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: #00000078 6px 6px 5px;
    margin-bottom: 25px;
}
.shadow_btn,.zl_shadow_btn{
    width: 65%;
    margin: 0 auto;
    height: 45px;
    line-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background: url(../images/sd_btn.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.popup_close,.zl_popup_close{
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
}
.shadow_add .shadow_add_ewm,.zl_shadow_add .zl_shadow_add_ewm{
    width:50%;
    margin: 0 auto;
}


.page_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.page_list_item{
    width: 48.5%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px ;
    color: #333333;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 3px 0px #33333330;
}
.page_list_item:hover,.page_list_item:hover a{
    color: #0454BD !important;
    cursor: pointer;
}
.page_list_item a{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px !important;
    color: #333333 !important;
    background: #fff;
}
.jctj{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.jctj_top{
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 17px;
    color: #0454BD;
    position: relative;
    margin-bottom: 35px;
}
.jctj_top::after{
    content: "";
    width: 67px;
    height: 4px;
    background: #0454BD;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9;
}
.jctj_list{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.jctj_item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    cursor: pointer;
}
.jctj_more{
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px !important;
    color: #333333;
    text-align: center;
    margin-top: 35px;
}
.jctj_more:hover{
    opacity: 0.5;
    cursor: pointer;
}
.jctj_item:hover p{
    color: #0454BD !important;
}
.jctj_item:last-child{
    margin-bottom: 0;
}
.jctj_item_left{
    width: 30%;
    height: 144px;
    object-fit: cover;
}
.jctj_item_right{
    width: 70%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
}
.jctj_item_right p{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 17px !important;
    color: #333333;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jctj_item_right div{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px !important;
    color: #333333 !important;
    line-height: 23px !important;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jctj_item_right span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px !important;
    color: #999999 !important;
}