.logo img:nth-of-type(1) {
	display: none;
}
.logo img:nth-of-type(2) {
	display: inline-block;
}
.content {
	background:#f5f5f5 url(../images/news.jpg) no-repeat top center;
}
.content .news_content {
	width: 1415px;
	overflow: hidden;
	margin: 530px auto 0;
	padding: 0 0 40px;
}
.news_content .news_title {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	margin: 0 0 48px;
}
.news_title h1 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.news_title span {
	display: block;
	width: 40px;
	height: 5px;
	background-color: #f45d1f;
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -20px;
}
.news_content .news_menu {
	width: 454px;
	overflow: hidden;
	margin: 0 auto;
}
.news_menu a {
	display: block;
	width: 120px;
	height: 40px;
	border-radius: 20px;
	overflow: hidden;
	background-color: #d7d7d7;
	margin: 0 47px 0 0;
	text-align: center;
	line-height: 40px;
	float: left;
	color: #464646;
	font-size: 16px;
	transition: all 1s;
}
.news_menu a:last-of-type {
	margin: 0;
}
.news_menu a:hover {
	background-color: #f45d1e;
	color: #FFFFFF;
	font-weight: bold;
}
.news_menu a.active {
	background-color: #f45d1e;
	color: #FFFFFF;
	font-weight: bold;
}
.news_content .news_top {
	width: 100%;
	overflow: hidden;
	margin: 60px 0;
	padding: 0 0 40px;
	border-bottom: 1px solid #e1e1e1;
}
.news_top a {
	display: block;
	width: 685px;
	overflow: hidden;
	float: left;
	color: #666666;
	font-size: 14px;
}
.news_top a:nth-of-type(1) {
	margin-right: 45px;
}
.news_top a ul {
	width: 100%;
	overflow: hidden;
	margin: 0 0 25px;
}
.news_top a ul li {
	width: 330px;
	overflow: hidden;
	float: left;
	color: #999999;
	font-size: 14px;
	font-family: arial;
}
.news_top a ul li:nth-of-type(1) {
	margin: 0 25px 0 0;
}
.news_top a ul li img {
	width: 100%;
	transition: all 1s;
}
.news_top a ul li h2 {
	color: #333333;
	font-size: 30px;
	line-height: 40px;
	margin: 5px 0 35px;
	font-family: "微软雅黑";
	max-height: 120px;
	overflow: hidden;
}
.news_top a>p {
	width: 100%;
	height: 75px;
	line-height: 25px;
	overflow: hidden;
}
.news_top a>span {
	display: block;
	color: #f45d1e;
	margin: 20px 0 0;
}
.news_top a>span img {
	margin: 0 10px 0 0;
}
.news_top a:hover ul li h2 {
	color: #f45d1e;
}
.news_top a:hover ul li img {
	transform: scale(1.15);
}
.news_content .news_list {
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 10px;
}
.news_list a {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
	transition: all 1s;
}
.news_list a .news_img {
	width: 140px;
	height: 100px;
	overflow: hidden;
	float: left;
}
.news_img img {
	width: 100%;
	transition: all 1s;
}
.news_list a .news2_img {
    width: 140px;
    height: 100px;
    overflow: hidden;
    float: left;
}
.news2_img img {
	max-width: 100%;
	transition: all 1s;
}
.news_list a .news_time {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: right;
	background-color: #e1e1e1;
	text-align: center;
	color: #666666;
	font-family: arial;
	font-size: 18px;
	padding: 20px 0;
	transition: all 1s;
}
.news_time h2 {
	font-size: 36px;
}
.news_list a .news_txt {
	width: calc(100% - 240px);
	width: -moz-calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	height: 100px;
	overflow: hidden;
	float: left;
	padding: 5px 60px 0 25px;
	color: #949494;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}
.news_list a .news_txt span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #e1e1e1;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news_list a .news_txt span:before {
	display: block;
	content: '';
	width: 0px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #f45d1e;
	transition: all 1s;
}
.news_txt h3 {
	width: 100%;
	font-size: 24px;
	color: #333333;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	margin: 0 0 5px;
}
.news_txt p {
	height: auto;
	overflow: hidden;
}
.news_list a:hover {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.news_list a:hover .news_txt span:before {
	width: 100%;
}
.news_list a:hover .news_time {
	background-color: #f45d1f;
	color: #FFFFFF;
}
.news_list a:hover .news_img img {
	transform: scale(1.15);
}
.news_list a:hover .news_txt h3 {
	color: #f45d1f;
}
@media only screen and (max-width: 991px) {
	.logo img:nth-of-type(2) {
		display: none;
	}
	.logo img:nth-of-type(1) {
		display: inline-block;
	}
	.content .news_content {
		width: 688px;
	}
	.news_content .news_top {
	    margin: 60px 0 40px;
	}
	.news_top a {
	    width: 100%;
	}
	.news_top a:nth-of-type(1) {
	   margin: 0 0 45px;
	}
	.news_top a ul li:nth-of-type(2) {
		width: calc(100% - 355px);
		width: -moz-calc(100% - 355px);
		width: -webkit-calc(100% - 355px);
	}
	.news_list a .news_txt {
	    padding: 0 25px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    width: 80%;
    height: 420px;
}
}
@media screen and (min-width:1200px) {
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    width: 60%;
    height: 483px;
}
}
@media only screen and (max-width: 767px) {
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
    height: 266px;
}
	.content {
	    background-size: 800px;
	}
	.content .news_content {
	    width: 335px;
	    margin: 245px auto 0;
	    padding: 0 0 20px;
	}
	.news_content .news_title {
	    height: 50px;
	    margin: 0 0 23px;
	}
	.news_title h1 {
	    font-size: 28px;
	}
	.news_content .news_menu {
	    width: 320px;
	}
	.news_menu a {
	    width: 100px;
	    height: 35px;
	    margin: 0 10px 0 0;
	    line-height: 35px;
	    font-size: 14px;
	}
	.news_content .news_top {
	    margin: 30px 0 20px;
	    padding: 0 0 25px;
	}
	.news_top a {
		font-size: 12px;
	}
	.news_top a:nth-of-type(1) {
	   margin: 0 0 25px;
	}
	.news_top a>p {
	    height: 60px;
	    line-height: 20px;
	}
	.news_top a>span {
	    margin: 10px 0 0;
	}
	.news_top a ul {
	    margin: 0 0 5px;
	}
	.news_top a ul li:nth-of-type(1) {
	    margin: 0 25px 0 0;
	}
	.news_top a ul li {
	    width: 100%;
	    float: none;
	}
	.news_top a ul li:nth-of-type(2) {
	    width: 100%;
	}
	.news_top a ul li h2 {
	    font-size: 24px;
	    line-height: 30px;
	    margin: 10px 0;
	    max-height: 90px;
	}
	.news_content .news_list {
	    padding: 0;
	}
	.news_list a {
	    margin: 0 0 20px;
	    position: relative;
	}
	.news_list a .news_img {
    	width: 100%;
	    height: auto;
	    float: none;
	}
.news_list a .news2_img {
    width: 140px;
    height: 100px;
    overflow: hidden;
    float: left;
    display: none;
}
	.news_list a .news_time {
	    width: 60px;
	    height: 60px;
	    font-size: 12px;
	    padding: 8px 0;
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	.news_time h2 {
	    font-size: 24px;
	    margin: 0 0 5px;
	}
	.news_list a .news_txt {
	    width: 100%;
	    height: auto;
	    float: none;
	    padding: 0;
	    font-size: 12px;
	    line-height: 20px;
	    padding: 10px 0;
	}
	.news_txt h3 {
	    width: 100%;
	    font-size: 20px;
	    height: auto;
	    line-height: 25px;
	    max-height: 50px;
	    margin: 5px 0;
	}
}
@media only screen and (min-width: 992px) {
	.content .news_content {
		width: 815px;
	}
	.news_top a {
	    width: 100%;
	}
	.news_top a:nth-of-type(1) {
	   margin: 0 0 45px;
	}
	.news_top a ul li:nth-of-type(2) {
		width: calc(100% - 355px);
		width: -moz-calc(100% - 355px);
		width: -webkit-calc(100% - 355px);
	}
}
@media only screen and (min-width: 1200px) {
	.content .news_content {
		width: 1015px;
	}
	.news_top a {
	    width: 485px;
	}
	.news_top a:nth-of-type(1) {
	    margin: 0 45px 0 0;
	}
	.news_top a ul li {
		width: 230px;
	}
	.news_top a ul li:nth-of-type(2) {
		width: 230px;
	}
	.news_top a ul li h2 {
	    font-size: 24px;
	    line-height: 35px;
	    margin: 5px 0 25px;
	    max-height: 105px;
	}
}
@media only screen and (min-width: 1400px) {
	.content .news_content {
		width: 1215px;
	}
	.news_top a {
	    width: 585px;
	}
	.news_top a ul li {
		width: 280px;
	}
	.news_top a ul li:nth-of-type(2) {
		width: 280px;
	}
	.news_top a ul li h2 {
	    font-size: 30px;
	    line-height: 40px;
	    margin: 5px 0 35px;
	    max-height: 120px;
	}
}
@media only screen and (min-width: 1600px) {
	.content .news_content {
		width: 1415px;
	}
	.news_top a {
	    width: 685px;
	}
	.news_top a ul li {
		width: 330px;
	}
	.news_top a ul li:nth-of-type(2) {
		width: 330px;
	}
}
/*新闻详情页面*/
.details_title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #949494;
	padding: 0 0 20px;
	border-bottom: 1px solid #e1e1e1;
}
.details_title span:nth-of-type(1){
	margin-right: 5px;
}
.details_title span:nth-of-type(2){
	margin: 0 5px;
}
.details_title span:nth-of-type(3){
	margin-left: 5px;
}
.details_title h1 {
	color: #333333;
	font-size: 30px;
	margin: 0 0 10px;
}
.details_content {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 50px 10px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	border-bottom: 1px solid #e1e1e1;
}
.details_content img {
	display: block;
	margin: 10px auto;
}
.details_bottom {
	width: 100%;
	overflow: hidden;
	padding: 15px 0 0;
	color: #949494;
	font-size: 14px;
	line-height: 25px;
	position: relative;
}
.details_bottom p {
	width: calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	height: 25px;
	overflow: hidden;
}
.details_bottom a {
	color: #949494;
}
.details_bottom a:hover {
	color: #f45d1e;
	text-decoration: underline !important;
}
.details_bottom .details_return {
	display: block;
	width: 100px;
	height: 35px;
	border-radius: 17px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 23px;
	background-color: #f45d1e;
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
}
.details_bottom .details_return:hover {
	text-decoration: underline !important;
	color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.details_title h1 {
	    font-size: 24px;
	    margin: 0 0 10px;
	    line-height: 30px;
	}
	.details_content {
	    padding: 10px 0;
	    font-size: 14px;
	    line-height: 25px;
	}
	.details_bottom p {
	    width: 100%;
	}
	.details_bottom .details_return {
	    position: relative;
	    top: 0;
	    margin: 10px 0 0;
	}
}