﻿body{
	font-family: "微软雅黑";
	font-size: 13px;
	background-color: #ececec;
	color: #333;
}
.boxW { width: 564px; background-color: #fff; border-radius: 4px; box-sizing: border-box; }
.paddingBox { padding: 19px 30px; }
.heightP { height: 100%; }
.floatL { float: left; }
.floatR { display: inline-block; float: right; }
.marginB { margin-bottom: 19px; }
.borderB { border-bottom: 1px solid #ededed; }
.paddingUl { padding: 6px 30px; }
.paddingNone { padding: 0 0 0 30px !important; height: 55px; line-height: 55px; }
input, button { outline: none; }
/* banner */
.banner { width: 1200px; height: 189px; background: url('../images/banner2.png') top center; margin: 0 auto; }
.banner-tool { margin-top: 20px; }
.banner-tool span span { margin: 0 5px; }
.banner .logo { position: relative; top: 70px; left: 50px; display: inline-block; }
.banner .logo img { float: left; }
.logo span { font-size: 36px; font-family: '微软雅黑'; color: #f60000; font-weight: 500; position: relative; top: 8px; left: 12px; }
/* nav */
.nav { height: 48px; line-height: 48px; background-color: #e3261d; }
.nav ul { width: 1160px; margin: 0 auto; overflow: hidden; }
.nav ul li { float: left; }
.nav ul li.active a { color: #fffc22; font-weight: bold; }
.nav ul li a { color: #fff; font-size: 18px; padding: 5px 28px; border-right: 1px solid rgb(219, 75, 75); }
.nav ul li:first-child a { background: url('../images/icon.png') left no-repeat; }
.nav ul li:last-child a { border-right: 0; }
/* 主体 */
.body-wrap { width: 1160px; margin: 17px auto; }
.first-box { height: 457px; }
h5.title { height: 20px; line-height: 20px; border-left: 5px solid #e12322; padding-left: 13px; font-size: 18px; font-weight: bold; }
h5.title a.more { float: right; color: #e12322; font-size: 15px; }
img.h5-add { width: 100%; margin-bottom: 8px; }
.news-list li, .news-list li a { padding: 9px 0; }
.news-list li a span { float: right; color: #999; }
.news-list li i { display: inline-block; width: 7px; height: 7px; background-color: #6e6e6e; border-radius: 50%; position: relative; top: -1px; }
.news-list li:hover i { background-color: #e12322; }
.news-list li:hover a, .news-list li:hover a span { color: #e12322 !important; }
.second-box { height: 356px; }
.title-div { padding: 19px 30px 15px 30px; }
.title-tab { display: inline-block; width: 247px; box-sizing: border-box; border-left: 1px solid #ededed; height: 100%; float: right; }
.paddingNone h5 { position: relative; top: 19px; float: left; }
.title-tab a { padding: 8px 14px; font-size: 15px; margin: 0 15px; position: relative; top: -22px; }
.title-tab a.active { background-color: #e12322; color: #fff; }
.title-tab span { display: inline-block; width: 1px; height: 100%; background-color: #ededed; }
/* add */
.add-wrap { width: 100%; height: 112px; background-color: #fff; margin-bottom: 19px; box-sizing: border-box; padding: 14px 32px; }
.add-wrap a:last-child { float: right; }
/* footer */
.footer { width: 100%; text-align: center; padding: 20px 0 40px 0; }
.footer p { padding: 6px 0; }
/* 栏目页 */
.nav-bread { height: 48px; line-height: 48px; background-color: #fff; }
.nav-bread .inner { width: 1160px; margin: 0 auto; color: #666; }
.nav-bread .inner span input { background-color: #ececec; border: 0; width: 180px; height: 32px; line-height: 32px; box-sizing: border-box; padding: 0 10px; }
.nav-bread .inner span button { width: 70px; height: 32px; line-height: 32px; border: 0; margin-left: 10px; background-color: #fd1509; color: #fff; cursor: pointer; }
.nav-bread .inner span.search { float: right; }
.list-wrap { width: 1160px; margin: 0 auto; background-color: #fff; margin-top: 28px; min-height: 550px; overflow: hidden; box-sizing: border-box; }
.list-new-icon li { border-bottom: 1px solid #e0eff9; padding: 20px 0; }
.list-new-icon li:first-child { padding-top: 8px; }
.list-new-icon li:last-child { border-bottom: 0; }
.list-new-icon li a { color: #6e6e6e !important; font-size: 14px; } 
.list-new-icon li i { width: 3px; height: 3px; position: relative; top: -4px; }
/* 分页 */
#page { width: 1160px; margin: 19px auto; overflow: hidden;}
#page ul { float: left; }
#page ul li { width: 36px; height: 36px; background-color: #f5f5f5; text-align: center; line-height: 36px; float: left; margin-right: 5px; }
#page ul li a { display: block; color: #a2a2a2; }
#page ul li.active a  { background-color: #fd1409; color: #fff; }
#page span { float: right; line-height: 36px; color: #a2a2a2; }
/* 内容页 */
.content-box h1 { text-align: center; font-size: 24px; color: #e12322; margin-bottom: 19px; }
.content-box p.info { text-align: center; color: #6e6e6e; border-bottom: 1px solid #e0eff9; padding-bottom: 19px; }
.content-box p.info span { margin-right: 26px; }
.content-field { padding: 26px 0; }
.content-field tr td { padding: 10px; color: #666; }
.content-field tr td:first-child { color: #e12322; font-weight: bold; text-align: right; width: 190px; }