/* 政策样式 */


.clear {
	clear: both;
}

/* 分页样式 */
.pageclass {
	text-align: center;
}

/* 首页样式 */
.header-dh {
	background-color: #E7827D;
}

.layui-nav-child,
.layui-nav li:hover,
.layui-nav .layui-this,
.layui-nav .layui-nav-child a:hover {
	background-color: #db4338;
}

.layui-nav .layui-nav-child a {
	color: #fcbcb0;
	border-bottom: 1px solid #a21d16;
}

.header_logo {
	border-bottom: 2px solid #DC433A;
	padding: 30px 0;
}

.layui-left {
	float: left;
}

.layui-right {
	float: right;
}


/* 底部 */
.zx-index-footer {
	text-align: center;
	border-top: 1px solid #DEDEDE;
	padding: 20px 0;
	color: #666666;
	background-color: #FFFFFF;
}


/* 搜索 */
.zx-index-seach {
	width: 660px;
	height: 62px;
	font-size: 16px;
}

.zx-index-seach input {
	line-height: 53px;
	height: 53px;
	width: 450px;
	float: left;
	padding: 0px 5px;
	padding-left: 45px;
	border-radius: 3px;
	border: 4px solid #DB4239;
	font-size: 17px;
}

.zx-index-seach a {
	width: 120px;
	height: 62px;
	line-height: 62px;
	float: right;
	text-align: center;
	color: #fff;
	background-color: #DB4239;
	border-radius: 4px;
}

.zx-index-seach a:hover {
	opacity: 0.8;
}

.zx-index-seach img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 22px;
	left: 20px;
}

/* 内页搜索 */
.zx-index-seach2 {
	width: 595px;
	height: 52px;
	position: relative;
}

.zx-index-seach2 input {
	height: 42px;
	line-height: 42px;
	width: 410px;
	font-size: 16px;
}

.zx-index-seach2 a {
	height: 48px;
	line-height: 48px;
	width: 100px;
}

.zx-index-seach img {
	top: 15px;
	left: 15px;
}

/* 面包屑样式 */
.bread-dh {
	padding: 15px 0;
	color: #787474;
	font-size: 16px;
}

.bread-dh a {
	color: #787474;
}

.bread-dh span {
	color: #DC433A;
}

/* 筛选条件 */
.seachlist {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding-top: 20px;
}

.seachlist .layui-left {
	width: 33.3%;
}

.seachlist .layui-left button:first-child {
	background-color: #DB4239;
}

.seachlist .layui-left button:last-child {
	background-color: #999;
}



.seachhov {
	color: #DC433A;
	border: 1px solid #DC433A;
	border-radius: 4px;
}

/* 列表 */
.newlist {
	padding: 0 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	margin: 15px 0;
}

.newchild {
	padding-top: 10px;
	/*padding: 10px 0;*/
	overflow: hidden;
	/*height: 80px;*/
	border-bottom: 1px dashed #EEEEEE;
}

.newchild:last-child {
	border-bottom: none;
}

.new-h1 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	width: 78%;
}

.i-jd {
	float: left;
	color: #FFFFFF;
	padding: 0px 2px;
	font-size: 12px;
	background: #DB4239;
	border-radius: 4px;
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
}
.i-sb {
	color: #FFFFFF;
	padding: 1px 5px;
	font-size: 12px;
	background: #64B60D;
	border-radius: 4px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 2px;
	right: 185px;
}

.i-over {
	float: left;
	color: #FFFFFF;
	padding: 0px 2px;
	font-size: 12px;
	background: #999999;
	border-radius: 4px;
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
}

.p_h1 {
	float: left;
	font-size: 18px;
	color: #222222;
	width: 82%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	cursor: pointer;
}

.p_h1:hover {
	color: #DB4239;
}

.new-w {
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}

.new-con {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin: 10px 0;
	font-size: 14px;
	color: #999999;
}
.prolist_time{
	margin-bottom: 15px;
	font-size: 14px;
	color: #999999;
}

.layui-right {
	color: #999999;
}
.new-w .layui-right span{color: #d14d41;font-weight: bold;padding: 0px 2px;}
.layui-row .newlist {
	height: auto;
	min-height: 200px;
}

.no-data {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
	padding-top: 20px;
}
