@charset "UTF-8";
/************资源检索 start************/
.banner{
    width:100%;
}
.banner img{
    width:100%;
}
.search_box{
    width:100%;
    background:url("../images/search_bg.jpg") no-repeat top;
    background-size:100% auto;
    padding-bottom:10px;
}
.search_nav{
    width:94%;
    background:#fff;
    border-radius:5px;
    padding:0 10px 10px;
    margin:0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_nav h1{
    width:100%;
    line-height:45px;
    font-size:1.6rem;
    font-weight:bold;
    color:#000;
    padding:0 10px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.module1{
    width:100%;
    overflow:hidden;
}
.module1 li{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    float:left;
    width:48%;
    height:60px;
    background:#f4f4f4;
    border-radius:5px;
    font-size:1.4rem;
    margin:0 4% 10px 0;
    padding:0 8px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.module1 li:nth-child(2n){
    margin-right:0;
}
.module1 li.red{
    color:#c91418;
    background:#ffd9da;
}
.module1 li span{
    display:table-cell;
    vertical-align:middle;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.search_group2 .mui-input-row {
    display: inline-block;
}
.search_group .mui-input-row:after{
    height:0;
}
.mui-checkbox.mui-left input[type=checkbox],
.mui-radio.mui-left input[type=radio]{
    left:10px;
}
.mui-checkbox.mui-left label,
.mui-radio.mui-left label{
    padding-left:45px;
    width:auto;
    font-family: 'FZBIAOYSJW'!important;
}
.mui-checkbox input[type=checkbox]:checked:before,
.mui-radio input[type=radio]:checked:before{
    color:#c91418;
}

.search_group .mui-input-row{
    height:auto;
}
.search_group3 .mui-input-row .mui-btn{
    float:inherit;
    width:50%;
    background:#f4f4f4;
    font-family: 'FZBIAOYSJW'!important;
    font-size:1.5rem;
}
.radio_btn{
    width:100%;
    overflow:hidden;
}
#start{
    margin-right:4%;
}
#start,#end{
    float:left;
    width:48%;
    font-size:1.5rem;
    border:0;
}
.mui-dtpicker-header button{
    font-size:1.3rem;
}
.mui-btn-blue, .mui-btn-primary, input[type=submit]{
    border: 1px solid #c91418;
    background-color: #c91418;
}
.search_group4{
    overflow:hidden;
}
.group .group_item{
    display:none;
}
.search_group4 .mui-input-row{
    float:left;
    width:48%;
    clear:inherit;
}
.search_group4 .mui-input-row.row1{
    margin-right:4%;
}
.search_group4 .mui-input-row .mui-btn{
    width:100%;
    background:#f4f4f4;
    font-family: 'FZBIAOYSJW'!important;
    font-size:1.5rem;
}
.search_group4 input{
    width:100%;
    background:#f4f4f4;
    border-radius:5px;
    font-size:1.5rem;
    margin-top:10px;
    font-family: 'FZBIAOYSJW'!important;
}
.search_btn{
    display:block;
    width:80%;
    line-height:50px;
    background:#c91418;
    border-radius:50px;
    color:#fff;
    font-size:1.6rem;
    margin:20px auto 10px;
    text-align: center;
    overflow:hidden;
}
/************资源检索 start************/

/************检索结果页 start************/
/*头部 start*/
.mui-bar-nav.mui-bar .mui-pull-right{
    font-size:1.5rem;
    line-height:24px;
    color:#666;
    font-family: 'FZBIAOYSJW'!important;
}
.mui-bar .search_box{
    top:7px;
    right:50px;
    height:30px;
    line-height:30px;
    background:#f4f4f4;
    border-radius:40px;
    padding:0 10px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mui-title input{
    float:left;
    width:100%;
    height:20px;
    line-height:20px;
    background:#f4f4f4;
    border-radius:40px;
    font-size:1.5rem;
    border:0;
    padding:0 30px 0 10px;
    margin:5px 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mui-bar .search_box a{
    position:absolute;
    top:5px;
    right:15px;
    width:20px;
    height:20px;
}
.mui-bar .search_box a img{
    width:100%;
    vertical-align:inherit;
}
/*头部 end*/

/*试卷 start*/
.test_box{
    width:100%;
    padding-top:15px;
    overflow:hidden;
}
/*试卷 end*/
/*试题 start*/
.question_box{
    width:100%;
    padding-top:15px;
    overflow:hidden;
}
/*试题 end*/
/************检索结果页 end************/

/************专家检索 start************/
.teacher_list{
    width:92%;
    margin:15px auto;
}
.teacher_list li{
    position:relative;
    width:100%;
    height:100px;
    padding:10px;
    border-bottom:1px solid #eee;
    box-shadow:0 1px 5px rgba(0,0,0,.1);
    border-radius:6px;
    margin-bottom:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_list li a{
    display:block;
    width:100%;
    overflow:hidden;
}
.teacher_list li span{
    position:absolute;
    top:10px;
    left:10px;
    width:80px;
    height:80px;
    border-radius:50%;
    overflow:hidden;
}
.teacher_list li span img{
    width:100%;
}
.teacher_wz{
    width:100%;
    padding-left:90px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teacher_wz h2{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:1.6rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.teacher_wz p{
    width:100%;
    line-height:25px;
    font-size:1.4rem;
    color:#666;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
/************专家检索 end************/