@charset "UTF-8";
/*解决粗不粗,斜不斜*/
/*css reset start*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
code,
del,
img,
ins,
q,
s,
small,
tt,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
caption,
tfoot
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
}
strong,
em,
font,
b{
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
table,
thead,
tr,
th,
tbody,
td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}

table {
border-collapse:collapse;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
}

caption,
th,
td {
	font-weight: normal;
	vertical-align: middle;
}

img {
	border: none;
	
}

input,
textarea,
button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: none;
}

a {
	text-decoration: none;
	color: #333;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: -2px;
	margin-right: 5px;
}

body,
button,
input,
select,
textarea {
	font-family: "Microsoft YaHei";
	font-size: 16px;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clear {
	clear: both;
	overflow: hidden;
	font-size: 0;
}

table {
	width: 100%;
}

/*css reset end*/
body{ background:#b5121e; background:url(../img/bg.jpg) center top repeat-y; }
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }/*公共类*/
#contents{ margin: 0 auto; width:100%; clear:both;  }
.img_logo{margin: 0 auto; width:100%;}
.img_logo img{width: 100%;}
.container { width: 1200px; margin: 0 auto; }
.main{margin:0 auto; width:100%; min-height:500px }
.content-container{ padding-top:20px ;}
/* 首页列表 */
.mg_top{ margin-top:8px;}
.personBox{margin: 20px auto; width:1200px; height:100%;}

.list{ margin-top: 20px;}
.list li { float: left;   border:#e9af5a 1px solid; width:calc(25% - 26px); margin: 13px; }
.list li img{width: 100%; margin-bottom:-4px;}
.list p{text-align: center;
    font-size: 40px;
    line-height: 100px;
    color: #fff;
 }
.list li dd{ line-height:56px; height: 56px; font-size: 26px; color:#ffffab; text-align: center; background: #a80103; }








