* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

img {
    vertical-align: middle;
}

body {
    background-color: #fff;
    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner {
    background: url("../images/banner_nj.png") no-repeat center center;
    width: 100%;
    min-width: 1200px;
    height: 400px;
    margin: 0 auto;
}

.navs {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    background: #2084b1;
    height: 100px;
    line-height: 100px;
}

.navs .content {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}

.navs .content ul {
    display: inline-block;
}

.navs .content ul li {
    display: inline-block;
    width: 452px;
    text-align: center;
    font-size: 24px;
    float: left;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

.navs .content ul li:hover {
    background: rgba(219, 243, 274, 0.2);
}

.navs .content ul li span {
    position: absolute;
    background: #f9ff51;
    height: 8px;
    width: 54px;
    display: none;
    border-radius: 4px;
    bottom: 14px;
    left: 50%;
    margin-left: -27px;
}

.navs .content ul li.active {
    background: rgba(219, 243, 274, 0.2);
    color: #f9ff51;
}

.navs .content ul li.active span {
    display: block;
}

.navs .content img {
    position: absolute;
    right: 25px;
    top: 20px;
}

.main {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    background: #F1F6F4;
}

.ggWrap {
    width: 1200px;
    height: 50px;
    margin: 0 auto 20px;
    background: #d1f1ff;
}

.ggWrap .con {
    width: 1180px;
    overflow: hidden;
    margin: 0 auto;
}

.ggWrap .newList {
    width: 5200px;
    height: 50px;
    overflow: hidden;
}

.ggWrap .newList li {
    width: auto;
    float: left;
    line-height: 50px;
    margin-right: 35px;
}

.ggWrap .newList li span {
    width: 3px;
    height: 3px;
    vertical-align: 4px;
    border-radius: 2px;
    background: #333333;
    display: inline-block;
    margin-right: 5px;
}

.main .content {
    width: 1200px;
    background: #ffffff;
    margin: 0 auto;
    padding: 10px 20px;
}

.main .content .title {
    font-size: 22px;
    color: #04628c;
    font-weight: bold;
    border-bottom: 1px solid #dbf3f7;
    margin: 10px auto;
}

.main .content .title a {
    display: inline-block;
    /*border-bottom: 6px solid #faa638;*/
    padding: 0 8px 15px;
    position: relative;


}
.main .content .title a span{
    width: 100%;
    bottom: -1px;
    left: 0;
    position: absolute;
    background: #faa638;
    height: 6px;
}
.main .content .newsList {
    margin-bottom: 25px;
}
.main .content .title a.more{
    text-align: right;
    float: right;
}
.main .content .newsList .list li {
    line-height: 24px;
    margin: 15px auto;
    font-size: 18px;
}

.main .content .newsList .list li a {
    width: 83%;
    text-align: justify;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .content .newsList .list li a:hover {
    color: #04628c;
}

.main .content .newsList .list li span.line {
    width: 6px;
    height: 6px;
    background: #04628c;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
    display: inline-block;
}

.main .content .newsList .list li span.time {
    float: right;
    color: #9e9e9e;
}
.com-menu {
    background:none; 
    height: 92px;
}
/*=翻页导航=*/
.page {
	padding:50px 0 0;
    margin: 0 auto;
    text-align: center;
}
.page span, .page a {
	margin:0 3px;
	display:inline-block;
	font:12px/23px "微软雅黑";
	color:#010101;
}
.page a {
	padding:0 7px;
	border:1px solid #bababa;
}
.page a.btn {
	padding:0;
	width:62px;
	height:23px;
	text-align:center;
}
.page a.current, .page a:hover {
	background:#3a7119;
	border-color:#3a7119;
	color:#fff;
}