﻿/*通用属性*/

body {
    font: 13px "Microsoft YaHei", Arial, Century Gothic;
    color: #999;
}

* {
    padding: 0;
    margin: 0;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
button {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
    /*IE/7/6*/
}

img {
    border: none;
}

a {
    outline: none;
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #e97e14;
    text-decoration: none;
}

.w1200 {
    width: 1200px;
    margin: auto;
}


/*页面头部*/

.top {
    height: 40px;
    line-height: 40px;
    background: #088E4D;
    width: 100%;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.search {
    line-height: 40px;
    display: inline-block;
    position: relative;
    right: 50px;
    z-index: 2;
}

.date {
    height: 40px;
    line-height: 40px;
    background: #088E4D;
    text-align: left;
    padding-left: 20px;
}

.date p,
.search a {
    color: #fff;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    padding: 0 5px;
}

.container>header {
    text-align: center;
    background: rgba(0, 0, 0, 0.01);
}

.container>header h1 {
    font-size: 2.625em;
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
}

.container>header span {
    display: block;
    font-size: 60%;
    color: #088E4D;
    padding: 0 0 0.6em 0.1em;
}


/* Main Content */

.searchMain {
    max-width: 450px;
    position: relative;
}

.column,
.column1 {
    width: 250px;
    background: #1f9a5e;
    position: absolute;
    top: 0px;
    right: 0px;
    right: 0px\0;
}

.column1 {
    top: -500px;
}

.column:nth-child(2),
.column1:nth-child(2) {
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
}

.column p,
.column1 p {
    font-weight: 300;
    font-size: 2em;
    padding: 0;
    margin: 0;
    text-align: right;
    line-height: 1.5;
}

.column a，.column1 a {
    border: 3px solid #b4c7da;
    padding: 0 15px;
    display: inline-block;
    margin: 20px 0;
}

.column a:hover,
.column1 a:hover {
    border-color: #fff;
}


/* To Navigation Style */

.codrops-top {
    background: #566472;
    background: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    width: 100%;
    font-size: 0.69em;
    line-height: 2.2;
}

.codrops-top a {
    padding: 0 1em;
    letter-spacing: 0.1em;
    color: #fff;
    display: inline-block;
}

.codrops-top a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #2c3e50;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    float: left;
    display: block;
}

.codrops-icon:before {
    margin: 0 4px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

.sb-search {
    position: relative;
    width: 0%;
    min-width: 40px;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 1.3s;
    -moz-transition: width 1.3s;
    transition: width 1.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #1f9a5e;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    font-size: 15px;
    color: #fff;
}

.sb-search-input::-webkit-input-placeholder {
    color: #fff;
}

.sb-search-input:-moz-placeholder {
    color: #fff;
}

.sb-search-input::-moz-placeholder {
    color: #fff;
}

.sb-search-input:-ms-input-placeholder {
    color: #fff;
}

.sb-icon-search,
.sb-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: url("../images/images_home/icon.png") no-repeat 10px 10px #077942;
    color: transparent;
    border: none;
    outline: none;
    z-index: 12;
}

.sb-icon-search {
    color: #fff;
    background: url("../images/images_home/icon.png") no-repeat 10px 10px #077942;
    z-index: 90;
    font-size: 22px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}


/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: url("../images/images_home/icon.png") no-repeat 10px 10px #077942;
    color: #fff;
    z-index: 11;
    width: 40px;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

.nav {
    background: #fff;
    padding: 10px 20px 11px 20px;
}


/*logo*/

.nav>a {
    display: inline-block;
    margin-right: 125px;
}


/*导航*/

.nav ul {
    display: inline-block;
    width: 635px;
}

.nav>ul li {
    float: left;
}

.nav>ul li a {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}

.nav>ul li a:hover {
    background: #F6F6F6;
}

.nav>ul li.on {
    background: #F6F6F6;
}

.nav>ul li.on a {
    color: #e97e14;
    text-decoration: none;
}


/*banner*/

.banner,
.bannerB {
    position: relative;
    text-align: center;
    color: #fff;
}


.bannerlgw {
    position: relative;
    text-align: center;
    color: #fff;
}

.bannerText {
    position: relative;
}

.bannerText>p {
    display: none;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    height: 35px;
    line-height: 35px;
    background: #FA7429;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    position: absolute;
    top: 220px;
    left: 205px;
}

.bannerText>h1 {
    display: none;
    width: 610px;
    height: 75px;
    line-height: 75px;
    background: #F7B952;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    position: absolute;
    top: 250px;
    left: 0px;
}

.banner .hd {
    position: absolute;
    top: 430px;
    left: 200px;
    height: 36px;
    line-height: 36px;
    z-index: 100;
}

.banner .hd .prev,
.banner .hd .next {
    display: inline-block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/images_home/icon.png") no-repeat 0 -226px;
    margin: 0 10px;
}

.banner .hd .next {
    background-position: 0 -144px;
}

.banner .hd .prevStop {
    background-position: -60px 0;
}

.banner .hd .nextStop {
    background-position: -60px -50px;
}

.banner .hd ul {
    display: inline-block;
    overflow: hidden;
    zoom: 1;
    height: 22px;
}

.banner .hd ul li {
    float: left;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin-right: 10px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/images_home/icon.png") 0 -306px no-repeat;
}

.banner .hd ul li.on {
    background-position: -24px -306px;
}

.banner {
    position: relative;
    height: 550px;
}

.banner .bd {
    margin: 0 auto;
    position: relative;
    z-index: -100;
    overflow: hidden;
}

.banner .bd ul {
    width: 100% !important;
}

.banner .bd li {
    width: 100% !important;
    height: 550px;
    overflow: hidden;
    text-align: center;
}

.banner .bd li a {
    display: block;
    height: 550px;
}

.bannerText {
    position: absolute;
    top: 0;
    left: 50%;
    color: #fff;
    margin-left: -600px;
    text-align: center;
}

.bannerText h2 {
    font-size: 40px;
    line-height: 97px;
}

.bannerText ul a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.bannerText ul a i {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50px;
    margin-right: 12px;
}

.bannerBox .hd {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 100;
}

.banner {
    max-height: 550px;
    overflow: hidden;
}

.banner .hd ul {
    text-align: center;
    height: 30px;
}

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 21px;
    margin: 5px;
    background: url(../images/images_home/icon.png) 0 -306px no-repeat;
    overflow: hidden;
    line-height: 9999px;
}

.banner .hd ul .on {
    background-position: -36px -280px;
}


/*页面主体*/

.section {
    background: #fff;
    padding: 30px 0 25px 0;
}


/*新闻*/

.toggleList {
    display: inline-block;
    padding: 19px 17px;
    ;
    text-align: left;
    width: 500px;
}

.toggleList .hd {
    position: relative;
    border-bottom: 2px solid #DEDEDE;
    height: 38px;
    line-height: 27px;
    text-align: left;
    margin-bottom: 10px;
}

.toggleList .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: 1px;
    height: 39px;
}

.toggleList .hd ul li {
    float: left;
    width: 100px;
    height: 37px;
    cursor: pointer;
}

.bjfc_img {
    margin-bottom: 8px;
}

.bjfc_img div {
    line-height: 20px;
    margin-left: 250px;
    width: 250px;
}

.bjfc_img h3 {
    color: #ff5500;
    font-size: 15px;
}

.bjfc_img p {
    font-size: 11px;
    margin: 5px 0;
}

.bjfc_img span {
    color: #999;
    font-size: 12px;
}

.bjfc_img span a {
    color: #dc0000;
}

.toggleList .conWrap ul {
    padding-top: 15px;
    zoom: 1;
    box-sizing: border-box;
}

.bj_first {
    max-height: 168px;
    overflow: hidden;
}

.toggleList .conWrap li.bj_list {
    height: 30px;
    line-height: 30px;
}

.toggleList .conWrap li.bj_list a {
    display: inline-block;
    padding-left: 15px;
    background: url("../images/images_home/icon.png") no-repeat 0 -107px;
}

.toggleList .conWrap li .dateN {
    float: right;
    color: #999;
}

.conWrap ul i {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #53A738;
    margin: 0 10px 3px 0;
}

.toggleList .hd li {
    font-size: 18px;
    font-weight: bold;
    color: #999;
    text-align: center;
}

.toggleList .hd .on {
    display: inline-block;
    font-weight: bold;
    border-bottom: 2px solid #FF9900;
    color: #098e4d;
    text-align: center;
}

.toggleList .more {
    float: right;
    height: 38px;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    color: #999;
}

.conWrap li span {
    text-align: center;
    color: #999;
    font-size: 12px;
    font-family: "Microsoft YaHei", Georgia;
}


/*通知公告*/

.tzgg {
    display: inline-block;
    background: #fff;
    padding: 13px 20px 15px;
    text-align: left;
    margin: 0 20px;
    height: auto;
}

.tzgg h2 {
    display: inline-block;
    border-bottom: 2px solid #ffcc00;
    position: relative;
    top: 2px;
    color: #088E4D;
}

.tzggHeader {
    border-bottom: 2px solid #DEDEDE;
    line-height: 42px;
}

.tzggHeader a {
    color: #999999;
}

.tzgg ul {
    padding-top: 13px;
}

.tzgg ul li {
    margin: 12px 0;
    color: #696969;
}

.tzgg ul div,
.tzgg ul h3 {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.tzgg ul p {
    font-size: 20px;
}

.tzgg ul span {
    font-size: 10px;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.tzgg ul a {
    float: right;
    display: inline-block;
    color: #696969;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    width: 180px;
    border-left: 1px solid #DBDBDB;
    height: 37px;
    text-align: left;
    line-height: 20px;
    padding-left: 20px;
}

.tzgg ul a:hover {
    color: #F06616;
}


/*信息公开*/

.xxgkd {
    text-align: center;
    display: inline-block;
    width: 280px;
    box-sizing: border-box;
}

.xxgkd li {
    display: inline-block;
    margin-top: 10px;
}

.xxgkd li.xxgk1 {
    margin: 0;
}

.xxgkd li.xz {
    margin-right: 8px;
}


/*页面尾部*/

.footer {
    background: #eee;
    padding: 30px 0;
    text-align: center;
}

.ybzy,
.contact,
.our {
    width: 390px;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
}

.our {
    position: relative;
    top: -3px;
}

.footerBox h2 {
    color: #666;
    font-size: 17px;
}

.footerBox h2 span {
    border-bottom: 2px solid #FF9900;
    padding-bottom: 15px;
}

.ybzy ul {
    width: 300px;
    margin-top: 25px;
}

.ybzy ul li {
    display: inline-block;
    width: 100px;
    text-align: left;
}

.ybzy li a,
.contact li {
    color: #555;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    height: 25px;
    line-height: 25px;
}

.contact {
    padding-left: 19px;
}

.contact ul,
.our>div {
    margin-top: 25px;
}

.our div p {
    display: inline-block;
    margin-left: 5px;
    line-height: 20px;
    vertical-align: top;
}

.our p span {
    color: #098e4d;
}


/*flinks*/

.flinks {
    background: #eee;
}

.flinks ul {
    border-top: 1px solid #ccc;
}

.flinks ul li a {
    display: inline-block;
    height: 49px;
    line-height: 50px;
    padding: 0 12px;
    font-size: 15px;
    font-family: "Microsoft YaHei";
}


/*尾部版权部分*/

.footerCopy {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #088E4D;
}

.copy,
.footerCopy span {
    color: #fff;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.copy a {
    color: #fff;
}


/*列表页*/

.bannerB>a {
    display: block;
    width: 100%;
    height: 500px;
    background: url("../images/images_home/listB.jpg") no-repeat center center;
    background-size: cover;
}

.bannerlgw>a {
    display: block;
    width: 100%;
    height: 500px;
    background: url("../images/images_home/listlgw.gif") no-repeat center center;
    background-size: cover;
}

.listSection {
    background: #fff;
}

.listLeft {
    width: 270px;
    height: 425px;
    display: inline-block;
    margin-right: 20px;
}

.listBox {
    min-height: 1000px;
    position: relative;
    top: -63px;
}

.listBox h3 {
    width: 270px;
    color: #fff;
    font-size: 24px;
    height: 63px;
    line-height: 63px;
    background: url("../images/images_home/lt.jpg") repeat-x;
    padding-left: 25px;
    text-align: left;
    box-sizing: border-box;
}


.listBox h3 {
    width: 270px;
    color: #fff;
    font-size: 24px;
    height: 63px;
    line-height: 63px;
    background: url("../images/images_home/lt.jpg") repeat-x;
    padding-left: 25px;
    text-align: left;
    box-sizing: border-box;
}


.listBoxlgw {
    min-height: 1000px;
    position: relative;
    top: -63px;
}

.listBoxlgw h3 {
    width: 270px;
    color: #fff;
    font-size: 24px;
    height: 63px;
    line-height: 63px;
    background: url("../images/images_home/lt.jpg") repeat-x;
    padding-left: 25px;
    text-align: left;
    box-sizing: border-box;
}


.listBoxlgw h3 {
    width: 270px;
    color: #fff;
    font-size: 24px;
    height: 63px;
    line-height: 63px;
    background: url("../images/images_home/ltlgw.jpg") repeat-x;
    padding-left: 25px;
    text-align: left;
    box-sizing: border-box;
}



.listLeft>ul {
    width: 268px;
    border: 1px solid #E4E4E4;
    border-bottom: 10px solid #E4E4E4;
}

.listLeft>ul>li {
    padding-left: 25px;
    line-height: 60px;
    text-align: left;
    background: #F7F7F7;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}

.listLeft>ul>li>a {
    display: inline-block;
    color: #666;
    font-size: 18px;
}

.listLeft ul i {
    position: absolute;
    top: 25px;
    display: inline-block;
    right: 30px;
    width: 8px;
    height: 8px;
    background: url("../images/images_home/icon.png") no-repeat 0 -86px;
}


.listLeftlgw ul i {
    position: absolute;
    top: 25px;
    display: inline-block;
    right: 30px;
    width: 8px;
    height: 8px;
    background: url("../images/images_home/icon.png") no-repeat 0 -86px;
}



.listLeft ul li.active,
.listLeft ul li:hover {
    background: #fff;
}

.listLeft>ul>li.active a,
.listLeft ul li:hover>a {
    color: #f28a08;
    font-weight: bold;
}


/*slidedown*/

.listLeft .link>a {
    display: inline-block;
    color: #666;
    font-size: 18px;
}

.listLeft .link:hover,
.listLeft .link:active {
    background: #fff;
}

.listLeft .link:hover a,
.listLeft .link:active a {
    color: #f28a08;
    font-weight: bold;
}

#accordion li {
    padding-left: 0;
}

#accordion .active .link {
    background: #fff;
}

.link {
    padding-left: 25px;
    background: #EEEEEE;
}

.submenu {
    background: #EEE;
}

.submenu li {
    border-top: 1px solid #ccc;
}

.submenu li a {
    display: inline-block;
    padding-left: 45px;
    color: #666;
}

.link.active {
    background: #FFFFFF;
}

.link.active a {
    color: #f28a08;
    font-weight: bold;
}

.submenu .active {
    background: #fff;
}

.submenu .active a {
    color: #f28a08;
    font-weight: bold;
}

.listRight {
    width: 903px;
    background: #fff;
    display: inline-block;
    min-height: 720px;
    border: 1px solid #ECECEC;
}

.listMain {
    padding: 20px 35px 20px;
}

.listHeader {
    border-bottom: 1px solid #ECECEC;
}

.listHeader span {
    color: #f28a08;
}

.listHeader h2 {
    color: #333;
    border-bottom: 5px solid #088E4D;
    padding-bottom: 10px;
}



.listHeaderlgw {
    border-bottom: 1px solid #ECECEC;
}

.listHeaderlgw span {
    color: #f28a08;
}


.listHeaderlgw h2 {
    color: #333;
    border-bottom: 5px solid #a52126;
    padding-bottom: 10px;
}



.listMain .listL {
    padding-bottom: 25px;
}

.listMain .pages {
    font-size: 14px;
    text-align: center;
}

.listMain .pages a {
    displa
}

.listMain .pages a {
    border-right: #f0f0f0 2px solid;
    padding-right: 5px;
    border-top: #f0f0f0 2px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    margin: 0px 2px;
    border-left: #f0f0f0 2px solid;
    color: #48b9ef;
    padding-top: 2px;
    border-bottom: #f0f0f0 2px solid;
    text-decoration: none
}

.listMain .pages a:hover {
    border-right: #e97e14 2px solid;
    border-top: #e97e14 2px solid;
    border-left: #e97e14 2px solid;
    color: #ff5a00;
    border-bottom: #e97e14 2px solid;
}

.listMain .pages a:active {
    border-right: #e97e14 2px solid;
    border-top: #e97e14 2px solid;
    border-left: #e97e14 2px solid;
    color: #ff5a00;
    border-bottom: #e97e14 2px solid
}

div.badoo span.current {
    border-right: #ff5a00 2px solid;
    padding-right: 5px;
    border-top: #ff5a00 2px solid;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 2px;
    border-left: #ff5a00 2px solid;
    color: #fff;
    padding-top: 2px;
    border-bottom: #ff5a00 2px solid;
    background-color: #ff6c16
}

.listMain .listL li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E8E8E8;
}

.listMain .listL li a {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/images_home/icon.png") no-repeat 0 -105px;
}

.articleHeader {
    text-align: center;
    padding: 40px 0 10px 0;
    border-bottom: 1px dotted #ccc;
}

.articleHeader h2 {
    color: #f28a08;
    font-size: 26px;
}

.articleHeader span {
    line-height: 35px;
}

.articleMain {
    text-align: left;
    padding-top: 25px;
	line-height:2em;
}

.articleMain img {
    width: auto;
	max-width:800px;
	padding:10px;
}


/*图片列表页*/

.imgList>ul {
    padding-bottom: 20px;
}

.imgList li {
    margin: 14px 8px;
    display: inline-block;
    text-align: center;
}

.imgList li a {
    display: block;
    padding: 1px;
    border: 2px solid #E4E4E4;
}

.imgList li a:hover {
    border: 2px solid #F28A07;
}

.accessList {}

.accessList {
    padding: 20px 80px;
    margin-bottom: 80px;
}

.accessList li {
    float: left;
    margin: 20px 45px;
    text-align: center;
}

.accessList li a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 20px;
    background: #ccc;
    font-size: 16px;
}

.accessList li a:hover {
    background: #f28a08;
    color: #fff;
}


/**领导关怀图片列表*/

.imgList.ldgh ul li {
    margin: 14px 0px;
}


/**备案*/

.beian {
    display: inline-block;
    line-height: 60px;
    padding-left: 5px;
}

.beian img {
    display: inline-block;
    vertical-align: text-bottom;
}