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;
}
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;
}
.titleImg{
	text-align: center;
	padding-bottom: 10px;
}
.titleCon{
	text-align: center;
}
.headImg{
	text-align: center;
	padding: 12px 0;
}
.news{
	width: 1200px;
	margin: 50px auto;
	background: #FFF;
}
.news li{
	margin: 0 100px;
}
.news li .tit {
    padding: 15px 0 0;
    display: block;
    color: #9d0a0f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    font-weight: 700;
	text-align: center;
}
.intro {
    text-indent: 2rem;
}
.hpic{
	width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.hpic ul{
	display: flex;
	width: 960px;
	margin: 0 auto;
}
.hpic img{
	width: 98%;
    float: left;
}

@media only screen and (max-width: 750px) {
	.videoPath {
		height: 440px;
		margin: 5px auto;
	}
	.videoLeft {
		height: 200px;
		width: 100%;
	}
	.videoRight{
		float:none;
		width: 100%;
		height: 236px;
	}
	.news {
		width: 100%;
	}
	.news li {
		margin: 0 15px;
	}
	.titleImg img{
		width: 100%
	}
}