html,body{
	width:100%;
	height:100%;
}
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p,span,li,i,a{
	font-family:"微软雅黑";
}
li{
	list-style:none;
}
[v-cloak] {
	display: none;
}
a,img {
	border: 0;
	/*	cursor: pointer;*/
	outline: 0;
}
a:hover, a:link, a:visited {
	text-decoration: none;
}
user agent stylesheeta:-webkit-any-link {
	color: -webkit-link;
	text-decoration: underline;
	cursor: auto;
}
/*img {
    vertical-align: top;
}*/
.animation-scale .animation-scale-item {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.clearfix {
	display: inline-table;
	display: block;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.xiangyin{
	width:100%;
	height:100%;
	min-width:1000px;
	background:url(../images/bg.jpg);
	background-size: 100% 100%;
}
.contain{
	width: 1000px;
	height: 650px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -325px;
	margin-left: -500px;

}
.nav_cot{
	width:100%;
	height:Auto;
	margin:0 auto;
	overflow:hidden;
}
.top_nav{
	width:100%;
	height:50px;
	margin:0 auto;
	overflow:hidden;
}
.top_nav img{
	height:30px;
	width:auto;
	float:left;
	margin-top:10px;
	margin-left:10px;

}
.top_nav span{
	display:inline-block;
	line-height:50px;
	font-size:20px;
	color:#fe1b01;
	float:left;
	margin-left:5px;
	font-weight:bold;
}
.top_nav  ul{
	width:auto;
	height:100%;
	float:right;
	overflow:hidden;
}
.top_nav  ul li{
	float:right;
	line-height:50px;
	margin-right:20px;
	font-size:16px;
}
.top_nav  ul li a{
	color:#303030;
}
.top_nav  ul li.active a{
	color:#fe1b01;
}
.contain_cont{
	width:100%;
	height:500px;
	margin:50px auto;
	overflow:hidden;
}
.title{
	padding: 10px 20px 0 20px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin: 10px auto 0 auto;
}
.title img{
	width:auto;
	height:20px;
	float:left;
	margin-top:8px;

}
.title  span{
	font-size:16px;
	color:#fe1b01;
	line-height: 40px;
	margin-left:5px;
}
.subtitle{
	padding:0 20px;
	height:22px;
	margin:5px auto;
	/*border-left:2px  solid  #fe1b01;*/
}
.subtitle a{
	margin-left:3px;
	float:left;
	color:#303030;
	line-height:22px;
	display: inline-block;
	font-size:15px;
}
.subtitle a:first-child{
	padding-left: 10px;
	border-left: 2px solid #fe1b01;
}

/*公用列表样式*/
ul.general{
	padding: 0 20px;
	height: 330px;
	overflow: auto;
	margin: 10px auto 0 auto;
}
ul.general li{
	width:100%;
	padding:10px 0;
	height:auto;
	display: -webkit-box;
	display: -webkit-flex;
	box-sizing: border-box;
	border-bottom:1px  solid  #ebebeb;
}
ul.general li a{
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: auto;
	overflow: hidden;
}

ul.general li .news_image{
	float: right;
	width: 120px;
	height: 67px;
	position: relative;
}
ul.general li .news_image .video{
	width: 30px;
	height: 30px;
	background: url(../images/video.png);
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
}

ul.general li .news_image img{
	width:100%;
	height:100%;
}
ul.general li .news_content{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	height:auto;
	width: 75%;
	float:left;

	position:relative;
}
ul.general li  .news_content h1{
	font-size:15px;
	color:#333;
	width:100%;
	line-height:25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;

}
ul.general li  .news_content h1 i.audio{
	width: 30px;
	height: 20px;
	display: block;
	background: url(../images/audio.png);
	background-size: 100% 100%;
	float: left;
	margin-right: 5px;
	margin-top: 2.5px;
}

ul.general li  .news_content p{
	font-size:12px;
	color:#9f9f9f;
	width:100%;
	height:20px;
	line-height:20px;
}
.blank{
	width:100%;
	margin-top:50px;
	height:auto;
}
.blank p{
	color:#9b9c9e;
	font-size:15px;
	text-align: center;
}
.pages{
	width:100%;
	height:auto;
	text-align: center;
	position:absolute;
	bottom:0px;
	left:0;
}
ul.pagination{
	width: auto;
	display:inline-block;
	height: auto;
	margin: 10px auto;
	overflow:hidden;
}
ul.pagination li{
	float:left;
	padding:0 5px;
	color:#fe1b01;
	font-size:14px;
}
ul.pagination li a{
	display:block;
	color:#000;
}
ul.pagination li.active{
	/*border:1px  solid  #fe1b01;*/
	background:#fe1b01;
	border-radius: 20px;

}
ul.pagination li.active a{
	color:#fff;
}