.banner{
  height:500px;
  background:url(/Theme/default/image/testbag3.jpg);
  background-size:cover;
  background-position:center;
  background-repeat: no-repeat;
}
button.active{
	background: red;
}
.banner h1{
  text-align: center;
  color:#fff;
  padding-top:230px;
}
.news_con{
    margin-top:50px;
}
.news_cen{
    font-size:0;
}
.news_cen .news_item{
    display:inline-block;
    float:none;
    font-size: 14px;
    vertical-align: top;
    padding:0 12px;
    margin-bottom: 40px;
    
}
.backbtn{
    
    margin:30px 0 20px 40px;
}
.backbtn a{
    color:#fff;
    font-size:24px;
    display:inline-block;
    background:#93ce4b;
    padding:10px 20px;
}
.news_cen .news_item:hover h6{
    color:#000;
}
.news_img{
    height:190px;
    overflow-y: hidden;
}
.newlistinner{
    box-shadow: 6px -6px 0px #92ce4b;
}
.region {
    width:1260px;
    margin:0 auto;
}
.news_title h6{
    font-family: NexaBold;
    font-size:14px;
    margin:0px 0 15px;
    color:#000;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.btn-toolbar .btn-group{
    float:none;
}
.news_para p{
    font-size: 12px;
    text-overflow:ellipsis; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*.news_para p:nth-child(1),.news_para p:nth-child(2){
    display:block;
}*/
.news_text{
    padding:25px 20px 25px;
    background:#eeeeee;
}
.news_img img{
    width:100%;
    height:auto;
}
.news_detail_title>h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
}
.news_detail_time h6 {
    font-size: 14px;
    color: #93ce4b;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}
.news_detail_img {
    text-align: center;
    margin-bottom: 50px;
}
.news_detail_para p {
    color: #666;
    font-size: 16px;
    text-align:left;
}
.news_detail_para table tbody tr td p {
	text-align: center
}
.news_detail_para table tbody tr td{
	box-sizing: border-box;
	text-align: center
}
.news_detail_con{
    padding:50px 15px 90px;
}
.news_detail_para table tr td,.news_detail_para table{
    border:1px solid #eee;
    font:400 18px/20px MontserratRegular;
	margin: 20px 0
}
.turnpage a:first-child{
		float: left
	}
	.turnpage a:last-child{
		float: right
	}
.turnpage{margin-top: 20px;}
@media screen and (max-width:797px){
    .region {
    width:100%;
    padding:0 15px;
}  
.banner{
    height:250px;
}
.banner h1{
    padding-top: 110px;
}
	.turnpage a{
		margin-top:20px ;
		display: block
	}
	.turnpage a:first-child{
		float: none
	}
	.turnpage a:last-child{
		float: none
	}
}