body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{color:#333; font-size:12px;font-family:"Microsoft YaHei"}
ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
input{ font-size:12px;}
a{ text-decoration:none; color:#000;}
a:hover{color:#c00; text-decoration:none;}
.clear{clear:both;}

.list {
	width: 100%;
}
	.list ul li {
		width: 100%;
		height: 20vw;
		border-bottom: 1px solid #E9E9E9;
	}
		.list_font_left {
			float: left;
			width: 30%;
			height: 100%;
			margin-left: 5%;
			text-align: center;
			text-align: left;
			/*background: red;*/
		}
		.list_font_right {
			float: right;
			width: 30%;
			height: 100%;
			text-align: center;
			color: #FD4743;
			font-size: 4.2vw;
			line-height: 20vw;
			font-weight: bold;
			/*background: red;*/
		}
			.list_font1 {
				font-weight: bold;
				margin-top: 15%;
				font-size: 4.2vw;
			}
			.list_font2 {
				font-size: 3.7vw;
				color: #9B9B9B;
				margin-top: 1vw;
			}
		.list ul .list_special {
			border: none;
			color: #9B9B9B;
			font-size: 3.7vw;
			line-height: 20vw;
			text-align: center;
		}