﻿*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.serchBanner{
    position: relative;
    width: 100%;
    height: 90px;
    text-align: center;
}
.serchBanner .searchSer_banner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.serchBanner h1{
    position: absolute;
    float: left;
    padding-left: 72px;
    height: 90px;
    line-height: 90px;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
}
.seat{
	padding: 20px 0;
	font-size: 16px;
	color: #666;
}
.seat a{
	color: #666;
}
.tseb2{
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 60px;
}
.tseb2-l{
	float: left;
	width: 65%;
	padding: 0 10px;
}
.tseb2-r{
	float: left;
	width: 34%;
	padding: 0 10px;
}
.tseb2-l-c{
	padding: 15px 30px 30px;
    border: solid 1px #e9e9e9;
    background-color: #ffffff;
}
.tseb2-r-c{
	padding: 15px 30px 30px;
    border: solid 1px #e9e9e9;
    background-color: #ffffff;
}
.applicationNav {
    border-bottom: 1px solid #dcdcdc;
    height: 48px;
}
.applicationNav > span {
    border-bottom: 3px solid #c40311;
    font-size: 19px;
    height: 43px;
    line-height: 42px;
    display: inline-block;
    font-weight: bold;
    color: #333333;
}

.formBox {
	width: 455px;
    margin: 0 auto;
    padding: 92px 0px 0px
    /* padding: 92px 80px 0px; */
}

#form input {
    border: none;
    outline: none;
}
.formCode input{
    height: 100%;
    width: 213px;
    float: right;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}
.formName .name_icon,.formCode .code_icon{
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}
.formName .name_icon img, .formCode .code_icon img{
	vertical-align: middle;
}
.formButton{
	overflow: hidden;
	margin-top: 31px;
}
.formButton li{
    height: 50px;
    width: 210px;
    line-height: 50px;
    text-align: center;
    font-size: 19px;
    border-radius: 3px;
    cursor: pointer;
}
.formButton li.subMit{
	background-color: #c40311;
	color: #ffffff;
    float: left;
}
.formButton li.subRes{
	background-color: #dfdfdf;
	color: #333333;
    float: right;
}
/* .formButton li:hover{
    background-color: #2e5aa6;
    color: #fff !important;
    transition: 0.2s;
} */
.formName{
    /* margin: 20px 0; */
    margin: 20px auto;
    width: 455px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}
.formName input {
    height: 100%;
    /* width: calc(100% - 45px); */
    width:408px;
    float: right;
    padding: 10px;
    line-height: 25px;
	background: transparent;
	font-size: 15px;
}
.eui-tip{
	font-size: 15px;
	color: #999;
}
.err-tip{
	font-size: 15px;
	color: #FF0000;
	display: none;
}
.formCode {
    position: relative;
    margin: 20px 0;
    width: 260px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.formCodeImg{
    position: absolute;
    right: -160px;
    top: -1px;
    width: 140px;
    height: 45px;
}
.formCode input {
    height: 100%;
    width: 213px;
    float: right;
    padding: 10px;
    line-height: 25px;
	background: transparent;
	font-size: 15px;
}
.pageList {
	margin-top:64px; 
	display:none;
}
.no-result {
	margin-top:25px; 
	font-size: 17px;
	text-align: center;
}
.author {
	font-size: 17px;
	color: #333333;
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
}
/*查询框结束*/

/*右侧显示*/
.snrbg{overflow: hidden;}
.srnbq1{width: 100%}
.snrbg dd{width:100%;overflow: hidden;margin-top: 20px;}
.tb{display: block;width: 50px;height: 50px;text-align: center;line-height: 57px;float: left;margin: 0px 16px 0 0;position: relative;background: #f0f0f0;border-radius: 12px;}
.tb img{max-width: 30px;position:absolute;margin: auto;top: 0;bottom:0;left: 0;right: 0;}
.qnd>li{display: none}
.qnd>li:first-child{display: block;}
.rns{float: left;}
.rns a,.rns span{display: inline-block;font-size: 17px}
.rns span{color: #999999;margin-left:12px;}
.rns i{display: block;font-style: normal;color:#a2a2a2 ;font-size: 13px;margin-top:7px;}
.rns a{color: #333;}
.rns a:hover{color: #2e5aa6;}

@media only screen and (max-width: 1024px){
	.serchBanner{margin-top: 10px;}
	.formBox{padding: 0 20px;}
}
@media only screen and (max-width: 768px){
	.formBox{padding: 0 20px;}
	.tseb2-l{width: 100%;}
	.tseb2-r{width: 100%;margin-top: 20px;}
}
/*右侧显示结束*/

/*重写layui样式*/
.layui-table, .layui-table-view {
    margin: 25px 0;
}
.layui-table td, .layui-table th {
	position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 17px;
    color: #333333;
    text-align: center;
}
/*重写layui样式结束*/