@charset "utf-8";
/* CSS Document */

.home_title{width:800px;margin:0 auto;}
.home_title h1.home_title_cn{font-size:30px;font-weight:normal;text-align:center; letter-spacing:5px;}
.home_title p.home_title_en{font-size:16px;text-align:center;letter-spacing:2px;margin:5px 0;}
.home_title p.home_title_border{width:80px;height:4px;background:#f10028;margin:0 auto;border-radius:5px;margin-top:10px;}

.news_wrap{width:1200px;margin:0 auto;padding:45px 0 60px 0;}
.news_wrap h1{font-size:20px;font-weight:bold;color:#f10028;text-align:center;}

.news_wrap .item{width:1200px;padding:25px 0;border-bottom:1px solid #cdcdcd;overflow:hidden;}
.news_wrap .item ul{float:left;}
.news_wrap .item ul.img{width:400px;height:200px;box-sizing:border-box;}
.news_wrap .item ul.img img{max-width:400px;max-height:200px;}

.news_wrap .item ul.info{width:800px;padding-left:30px;box-sizing:border-box;}
.news_wrap .item ul.info li.title{font-size:20px;font-weight:bold;padding:10px 0;}
.news_wrap .item ul.info li.intro{color:#666;height:120px;width:770px;overflow:hidden;line-height:23px;}
.news_wrap .item ul.info li.time{color:#999;}

.news_wrap .item ul.info li.title a{color:#333;}
.news_wrap .item ul.info li.title a:hover{color:#f10028;}


.news_wrap table td{padding:10px 0;}





.floatleft{float:left;}
.floatright{float:right;}










