.title{
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    font-size: 18px;
}
.title span{
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

/* 填报志愿 */
.volunteer{
    width: 100%;
    margin-top: 65px;
}
.volunteer .full-in-box{
    width: 76%;
    height: 11rem;
    padding: 5% 8%;
    margin: 0 4%;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    background: url('../../images/mobile/index_tutor_bg.png?v=1.1') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.volunteer .full-in-box .full-in-top-line{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #ebedf0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.volunteer .full-in-box .full-in-top-line span{
    font-size: 22px;
}
.volunteer .full-in-box .full-in-top-line .van-icon-edit{
    line-height: 70px;
}
.volunteer .full-in-box .full-in-btn{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    width: 83%;
    bottom:2.2rem;
}
.volunteer .full-in-box .full-in-btn .btn{
    width: 45%;
    height: 41px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    padding: 8px 0 4px 0;
}
.volunteer .full-in-box .full-in-btn .btn .van-icon{
    vertical-align: middle;
    margin-top: -5px;
}
.volunteer .full-in-box .full-in-btn .accurate{
    background-color: #1989fa;
    color: #ffffff;
}
.volunteer .full-in-box .full-in-btn .simulate{
    border: 1px solid #77afe8;
    background-color: #e3f1ff;
    color: #4081e0;
}
/* 文化生艺考生查询 */
.tools{
    width: 92%;
    margin: 0 4%;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 4px 0px;
    margin-top: 20px;
    font-size: 14px;
}
.query,.classroom,.news{
    width: 92%;
    margin: 0 auto;
}
.query .query_pic img{
    width: 250px;
}
.news .newsList{
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 4px 0px;
    font-size: 14px;
}
.news .newsList .item,.classroom .classroomList .list .item{
    width: 90%;
    margin: 10px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.news .newsList .item img{
    width: 32%;
    height: 70px;
    border-radius: 10px;
    margin-right: 3%;
}
.classroom .classroomList .list .item img{
    width: 80px;
    height: 55px;
    border-radius: 5px;
    margin-right: 10px;
}
.news .newsList .item .info{
    width: 65%;
}
.news .newsList .item .info p,.classroom .classroomList .list .item .info p{
    margin: 0;
}
.news .newsList .item .info p.ititle,.classroom .classroomList .list .item .info p.ititle{
    height: 40px;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:2; 
    overflow: hidden;
    font-size: 14px;
}
.news .newsList .item .info p.num{
    margin-top: 10px;
    font-size: 14px;
}
.classroom .classroomList .list .item .info p.num{
    font-size: 14px;
}
.classroom .classroomList .list{
    width: 250px;
    height: 610px;
    background-color: #ffffff;
    border-radius: 10px;
}
.classroom .classroomList .list .tit{
    color: #333333;
    font-size: 14px;
    width: 90%;
    margin: 10px auto;
    height: 36px;
    line-height: 36px;
    display: flex;
    justify-content: space-between;
}
.classroom .classroomList .list .tit a{
    color: #999999;
    font-size: 12px;
}
.process{
    width: 92%;
    margin: 20px 4% 0 4%;
    background-color: #ffffff;
    border-radius: 10px;
}


