@charset "utf-8";

/*Css Document*/

/*通用样式*/
a:hover { color: #cb0000; }
.banner_nav, .footer { width: 100%; }
.news { width: 1280px; margin: 0 auto; }

/*banner*/
.banner_nav { margin-bottom: 50px; position: relative; }
.banner { width: 100%; }
.b_img { width: 100%; height: auto; }
.b_img img { display: block; width: 100%; height: 100%; }
.nav { width: 100%; text-align: center; position: absolute; bottom: 25px; left: 0; }
.nav_ul { display: inline-block; width: auto; }
.nav_ul li { width: auto; float: left; padding: 0 40px; line-height: 56px; }
.nav_ul li a { font-size: 18px; color: #fff; }
.nav_ul li:hover a, .nav_ul .active a { color: #fae901; }

/*新闻*/
.news { margin-bottom: 50px; }
.news_breadnav { -width: 137px; padding-left: 20px; height: 54px; line-height: 54px; font-size: 16px; color: #333; text-align: right; float: right; position: relative; }
.news_breadnav:before { content: ""; display: block; width: 8px; height: 8px; background: #fff; border: 3px solid #ab1f24; position: absolute; left: 0; top: 21px; border-radius: 50px; }
.same_ul { width: 100%; padding-top: 54px; }
.same_li { width: 100%; border-bottom: 1px dashed #ddd; background: url(n_dt.png) no-repeat left center; }
.same_li:nth-child(even) { margin-right: 0; }
.same_tit, .same_date { height: 70px; line-height: 70px; }
.same_tit { padding-left: 25px; }
.same_tit a { font-size: 16px; color: #333; }
.same_date { font-family: arial; font-size: 14px; color: #b1b1b1; }

/*底部*/
.footer { width: 100%; text-align: center; background: #d11f1d; }
.footer p { line-height: 90px; font-size: 16px; color: #fff; }