html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i ,b{font-style:normal;}
body {font-size: 16px; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #222;}
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th {font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a { text-decoration: none; color: #666; background: none }
ul, ol { list-style: none; }

section{
    width: 100%;
    box-sizing: border-box;
}
.banner {
    width: 100%;
    height: auto;
}
.banner img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.header{
	text-align: center;
}
.header a{
	color: #bf360c;
	font-size: 46px;
	font-weight: 600;
	margin: 50px 0;
    display: block;
}
.title{
	width: 1200px;
    margin: 20px auto;
    height: 40px;
    border-bottom: 1px solid rgba(191,54,12,.2);	
}
.title h2{
	border-bottom: 3px solid #bf360c;
    display: inline;
    font-size: 28px;
	font-weight: 600;
    line-height: 32px;
    padding-bottom: 5px;
}
footer{
	width: 100%;
	background: #ae0103;
	box-sizing: border-box;
}
.listItem{
	float: left;
	margin-top: 20px;
	font-size: 12px;
}
.foot{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 15px;
}
.foot p{
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	font-size: 12px;
}
.listItem a{
	color: #fff;
	font-size: 12px;
	margin-right: 15px;
	margin-left: 10px;
}
.weibo{
	width: 1200px;
	margin: 0 auto;
}
.news{
	width: 1200px;
	margin: 0 auto;
	background: #FFF;
}
.news li{
	border-bottom: 1px dashed rgba(47,13,3,.2);
    padding-bottom: 15px;
}
.news li .tit {
    padding: 15px 0 5px;
    display: block;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
}
.intro {
    opacity: .7;
}

@media only screen and (max-width: 750px) {
	.banner img{
		height: 166px;
	}
	.header a{
		margin: 20px 0;
		font-size: 30px;
		line-height: 42px;
		padding: 0 5px;
	}
	.header img{
		width: 100%;
	}
	.title{
		width: 100%;
	}
	.weibo{
		width: 100%;
		padding: 0;
	}
	.weibo iframe{
		height: 338px;
	}
	.news {
		width: 100%;
	}
	.news li {
		margin: 0 15px;
	}
}