锘?news-list {
	margin-bottom: 35px;
	border-bottom: 1px solid #e8e8e8;padding:0 15px;
}
.list-one {
	display: block;
	padding: 30px 0px;
	transition: all .3s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list-one-img {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #eaeaea;
	font-size: 0;
}
.list-one-img a {
	display: inline-block;
	border: 1px solid #fff;
	overflow: hidden;
}
.list-one-img img {
	width: 374px;
	height: 218px;
	transition: all .65s ease;
}
.list-one-img img:hover {
	transform: scale(1.08);
	-ms-transform: scale(1.08);     /* IE 9 */
	-moz-transform: scale(1.08);    /* Firefox */
	-webkit-transform: scale(1.08); /* Safari 鍜 Chrome */
	-o-transform: scale(1.08);  /* Opera */
}
.list-one-words {
	float: right;
	display: inline-block;
	vertical-align: top;
	width: 63%;
}
.words-title {
	margin-bottom: 14px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.words-title a {
	color: #333;
	transition: all .2s linear;
}
.words-title a:hover {
	color: #3d649b;
}
.news-belong {
	margin-bottom: 10px;
	line-height: 12px;
}
.news-belong span {
	margin-right: 21px;
	font-size: 12px;
	color: #7b7b7b;
}
.words-info {
	color: #878787;
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	border-top: 1px dashed #c5c5c5;
	padding-top: 22px;
	margin-bottom: 37px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.words-view {
	display: inline-block;
	width: 98px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #e8e8e8;
	font-size: 0;
	transition: all .2s linear;
}
.words-view span {
	font-family: '瀹嬩綋';
}
.words-view a {
	display: block;
	font-size: 12px;
	color: #797979;
	transition: all .2s linear;
}
.words-view:hover {
	background: #1754a3;
}
.words-view:hover a {
	color: #fefefe;
}

.inner-menu a {
	width: 23%;
	font-size: 12px;margin:1%;font-weight:bold;
}

.news-right {
float: none;
    width: 100%;
	font-size: 0;
}
.date {
	color: #999999;
	font-size: 58px;
	line-height: 1;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.time {
	text-align: center;
	font-size: 16px;
	color: #999999;
}
.news-right-left, .news-right-con {
	display: inline-block;
	vertical-align: top
}
.news-right-left {
	width: 79px;
}
.news-right-con {
	margin-left: 20px;
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
}
.news-right-tit {
	margin-top: 0;
	margin-bottom: 15px;font-size:18px;color: #333;height:20px;line-height:20px;width:100%;overflow:hidden
}
.news-right-txt {
	font-size: 12px;
	color: #7e7e7e;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.news-list ul li {
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cfcece;
}
.news-list ul li:hover .news-right-tit, .news-list ul li:hover .date {
	color: #1754a3;
}
.footer {
    background: #EFEFEF;
    width: 100%;
}