@charset "utf-8";
/* CSS Document */

*{ margin:0;
   padding:0;}
   ul li{ list-style-type:none;}
   body{ font-family:"微软雅黑";}
.sub-news{ 

background:url(../images/bot-banner1.jpg) no-repeat center top;
    width:100%; 
	height:470px; 
	margin-top: 20px;
	overflow:hidden;
	background-position:center;
	background-attachment: relative;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.sub-news-con{ float:left;
margin-left:10%;
background:#199a48;
width:30%;
height:100%;}
.sub-news-con h2{ color:#FFFFFF;
 padding-top:10%;
 padding-left:10%;
 padding-right:10%;
 font-size:18px;
 line-height:24px;}
 .sub-news-con ul{ margin-top:30px; margin-left:10%; }
 .sub-news-con ul li{ padding-top:10px;}
.sub-news-con ul li a{ color:#FFFFFF;
 font-size:14px;
 line-height:24px;
 display:block;
 text-decoration:none;}
 .sub-news-con ul li a:hover{ text-decoration:underline;}
 .sub-news-cus{ float:right;
 width:40%;
 margin-right:10%;
 margin-top:40px;
 text-align:center;
 }
 .sub-news-cus img{}
 .sub-news-cus h3{ margin-top:40px; color:#FFFFFF;}
 .sub-news-cus span{ display:block; margin-top:20px; line-height:24px;color:#FFFFFF;}
 .sub-news-cus p{ margin-top:10%;}
.sub-news-cus p a{ color:#FFFFFF;
 padding:10px 25px 10px 25px;
  border:#fff 2px solid;
  text-decoration:none;}
.sub-news-cus p a:hover{ border:#199a48 2px solid;}  
 