.public-top {
	background: url(templates/img/business_banner_02.jpg) no-repeat;
	background-size: 100% 100%;
}
.news_dates{
	border: 1px solid #a9a6a7;
	display: inline-block;
	font-size: 0;
	margin-top: 85px;
}
.news_dates a:first-child .dates{
	border-left: none;
}
.news_dates .dates{
	display: inline-block;
	width: 130px;
	height: 50px;
	border-left:1px solid #a9a6a7;
	vertical-align: middle;
	line-height: 50px;
	color:#fff;
	cursor: pointer;
	background: transparent;
}
.news_dates .dates:hover,.news_dates .dates.active{
  background: -webkit-linear-gradient(left, #1fdb6f, #1cc4d4);
}
.news_list{
	width: 360px;
	float: left;
	margin: 20px;
	cursor: pointer;
    -webkit-transition-property: all!important;
    -moz-transition-property: all!important;
    -ms-transition-property: all!important;
    -o-transition-property: all!important;
    transition-property: all!important;	
}
.news_list:hover{
	-webkit-box-shadow: 10px 15px 20px rgba(0,0,0,0.05);
	box-shadow: 10px 15px 20px rgba(0,0,0,0.05);
}
.news_list:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news_top{
	position: relative;
	overflow: hidden;
}
.news_top img{
	width: 100%;
}
.news_top_date{
	position: absolute;
	background: rgba(0,0,0,0.5);
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding:0 24px; 
	left: 0;
	bottom: 0;
}
.news_bottom{
	padding: 20px 20px 30px 20px;
}
.news_bottom_h3{
	color:#161616;
	margin: 0;
}
.news_bottom_p{
	color:#888;
	margin-top: 10px;
}

.more-load{
	margin-top:50px;
	margin-bottom:30px;
}
.more-load span{
	color:#c2c3c4;
}
.more-load i{
	color:#c2c3c4;
	margin-right: 10px;
	vertical-align: baseline;
	font-style:normal;
}

/*详情的*/
.news_detail_wrap{
	position: relative;
	padding: 30px 110px;
	overflow:hidden;
}
.news_detail_wrap img{
	max-width: 100%;
}
.news_detail_head{
	padding: 0 15px;
}
.news_detail_head .bdshare-button-style0-32 a{
	color:#c2c3c4;
	text-indent:0;
}
.detail_head_top{
	padding: 20px 30px 20px 10px;
	border-bottom: 1px solid #eee;
}
.detail_head_top h2{
	font-weight: 400;
	margin: 0;
	overflow:hidden;
}
.detail_head_top h2{
	line-height: 60px;
}
.detail_head_top div span{
	font-size: 0;
	margin-right: 25px;
	float: left;
}
.detail_head_top div span i{
	display: inline-block;
	font-size: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background:#cfa972;
	color: #fff;
	font-style: normal;
	margin-right: 3px;
}
.detail_head_bottom *{
	color:#aaa;
	margin: 0 12px;
	vertical-align: middle;
	display: inline-block;
}
.detail_head_bottom i{
	cursor: pointer;
}
.detail_head_bottom span{
	height: 26px;
	width: 1px ;
	background: #eee;
}
.detail_head_bottom .bg-round{
	height: 30px;
	width: 30px;
	background: #eee;
	border-radius: 100%;
}
.news_detail_body p{
	color:#888;
	font-size: 14px;
	line-height: 2;
	text-align: left;
}

.back_news{
	position: absolute;
	left: 0;
	top: 60px;
	width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #1fdb6f;
}
.back_news i{
    font-size: 30px;
    color: #fff;
    line-height: 50px;	
}
.next_prev{
	position: absolute;
	right: 0;
	top: 150px;
}
.next_prev>div{
	width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #eee;
    color: #969696;
}
.next_prev>div i{
    font-size: 30px;
    line-height: 50px;
    display: block;	
}
.loading{
    width: 100px;
    height: 10px;
    margin: 0 auto;
}
.loading span{
    display: inline-block;
    width: 10px;
    height: 100%;
    margin-right: 2px;
    border-radius: 50%;
    background: lightgreen;
    -webkit-animation: load 1.04s ease infinite;
}
.loading span:last-child{
    margin-right: 0px; 
}
@-webkit-keyframes load{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.loading span:nth-child(1){
    -webkit-animation-delay:0.13s;
}
.loading span:nth-child(2){
    -webkit-animation-delay:0.26s;
}
.loading span:nth-child(3){
    -webkit-animation-delay:0.39s;
}
.loading span:nth-child(4){
    -webkit-animation-delay:0.52s;
}
.loading span:nth-child(5){
    -webkit-animation-delay:0.65s;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
	.news_dates {
		border: none;
	}
	.news_dates .dates {
		border: 1px solid #a9a6a7;
	}
	.news_dates a:first-child .dates {
    		border-left: 1px solid #a9a6a7;
	}
	.news_box{
		width: 100%!important;
	}
	.navbar-top,.width-1200,.public-top,.min-1200{
		width: 100%;
		min-width: initial;
	}
	.navbar-top .logo{
		width: 20%;
	}
	.navbar-top .list{
		width: 80%;
	}
	.news_list{
		width: 31%;
		margin: 20px 1%;
	}
	.news_dates .dates{
		width: 100px;
	}
	.news_detail_body img{
		max-width: 100%;
	}
	.detail_head_top div span i{
		width: 40px;
		height: 40px;
		font-size: 26px;
		line-height: 40px;
	}
	.detail_head_top h2{
		line-height: 40px;
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
	.news_dates {
		border: none;
	}
	.news_dates a:first-child .dates {
    		border-left: 1px solid #a9a6a7;
	}
	.news_box{
		width: 100%!important;
	}
	.navbar-top,.width-1200,.public-top,.min-1200{
		width: 100%;
		min-width: initial;
	}	
	.news_list{
		width: 48%;
		margin: 10px 1%;
	}	
	.mt-40{
		margin-top: 20px;
	}
	.news_dates .dates{
		width: 50px;
		font-size:14px;
		height: 40px;
		line-height: 40px;
		border: 1px solid #a9a6a7;
	}
	.news_bottom_h3{
		font-size: 14px;
	}
	.news_bottom_p{
		font-size: 12px;
	}
	.news_top_date{
		height: 25px;
		line-height: 25px;
		padding: 0 12px;
	}	
	.news_bottom{
		padding: 10px 10px 15px 10px;
	}
	.public-top{
		padding-top: 50px;
		height: 220px;
	}
	.public-top h1{
		margin-top: 0;
		font-size: 23px;
	}
	.public-top>div>p{
		font-size: 15px;
		margin-top: 10px;
	}
	.navbar-static-bottom .pull-left{
		width: 100%;
	}
	.navbar-static-bottom .pull-left:last-child{
		display: none;
	}
	.detail_head_top div span i{
		width: 30px;
		height: 30px;
		font-size: 18px;
		line-height: 30px;
	}
	.detail_head_top h2{
		line-height: 30px;
		font-size: 18px;
	}	
	.detail_head_top div span{
		margin-right: 10px;
	}
	.news_detail_wrap{
		padding:20px 40px; 
	}
	.back_news{
		width: 36px;
	    height: 36px;
	}
	.back_news i {
	    font-size: 24px;
	    line-height: 36px;
	}	
	.next_prev>div{
		width: 36px;
	    height: 36px;
	}
	.next_prev>div i{
	    font-size: 24px;
	    line-height: 36px;
	}	
	.next_prev{
		top:75px;
	}
	.news_dates{
		margin-top: 30px;
	}
}

