@charset "utf-8";
/**
@Author: yu_Wj
@Description：法兰标准
*/

/*法兰标准*/
.list_ul li{
	float: left;
	width: 100%;
	padding: 32px 20px;
	border-bottom: dashed 1px #e3e3e3;
}
.list_ul li:last-child{
	border-bottom: none;
}
.list_ul li:hover{
	background: #1e589a;
}
.list_ul li p,
.list_ul li h3,
.list_ul li a{
	float: left;
	font-family: arial;
	font-size: 14px;
	color: #666;
	height: 18px;
	line-height: 18px;
}
.list_ul li p{
	width: 140px;
}
.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:hover h3 a{
	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;
}

/*详情*/
.standard_details{
	color: #666;
	font-size: 14px;
	line-height: 30px;
	margin-top: -5px;
}
.standard_details .title{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.standard_details .date{
	color: #999;
	font-size: 14px;
	line-height: 1;
	padding: 30px 0;
	text-align: center;
	display: block;
}