@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;
    margin-bottom: 25px;
}
.info_left{
    width: 68%;
    display: flex;
    flex-direction: column;
    margin-right: 2%;
    background: #fff;
    padding: 25px;
}
.info_left .crumbs{
    width: 100%;
    display: flex;
    align-items: center;
    height: 50px;
    background: #fff;
    line-height: 50px;
    border-bottom: 1px solid rgb(195, 194, 191);
    padding-left: 12px;
    margin-bottom: 10px;
}
.crumbs_right{
    width: 20px;
    margin-right: 9px;
}
.crumbs a{
    display: inline-block;
    font-size: 13px;
    font-weight: 111;
    color: #424345;
}
.crumbs a:hover{
    opacity: 0.5;
    cursor: pointer;
}
.crumbs span{
    display: inline-block;
    margin: 0 5px;color: #5a5b5d;
}
.list-header{
    width: 100%;
    padding: 20px;
    background: #F3F3F3;
    margin-bottom: 10px;
}
.list-header-tit {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #d0d1d39c;
    margin-bottom: 10px;
}
.list-header-tit h1 {
    font-size: 24px;
    margin: 0;
}
.list-header-desc {
    line-height: 1.6em;
    font-size: 16px;
    color: #333;
    font-weight: initial;
}
.info_box{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.info_item{
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}
.info_item:last-child{
    border-bottom: none;
}
.info_item a{
    display: flex;
}
.info_item_left{
    width: 20%;
    height: 110px;
    padding: 4px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
}
.info_item-title{
    width:90%;
    float: right;
    padding-left: 2%;
    display: flex;
    flex-direction: column;
}
.info_item-title>p {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 16px 0;
}
.info_item_time{
    display: flex;
    align-items: center;
}
.info_item_time .list-time{
    font-size: 12px;
    color: #838282;
    display: inline-block;
    text-align: left;
    width: 30%;
}




.list-description{
    color: #666666;
    margin-top: 15px;
    line-height: 1.8em;
    font-size: 13px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info_item a:hover .info_item-title p{
    text-decoration: underline;
    color: #1E50A2;
}

#pages {
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
#pages>span, #pages>a {
    background: #e6e6e630;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
    display: inline-block;
    padding: 0px 10px;
    line-height: 30px;
    margin-right: 9px;
}
#pages>.a1{
    background:  #1E50A2;
    color: #fff;
}
.page_nest{
    width: 35px;
    height: 35px;
    display: flex;
    background: #e6e6e630;
    border-radius: 4px;
    border: 1px solid #333;
}
.page_nest select{
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #333;
    outline: none;
    border: none;
    background: #e6e6e630;
    border-radius: 4px;
}
.page_nest select option{
    font-size: 12px;
    color: #333;
}
.info_right{
    width:30%;
    display: flex;
    flex-direction: column;
}

.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;
}
.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 p{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
.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;
}

.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: 18px;
    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;
    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;
    height: 54px;
    margin-bottom: 10px;
}
.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{
    width: 100%;
}

/* 资料领取 */
.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;
    height: 16px;
}

.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;
    height: 54px;
}
.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;
    color: #1E1E1E;
    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;
    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;
    color: #FFFFFF;
}
.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;
    color: #1E1E1E;
    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%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.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_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_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: 13px;
    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_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;
}