@CHARSET "UTF-8";
*{
	font-family: "MicrosoftYaHei Regular";
}
a{
	text-decoration: none;
}
.header{
	background-color: #fff;
	width: 100%;
}
.header .search{
	position: relative;
	margin:20px;
}
.selectTitleDiv{
	width: 100%;
	margin-top: 5px;
	float: left;
}
.search .searchInput{
	width: 100%;
	border: 1px solid #e6e6e6;
	border-radius:4px;
	height: 40px;
	padding-left: 10px;
}
.searchIcon{
	position: absolute;
    cursor: pointer;
}


.findNumber {
	width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background-color: #fff;
    margin: 20px 0 10px 0;
}

.findNumber .left{
	float:left;
	margin-left:20px;
}
.findNumber .right{
	float:right;
	margin-right:20px;
}

.findNumber .red{
	color:#ED3F1C;
	margin: 0 2px;
}


/****** 列表样式 ******/

.dataList {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.dataList .tip {
    background: url(/static/images/huangpu2019/creditservice/img_search.png) no-repeat center center;
    width: 460px;
    height: 185px;
    margin: 60px 182px;
    margin-bottom: 20px;
}

.dataList .tip-title {
    margin-bottom: 60px;
    font-size: 18px;
    text-align: center;
}

.dataList .search {
	width: 100%;
	padding: 20px;
	border: 1px solid #ededed;
	top: 20px;
	top:0;
}

.dataList .dataList {
	width: 100%;
	margin-top: 10px;
}

.dataList .data {
	position: relative;
    width: 100%;
    background-color: #fff;
        margin-bottom: 10px;
    float: left;
}

.dataList .data div div {
	width: 100%;
	color: #333;
	font-size: 14px;
}

.dataList .data-conten {
	margin: 20px;
}

.dataList .data-right {
	position:absolute;
	right:0;
	top:50%;
	width: 15% !important;
    float: right;
}

.dataList .data-right div {
	padding: 0 !important;
	line-height: 30px;
}

.dataList .btn-w-105 {
	width: 105px;
}

.dataList a {
	color: skyblue;
	cursor: pointer;
	margin-left: 20px;
}

.dataList a:hover {
	color: skyblue;
	text-decoration: underline;
}

.dataList .data div span{
	display:block;
	float:left;
	width:392px;
	height:20px;
	line-height:20px;
}

.dataList .data .sub {
	height: 20px;
    margin-bottom: 10px;
}

.dataList .name {
	height:24px;
	line-height:24px;
	margin-bottom: 20px;
	font-size: 18px !important;
	cursor:pointer;
}

.dataList .columnData {
	display: none;
}

.dataList .data .name:hover{
	color:#E22323;
}
.dataList .data .sub .wsh:hover{
	color:#428EF3;
}

/** 分页控件 **/
#lay-page{
	width: 100%;
}

#lay-page .layui-laypage{
	margin: 0 auto;
	margin: 10px 0 20px 0;
    display: block;
    text-align: center;
}

.layui-laypage-em{
	border-radius: 5px !important;
}

.layui-laypage a, .layui-laypage span{
	padding:0;
	width: 30px;
    height: 30px;
    border-radius: 5px !important;
    margin-right: 10px;
}
.layui-laypage a:hover{
	background-color:#428EF3;
	color:#fff;
}

