﻿@charset "UTF-8";
/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}
fieldset,
img {
    vertical-align: top;
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}
ol,
ul,
li {
    list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}
.hide {
    display: none;
}
img {
    border: 0;
    vertical-align: top;
}
/* 字体图标 */
@font-face {
    font-family: "iconfont";
    src: url("../fonts/iconfont.eot?t=1466761399"); /* IE9*/
    src: url("../fonts/iconfont.eot?t=1466761399#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff?t=1466761399") format("woff"), url("../fonts/iconfont.ttf?t=1466761399") format("truetype"), url("../fonts/iconfont.svg?t=1466761399#iconfont") format("svg"); /* iOS 4.1- */
}
/* Public */
body {
    color: #333;
    line-height: 1.8;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a:hover {
    color: #c00;
}
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.moreBtn {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    background: #f1fbfd; border: 1px solid #d9d9d9;
    text-align: center;
    display: block;
    color: #666;
}
.show {
    display: block !important;
}
/* goTop */
#goTop {
    position: fixed;
    display: none;
    _display: none !important;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 0 5px #9c9c9c;
    opacity: .9;
    background: rgba(0, 0, 0, 0.5);
}
#goTop::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -15px;
    content: "";
    border-width: 10px;
    border-color: transparent;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-style: dashed;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
/* winMark */
#winMark {
    z-index: 1;
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
}
/* frame */
#header { position: relative; z-index: 2; color: #014792; font-size:16px; background-color: #fff;}
#header .back{display: block;width: 55px;height: 40px;overflow: hidden;text-align: center;position: absolute;left: 0;top: 68px; z-index: 1;}
#header .back::after{content: "\e616"; font-family: "iconfont"; font-size: 24px; color: #ffffff;}
#header .title{margin: 0 80px;overflow: hidden;font-size: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 40px; text-align: center; color: #fff;}
#header .topNav{height: 40px;position: absolute;width: 100%; right: 0; top: 68px;}
#header .topNav dt {width: 30px;height:30px; opacity: 0.9; margin-right: 10px; top: 4px;}
#header .siteSearch{width: 100%; z-index: 2;}

/*#header #logo{display: none;}*/
#header #logo a{display: block; height: 50px; float: left; padding:10px 15px;}
#header #logo img{display: block; height: 90%;}
#header dd{display: none;width: 94%;background: #f2f2f2;left: 0;padding: 10px 3%;position: absolute;text-align: left;line-height: 1.8;}
#header dt{display: block;width: 36px;height: 36px;line-height: 32px;right: 0;margin: 0 4% 0 0;text-align: center;position: absolute;top: 20px;}
#header dt::after{content: "\e600"; font-family: "iconfont"; color: #ffffff; font-size: 23px;}
#header .siteSearch dt::after{content: "\e601"; font-size: 18px;}
#header dt::before{position: absolute; left: 50%; margin-left: -6px; top: 43px; content: ""; border-color: transparent; display: block; font-size: 0; line-height: 0; width: 0; border-width: 6px; border-style: dashed; border-bottom-color: #f2f2f2; border-bottom-style: solid; display: none;}
#header dt.on::before{display: block;}
#header .siteSearch dt{ background: #a27532;width: 30px;height:30px; padding: 2px; border-radius: 30px;opacity: 0.9;}
.mainNav .li1{ width:100%;  margin:0 0 2% 0;  line-height:1.8}
.mainNav .li1 .a1{ display:block;  color:#333;  font-size:16px;  height:42px;  line-height:42px;  background:#fff;  text-align:left;  padding:0 5%}
.mainNav .ul1{display:none; overflow:hidden; padding-bottom:15px}
.mainNav .ul1 li{float:left; min-width:33.3%; padding:10px 0 0 0}
.mainNav .ul1 a{padding:0 10%; font-size:14px; color:#666; word-break:keep-all; white-space:nowrap}
.mainNav .sh{display:none}
.mainNav .hasUl1 .sh{display:block; float:right; height:42px; line-height:42px; width:52px; font-size:0; color:#666; background:#fff; position:relative; overflow:hidden}
.mainNav .sh::after,
.mainNav .sh::before{content:""; display:block; height:1px; width:13px; margin:0 0 0 -6px; background:#888; position:absolute; left:50%; top:50%}
.mainNav .sh::before{height:13px; width:1px; margin:-6px 0 0 0}
.mainNav .showSubMenu .ul1{display:block}
.mainNav .showSubMenu .sh::before{display:none}
.mainNav #li-zwgk .li2{width:50%}
#mainNav{}
.mainMenu{clear:both;
background-image: -moz-linear-gradient( 90deg, rgb(118,176,66) 0%, rgb(119,205,8) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(118,176,66) 0%, rgb(119,205,8) 100%);
height:35px;
padding:5px 0;
overflow:hidden;
background: #056988;}
.mainMenu .child-menu{display:none;}
.mainMenu li{float:left; height:35px; line-height:34px; width:25%; text-align:center;}
.mainMenu li .sh{display:none;}
.mainMenu li a{font-size:16px; color: #fff;}
.mainMenu li#li-home{display:none;}
.siteSearch .searchBtn{top: 10px; height: 40px; border: 0; line-height: 38px; width: 20%; position: absolute; right: 3%; display: block; background: #1061ae; text-align: center; color: #fff; font-size: 16px;}
.siteSearch .searchBtn::before{content: "\e601"; font-family: "iconfont"; font-size: 22px;}
.siteSearch .keyWord{background: #fff; font-size: 14px; height: 20px; line-height: 20px; padding: 10px; border: 0; width: 74%; outline: none;}
.mhindex{position: absolute;right: 10px;top: 20px;z-index:9;text-align:center;background: #a27532;width: 30px;height:30px;line-height: 15px;color: #fff;padding:2px;font-size:12px;border-radius: 30px;opacity: 0.9;}

/* nav */
.nav { height: 40px; background-color: #1061ae; clear: both; }
.nav .text-nav { position: relative; z-index: 1; display: none;}
.nav .text-nav li { float: left; width: 22%; text-align: center;}
.nav .text-nav li a { color: #fff; line-height: 40px;}
#JS_hideBox2 { top: 40px;}
#JS_hideBox1 { top: 79px; z-index: 3;}
#li-tczj { display: none;}

#content {
    position: relative;
    z-index: 0;
    overflow: hidden; padding: 2%;
}
#footer {
    padding: 3% 2%;
    text-align: center;
    font-size: 12px;
    border-top: 4px solid #297ecb;
}

/* 位置导航 */
.path {
    color: #666;
    line-height: 1.6;
    padding: 0 2% 2%;
    text-align: left;
    font-size: 14px;
}
.path a,
.path span {
    padding: 0 3px;
    color: #666;
}
.path::before {
    content: "\e614";
    font-family: "iconfont";
    font-size: 16px;
    color: #1061ae;
    margin-right: 0;
}
/* url_方块样式分页 */
.page {
    font-size: 14px;
    text-align: center;
    padding: 3% 0;
    clear: both;
    line-height: 36px;
    overflow: hidden;
}
.page a {
    display: none;
    float: left;
    border: 1px solid #E1E1E1;
    padding: 0 15px;
    margin: 0 8px 8px 0;
}
.page .current {
    display: none;
}
.page .select {
    display: none;
}
.page .prev,
.page .next,
.page .total {
    display: block;
}
.page .next {
    float: right;
}
/* focusBox */
.focusBox {
    position: relative;
}
.focusBox .bd img {
    width: 100%;
    display: block;max-height: 240px;
}
.focusBox .bd li {
    position: relative;
}
.focusBox .bd .title,
.focusBox .bd .titleBg {
    display: block;
    position: absolute;
    z-index: 1;
    width: 90%;
    padding: 0 5%;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-align: left;
    overflow: hidden;
    font-size:14px;
}
.focusBox .bd .titleBg {
    z-index: 0;
    background: black;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(black));
    background: -moz-linear-gradient(transparent, black);
    background: -ms-linear-gradient(transparent, black);
    background: -o-linear-gradient(transparent, black);
    background: linear-gradient(transparent, black);
}
.focusBox .bd .title a {
    color: #fff;
}
.focusBox .hd {
    position: absolute;
    width: 18%;
    bottom: 15px;
    height: 10px;
    line-height:10px;
    right:2%;
    overflow: hidden;
}
.focusBox .hd ul {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
}
.focusBox .hd li {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    border-radius: 50%;
    width: 15px;
    margin: 0 4%;
    background: #fff;
    color:#fff;
    overflow:hidden; text-indent: 999px;
}
.focusBox .hd .on {
    background: #237bff;
    color:#fff;
}

/* boxA */
.boxA .hd {
    height: 42px;
    line-height: 42px;
    position: relative;
    background: #f1f1f1; border-bottom: 1px solid #1061ae;
}
.boxA .hd h3 {
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    background: #362775; text-align: center;
}
.boxA .hd h3 a {
    color: #fff;
}
.boxA .hd ul {
    overflow: hidden;
}
.boxA .hd li {
    text-align: center;
    width: 33.3%;
    overflow:hidden;
    float: left;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
}
.boxA .hd li:last-child { border:0;}
.boxA .hd li a {
    display: block;
}
.boxA .hd .on {
    height: 42px;
    color: #fff;background:#1061ae;
}
.boxA .hd .on a {
    color: #fff;
    background:#1061ae;
    border-bottom: 0;
}
.boxA .bd {
    padding: 3% 0 0 0;
    overflow: hidden;
}
.boxmt10 { margin-top: 10px;}

/* 橙色 */
#indShyl .boxA .hd {border-bottom: 1px solid #f37607;}
#indShyl .boxA .hd .on,
#indShyl .boxA .hd .on a {background-color: #f37607;}


/* boxB */
.boxB {
    background: #fff;
    margin-bottom: 20px;
}
.boxB .hd {
    height: 42px;
    line-height: 42px;
    position: relative;
    border: 1px solid #E1E1E1;
}
.boxB .hd .more {
    font-size: 14px;
    position: absolute;
    right: 10px;
    color: #666;
}
.boxB .hd h3 {
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    background: #b30000;
    position: absolute;
    height: 41px;
    line-height: 41px;
    left: -1px;
    top: -1px;
}
.boxB .hd h3 a {
    color: #fff;
}
.boxB .bd {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #E9E9E9;
    border-top: 0;
}


/* mainBox */
.mainBox .mHd { position: relative; border-bottom: 1px solid #362775; line-height: 38px; height: 38px;}
.mainBox .mHd .list {
    overflow: hidden;
}
.mainBox .mHd .list li {
    float: left;
    padding: 0 4%;
}
.mainBox .mHd .list a {
    font-size: 20px;
    color: #888;
}
.mainBox .mHd .list a:hover {
    text-decoration: none;
}
.mainBox .mHd .list .on a {
    color: #b30000;
}
.mainBox .mHd h3,
.mainBox .mHd .list .on { position: relative;  display: inline-block; *display: inline;  zoom: 1; padding: 0 5%; height: 38px; color: #fff; border-bottom: 0; font-size: 16px; background: #362775;}

#indShyl .mHd { position: relative; border-bottom: 1px solid #f37607; line-height: 38px; height: 38px;}
#indShyl .mHd h3,
#indShyl .mHd .list .on { position: relative;  display: inline-block; *display: inline;  zoom: 1; padding: 0 5%; height: 38px; color: #fff; border-bottom: 0; font-size: 16px; background: #f37607;}

.mainBox .mHd h3 a {
    color: #fff;
}
.mainBox .mBd {
    overflow: hidden;
}
.mainBox .mHd .writeBtn {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 38px;
    line-height: 38px;
    padding: 0 2%;
    color: #F50200;
}
.mainBox .mHd .writeBtn::before {
    font-family: "iconfont";
    content: "\e61e";
    margin: 0 5px 0 0;
    font-size: 14px;
}
/* 标题列表 */
.infoList li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom:1px solid #ccc; text-overflow:ellipsis;white-space:nowrap;
}
.infoList .date {
    float: right;
    color: #999;
    font-size: 14px;
    margin-left: 15px;
}
/* 图文列表 */
.twList li {
    padding: 3% 0;
    border-bottom: 1px solid #c5c5c5;
    overflow: hidden;
    position:relative;
}
.twList li > a {
    display: block;
    overflow: hidden;
}
.twList .pic {
    float: left;
    margin-right: 4%;
    width: 28%;
}
.twList .pic img {
    height: auto;
    width: 100%; max-height: 90px;
}
.twList .con {
    overflow: hidden;
    zoom: 1;
}
.twList .title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    /* overflow: hidden; */
}
.twList .intro {
    line-height: 24px;
    color: #777;
    max-height: 48px;
    overflow: hidden;
    font-size: 13px;
}
.twList .title a:hover {
    text-decoration: none;
}
.twList .intro .more {
    display: none;
}
.twList .others {
    font-size: 13px;
    color: #bbb; text-align: right;
}
.twList .others span {
    margin-right: 15px;
}
.twList .node {
    color: #aaa;
    margin-right: 15px;
}
.twList .last {
    border-bottom: 0;
    margin-bottom: 0;
}
.twList .n {
    padding: 0;
    border: 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.twList .n .date {
    float: right;
    margin-left: 15px;
    color: #999;
    font-size: 14px;
}
.twList .t .date { position:absolute; bottom:10px; right:0; color:#999;}
/* 信件列表 */
.letterList {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}
.letterList th {
    background: #F2F2F2;
    text-align: center;
    height: 34px;
    line-height: 34px;
}
.letterList tr {
    border-bottom: 1px solid #eee;
}
.letterList td.state {
    color: #999;
    width: 80px;
    text-align: center;
}
.letterList td.title {
    display: block;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}
.letterList td.ico img {
    vertical-align: middle;
    margin: -2px 8px 0 0;
}
/* 图片列表-浮动 */
.picListFl {
    overflow: hidden;
    text-align: center;
}
.picListFl li {
    float: left;
    width: 48%;
    margin: 0 0 20px 0;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.picListFl li:nth-child(2n) {
    float: right;
}
.picListFl .pic img {
    height: auto;
    width: 100%;
    min-height:100px;
}
.picListFl .title {
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    position:absolute;
    height:30px;
    width:100%;
    line-height:30px;
    bottom:0;
    text-align:center;
    background:rgba(0,0,0, 0.5);
    color:#fff;
}

/* 政务公开 */
.xxgkIcons {
    overflow: hidden;
    margin-bottom: 2%;
}
.xxgkIcons li {
    width: 48.5%;
    font-size: 14px;
    float: left;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    background: #ECECEC;
    margin: 0 0 3% 0;
}
.xxgkIcons li:nth-child(2n) {
    float: right;
}
.xxgkIcons li a {
    display: block;
}
.xxgkIcons li a::before {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-right: 5px;
    background: #298AD3;
    text-align: center;
    font-family: "iconfont";
    content: "\e606";
    color: #fff;
    font-size: 18px;
}
.xxgkIcons .li2 a::before {
    content: "\e60d";
    background: #2DBD44;
}
.xxgkIcons .li3 a::before {
    content: "\e60a";
    background: #4ADAE7;
}
.xxgkIcons .li4 a::before {
    content: "\e60f";
    line-height: 36px;
    background: #F49D3E;
}
.xxgkIcons .li5 a::before {
    content: "\e610";
    line-height: 28px;
    background: #F4513E;
}
.xxgkIcons .li6 a::before {
    content: "\e607";
    background: #2CB5BB;
}
.xxgkIcons .li7 a::before {
    content: "\e609";
    background: #8c2cbb;
}
.xxgkIcons .li8 a::before {
    content: "\e604";
    background: #bbaa2c;
}
.zdlyxxgkBtn {
    display: block;
    margin-bottom: 20px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    padding-left: 50px;
    background: #D6EDFF;
    overflow: hidden;
    position: relative;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#D6EDFF));
    background: -moz-linear-gradient(#FFFFFF, #D6EDFF);
    background: -ms-linear-gradient(#FFFFFF, #D6EDFF);
    background: -o-linear-gradient(#FFFFFF, #D6EDFF);
    background: linear-gradient(#FFFFFF, #D6EDFF);
}
.zdlyxxgkBtn i {
    display: block;
    float: left;
    height: 120px;
    width: 120px;
    background: #288AD3;
    position: absolute;
    left: -60px;
    top: -30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.zdlyxxgkBtn::after {
    content: "\e611";
    font-family: "iconfont";
    position: absolute;
    left: 15px;
    top: 2px;
    color: #fff;
    font-size: 28px;
}
.tjttpic li { padding:5px 2%; }
.tjttpic li .title .tit { display:block; color:#165589; text-align:center; font-weight:600;}
.tjttpic li .intro { font-size:12px; color:#999; padding:0 2%;}

.media_b_b_a_b {
    background: url("images/bg.png") no-repeat;
    height: 484px;
    width: 64%;
    margin-left: 3%;
    float: left;
}
.home_f{  background: url("images/bg.png") no-repeat;margin-left: 17px; width: 474px; height: 487px;  float: left;}
.home_f_a{  margin-top: 50px; margin-left: 30px;  height: 64px;}
.home_f_logo{ float:left;}
.home_f_h{ float: left;  margin-left: 30px;}
.home_f_h span { font-family: "Microsoft YaHei";font-size: 24px; color: #00bfaa; letter-spacing: 2px;}
.home_f_h p{ font-family: "Microsoft YaHei"; font-size: 18px; color: #8f8f8f; margin-top: 9px;}
.home_f_introduction{float: left;margin-left: 30px; margin-right: 20px;}
.home_f_download{ margin-left: 30px; margin-top: 5px; margin-right: 20px;}
.download_ios{ float: left;}
.download_ios p{ font-family: "Microsoft YaHei"; font-size: 14px; color: #333;}
.download_android{ float: left; padding-left: 120px;}
.download_android p{ font-family: "Microsoft YaHei";font-size: 14px; color: #333;}
.manager{ float: left;margin-top: 10px; margin-left: 30px;}



#marquee2 {height:50px;line-height:50px;background: #ebebeb;overflow: hidden; margin-bottom: 10px;}
#marquee2 h3 {float:left; font-size:16px; color:#935701; width:60px; text-align:center;position:absolute; border-right: 1px solid #d1d1d1; line-height: 22px; padding: 3px 0;}
#marquee2 .con { margin-left:65px!important; font:bold 20px/50px "Microsoft Yahei"; text-align: center;}
#marquee2 .con a { color: #1061ae;}
/*# sourceMappingURL=default.css.map */