@import 'header.css';
@import 'footer.css';
body{background-image:url(../img/index/background2.jpg);background-repeat:repeat-x;background:#ebebeb;}
#page{display:table;height:100%;width:100%;}
.banner{width:542px;height:51px;margin:0 auto;background:url(../img/mark/banner.png) no-repeat;text-align:center;line-height:35px;font-family:Tahoma;font-size:20px;margin-top:40px;color:#5d5958;}
.news-contain{overflow:hidden;width:980px;min-height:300px;display:table;margin:30px auto 20px;font-size:12px;font-family:Tahoma;color:#958787;text-align:center;background:#fff; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -khtml-border-radius: 10px;}
.news-contain .title{width:100%;height:35px;color:#3a3a3a;font-size:24px;border-bottom:solid 1px #b9b9b9;text-indent:20px;}
.news-contain .content{float:left;color:#747474;font-size:13px;margin-top:10px;margin-left:50px;width:415px;height:200px;}
.news-contain .content .img{float:left;width:150px;height:150px;margin-left:20px;}
.news-contain .content .text{float:left;width:175px;height:155px;margin-left:20px;overflow:hidden;text-align:left;}
.news-contain .content .more{float:right;height:15px;color:#747474;font-size:13px;margin-top:10px;padding-right:20px;}
.news-contain .content .more:hover{color:#ccc;}
.vertical-line{width:1px;height:130px;background:#b9b9b9;float:left;margin-top:50px;}