.news_banner{
	width: 100%;
	overflow: hidden;
}
.news_banner img{
	width: 100% !important;
}
.news_content h1{
	font-size: 40px;
	color: #000;
	text-align: center;
	line-height: 50px;
	margin: 50px 0 30px;
}
.news_menu{
	width: 1120px;
	overflow: hidden;
	margin: 0 auto 70px;
	text-align: center;
	border: 1px solid #dc252a;
	border-radius: 25px;
}
.news_menu li{
	border-left: 1px solid #dc252a;
	line-height: 48px;
}
.news_menu li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #7b7b7b;
	font-size: 16px;
}
.news_menu li.news_now a{
	background-color: #dc252a;
	color: #fff;
}
.news_menu li:first-of-type{
	border: none;
}
.news_broadcast{
	width: 100%;
	overflow: hidden;
	padding-bottom: 25px;
}
.news_broadcastBox{
	display: block;
	width: 100%;
	padding:0 5px 60px;
	overflow: hidden;
	cursor: pointer;
}
.news_broadcastBox .news_img{
	width: 100%;
	height: 290px;
	overflow: hidden;
	border-radius:10px;
	border: 1px solid #d2d2d2;
	text-align: center;
	position: relative;
}
.news_img img{
	width: 100%;
	transition: all 0.5s;
}
.news_broadcastBox h4{
	padding: 0 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 15px 0;
}
.news_broadcastBox p{
	padding: 0 5px;
	font-size: 12px;
	color: #b4b4b4;
}
.news_broadcastBox span	{
	margin-right: 10px;
}
.news_broadcastBox:hover .news_img{
	border: 2px solid #dc252a;
}
.news_broadcastBox:hover .news_img img{
	transform: scale(1.2);
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .3;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #dc252a;
}
.news_list{
	width: 100%;
	overflow: hidden;
}
.news_list ul{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
}
.news_list ul li a{
	display: block;
	padding: 30px 0;
	border-bottom: 1px dashed #c0c0c0;
	overflow: hidden;
}
.news_time{
	width: 60px;
	height: 70px;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
}
.news_time h3{
	background-color: #cccccc;
	color: #fff;
	line-height: 49px;
}
.news_time p{
	line-height: 19px;
	font-size: 12px;
}
.news_text{
	width: calc(100% - 60px);
	float: left;
	padding-left: 25px;
}
.news_text h4{
	font-size: 16px;
	font-weight: bold;
	color: #505050;
	margin:2px 0 15px;
}
.news_text p{
	font-size: 14px;
	color: #999;
}
.news_list ul li a:hover .news_time{
	border-color: #dc252a;
}
.news_list ul li a:hover .news_time h3{
	background-color: #dc252a;
}
.news_list ul li a:hover .news_text h4{
	color: #dc252a;
}
.news_more{
	width: 200px;
	height: 50px;
	border: 2px solid #dc252a;
	line-height: 46px;
	text-align: center;
	color: #dc252a;
	font-size: 14px;
	cursor: pointer;
	margin: 45px auto 50px;
}
.news_more:hover{
	color: #fff;
	background-color: #dc252a;
}
@media only screen and (max-width:767px ) {
	.news_menu li{
		border-left: 1px solid #dc252a;
		line-height: 28px;
	}
	.news_menu li a{
		display: block;
		width: 100%;
		height: 100%;
		color: #7b7b7b;
		font-size: 12px;
	}
	.news_menu {
	    width: 100%;
	    overflow: hidden;
	    margin: 0 auto 40px;
	    text-align: center;
	    border: 1px solid #dc252a;
	    border-radius: 25px;
	}
	.news_broadcastBox .news_img {
	    width: 100%;
	    height:auto;
	    overflow: hidden;
	    border-radius: 10px;
	    border: 1px solid #d2d2d2;
	    text-align: center;
	    position: relative;
	}
	.news_content h1{
		font-size: 30px;
		color: #000;
		text-align: center;
		line-height: 50px;
		margin: 30px 0 20px;
	}
	.news_text h4{
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		color: #505050;
		margin:0px 0 10px;
	}
	.news_text p{
		font-size: 12px;
		color: #999;
	}
}
@media only screen and (min-width:768px ) {
	.news_menu {
	    width: 100%;
	    overflow: hidden;
	    margin: 0 auto 70px;
	    text-align: center;
	    border: 1px solid #dc252a;
	    border-radius: 25px;
	}
	.news_broadcastBox .news_img {
	    width: 100%;
	    height: 170.94px;
	    overflow: hidden;
	    border-radius: 10px;
	    border: 1px solid #d2d2d2;
	    text-align: center;
	    position: relative;
	}
}
@media only screen and (min-width:992px ) {
	.news_menu {
	    width: 100%;
	    overflow: hidden;
	    margin: 0 auto 70px;
	    text-align: center;
	    border: 1px solid #dc252a;
	    border-radius: 25px;
	}
	.news_broadcastBox .news_img {
	    width: 100%;
	    height: 229.95px;
	    overflow: hidden;
	    border-radius: 10px;
	    border: 1px solid #d2d2d2;
	    text-align: center;
	    position: relative;
	}
}
@media only screen and (min-width:1200px ) {
	.news_menu {
	    width: 1120px;
	    overflow: hidden;
	    margin: 0 auto 70px;
	    text-align: center;
	    border: 1px solid #dc252a;
	    border-radius: 25px;
	}
	.news_broadcastBox .news_img {
	    width: 100%;
	    height: 290px;
	    overflow: hidden;
	    border-radius: 10px;
	    border: 1px solid #d2d2d2;
	    text-align: center;
	    position: relative;
	}
}
/*新闻详情*/
.list_back{
	display: block;
	width: 155px;
	height: 45px;
	background-color: #dc252a;
	color: #fff !important;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	cursor: pointer;
	border-radius:5px;
	margin: 23px 0 27px;
}
.list_back img{
	height: 12px;
	margin-right: 20px;
}
.news_details{
	width: 100%;
	padding: 40px 0 35px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.details_title{
	width: 100%;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #7d7d7d;
}
.details_title span{
	margin-right: 10px;
}
.news_details h2{
	color: #000001;
	font-size: 30px;
	margin-bottom: 15px;
}
.details_content{
	font-size: 14px;
	padding-top: 40px;
	color: #a1a1a1;
	text-align: center;
	line-height: 25px;
}
.details_content img{
	max-width: 100%;
}
.details_content p{
	text-align: left;
	margin-bottom: 20px;
}
.news_paging{
	width: 100%;
	padding: 20px 0 45px;
}
.news_paging li{
	line-height: 25px;
	font-size: 14px;
}
.news_paging li a{
	color: #8e8e8e;
}
@media only screen and (max-width:767px ) {
	.news_details h2{
		color: #000001;
		font-size: 24px;
		margin-bottom: 15px;
	}
}