@charset "utf-8";

/*Css Document*/

/*通用样式*/
.banner, .nav, .footer { width: 100%; }
.nav_box, .news, .zyjs_mtjj, .xxgw { width: 1280px; margin: 0 auto; }
@font-face { font-family: 'syst'; src: url('../fonts/SourceHanSerifCN-Heavy.otf'); }

/*banner*/
.b_img { width: 100%; height: auto; }
.b_img img { display: block; width: 100%; height: auto; }

/*导航*/
.nav { background: #d89731; margin-bottom: 50px; }
.nav_ul { width: 80%; }
.nav_li { float: left; width: 16.66%; line-height: 56px; text-align: center; }
.nav_li a { font-size: 18px; color: #fff; }
.nav_liactive { background: #c37b1c; }
.nav_fh { width: 145px; line-height: 56px; text-align: right; position: relative; }
.nav_fh:before { content: ""; display: block; width: 24px; height: 24px; background: url(../images/bwcxljsm/home1.png) no-repeat left center; position: absolute; left: 0; top: 16px; }
.nav_fh a { font-size: 18px; color: #fff; }

/*新闻列表*/
.news_ul { width: 100%; }
.news_li { width: 100%; }
.news_tit { padding-left: 20px; width: auto; position: relative; }
.news_tit:before { content: ''; display: block; width: 8px; height: 8px; background: #cb0000; position: absolute; left: 0; top: 50%; margin-top: -4px; }
.news_tit a { font-size: 16px; color: #333; }
.news_date { font-size: 16px; color: #b1b1b1; }

/*底部*/
.footer { padding: 30px 0; text-align: center; background: #b00003; }
.footer p { line-height: 1; font-size: 18px; font-family: simsun; color: #fff; }

/*news*/
.news { margin-bottom: 50px !important; }
.news_li { border-bottom: 1px dashed #ddd; }
.news_tit { line-height: 70px; }
.news_date { line-height: 70px; }