.banner{
  height:500px;
  background:url(/Theme/default/image/newbg.jpg);
  background-size:cover;
  background-position:center;
  background-repeat: no-repeat;
}
.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:18px;
    display:inline-block;
    background:#9DC32C;
    border-radius: 6px 6px;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
}
.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:Arial;
    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_con{
    padding:20px 15px 20px;
}
.news_detail_para table tr td,.news_detail_para table{
    border:1px solid #eee;
    font:400 18px/20px MontserratRegular;
}
.play_detail_para p{
	color: #000
}
.play_detail_para>p{
	text-indent: 2em;
}

@media screen and (max-width:1251px){
    .region {
    width:100%;
    padding:0 15px;
}  
/*.banner{*/
    /*height:250px;*/
/*}*/
.banner h1{
    padding-top: 110px;
}
}