@charset "UTF-8";
/*****************快速检索 start***************/
.fast_banner {
    position:relative;
    width:100%;
    min-width:1280px;
    height:350px;
    overflow:hidden;
}
.fast_center{
    position:absolute;
    left:50%;
    transform: translate(-50%,0);
    width:1920px;
    height:350px;
    background:url(../images/fast_banner.jpg) no-repeat center;
    overflow:hidden;
}
.fast_bg .senior_item{
    margin:10px 0 35px;
}
.fast_bg .s_box{
    padding: 45px 30px 45px 170px;
}
.search_box{
    position:relative;
    z-index:10;
    width:100%;
    margin:0 auto;
}
.search_title{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:18px;
    overflow:hidden;
}
.search_title img{
    margin-right:10px;
}
.fast a.btn{
    display:block;
    width:200px;
    height:45px;
    line-height:45px;
    background:#c81215;
    border:0;
    font-size:15px;
    color:#fff;
    text-align:center;
    margin:0 auto;
    overflow:hidden;
}
.fast a.btn:hover{
    color:#fff;
    background:#db3a40;
}
#fast_search a.fast_btn{
    width:180px;
    height:45px;
    line-height:45px;
    border-radius:5px;
    font-size:16px;
}
#fast_search{
    width:100%;
    margin:0 auto 30px;
}
.layui-form-select dl dd.layui-this {
    color: #fff;
    background:#d7656a;
}
/*****************快速检索 end***************/

/*****************标准检索 start***************/
.standard{
    width:100%;
    min-width:1280px;
    height:800px;
    background:url("../images/search_bg.jpg") no-repeat center bottom;
    margin:0 auto;
}
#standard_search{
    width:100%;
    padding-bottom:30px;
}
.senior_item2 .layui-input-inline{
    padding:0 16px 30px 0;
}
.layui-form-checked[lay-skin=primary] i {
    border-color:#c81215!important;
    background-color:#fff;
    color: #c81215;
}
.layui-form-checkbox[lay-skin=primary]:hover i,
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #c81215;
    border-color: #c81215;
}
#standard_search a.btn{
    display:block;
    width:260px;
    height:55px;
    line-height:55px;
    background:#c81215;
    border-radius:5px;
    box-shadow:0 0 6px 2px rgba(0,0,0,.1);
    border:0;
    font-size:18px;
    color:#fff;
    text-align:center;
    margin:30px auto;
    overflow:hidden;
}
#standard_search a.btn:hover{
    color:#fff;
    background:#db3a40;
}
.layui-form-item{
    margin-bottom:0;
}
.switch_nav .layui-form-item{
    display:none;
}
.layui-laydate .layui-this{
    background-color: #db3a40!important;
    color: #fff!important;
}
/*****************标准检索 end***************/

/*****************高级检索 start***************/
.senior_banner {
    position:relative;
    width:100%;
    min-width:1280px;
    height:350px;
    overflow:hidden;
}
.senior_center{
    position:absolute;
    left:50%;
    transform: translate(-50%,0);
    width:1920px;
    height:350px;
    background:url(../images/senior_banner.jpg) no-repeat center;
    overflow:hidden;
}
#senior_search{
    width:100%;
    margin-bottom:25px;
}
.senior_item{
    position:relative;
    width:100%;
    background:#fff;
    box-shadow:0 0 5px 1px rgba(0,0,0,.08);
    border-radius:5px;
    margin-bottom:20px;
}
.senior_title{
    position:absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    width:150px;
    height:100%;
    background:#c81215;
    border-radius:5px 0 0 5px;
    font-size:18px;
    color:#fff;
    padding:0 20px;
    text-align: center;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.s_box{
    width:100%;
    background:#fff;
    padding:35px 30px 35px 170px;
    border-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.senior_item2 .s_box{
    padding:40px 30px 10px 170px;
}
.senior_sel{
    width:100%;
    background:#fff;
    border-radius:5px;
    padding:10px 20px 15px 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.senior_sel tr select{
    width:100%;
    height:35px;
    line-height:35px;
    padding:6px 0;
    border:1px solid #e6e6e6;
    border-radius:2px;
    text-indent:10px;
}
.senior_sel tr .keyword{
    width:100%;
    height:45px;
    line-height:45px;
    background:#f4f4f4;
    border-radius: 5px;
    border:0;
    font-size:15px;
    text-indent: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.senior_sel .layui-table th{
    text-align: center;
    background:#fff;
    font-size:15px;
    color:#333;
}
#senior_search a.btn{
    display:block;
    width:260px;
    height:55px;
    line-height:55px;
    background:#c81215;
    border-radius:5px;
    box-shadow:0 0 6px 2px rgba(0,0,0,.1);
    border:0;
    font-size:18px;
    color:#fff;
    text-align:center;
    margin:30px auto;
    overflow:hidden;
}
#senior_search a.btn:hover{
    color:#fff;
    background:#db3a40;
}
.layui-form-pane .layui-form-checkbox{
    margin: 4px 0 4px 5px;
}
.s_box .subject_item{
    width:100%;
    overflow:hidden;
}
.subject_btn .sel_btn{
    float:left;
}
.layui-anim.layui-icon{
    vertical-align:-6px;
    color: #c81215;
}
.layui-form-pane .layui-form-radio{
    margin-bottom:0;
}
.layui-form-item .layui-inline{
    margin-right:18px;
}
.layui-form-pane .layui-form-radio{
    margin-top:6px;
}
.layui-form-checkbox[lay-skin=primary] i{
    border-color:#db3a40!important;
}
.layui-form-checkbox[lay-skin=primary] span{
    font-size:15px;
    color:#333;
}
.layui-form-pane .layui-form-label{
    padding:0;
    height:45px;
    line-height:45px;
    background-color:#c81215;
    color:#fff;
    border:0;
}
.layui-input, .layui-select, .layui-textarea {
    height:45px;
    line-height:45px;
    background-color:#f4f4f4;
    border:0;
}
.layui-table tbody tr:hover{background-color:transparent;}
@media screen and (max-width: 1399px){
    #fast_search a.fast_btn{
        width:138px;
    }
    .layui-form-item .layui-inline{
        margin-right:0;
    }
}  
/*****************高级检索 end***************/

/*****************检索结果页 start***************/
#search_result{
    margin:20px auto;
}
.search_list h2{
    line-height:60px;
    color:#ffd500;
    font-size:18px;
    padding:0 20px;
    background:#c81215;
    border-radius:6px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.08);
}
.search_list h2 i{
    padding-right:5px;
}
/* 视频列表 start */
.course_list li{
    box-shadow:none;
}

/* 试卷列表 start */
#test_nav,#ppt_nav,#pdf_nav{
    background:#fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.08);
    border-radius:10px;
    padding:20px;
    overflow:hidden;
    box-sizing: border-box;
}
.test_list{
    padding:0;
    margin:0 auto;
}
/* 试卷列表 end */

/*试题 start*/
#topic_nav{
    width:100%;
    background:#fff;
    border-radius:10px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.08);
    padding:20px;
    overflow:hidden;
    box-sizing: border-box;
}
#topic_nav .layui-table-view{
    border:0;
    margin-top:20px;
}
#topic_nav .layui-table-view .layui-table th{
    color:#000;
    font-size:15px;
}
#topic_nav .layui-table-view .layui-table th,
#topic_nav .layui-table-view .layui-table tr td:last-child{
    text-align: center;
}
#topic_nav .layui-table-view .layui-table td,
#topic_nav .layui-table-view .layui-table th{
    padding:10px 0;
}
#topic_nav .watch_set{
    background:#c81215;
    border-radius:4px;
    color:#fff;
    padding:5px 10px;
}
/*试题 end*/
.page{ margin:10px 0 0;}
/*****************检索结果页 end***************/