* {
    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;
}

a:hover {
    text-decoration: none;
}

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;
}

.banners {
    background: url("../images/banner.jpg") no-repeat center center;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 481px;
}

.navs {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    background: #294f12;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;

}

.navs ul {
    width: 1200px;
    margin: 0 auto;
}

.navs ul li {
    float: left;
    width: 300px;
    display: inline-block;
    position: relative;
    color: #fff;
}

.navs ul li.active {
    background: #639b20;
}

.navs ul li.active:before {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 50%;
    margin-left: -24px;
    display: inline-block;
    height: 6px;
    border-radius: 3px;
    width: 48px;
    color: #ffffff;
    background: #ffffff;
    content: "";
    transform-origin: left;
    transition: all 0.5s;
}

.main {
    width: 100%;
    min-width: 1200px;
    background: #F1F6F4;
    margin: 0 auto;
}

.main .content {
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    padding: 26px;
}

.main .content .section {
    margin-bottom: 40px;
}

.main .content .section h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
}

.main .content .section h5 a:hover {
    color: #3a7119;
}

.main .content .section p.spot {
    font-size: 18px;
    line-height: 30px;
    margin-top: 4px;
    color: #666666;

}

.main .content .section p.spot span {
    display: inline-block;
}

.main .content .section p.spot span.time {
    margin-right: 40px;
}

.main .content .section p.abstract {
    font-size: 18px;
    line-height: 30px;
    padding-top: 12px;
    margin-top: 10px;
    border-top: 1px solid #f3f3f3;

}
/*=翻页导航=*/
.page {
	padding:50px 0 0;
	height:25px;
    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;
}