/*------二级菜单-----*/
.menu_er{
    background: #ffffff;
    padding-bottom: 0.2rem;
}
.menu_er li{
    float: left;
    width: 2.15rem;
    height: 0.89rem;
    text-align: center;
    line-height: 0.89rem;
    margin-left: 0.45rem;
    margin-top: 0.2rem;
    box-shadow: 3px 5px 15px rgba(255,133,143,0.3);
}
.menu_er li img{
    width: 0.3rem;
    height: 0.3rem;
}
.menu_er li a{
    display: inline-block;
    width: 2.15rem;
    height: 0.59rem;
    font-size: 0.26rem;
    color: #484848;
}
.menu_er li:first-child{
    background: #ffd2e0;
    margin-left: 0;
}
.menu_er li:nth-child(2){
    background: #d3f5ff;
}
.menu_er li:nth-child(3){
    background: #eaffef;
}
.menu_er li:nth-child(4){
    background: #fffde2;
    margin-left: 1.5rem;
}
.menu_er li:nth-child(5){
    background: #ffe0fc;
}

/*---------报名--------*/
.xue_sign{
    margin-top: 0.1rem;
    padding-bottom: 0.2rem;
    background: #ffffff;
}
.xue_sign h3{
    font-size: 0.26rem;
    color: #484848;
    text-align: center;
    margin-top: 0.25rem;
}
.xue_sign span{
    font-weight: bold;
}
.sign_menu{
    margin-top: 0.2rem;
}
.sign_menu li{
    float: left;
    width: 1.85rem;
    height: 0.42rem;
    text-align: center;
    line-height: 0.42rem;
    cursor: pointer;
    border: 0.01rem solid #484848;
    font-size: 0.22rem;
    color: #484848;
}
.sign_box th{
    height: 0.42rem;
    text-align: center;
    background: #ffd7d7;
    font-size: 0.2rem;
    color: #484848;
    line-height: 0.42rem;
}
.sign_box td{
    text-align: center;
    font-size: 0.2rem;
    color: #484848;
    word-break:break-all;
    width: 2rem !important;
}
.sign_box td a{
    color: #f72525;
}
.sign_box tr:nth-child(odd){
    background: #eeeeee;
}
.sign_box tr{
    height: 0.42rem;
    line-height: 0.42rem;
}
.sign_box a{
    color: #484848;
}
.xue_sign a:hover{
    color: #f18c8c;
}
.sign_menu .en{
    background: #f18c8c;
}
.sign_box>table{
    display: none;
}
.sign_box>table:first-child{
    display: block;
}
.xue_sign p{
    text-align: center;
    margin-top: 0.2rem;
}
.xue_sign p a{
    color: #484848;
    font-size: 0.18rem
}


/*---------校园动态-------------*/
.xue_dynamic{
    background: #ffffff;
    margin-top: 0.1rem;
    padding-bottom: 0.2rem;
}
.dynamic_menu{
    width: 6rem;
    margin: 0.2rem auto 0;
}
.dynamic_menu li{
    float: left;
    width: 1.3rem;
    height: 0.34rem;
    cursor: pointer;
    text-align: center;
    line-height: 0.32rem;
    font-size: 0.22rem;
    color: #484848;
    border:0.01rem solid #a0a0a0;
    margin-left: 0.2rem;
}
.dynamic_menu li:first-child{
    margin-left: 0;
}
.dynamic_list ul li{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    border-bottom: 0.01rem solid #e5e5e5;
    padding-bottom: 0.2rem;
    margin-top: 0.2rem;
}
.dynamic_list ul li:first-child{
    width: 100%;
    border-bottom: 0.01rem solid transparent;
}
.dynamic_menu .on{
    background: #e03636;
    color: #ffffff;
    border: 0;
}
.dynamic_list{
    margin-top: 0.2rem;
}
.dynamic_list ul{
    margin-top: 0.1rem;
}
.dynamic_list li a{
    font-size: 0.22rem;
    color: #575757;
    width: 5.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.dynamic_list li span{
    float: right;
    color: #b0b0b0;
    font-size: 0.18rem;
}
.dynamic_list li img{
    width: 3.4rem;
    height: 1.5rem;
    float: left;
}
.dynamic_list li img:nth-of-type(2){
    margin-left: 0.3rem;
}

.dynamic_list li a:hover{
    color: #940000;
}
.xue_dynamic ul{
    display: none;
}
.xue_dynamic ul:first-child{
    display: block;
}
/*-------校园时光----*/
.xue_time{
    margin-top: 0.1rem;
    background: #ffffff;
    padding-bottom: 0.2rem;
}
.xue_time h1{
    text-align: center;
    line-height: 0.34rem;
    font-size: 0.3rem;
    color: #940000;
    font-weight: bolder;
    margin-top: 0.2rem;
}
.time_tab {
    width: 2.86rem;
    margin: 0.2rem auto 0;
}

.time_img{
    margin-top: 0.1rem;
}
.time_img li{
    float: left;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
}
.time_img li:first-child ,.time_img li:nth-child(4){
    margin-left: 0;

}
.time_img img{
    width: 2.16rem;
    height: 2rem;
}


@media (max-width: 768px) {
    .menu_er li{
        margin-left: 0.4rem;
    }
    .sign_menu li{
        width: 1.8rem;
    }
    .dynamic_list>ul>li{
        margin-left: 0.45rem;
    }
    .time_img li{
        margin-left: 0.4rem;
    }
}
@media (max-width: 768px) {
    .menu_er li{
        margin-left: 0.3rem;
    }
    .sign_menu li{
        width: 1.75rem;
    }
    .dynamic_list>ul>li{
        margin-left: 0.45rem;
    }
    .time_img li{
        margin-left: 0.4rem;
    }
}

@media (max-width: 420px) {
    .dynamic_list>ul>li {
        margin-left: 0.3rem;
    }
    .time_img li {
        margin-left: 0.3rem;
    }
}