.banner_common:before {
	background-image: url(../img/news.jpg);
}
.menu_common{
	width: 100%;
	height: 70px;
}
.menu_common .news_menu{
	width: 352px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.news_menu span{
	display: block;
	width: 88px;
	height: 3px;
	background-color: #004098;
	position: absolute;
	bottom: -3px;
	left: 0;
	transition: all 1s;
}
.menu_common a{
	display: block;
	width: 88px;
	height: 70px;
	line-height: 70px;
	float: left;
	color: #666666;
	font-size: 16px;
	cursor: pointer;
}
.menu_common a.news_now{
	color: #004098;
}
.new_list{
	width: 100%;
	overflow: hidden;
	background-color: #f3f3f3;
	padding: 45px 0 55px;
}
.new_list a{
	display: block;
	width: 1130px;
	overflow: hidden;
	padding: 33px;
	margin: 0 auto 20px;
	background-color: #FFFFFF;
}
.new_list a .list_img{
	width: 410px;
	overflow: hidden;
	float: left;
}
.list_img img{
	width: 100%;
	transition: all 1s;
}
.new_list a .list_txt{
	width: calc(100% - 505px);
	width: -moz-calc(100% - 505px);
	width: -webkit-calc(100% - 505px);
	overflow: hidden;
	float: left;
	margin-left: 65px;
	line-height: 25px;
	font-size: 14px;
	color: #666666;
}
.list_txt h3{
	width: 100%;
	height: 24px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list_txt span{
	display: block;
	color: #ababab;
	margin: 15px 0 5px;
}
.list_txt p{
	height: 100px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.list_txt .list_more{
	width: 200px;
	height: 42px;
	border: 1px solid #cccccc;
	overflow: hidden;
	margin: 14px 0 0;
}
.list_more .more_txt{
	width: 158px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	float: left;
	line-height: 40px;
	color: #cccccc;
}
.list_more .more_img{
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	line-height: 40px;
	position: relative;
	background-color: #eeeeee;
}
.more_img svg{
	width: 28px;
	height: 28px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -14px 0 0 -14px;
}
.new_list a:hover {
	background-color: #004098;
}
.new_list a:hover .list_txt h3{
	color: #FFFFFF;
}
.new_list a:hover .list_txt{
	color: #FFFFFF;
}
.new_list a:hover .list_img img{
	transform: scale(1.05);
}
.new_list a:hover .list_more .more_txt{
	color: #FFFFFF;
}
.new_list a:hover .list_more{
	border-color: #FFFFFF;
}
@media only screen and (max-width: 1249px) {
	.new_list a {
	    width: 100%;
	    margin: 0 auto 20px;
	}
	.new_list a .list_txt{
		width: calc(100% - 445px);
    	width: -moz-calc(100% - 445px);
    	width: -webkit-calc(100% - 445px);
		margin-left: 35px;
	}
}
@media only screen and (max-width: 991px) {
	.new_list a .list_img {
	    width: 100%;
	    overflow: hidden;
	    float: none;
	}
	.new_list a .list_txt{
		width: 100%;
		margin: 20px 0 0;
	}
	.banner_common:before{
		background-image: url(../img/newsSm.jpg);
	}
}
@media only screen and (max-width: 767px) {
	.menu_common{
		height: 40px;
	}
	.menu_common .news_menu{
		width: 280px;
		height: 40px;
	}
	.news_menu span{
		width: 70px;
		height: 2px;
		bottom: -2px;
	}
	.menu_common a{
		width: 70px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.new_list {
	    padding: 35px 0 25px;
	}
	.new_list a {
	    width: 100%;
	    margin: 0 auto 20px;
	    padding: 0;
	}
	.new_list a .list_txt{
		width: 100%;
		margin: 10px 0 0;
		line-height: 20px;
		float: none;
		padding: 5px 20px 20px;
		font-size: 12px;
	}
	.new_list a .list_txt p{
		height: 80px;
	}
	.list_txt h3 {
	    height: 24px;
	    font-size: 16px;
	    line-height: 24px;
	}
	.list_txt span {
	    margin: 5px 0;
	    height: 20px;
	    line-height: 20px;
	}
	.list_txt .list_more {
	    width: 120px;
	    height: 32px;
	    margin: 14px 0 0;
	}
	.list_more .more_txt {
	    width: 88px;
	    height: 30px;
	    line-height: 30px;
	}
	.list_more .more_img {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
}
/*新闻详情*/
.news_content{
	width: 100%;
	overflow: hidden;
	background-color: #f3f3f3;
}
.news_details{
	width: 1200px;
	max-width: 100%;
	overflow: hidden;
	margin: 40px auto;
	min-height: 400px;
}
.details_title{
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #666666;
	margin-bottom: 20px;
}
.details_title h1{
	color: #000000;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 20px;
}
.details_content{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 60px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.details_content img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.details_page{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #a4a4a4;
	padding-top: 20px;
	line-height: 16px;
	position: relative;
}
.details_page li{
	height: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
    white-space:nowrap;
}
.details_page li:first-of-type{
	margin-bottom: 10px;
}
.details_page a{
	color: #a4a4a4;
}
.details_page a:hover{
	color: #000000;
}
@media only screen and (max-width:1249px ) {
	.news_details {
	    width: 970px;
	}
}
@media only screen and (max-width:991px ) {
	.news_details {
	    width: 688px;
	}
}
@media only screen and (max-width: 767px) {
	.news_details{
		width: 335px;
		padding: 10px 0px 20px;
	}
	.details_content{
		padding: 20px 0 30px;
		font-size: 12px;
		line-height: 20px;
	}
	.details_title h1{
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.details_page{
		font-size: 12px;
		padding-top: 10px;
		line-height: 14px;
	}
	.details_page li:first-of-type{
		margin-bottom: 5px;
	}
}
@media only screen and (min-width:1250px ) {
	.news_details {
	    width: 1200px;
	}
}