@charset "utf-8";
/* CSS Document */
.bg { background: url(../images/News/bg.png) no-repeat center; height: 220px;}
body { color: #222;}
/*新闻中心*/
.content { width: 1180px; margin: 0 auto 40px; overflow: hidden;}
.content .title { font-size: 28px; margin: 40px 0;}
.content .title span { font-size: 16px;}
.content .title em { font-size: 14px; float: right; color: #a2a2a2;}
.content .title a { color: #a2a2a2;}
/*新闻分类*/
.content .news-l { width: 770px; float: left; overflow: hidden;}
.Xnr_page { width: 883px; height: 40px; padding: 5px 0 25px 0; text-align: center; line-height: 40px; }
.content .news-l .hd li { width: 170px; height: 46px; line-height: 46px; font-size: 18px; float: left; margin-right: 80px; text-align: center; color: #e60717; border: 1px #e60717 solid; cursor: pointer;}
.content .news-l .hd li a { color: #e60717;}
.content .news-l .hd .on { background-color: #e60717; color: white;}
.content .news-l .bd { float: left; border-left: 2px solid #898989; margin: 30px 0 0 130px; height: 500px;}

.content .news-l .bd li { height: 100px; position: relative;}
 
.content .news-l .bd li a { display: inline-block; margin-left: 40px; text-decoration: none; color: #000; line-height: 2; font-size: 16px;}
.content .news-l .bd li a p{ font-size: 14px; color: #666; height: 60px; overflow: hidden; text-indent:2em;}
.content .news-l .bd li b:before { content: ''; position: absolute; top: 15px; left: -11px; width: 16px; height: 16px; border: 2px #fff solid; border-radius: 16px; background: #898989;}
.content .news-l .page { width:600px; margin: 0 auto; padding-top: 30px; overflow: hidden; line-height:28px; } 
.content .news-l .page span { color: #222; border: 1px #000 solid; padding:2px 15px; margin-right:5px; display:inline-block;}
.content .news-l .page a { padding:2px 15px;  margin-right:5px; display: inline-block; text-align: center; border: 1px #000 solid; color:#222;}
.content .news-l .page a:hover{color:#fff; background:#e60717; border:1px solid #e60717;}
.content .news-l .page .cur { background-color: #323232; color: white;}
.content .news-l .bd li span { position: absolute; top: 13px; left: -120px; color: #666;}
.content .news-r { float: right;}