@CHARSET "UTF-8";
body{
	background-color:#F1F1F1;
}

.info_content{
	margin-left:150px;
	margin-right:150px;
	height:600px;
}

.info_content_left{
	height:500px;
	width:200px;
	float:left;
	margin-top:50px;
}

.info_content_right{
	height:600px;
	background-color: white;
	width:840px;
	float:left;
}

.info_label{
	width:200px;
	height:40px;
}

.info_label_txt{
	font-weight: bold;
    font-family: 微软雅黑;
	font-size:15px; 
	line-height:40px;
	margin-left:20px;
}

.info_url_txt{
    font-family: 微软雅黑;
	font-size:15px; 
	line-height:40px;
	color:black;
	text-decoration: none;
	padding-left:20px;
	width:200px;
	height:40px;
	display:block;
}

.info_url_txt:hover{
	color:white;
	background-color: #d43f3a;
	width:200px;
	height:40px;
	display:block;
	padding-left:20px;
	font-weight: bold;
	font-family: 微软雅黑;
}

.info_url_txt_sel{
	font-family: 微软雅黑;
	font-size:15px; 
	line-height:40px;
	color:white;
	text-decoration: none;
	padding-left:20px;
	width:200px;
	height:40px;
	display:block;
	background-color: #d43f3a;
	font-weight: bold;	
}

.info_url_txt_sel:hover{
	color:white;
	background-color: #d43f3a;
	width:200px;
	height:40px;
	display:block;
	padding-left:20px;
	font-weight: bold;
	font-family: 微软雅黑;
}

.info_content_left a:link{
	text-decoration: none;
}

.info_right_content{
	margin-left:20px;
	margin-right:20px;
	margin-top:25px;
	margin-bottom:25px;
	height:700px;
	line-height: 30px;
}

.info_item_label{
	font-size:13px;
	font-weight: normal;
	color:gray;
}

.info_item_txt{
	width:200px;
	height:30px;
	font-weight: bold;
	font-family: 微软雅黑;
}

.set_style{
	border:2px solid #00b38a;
}

.info_item_tip{
	font-size:13px;
	color:gray;
	font-weight: normal;
	margin-left: 10px;
}

.info_item{
	margin-top:20px;
}

.report_item_label{
	font-size:15px;
	font-family: 微软雅黑;
	font-weight: bolder;
}

.report_item_txt{
	width:400px;
	height:35px;
}

.report_item{
	margin:0px 0px 30px 0px;
}

.report_tip{
	font-size:13px;
	color:red;
	font-weight: normal;
	margin-left: 10px;
}