.content .news_content {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 40px;
}
.news_content .news_title {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	margin: 50px 0 48px;
}
.news_title h1 {
	font-size: 18px;
	color: #4c4d52;
	text-align: center;
	line-height: 36px;
}
.news_title span {
	display: block;
	width: 40px;
	height: 5px;
	background-color: #f3f4f6;
	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: #f3f4f6;
	margin: 0 47px 0 0;
	text-align: center;
	line-height: 40px;
	float: left;
	color: #4c4d52;
	font-size: 16px;
	transition: all 1s;
}
.news_menu a:last-of-type {
	margin: 0;
}
.news_menu a:hover {
	background-color: #f3f4f6;
	color: #4c4d52;
	font-weight: 500;
}
.news_menu a.active {
	background-color: #f3f4f6;
	color: #4c4d52;
	font-weight: 500;
}
.news_content .news_top {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 40px 0;
}
.news_top a {
	display: block;
	width: 685px;
	margin: 35px 0;
	overflow: hidden;
	float: left;
	color: #4c4d52;
	font-size: 16px;
}
.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: 16px;
	font-family: arial;
}
.news_top a ul li:nth-of-type(1) {
	margin: 0 25px 0 0;
	height: 171px;
}
.news_top a ul li img {
	width: 100%;
	transition: all 1s;
}
.news_top a ul li h2 {
	color: #4c4d52;
	font-size: 26px;
	line-height: 40px;
	margin: 5px 0 35px;
	max-height: 120px;
	overflow: hidden;
}
.news_top a>p {
	width: 100%;
	height: 75px;
	line-height: 25px;
	overflow: hidden;
	font-size:16px;
	color:#4c4d52;
}
.news_top a>span {
	display: block;
	color: #4c4d52;
	margin: 20px 0 0;
	font-size: 16px;
}
.news_top a>span img {
	margin: 7px 10px 0 0;
}
.news_top a:hover ul li h2 {
	color: #4c4d52;
}
.news_top a:hover ul li img {
	transform: scale(1.15);
}
.news_content .news_list {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 0 10px;
}
.news_list a {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
	transition: all 1s;
	border-bottom: #e1e1e1 solid 2px;
}
.news_list a .news_img {
	width: 265px;
    height: 185px;
    overflow: hidden;
    float: left;
    text-align: center;
}
.news_img img {
    width: auto;
    transition: all 1s;
    height: 185px;
}
.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: #c31a1d;
	text-align: center;
	color: #ffffff;
	font-family: arial;
	font-size: 18px;
	padding: 20px 0;
	transition: all 1s;
	margin-top: 30px;
}
.news_time h2 {
	font-size: 36px;
	line-height: 36px;
}
.news_list a .news_txt {
	width: calc(100% - 374px);
	width: -moz-calc(100% - 374px);
	width: -webkit-calc(100% - 374px);
	height: 185px;
	overflow: hidden;
	float: left;
	padding: 5px 60px 0 25px;
	color: #4c4d52;
	font-size: 16px;
	line-height: 22px;
	position: relative;
}
.news_txt h3 {
	width: 100%;
	font-size: 18px;
	color: #4c4d52;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	margin: 0 0 5px;
}
.news_txt p {
	height: auto;
	overflow: hidden;
	font-size: 16px;
}
.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: #f3f4f6;
	color: #4c4d52;
}
.news_list a:hover .news_img img {
	transform: scale(1.15);
}
.news_list a:hover .news_txt h3 {
	color: #4c4d52;
}
.menus a
{
    width:33% !important;
}
@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: 90%;
	}
	.news_content .news_top {
	    margin: 60px 0 40px;
	}
	.news_top a {
	    width: 100% !important;
	}
	.news_top a:nth-of-type(1) {
	   margin: 25px 0 25px;
	}
	.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;
	}
	.news_top a ul li:nth-of-type(1) {
        height: 215px;
    }
    .news_top a {
        width: 100% !important;
    }
}
@media only screen and (max-width: 1200px) {
	.news_top a {
	    width: 45%;
	}
	.news_top a ul li:nth-of-type(2) {
		width: 45%;
	}
	.news_top a ul li {
        width: 45%;
    }
    .news_top a ul li h2 {
        font-size: 16px !important;
    }
    .news_top a>p {
        width: 95% !important;
    }
}
@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: 90%;
	    margin: 0 auto;
	    padding: 0 0 20px;
	}
	.news_content .news_title {
	    height: 50px;
	    margin: 0 0 23px;
	}
	.news_title h1 {
	    font-size: 18px;
	}
	.news_content .news_menu {
	    width: 320px;
	}
	.news_menu a {
	    width: 100px;
	    height: 35px;
	    margin: 0 10px 0 0;
	    line-height: 35px;
	    font-size: 16px;
	}
	.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: 25px 0 0;
	}
	.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: 18px;
	    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: 82px;
	    height: 82px;
	    font-size: 16px;
	    padding: 8px 0;
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	.news_time h2 {
	    font-size: 18px;
	    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: 18px;
	    height: auto;
	    line-height: 25px;
	    max-height: 50px;
	    margin: 5px 0;
	}
	.news_top a ul li:nth-of-type(1) {
        height: 345px;
    }
}
@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: 35px 45px 60px 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: 18px;
	    line-height: 35px;
	    margin: 5px 0 25px;
	    max-height: 105px;
	}
}
@media only screen and (min-width: 1400px) {
	.content .news_content {
		width: 1200px;
	}
	.news_top a {
	    width: 540px;
	}
	.news_top a ul li {
		width: 240px;
	}
	.news_top a ul li:nth-of-type(2) {
		width: 260px;
	}
	.news_top a ul li h2 {
	    font-size: 18px;
	    line-height: 40px;
	    margin: 5px 0 35px;
	    max-height: 120px;
	}
}
@media only screen and (min-width: 1600px) {
	.content .news_content {
		width: 1200px;
	}
	.news_top a {
	    width: 575px;
	}
	.news_top a ul li {
		width: 265px;
	}
	.news_top a ul li:nth-of-type(2) {
		width: 255px;
	}
}
/*新闻详情页面*/
.details_title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #949494;
	padding: 0 0 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 50px;
}
.details_title p {
    font-size: 16px;
    margin-top: 22px;
}
.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: #4c4d52;
	font-size: 24px;
	margin: 0 0 10px;
	line-height: 36px;
}
.details_content {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 50px 0;
	color: #4c4d52;
	font-size: 16px !important;
	line-height: 30px;
	border-bottom: 1px solid #e1e1e1;
	text-align: justify;
}
.details_content img {
	display: block;
	margin: 10px auto;
}
.details_bottom {
	width: 100%;
	overflow: hidden;
	padding: 15px 0 0;
	color: #4c4d52;
	font-size: 16px;
	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: #4c4d52;
}
.details_bottom a:hover {
	color: #4c4d52;
}
.details_bottom .details_return {
	display: block;
	width: 100px;
	height: 35px;
	border-radius: 17px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 23px;
	background-color: #f3f4f6;
	text-align: center;
	line-height: 35px;
	color: #4c4d52;
}
.details_bottom .details_return:hover {
	color: #4c4d52;
}
@media only screen and (max-width: 767px) {
	.details_title h1 {
	    font-size: 18px;
	    margin: 0 0 10px;
	    line-height: 30px;
	}
	.details_content {
	    padding: 10px 0;
	    font-size: 16px;
	    line-height: 25px;
	}
	.details_bottom p {
	    width: 100%;
	}
	.details_bottom .details_return {
	    position: relative;
	    top: 0;
	    margin: 10px 0 0;
	}
	.nav_menus {
        margin: 75px 0px 15px !important;
    }
}


.right 
{
    float:right;
}