@charset "UTF-8";
/********************************快速检索 start**********************************/
.fast{
    width:100%;
    min-width:1200px;
    height:868px;
    background:url("../images/fast_bg.jpg") no-repeat center;
    background-size: cover;
}
#position span,#position a,#position a cite{
    color:#fff!important;
}
.search_box{
    width:100%;
    background:rgba(255,255,255,.8);
    padding:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_title{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:18px;
    overflow:hidden;
}
.search_title img{
    margin-right:10px;
}
.senior_item .btn{
    display:block;
    width:200px;
    height:45px;
    line-height:45px;
    background:#d1141c;
    font-size:15px;
    color:#fff;
    border:0;
    text-align:center;
    margin:0 auto;
    overflow:hidden;
}
.senior_item .btn:hover{
    color:#fff;
    background:#db3a40;
}
#fast_search .fast_btn{
    width:100px;
    height:35px;
    line-height:35px;
    margin-left:20px;
}
#fast_search{
    width:100%;
    margin:20px auto;
}
.layui-form-select dl dd.layui-this {
    color: #fff;
    background:#d7656a;
}
#fast_search .layui-form-label{
    padding:9px 10px;
    width:60px;
}
#fast_search .layui-form-item .layui-inline,
#fast_search .layui-form-item .layui-input-inline{
    margin-right:0;
}
/********************************快速检索 end**********************************/

/********************************标准检索 start**********************************/
.standard{
    width:100%;
    min-width:1200px;
    height:1000px;
    background:url("../images/standard_bg.jpg") no-repeat center;
    background-size:100% 100%;
}
#standard_search{
    width:100%;
    margin:20px auto;
}
.time_box{
    float:left;
    margin-right:20px;
}
.senior_item2 .layui-input-inline{
    padding:0 10px 20px 0;
}
.senior_item2 .senior_title,
.senior_item2 .s_box{
    height:125px;
}
.senior_item2 .senior_title{
    line-height:125px;
}
.layui-form-checked[lay-skin=primary] i {
    border-color:#d7656a!important;
    background-color:#d7656a;
    color: #fff;
}
.layui-form-checkbox[lay-skin=primary]:hover i,
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #d7656a;
    border-color: #d7656a;
}
/********************************标准检索 end**********************************/

/********************************高级检索 start********************************/
.senior{
    width:100%;
    min-width:1200px;
    height:900px;
    background:url("../images/senior_bg.jpg") no-repeat center;
    background-size:100% 100%;
}
.senior_box{
    width:100%;
    background:rgba(255,255,255,.8);
    padding:20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#senior_search{
    width:100%;
    margin-top:20px;
}
.senior_item{
    width:100%;
    margin-bottom:20px;
}
.senior_title{
    float:left;
    width:150px;
    height:100px;
    line-height:100px;
    background:#d1141c;
    color:#fff;
    font-size:15px;
    text-align: center;
    overflow:hidden;
}
.s_box{
    float:right;
    width:990px;
    height:100px;
    background:#fff;
    padding:31px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.senior_sel{
    float:right;
    width:990px;
    height:230px;
    background:#fff;
    padding:0 20px;
    -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:35px;
    line-height:35px;
    padding:5px 0;
    background:#fff;
    border:1px solid #eee;
    border-radius: 5px;
    text-indent: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.senior_title1{
    height:230px;
    line-height:230px;
}
.senior_sel .layui-table th{
    text-align: center;
    background:#fff;
}
/********************************高级检索 end********************************/

/********************************检索结果页 start********************************/
#nav{
    box-shadow:1px 1px 10px rgba(0,0,0,.12);
}
#search_result{
    margin:25px auto;
}
.s_title{
    width:100%;
    height:50px;;
    line-height:50px;
    background:#f2f2f2;
    padding:0 20px;
    font-size:16px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top:20px;
}
.s_title i{
    color:#d1141c;
    padding:0 5px;
}
/*课程 start*/
.res_list{
    width:100%;
    overflow:hidden;
}
.res_list li{
    float:left;
    width:285px;
    background:#fff;
    border:1px solid #eee;
    margin:20px 20px 0 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.res_list li:nth-child(4n){
    margin-right:0;
}
.res_list li a{
    display:block;
    width:100%;
    overflow:hidden;
}
.res_list li span{
    display:block;
    width:100%;
    height:188px;
    overflow:hidden;
}
.res_list li img{
    width:100%;
    transition: all .3s;
}
.res_list li span:hover img{
    transform:scale(1.1,1.1);
}
.res_list li h4,.res_list li p{
    width:100%;
    height:30px;
    line-height:30px;
    padding:0 15px;
    color:#000;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.res_list li h4:hover{
    text-decoration: underline;
}
.res_list li h4{
    margin-top:5px;
}
.res_list li p{
    color:#888;
}
/*课程 end*/

/*视频 start*/
.video_list{
    width:100%;
    overflow:hidden;
}
.video_list li{
    position:relative;
    width:100%;
    height:100px;
    padding:20px 0;
    border-bottom:1px solid #eee;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.video_list li i{
    position:absolute;
    left:0;
    top:25px;
    width:50px;
    height:50px;
    background:url("../images/icon_shipin.png") no-repeat center;
}
.video_list li a.s_study{
    position:absolute;
    right:0;
    top:30px;
    width:130px;
    height:40px;
    line-height:40px;
    background:#dfdfdf;
    font-size:15px;
    text-align: center;
    overflow:hidden;
}
.video_list li a.s_study:hover{
    color:#fff;
    background:#d1141c;
}
.video_nr{
    width:100%;
    padding:0 150px 0 70px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.video_nr a,.video_nr p{
    display:block;
    width:100%;
    height:30px;
    line-height:30px;
    font-size:15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.video_nr p{
    color:#999;
    font-size:14px;
}
/*视频 end*/

/*试题 start*/
#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:#d1141c;
    border-radius:4px;
    color:#fff;
    padding:5px 10px;
}
/*试题 end*/
.search_list{
	margin-top:20px;
}
.searchbtn{
    display:block;
    width:200px;
    height:45px;
    line-height:45px;
    background:#d1141c;
    font-size:15px;
    color:#fff;
    text-align:center;
    margin:0 auto;
    overflow:hidden;
}
.layui-table-page{
	text-align:center;
}
/********************************检索结果页 end********************************/

/********************************两个重点页面 start****************************/
.important_banner{
    width:100%;
    height:660px;
    background:url("../images/important_banner.jpg") no-repeat center;
    overflow:hidden;
}
.important_title{
    width:100%;
    height:110px;
    text-align: center;
    margin-bottom:10px;
    overflow:hidden;
}
.more_course{
    display:block;
    width:180px;
    height:50px;
    line-height:50px;
    background:#d1141c;
    border-radius:5px;
    color:#fff;
    font-size:16px;
    text-align: center;
    margin:20px auto;
    overflow:hidden;
}
.more_course:hover{
    color:#fff;
}
/********************************两个重点页面 end****************************/