
.news-list {
	margin-bottom: 35px;

	width: 1200px;
    margin: auto;
}
.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;
}
.news-list > ul > li:nth-child(odd) {
	background: #f7f7f7;
}
.list-one:hover {
}
.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: #004396;
}
.words-view:hover a {
	color: #fefefe;
}
@media (max-width: 75em) {
.list-one-words {
	width: 56%;
}
}
@media (max-width: 62em) {
.list-one-words {
	width: 43%;
}
}
@media (max-width: 48em) {
.news-list {
	margin-bottom: 40px;
}
.list-one-img {
	margin-bottom: 14px;
}
.list-one {
	padding: 20px;
	text-align: center;
}
.list-one-words {
	float: none;
	width: 100%;
	text-align: left;
}
.words-title {
	margin-bottom: 6px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
}
.news-belong {
	margin-bottom: 6px;
}
.words-info {
	height: 54px;
	line-height: 18px;
	font-size: 12px;
	padding-top: 8px;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.words-view {
	width: 84px;
	height: 24px;
	line-height: 24px;
}
}
@media (max-width: 34em) {
.list-one {
	padding: 15px 0;
	text-align: left;
}
.list-one-img img {
	max-width: 100%;
	height: auto;
	transition: all .65s ease;
}
}
@media (max-width: 768px) {
.inner-menu a {
	width: 50%;
}
.inner-con {
	margin-top: 10px;
}
}


.row {
	margin-left: -15px;
	margin-right: -15px;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	display: table;
}

.col-sm-12 {
	width: 100%;
}


.news-list .item {
	display: block;
	background-color: #f5f5f5;
	margin-bottom: 30px;
	color: #333;
}
.news-list .item .m {
	overflow: hidden;
}
.news-list .item .m img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	transition: 0.4s ease;
}
.news-list .item:hover .m img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.news-list .item .text {
	padding: 25px;
}
.news-list .item .text h4 {
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 1.4;
	font-size: 16px;
	overflow: hidden;
	display: inline-block;
}
.news-list .item .text .date {
	font-size: 12px;
	color: #999;
	width: 80px;
	height: 80px;
	background-color: #eee;
	display: inline-block;
	margin-right: 20px;
}
.news-list .item .text .date span {
	display: block;
	text-align: center;
	line-height: 24px;
}
.news-list .item .text .date .p1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
}
.news-list .item .text .date .p2 {
	font-size: 14px;
}
.news-list .item .text .desc {
	font-size: 12px;
	color: #999;
	border-top: 1px solid #e0dede;
	padding-top: 25px;
}