.newslist{background: #f6f6f6;padding: 10px;overflow: hidden;}
.newslist li {
	height: 180px;
	background: #fff;
	border-bottom: 9px solid #d7d7d7;
	font-family: '微软雅黑';
	margin-bottom: 30px
}
.newslist .tit {
	width: auto;
	padding: 20px 25px 0;
	border-bottom: 1px solid #e5e5e5;
	height: 55px;
	position: relative
}
.newslist .nr {
	padding: 0px 25px 0;
	color: #666;
	line-height: 30px;
	font-size: 14px
}
.newslist .t_ {
	height: 26px;
	display: block;
	font-size: 20px;
}
.newslist .t_  a{
	color: #333333;
}
.newslist .t_  a:hover{color:#CF1828;}
.newslist .time {
	color: #999;
	font-size: 14px
}
.newslist .mr {
	float: right;
	color: #CF1828;
}
.newslist .pos_a {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all .2s ease;
	transition: all 1s ease;
	display: block;
	width: 28px;
	height: 27px;
	background: url(../images/gg.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 25px
}
.newslist .pos_a:hover {
	-webkit-animation: anims2 3s ease infinite
}
.newslist .a {
	height: 468px
}
.newslist .a .t_ {
	float: left;
	text-align: center;
	height: 55px;
	padding: 0 40px 0 80px;
	border: 1px solid #e5e5e5;
	line-height: 55px;
	border-bottom: 0 none;
	font-size: 18px;
	position: relative
}
.newslist .a .t_ .num {
	display: block;
	width: 55px;
	height: 55px;
	color: #fff;
	background: #e5e5e5;
	text-align: center;
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 0
}
.newslist .a .t_ .zc {
	position: absolute;
	height: 20px;
	width: 10px;
	overflow: hidden;
	background: #fff;
	right: -5px;
	bottom: 1px
}
.newslist .a .nr {
	padding: 30px 0 0 0
}
.newslist .a .mod {
	width: 280px;
	padding: 0 20px
}
.newslist .a .mtit {
	font-size: 22px;
	height: 55px;
	line-height: 50px;
	display: block;
	overflow: hidden;
	white-space: nowrap
}
.newslist .a .txt {
	line-height: 26px;
	height: 140px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	padding: 0 5px
}
.newslist .a .txt1 {
	padding: 20px 5px 0;
	display: block;
	color: #f1682a;
	line-height: 26px;
	height: 85px
}
.newslist .a .mr {
	display: block;
	float: right;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	background: #eb5323;
	color: #fff
}
