@charset "utf-8";
/**
@Author: yu_Wj
@Description：材质
*/

/*材质*/
.list_ul li{
	float: left;
	width: 100%;
	padding: 27px 50px;
	margin-bottom: 10px;
	background: #f7f7f7;
}
.list_ul li:last-child{
	margin-bottom: 0;
}
.list_ul li:hover{
	background: #1e589a;
}
.list_ul li hr{
	float: left;
	width: 1px;
	height: 18px;
	margin-right: 50px;
	background: #bbb;
}
.list_ul li:hover hr{
	background: #fff;
}
.list_ul li p,
.list_ul li h3,
.list_ul li a,
.list_ul li span{
	float: left;
	font-family: arial;
	font-size: 14px;
	color: #666;
	height: 18px;
	line-height: 18px;
}
.list_ul li p{
	width: 120px;
}
.list_ul li:hover p{
	color: #cee2f6;
}
.list_ul li h3{
	font-family: "microsoft yahei";
	font-size: 16px;
}
.list_ul li h3 a{
	color: #333;
}
.list_ul li span{
	float: right;
	cursor: default;
	padding-left: 27px;
	position: relative;
}
.list_ul li span:before{
	content: "";
	width: 17px;
	height: 11px;
	background: url(../images/icon_14.png) no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}
.list_ul li:hover span:before{
	background: url(../images/icon_15.png) no-repeat;
}
.list_ul li:hover h3 a,
.list_ul li:hover span{
	color: #fff;
}
.list_ul li > a{
	float: right;
	color: #1e589a;
	font-size: 12px;
	margin-left: 105px;
	margin-right: 15px;
	position: relative;
}
.list_ul li > a:after{
	content: "";
	width: 6px;
	height: 12px;
	background: url(../images/icon_5.png) no-repeat;
	position: absolute;
	top: 3px;
	right: -15px;
}
.list_ul li:hover > a{
	color: #cee2f6;
}
.list_ul li:hover > a:after{
	background: url(../images/icon_6.png) no-repeat;
}

/*详情*/
.material_details{
	color: #666;
	font-size: 14px;
	line-height: 30px;
	margin-top: -5px;
}
.material_details .title{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.material_details .date{
	color: #999;
	font-size: 14px;
	line-height: 1;
	padding: 30px 0;
	text-align: center;
	display: block;
}
.material_details table{
	width: 100%;
	margin-top: 10px;
}
.material_details table th,
.material_details table td{
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding-left: 50px;
}
.material_details table th{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background: #1e589a;
}
.material_details table td{
	color: #666;
	font-size: 14px;
	background: #f7f7f7;
}