@charset "gb2312";
/*重置规则*/
* {
	margin: 0;
	padding: 0;
}
html,body {
	width: 100%;
	height: 100%;
	color: #000;
	font-family: "microsoft yahei", arial;
}
a {
	text-decoration: none;
	color: #000;
}
ui,li {
	list-style: none;
}

img {
	border: none;
}
.clear {
	clear: both;
}
p,h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-style: normal
}
input,textarea,select,option {
	outline: none;
}
ul,li,p {
	margin: 0;
	padding: 0;
}

/*top*/
.top{
	width: 100%;
	height: auto;
	overflow: auto;
}
.top img{
	width: 100%;
	height: auto;
}
.top img:nth-child(1){
	display: block;
}
.top img:nth-child(2){
	display: none;
}

/*nav*/
.path-nav{
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	font-size: 0;
}
.path{
	width: 100%;
	height: 100%;
}
#position{
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
#position a{
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
#position a:hover{
	color: #DF1418;
}

/*newsLists*/
.main{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	border: solid #df1418;
	border-width: 2px 0 2px 0;
	margin-top:0px;
	font-size: 0;
}
.main_lists li{
	width: 100%;
	height: 40px;
	transition: all 0.5s;
	background-color: transparent;
}
.main_lists li a{
	font-size: 16px;
	color: #333;
	line-height: 40px;
	float: left;
}

.main_lists li p{
	font-size: 14px;
	color: #999;
	line-height: 40px;
	float: right;
}

@media only screen and (min-width:1200px ) {
	.main_lists li:hover{
		background: #eaeaea;
		padding: 0 10px 0 0;
		box-sizing: border-box;
	}
	.main_lists li:hover:before{
		content: "";
		width: 16px;
		height: 16px;
		border-width: 8px;
		border-style: solid;
		border-color: transparent transparent transparent #DF1418;
		display: inline-block;
		float: left;
		box-sizing: border-box;
		margin-top: 12px;
	}
	.main_lists li a:hover{
		color: #DF1418;
	}
}
#morepage{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
#morepage a{
	font-size: 16px;
	color: #333;
}
#morepage a:hover{
	text-decoration: underline;
}

/*foot*/
.m_bottom01{
	background: #DF1418;
	margin-top:100px;
	width: 100%;
	text-align: center;
	height: auto;
	overflow: hidden;
	clear: both;
	padding: 40px 0;
	font-size: 0;
}
.m_bottom01 p{
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.m_bottom01 a img {
	width: 21px;
	height: 21px;
	margin-top: 10px;
}
 
