@charset "utf-8";
/* CSS Document */

.case_index ul li strong{ display:block; margin-bottom:0; font-size:0.16rem;}

 .news_index ul li{
     float:left;
     width:100%;
	 box-sizing:border-box;
	 padding:0.2rem;
}
 .news_index ul li img{
     float:left;
     width:33%;
	 display:block;
}
 .news_index ul li p{
     float:right;
	 padding:0;
     display:block;
     width:67%;
	 padding-left:0.1rem;
	 box-sizing:border-box;
}
 .news_index ul li p a{
     color:#333;
     display:block;
     overflow:hidden;
	 height:0.4rem;
	 line-height:0.4rem;
}
 .news_index ul li p span{
	 border-bottom: 0;
     display:block;
     font-size:0.16rem;
     color:#999;
     line-height:0.36rem;
     padding:0.1rem 0;
}
/***********************news***************************/

 .list_news li{
     padding:0.2rem 0.1rem;
     border-bottom:0.01rem solid #ccc;
	 overflow:hidden;
}
 .list_news li img{
     float:left;
     width:35%;
     height:auto;
     margin-right:0.15rem;
}
 .list_news li p .news_bt{
     display:block;
     height:0.3rem;
     line-height:0.3rem;
     overflow:hidden;
     font-size:0.2rem;
     color:#333;
	 margin-top:0;
}
 .list_news li p span{
     display:block;
     font-size:0.16rem;
     color:#999;
     line-height:0.36rem;
     height:0.8rem;
     overflow:hidden;
}
 .list_news li p .news_more{
     font-size:0.16rem;
     color:#333;
     line-height:0.36rem;
     height:0.36rem;
	 margin-top:0;
}
 .list_news li p .time{
     height:0.3rem;
     line-height:0.3rem;
}


.about_contact dl{ float:left; width:45%;}
.about_contact>div{ float:right; width:55%;}
 .about_form{ padding:0 0.1rem; width:100%; box-sizing:border-box;}



















