.content{
	width:100%;
	overflow-X:hidden;
	text-align: left;
    float: left;
    padding-bottom: 40px;
}
.content .tip{
    margin: 10px auto 0 174px;
    text-align: left;
}
.tip p{
	color: #999999;
}
.content .l_detail{
	margin: 20px auto 0 174px;
    width: 90%;
}
.l_detail .l_detail_title{
	height: 20px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    font-family: "微软雅黑","宋体";
}
.l_detail_title .l_detail_title_key{
	color: #3A80C1;
}
.content .l_bottom_line{
	border-bottom: 1px solid #CACACA;
	width:55%;
}
.content .l_bottom_dashed_line{
	border-bottom: 1px dashed #CACACA;
	width:55%;
}
.content .l_bottom_dashed_line .line_word{
	margin-right:30px;
	font-weight:bold;
}
.l_detail .l_detail_info{
	color: #191919;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 20px;
    margin-top:10px;
    margin-bottom:10px;
}
.val_red{
	color: #ff0000;
}
.val_green{
	color: #7cfc00;
}
.val_yellow{
	color: #ffd700;
}
.normol_link_a{
	color: #3A80C1;
    cursor: pointer;
    font-family: "宋体";
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.val_image{
    height: 12px;
    width: 12px;
    margin:0 5px 0 10px;
}
