@charset "UTF-8";
/**********************数据检索 start********************/
/*头部 start*/
.header .am-header-default .am-header-title{
    position:relative;
    height:32px;
    line-height:32px;
    font-size:1.4rem;
    background:#f2f2f2;
    border-radius:5px;
    color:#333;
    margin:9px 0 0 88px;
    text-align: center;
    overflow: hidden;
}
.header .am-header-default .am-header-title a{
    color:#666;
}
/*头部 end*/
.search_banner{
    width:92%;
    margin:50px auto 0;
    border-radius:5px;
    overflow:hidden;
}
.search_banner img{
    width:100%;
}
.search{
    width:92%;
    margin:10px auto;
}
.am-form-group{
    position:relative;
    margin-bottom:10px;
}
.am-form-group input[type=text],
.am-form-group input[type=text]:focus,
.am-form-group select,
.am-form-group select:focus{
    border:1px solid #eee;
    border-radius:5px;
    padding:1rem;
}
.am-form-group select.half{
    float:left;
    width:49%;
    margin-bottom:10px;
}
.btn{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:60px;
    background:#fff;
    border-top:1px solid #eee;
    margin-bottom:0;
    overflow:hidden;
}
.btn a{
    display:block;
    width:92%;
    height:46px;
    line-height:46px;
    background:#d1141c;
    border-radius:5px;
    font-size:1.6rem;
    color:#fff;
    margin:7px auto;
    text-align: center;
    overflow:hidden;
}

.search .am-radio{
    min-height:3.2rem;
    line-height:3.2rem;
    margin-bottom:20px;
}
label{
    font-weight:normal;
}
.am-radio label{
    float:left;
}
.am-form-group .time1{
    float:right;
    width:78%;
}

.time2{
    float:right;
    width:76%;
}
.time2 input[type=text]{
    float:left;
    width:48%;
}
.time2 input[type=text].kuang2{
    margin-left:4%!important;
}
.am-form .am-form-group:first-child{
    margin-bottom:.5rem;
}
.am-data label{
    padding:5px 0;
}
.am-data .am-radio-block{
    margin-bottom:1.5rem;
}
input[type=checkbox], input[type=radio]{
    vertical-align:-1px;
}
/*新 start*/
.module_one{
    width:100%;
    overflow:hidden;
}
.module_one h2{
    width:100%;
    font-size:1.6rem;
    color:#000;
    margin-bottom:10px;
    overflow:hidden;
}
.module_btn{
    width:100%;
    overflow:hidden;
}
.module_btn li{
    float:left;
    width:31%;
    line-height:45px;
    background:#fff;
    border:1px solid #fff;
    border-radius:5px;
    font-size:1.4rem;
    margin-right:3.5%;
    text-align: center;
    overflow:hidden;
}
.module_btn li:last-child{
    margin-right:0;
}
.module_btn li.sel{
    color:#d1141c;
    border:1px solid #d1141c;
    background:#fff0f1;
}

.module_two{
    width:100%;
    overflow:hidden;
}
.module_two h2{
    width:100%;
    font-size:1.6rem;
    color:#000;
    margin:10px 0;
    overflow:hidden;
}
.module_subject{
    width:100%;
    overflow:hidden;
    display:none;
}
.module_subject li{
    float:left;
    width:49%;
    line-height:45px;
    background:#fff;
    border:1px solid #fff;
    border-radius:5px;
    font-size:1.4rem;
    margin:0 2% 10px 0;
    text-align: center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.module_subject li:nth-child(2n){
    margin-right:0;
}
.module_subject li.red{
    color:#d1141c;
    border:1px solid #d1141c;
    background:#fff0f1;
}

.module_three{
    width:100%;
    background:#fff;
    border-radius:5px;
    padding:1rem;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.group_item{
    width:100%;
    overflow:hidden;
    display:none;
}
.am-form-group h2{
    width:100%;
    font-size:1.6rem;
    color:#000;
    margin-bottom:10px;
    overflow:hidden;
}
.group_item .half:first-child{
    margin-right:2%;
}
.am-form-select{
    margin-bottom:70px;
}
/*新 end*/
@media(max-width:370px){
    .am-form-group .time2{
        width:70%;
    }
    .module_subject li{
        font-size:1.3rem;
    }
}
/**********************数据检索 end********************/

/**********************检索结果页 start********************/
.teaching_item{
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.teaching_item ul{
    padding:12px 4% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teaching_item ul li{
    position: relative;
    width:48%;
    padding:0 0 5px 0;
}
.teaching_item ul li a{
    display:block;
    overflow:hidden;
}
.teaching_item ul li i{
    position:absolute;
    top:0;
    left:0;
    z-index:99;
    padding:0 8px;
    background:#e50d01;
    border-radius:5px 0 5px 0;
    font-size:1.2rem;
    line-height:24px;
    color:#fff;
}
.teaching_item ul .am-gallery-item{
    box-shadow:none;
    padding:0;
}
.teaching_item ul li span{
    display:block;
    width:100%;
    color:#999;
    font-size:1.2rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.teaching_item ul li:nth-child(2n){
    margin-left:4%;
}














/**********************检索结果页 end********************/