@charset"utf-8";

/* css document */
 * {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
body {
    font-size:14px;
    color:#333333;
    font-family:"microsoft yahei", "微软雅黑", "lantinghei sc", "open sans", arial, "hiragino sans gb", "stheiti", "wenquanyi micro hei", simsun, sans-serif;
}
input {
    font-size: 14px;
    font-family: inherit;
    outline: none;
}
img {
    border:0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    text-decoration:none;
    outline:0;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}
a:active, a:hover {
    text-decoration:none;
}
li {
    list-style:none
}
table {
    border-spacing:0;
    border-collapse:collapse
}
caption, th {
    text-align: left;
    font-weight: normal;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.show {
    display:block;
}
.hide {
    display:none;
}
.visible {
    visibility:visible;
}
.invisible {
    visibility:hidden;
}
:focus {
    outline:0;
}
:link, :visited {
    text-decoration:none;
}
.clearfix:after {
    display:block;
    clear:both;
    font-size:0;
    content:'';
}
.ft16 {
    font-size: 16px;
}
.ft18 {
    font-size: 18px;
}
.ft20 {
    font-size: 20px;
}
.ft22 {
    font-size: 22px;
}
.ft24 {
    font-size: 24px;
}
.mt20 {
    margin-top: 20px;
}
.mt15 {
    margin-top: 15px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
/*ios reset*/
 button, input[type=button], input[type=chekcbox], input[type=number], input[type=password], input[type=radio], input[type=reset], input[type=submit], input[type=tel], input[type=text], textarea {
    -webkit-appearance: none;
    border:0;
}
select, iframe {
    border:0;
}
.open-gov-page {
    min-width: 1100px;
}
/*部分公共样式*/
 .mob-show {
    display: none;
}
.no-after:after, .hidden {
    display: none!important;
}
.w1200 {
    width:100%;
    max-width: 1200px;
    margin: auto;
    min-width: 1100px;
}
.w1200:after {
    content:'';
    display: block;
    clear: both;
}
.ogp-sidebar {
    width: 23%;
}
.ogp-section {
    width: 75.25%;
}
.ogp-topbar {
    padding: 10px 0;
    font-size: 12px;
    color: #5e5e5e;
    overflow: hidden;
}
.ogp-topbar .bar-nav {
    overflow: hidden;
}
.ogp-topbar .bar-nav li {
    float: left;
    position: relative;
}
.ogp-topbar .bar-nav li a {
    display: inline-block;
}
.ogp-topbar .bar-nav li:after {
    content:'';
    display: inline-block;
    width: 2px;
    background: #aaaaaa;
    height: 11px;
    margin: 0 10px;
    margin-bottom: -1px;
}
.ogp-topbar .bar-nav li a:hover {
    color: #000;
}
.ogp-topbanner {
    position: relative;
    height: 189px;
    background:  no-repeat center;
    background-size: cover;
}
.ogp-topbanner .w1200 {
    position: relative;
    height: 100%;
}
.ogp-topbanner .w1200 a {
    display: inline-block;
    position: absolute;
    right: 20px;
    top:20px;
}
.ogp-topnav {
    /*overflow: hidden;*/
    position: relative;
    border-bottom: 2px solid #527bc0
}
.ogp-topnav ul {
    overflow: hidden;
}
.ogp-topnav ul li {
    float: left;
    text-align: center;
    width: 9%;
}
.ogp-topnav ul li a {
    position: relative;
    display: block;
    padding: 13px 0;
    font-size: 16px;
    color: #5e5e5e;
}
.ogp-topnav ul li.active a, .ogp-topnav ul li a:hover {
    color: #527bc0;
}
/*.ogp-secnav{position: absolute;left: 0;right: 0;top: 49px;z-index: 99;background: #fff;}
.ogp-secnav div{display: none; width:100%;max-width: 1200px;margin: auto;min-width: 1100px;padding: 10px 0;border-bottom:2px #62adff solid;background: #f7f9fc;overflow: hidden;}
.ogp-secnav div.show{display: block;}
.ogp-secnav div a{float:left;width: 9%;padding: 4px 0;font-size: 16px;color: #5e5e5e;text-align: center;}
.ogp-secnav div.awidth a{width: 14.25%;}
.ogp-secnav div a:hover{color: #527bc0;}*/

/**/
 .seclist {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    border-top: 2px solid #527bc0;
}
.seclist div {
    width:100%;
    max-width: 1200px;
    margin: auto;
    min-width: 1100px;
    padding: 10px 0;
    border-bottom:2px #62adff solid;
    background: #f7f9fc;
    overflow: hidden;
}
.ogp-topnav ul li .seclist div a {
    float:left;
    width: 9%;
    padding: 4px 0;
    font-size: 16px;
    color: #5e5e5e;
    text-align: center;
}
.ogp-topnav ul li .seclist div.awidth a {
    width: 14.25%;
}
.ogp-topnav ul li .seclist div a:hover {
    color: #527bc0;
}
.ogp-topnav ul li:hover .seclist {
    display: block !important;
}
/**/
 .ogp-body {
    margin: 20px 0;
}
.ogp-footer {
    border-top: 2px solid #527bc0;
    padding: 30px 0;
}
.ogp-footer .footer-nav {
    text-align: center;
    margin-bottom:10px;
    font-size: 0;
}
.ogp-footer .footer-nav li {
    display: inline-block;
    color: #2c87b6;
    font-size: 14px;
}
.ogp-footer .footer-nav li a {
    display: inline-block;
    margin: 0 10px;
}
.ogp-footer .footer-nav li:hover a {
    color: #ff6700
}
.ogp-footer .footer-info {
    position: relative;
    text-align: center;
}
.ogp-footer .footer-info p {
    color: #5e5e5e;
    margin-bottom: 10px;
}
.ogp-footer .footer-info a {
    position: absolute;
    display: inline-block;
}
.ogp-footer .footer-info a.footer-code {
    left: 17%;
    bottom:-10px;
}
.ogp-footer .footer-info a.footer-shield {
    left: 8%;
    bottom: 15px;
}
.ogp-footer .footer-info a.footer-error {
    right: 8%;
    bottom: 15px;
}
.ogp-footer .footer-info a:hover {
    color:#ff6700
}
/*contentpage*/
 .ogp-content {
    width: 100%;
}
.con-loca {
    padding: 0 10px;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #5e5e5e;
    overflow: hidden;
}
.con-loca span {
    display: inline-block;
}
.con-loca span:before {
    content:"";
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 2px;
    background:  no-repeat;
}
.con-loca a {
    display: inline-block;
}
.con-loca a a:before {
    content:">";
    margin: 0 2px;
    color: #5e5e5e;
}
/*.con-loca a.first:before{content: "";}*/
 .con-loca a:hover {
    color: #527bc0;
}
.con-artic {
    padding: 22px 30px;
    -webkit-box-shadow: 0 0 12px #ccc;
    -ms-box-shadow: 0 0 12px #ccc;
    box-shadow: 0 0 12px #ccc;
}
.con-artic .artic-key {
    padding: 12px 0;
    background: #fafafa;
    overflow: hidden;
}
.con-artic .artic-key li {
    float: left;
    width: 50%;
    padding: 0 5%;
    line-height: 42px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.con-artic .artic-main {
    padding: 50px 0;
    overflow: hidden;
    font-size: 15spx;
    font-family:"宋体";
}
.con-artic .artm-title {
    font-size: 30px;
    color: #3d3d3d;
    text-align: center;
    font-weight: bold;
}
.con-artic .artm-fbt {
    font-size:16px;
    text-align: center;
    padding-top:10px;
}
.con-artic .artm-open {
    float: right;
    padding: 5px 20px;
    margin: 15px 0;
    line-height: 20px;
    font-size: 14px;
    color: #527ac0;
    border: 1px #ccddfa solid;
    border-radius: 6px;
    background: #fafafa;
    overflow: hidden;
    cursor: pointer;
}
#zcjd a, #zcyw a {
    text-align:left;
    background-color: #429bdf;
    border-radius: 3px;
    color:#fff;
    padding:0px 6px 0px 6px;
    line-height: 30px;
    float: right
}
.con-artic .artm-txt {
    width: 100%;
    margin: 15px 0 35px 0;
    padding: 5px 30px;
    line-height: 28px;
    background: #fafafa;
    overflow: hidden;
}
.con-artic .artm-txt .fl p {
    float: left;
    margin-right: 30px;
}
.con-artic .artc-size {
    margin-right: 30px;
}
.con-artic .artc-size span {
    cursor: pointer;
}
.con-artic .artm-text {
    padding: 0 23px;
    font-size: 15spx;
    color: #3d3d3d;
    text-align: justify;
    overflow: hidden;
    line-height: 200%
}
.con-artic .artm-text p {
    margin-bottom:15px;
    line-height: 30px;
}
.con-artic .artic-bto {
    padding: 0 23px;
    margin-bottom: 50px;
    overflow: hidden;
}
.con-artic .artic-bto a {
    display: inline-block;
    line-height: 16px;
    margin-right: 15px;
    font-size: 14px;
    color: #5e5e5e;
}
.con-artic .artic-bto a:before {
    content:"";
    float: left;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background:  no-repeat;
}
.con-artic .artic-bto a.copy:before {
    background:  no-repeat;
}
.con-artic .artic-bto a.off:before {
    background:  no-repeat;
}
.con-artic .artic-bto a:hover {
    color: #527bc0;
}
.con-artic .artm-text table {
    width: 100%;
}
.con-artic .artm-text table tr td {
    padding: 5px;
    line-height: 160%;
    /*border:1px #000 solid;*/
}
.con-artic .artm-text table td p {
    margin: 0;
}
.con-artic .ggzy-text {
    padding: 0 23px;
    font-size: 16px;
    color: #3d3d3d;
    text-align: justify;
    overflow: hidden;
}
/*organpage*/
 .con-organ {
    padding: 15px;
}
.con-organ .artic-key p {
    text-align: center;
    font-size: 14px;
    color: #d71017;
}
.con-organ .organ-main {
    padding: 20px 35px;
}
.con-organ .organ-main .organ-items {
    margin-bottom: 15px;
    overflow: hidden;
}
.con-organ .organ-main .organ-hd {
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #527bc0;
}
/*.con-organ .organ-main .organ-hd:before{content: "";float: left;width: 5px;height: 24px;margin-right: 10px;background: #d71017;}*/
 .con-organ .organ-main .organ-bd {
    margin-top: 8px;
}
.con-organ .organ-main .organ-bd a {
    position: relative;
    display: inline-block;
    width: 19.5%;
    padding-left: 15px;
    line-height: 28px;
    font-size: 16px;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.con-organ .organ-main .organ-bd a:before {
    content:"";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
    width: 5px;
    height: 6px;
    background:  no-repeat;
}
.con-organ .organ-main .organ-bd a:hover {
    color: #d71015;
}
/*department*/
 .con-depart {
    padding: 15px;
}
.con-depart .depart-hd {
    border-bottom: 1px #527bc0 solid;
    overflow: hidden;
}
.con-depart .depart-hd a {
    display: inline-block;
    padding: 0 35px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    font-weight: bold;
    color: #3d3d3d;
}
.con-depart .depart-hd a.select {
    color: #fff;
    background: #527bc0;
}
.con-depart .depart-bd {
    padding: 25px 35px;
}
.con-depart .depart-bd ul li {
    border-bottom: 1px #ddd dashed;
    overflow: hidden;
}
.con-depart .depart-bd ul a {
    float: left;
    width: 25%;
    padding: 0 30px;
    line-height: 57px;
    font-size: 16px;
}
.con-depart .depart-bd ul a:before {
    content:"";
    float: left;
    width: 6px;
    height: 9px;
    margin-right: 6px;
    margin-top: 24px;
    background-image: url(/uploads/image/i42589/icon_list-depart.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.con-depart .depart-bd ul a:hover {
    color: #527bc0;
}
/*.con-depart .depart-bd ul li:last-child{border-bottom: 0;}*/

/*leader*/
 .con-leader {
    padding: 15px;
    overflow: hidden;
}
.con-leader .lead-side {
    width: 23%;
    max-width: 270px;
    height: auto;
    background: #f6f8fa;
}
.con-leader .lead-side .lead-list {
    margin-bottom: 10px;
    overflow: hidden;
}
.con-leader .lead-side .lead-list h3 {
    width: 100%;
    height: 46px;
    padding: 0 30px;
    line-height: 46px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background: #527bc0;
    cursor: pointer;
}
.con-leader .lead-side .lead-list h3:after {
    content:"";
    float: right;
    margin-top: 15px;
    width: 16px;
    height: 16px;
    background:  center center no-repeat;
}
.con-leader .lead-side .lead-list ul {
    display: none;
    padding: 10px;
}
.con-leader .lead-side .lead-list li {
    border-bottom: 1px #ddd dashed;
    overflow: hidden;
}
.con-leader .lead-side .lead-list a {
    display: block;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}
.con-leader .lead-side .lead-list a p {
    float: left;
    width:38%;
    padding: 0 5px;
    font-size: 16px;
    color: #527bc0;
}
.con-leader .lead-side .lead-list a span {
    float: left;
    width:60%;
    padding: 0 5px;
    line-height: 180%;
    font-size: 14px;
    color: #3d3d3d;
}
.con-leader .lead-side .lead-list h3.select:after {
    background:  center center no-repeat;
}
.con-leader .lead-side .lead-list ul.show {
    display: block;
}
.lead-main {
    width: 75%;
}
/*1*/
 .leader-name {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}
.leader-name .lname-img {
    width: 24%;
    max-width: 188px;
    height: 236px;
    padding: 5px;
    border:1px #ddd solid;
    background: #fff;
    overflow: hidden;
}
.leader-name .lname-img img {
    width: 100%;
    height: 100%;
}
.leader-name .lname-text {
    width: 76%;
}
.leader-name .lname-name h3 {
    padding: 5px 0;
    line-height: 40px;
    font-size: 28px;
    color: #527bc0;
}
.leader-name .lname-name .lname-zw {
    width: 100%;
    overflow: hidden;
}
.leader-name .lname-name .lname-zw p {
    float: left;
    width: 80%;
    line-height: 38px;
    font-size: 16px;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.leader-name .lname-name .lname-zw a {
    float: right;
    max-width: 117px;
    padding:0 16.5px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    background: #f1991d;
    overflow: hidden;
}
.leader-name .lname-name .lname-zw a:before {
    content:"";
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 9px;
    margin-right: 8px;
    background:  no-repeat;
    background-size: 100% 100%;
}
.leader-name .lname-wz {
    width: 100%;
    line-height: 30px;
    margin-top: 11px;
    padding: 8.5px 20px;
    text-align: justify;
    font-size: 14px;
    color: #3d3d3d;
    background: #f6f8fa;
    overflow: hidden;
}
/*2*/
 .leader-title {
    padding: 0 16px 10px 0;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #527bc0;
    border-bottom:1px #ddd solid;
    overflow: hidden;
}
.leader-title:before {
    content:"";
    float: left;
    width: 6px;
    height: 20px;
    margin-right: 10px;
    background:#527bc0;
}
.leader-title a {
    float: right;
    font-size: 16px;
}
.leader-cv {
    margin-bottom: 25px;
    overflow: hidden;
}
.leader-cv .cv-txt {
    padding: 10px 8px 0 8px;
    min-height: 66px;
    line-height: 28px;
    font-size: 14px;
    color: #3d3d3d;
    text-align: justify;
    overflow: hidden;
}
/*3*/
 .leader-iacti {
    margin-bottom: 25px;
    overflow: hidden;
}
.leader-iacti .iacti-iframe {
    padding: 10px 8px 0 8px;
    overflow: hidden;
}
.leader-iacti .iacti-iframe iframe {
    width: 100%;
    overflow: hidden;
}
/*4*/
 .leader-video {
    min-height: 100px;
}
.leader-video .video-list {
    padding-top: 10px;
    margin-left: -1%;
    overflow: hidden;
}
.leader-video .video-list li {
    float: left;
    width: 24%;
    max-width: 209px;
    margin-left: 1%;
    margin-bottom: 15px;
    overflow: hidden;
}
.leader-video .video-list a {
    display: block;
    width: 100%;
    height: 100%;
}
.leader-video .video-list li img {
    width: 100%;
    height: auto;
    max-height: 146px;
    overflow: hidden;
}
.leader-video .video-list li p {
    line-height: 40px;
    padding: 0 10px;
    font-size: 12px;
    color: #3d3d3d;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.leader-video .video-list li:hover p {
    color: #527bc0;
}
/*navpagr*/
 .xpager {
    width: 100%;
    overflow: hidden;
}
.xpager nav {
}
.xpager .page {
    width: 100%;
    padding: 10px 0px;
    text-align: right;
    list-style: none;
    clear:both;
    overflow:hidden;
}
.xpager ul {
    display: inline-block;
    overflow: hidden;
}
.xpager ul li {
    display:inline;
    float: left;
    height: 26px;
    line-height: 16px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.xpager ul li:before {
    display: none;
}
.xpager ul li.pgcurrent {
    line-height: 16px;
    padding: 4px 10px;
    background-color: #527bc0;
    border: 1px solid #527bc0;
    border-radius:3px;
    cursor: default;
    z-index: 2;
    color: #fff;
}
.xpager ul li.pgempty {
    line-height: 16px;
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius:3px;
}
.xpager ul li a, .xpager ul li span {
    display: block;
    width: auto;
    height: 100%;
    margin: 0;
    line-height: 16px;
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius:3px;
    text-overflow:inherit;
}
.xpager ul li a:hover, .xpager ul li a:focus {
    text-decoration: none;
    background-color: #527bc0;
    color: #fff;
}
.xpager ul .next a, .xpager ul .next span {
    float: right;
}
.xpager ul .previous a, .xpager ul .previous span {
    float: left;
}
.xpager ul .disabled a, .xpager ul .disabled a:hover, .xpager ul .disabled a:focus, .xpager ul .disabled span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.xpager ul .active a, .xpager ul .active span, .xpager ul .active a:hover, .xpager ul .active span:hover, .xpager ul .active a:focus, .xpager ul .active span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #527bc0;
    border-color: #527bc0;
}
/**/
 .nf-tab .ntf-content .xpager {
    width: 100%;
    overflow: hidden;
}
.nf-tab .ntf-content .xpager ul {
    display: inline-block;
    overflow: hidden;
}
.nf-tab .ntf-content .xpager ul li {
    display:inline;
    float: left;
    height: 26px;
    line-height: 16px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.nf-tab .ntf-content .xpager ul li:before {
    display: none;
}
.nf-tab .ntf-content .xpager ul li a, .nf-tab .ntf-content .xpager ul li span {
    display: block;
    width: auto;
    height: 100%;
    margin: 0;
    line-height: 16px;
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius:3px;
    text-overflow:inherit;
}
.nf-tab .ntf-content .xpager ul li a:hover, .nf-tab .ntf-content .xpager ul li a:focus {
    text-decoration: none;
    background-color: #527bc0;
    color: #fff;
}
/*openfive*/

/*open-fl*/
 .opside-hd {
    width: 100%;
    padding:13px 20px;
    line-height: 18px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #527bc0;
    overflow: hidden;
}
.opside-hd:before {
    content:"";
    float: left;
    width: 5px;
    height: 18px;
    margin-right: 13px;
    background: #fff;
}
.opside-bd {
    width: 100%;
    padding: 15px;
    border:#ddd solid;
    border-width: 0 1px 1px 1px;
    background: #fff;
    overflow: hidden;
}
.opside-bd .opside-bto {
    margin-bottom: 15px;
}
.opside-bd .opside-bto h3, .opside-bd .opside-bto h4 {
    padding: 0 25px;
    line-height: 40px;
    font-size: 16px;
    color: #527bc0;
    background: #f5f5f5;
    cursor: pointer;
}
.opside-bd .opside-bto h3:after, .opside-bd .opside-bto h4:after {
    content:"";
    float: right;
    margin-top: 12px;
    width: 16px;
    height: 16px;
    background:  center center no-repeat;
}
.opside-bd .opside-bto h4 {
    position: relative;
}
.opside-bd .opside-bto h4:after {
    position: absolute;
    float: none;
    top: 0;
    right: 25px;
}
.opside-bd .opside-bto h4 a {
    display: block;
    height: 100%;
}
.opside-bd .opside-bto h4:hover:after {
    content:"";
    float: right;
    margin-top: 12px;
    width: 16px;
    height: 16px;
    background:  center center no-repeat;
}
.opside-bd .opside-bto h4:hover {
    background: #6086c7;
    color: #fff;
}
.opside-bd ul {
    display: none;
    width: 100%;
    min-height: 500px;
    padding: 0 10px 15px 10px;
    /*background: #f5f5f5;*/
    overflow: hidden;
}
.opside-bd ul li {
    position: relative;
    border-bottom: 1px #ddd dashed;
    overflow: hidden;
}
/*.opside-bd ul li:after{content: "";position: absolute;bottom: 0;left: 0;right: 0; width: 100%;height: 1px;background: #ddd;}*/
 .opside-bd ul a {
    position: relative;
    display: block;
    padding: 15px 5px;
    font-size: 15px;
    color: #5e5e5e;
}
.opside-bd ul a:before {
    content:"";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7.5px;
    width: 9px;
    height: 15px;
    background: ;
    background-position: 0 0;
}
.opside-bd ul li:hover a, .opside-bd ul li.select a {
    color: #527bc0;
}
.opside-bd ul li:hover a:before, .opside-bd ul li.select a:before {
    background-position: 0 -15px;
}
.opside-bd .opside-bto h3.select:after {
    background:  center center no-repeat;
}
.opside-bd ul.show {
    display: block;
}
/*.open-section{width: 100%;min-height: 500px;border:1px #ddd solid;overflow: hidden;}
.opsect-hd{position: relative;padding: 9px 20px;font-size: 18px;color: #527bc0;font-weight: bold;border-bottom: 1px #ddd solid;}
.opsect-hd:after{content: "";position: absolute;bottom: -1px;left: 6%; width: 24px;height: 4px;background: #527bc0;}
.opsect-mian{padding: 5px 15px;overflow: hidden;}
.opsect-bd{max-height: 656px;overflow: hidden;}
.opsect-bd li{padding-right: 35px;padding-left: 15px;line-height: 40px; font-size: 14px;color: #5e5e5e;overflow: hidden;}
.opsect-bd li li{border-top: 1px #ddd dashed;}
.opsect-bd a{display: block;float: left;width: 80%;font-size: 14px;color: #5e5e5e;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.opsect-bd span{float: right;width: 20%;text-align: right;}
.opsect-bd li:hover{color: #fff; background: #527bc0;}
.opsect-bd li:hover a{color: #fff;}
.opsect-mian .xpager{margin: 45px 0;}*/

/*组织机构内页*/
 .bms-div ul.bms-bd {
    padding: 8px;
    overflow: hidden;
}
.bms-div ul.bms-bd li {
    position: relative;
    padding-left: 17px;
    padding-right: 80px;
    height: 32px;
}
.bms-div ul.bms-bd li:before {
    content:"";
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}
.bms-div ul.bms-bd li a {
    display: inline-block;
    width: 85%;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bms-div ul.bms-bd li span {
    position: absolute;
    right: 0;
    line-height: 32px;
    font-size: 12px;
    color: #808080;
}
.bms-div ul.bms-bd li:hover a {
    color: #527bc0;
}
/**/
 .organ-part {
    width: 100%;
    overflow: hidden;
}
.organ-part .orpart-hd {
    border-bottom: 1px #527bc0 solid;
    overflow: hidden;
}
.organ-part .orpart-hd p {
    float: left;
    padding: 0 35px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    color: #3a3a3a;
    cursor: pointer;
}
.organ-part .orpart-hd p.select {
    color: #fff;
    background: #527bc0;
}
.organ-part .orpart-bd {
    padding: 25px 0;
}
.p-second .orpart-bd {
    padding: 10px 0;
}
.p-first .orpart-bitems {
    width: 80%;
    margin: auto;
}
.organ-part .orpart-bd table {
    width: auto;
    margin: auto;
}
.organ-part .orpart-bd table tr td {
    padding: 5px 10px;
    line-height: 160%;
    border:1px #ddd solid;
}
.organ-part .orpart-bd table td p {
    margin: 0;
}
.organ-part .orpart-bitems ul.bms-bd {
    margin-left: -8%;
    padding: 0;
}
.organ-part .orpart-bitems li {
    float: left;
    width: 42%;
    margin-left: 8%;
}
.organ-part .orpart-bitems {
    display: none;
}
.organ-part .orpart-bitems.select {
    display: block;
}
/*政务电视*/
 .tv-part .tv-hd {
    padding: 10px 0;
    line-height: 20px;
    font-size: 18px;
    color: #527bc0;
    font-weight: bold;
    border-bottom: 1px #ddd solid;
    overflow: hidden;
}
.tv-part .tv-hd:before {
    content:"";
    float: left;
    margin-right: 10px;
    width: 6px;
    height: 20px;
    background: #527bc0;
}
.tv-part .tv-bd {
    padding: 15px 0;
    overflow: hidden;
}
.tv-part .slidebox {
    position:relative;
    width:100%;
    height:380px;
    overflow:hidden;
}
.tv-part .slidebox .hd {
    position:absolute;
    right:15%;
    bottom:42px;
    height:10px;
    overflow:hidden;
    z-index:1;
}
.tv-part .slidebox .hd ul {
    overflow:hidden;
    zoom:1;
    float:left;
}
.tv-part .slidebox .hd ul li {
    float:left;
    margin:0 10px;
    width:10px;
    height:10px;
    background:  no-repeat;
    cursor:pointer;
}
.tv-part .slidebox .hd ul li.on {
    width:34px;
    background:  no-repeat;
}
.tv-part .slidebox .bd {
    position:relative;
    height:100%;
    z-index:0;
}
.tv-part .slidebox .bd li {
    width: 100%;
    height: 380px;
    background-size: 100% 100%;
    zoom:1;
    vertical-align:middle;
}
.tv-part .mslidebox {
    height:245px;
}
.tv-part .mslidebox .hd {
    right: 10px;
    margin: auto;
    bottom:5px;
}
.tv-part .mslidebox .bd li {
    height: 245px;
}
.tv-part .tv-video {
    width:32%;
    height: 303px;
    overflow: hidden;
}
.tv-part .tv-video .tv-vimg {
    display: block;
    width: 100%;
    height: 257px;
}
.tv-part .tv-video .tv-vimg img {
    display: block;
    width: 100%;
    height: 100%;
}
.tv-part .tv-video .tv-vtxt {
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 8px 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
}
.tv-part .tv-sday {
    width: 67%;
    overflow: hidden;
}
.tv-part .tv-sday li {
    margin-left: -3%;
    border-top: 1px #ddd dashed;
    overflow: hidden;
}
.tv-part .tv-sday li a {
    position: relative;
    float: left;
    width: 47%;
    margin-left: 3%;
    padding: 4px 10% 4px 2%;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tv-part .tv-sday li span {
    position: absolute;
    right: 0;
    top: 4px;
    line-height: 30px;
    font-size: 12px;
    color: #a7a7a7;
    text-align: right;
}
.tv-part .tv-sday li a:before {
    content:"";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}
.tv-part .tv-sday li a:hover {
    color: #527bc0;
}
.tv-part .tv-show-hd {
    width: 41%;
    margin: auto;
    border: 1px #527bc0 solid;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
}
.tv-part .tv-show-hd span {
    float: left;
    width: 50%;
    line-height: 46px;
    font-size: 16px;
    color: #527bc0;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.tv-part .tv-show-hd span.select {
    color: #fff;
    background: #527bc0;
}
.tv-part .tv-show-bd {
    width: 100%;
    overflow: hidden;
}
.tv-part .tv-show-bd ul {
    display: none;
    margin-left: -1.8%;
}
.tv-part .tv-show-bd ul.select {
    display: block;
}
.tv-part .tv-show-bd li {
    float: left;
    width: 31.5%;
    max-width:385px;
    margin-left: 1.8%;
    margin-top: 25px;
    background: #f5f5f5;
    overflow: hidden;
}
.tv-part .tv-show-bd a img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 257px;
}
/*新闻发布会*/
 .con-press {
    padding: 15px 10px;
    overflow: hidden;
}
.cpr-press {
    position: relative;
}
.cpr-link {
    position: absolute;
    right: 0;
    top: -3px;
}
.cpr-link a {
    display: inline-block;
    margin-left: 8px;
    padding: 0 19px;
    line-height: 24px;
    font-size: 12px;
    color: #527bc0;
    border-radius: 6px;
    border:1px #bed6ff solid;
    background: #ecf3ff;
}
.cpr-link a:hover {
    color: #bed6ff;
    background: #527bc0;
}
.press-hd {
    padding-bottom: 10px;
    line-height: 20px;
    height: 30px;
    border-bottom: 1px #ddd solid;
}
.press-hd:before {
    content:"";
    float: left;
    width: 6px;
    height: 20px;
    margin-right: 10px;
    background: #527bc0;
}
.press-hd p {
    float: left;
    margin-right: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #527bc0;
    cursor: pointer;
}
.press-bd {
    margin-top: 8px;
    height: 355px;
    margin-bottom: 20px;
    background: #fafafa;
    overflow: hidden;
}
.press-bd .tabs-slide {
    width: 48%;
    max-width: 562px;
}
.press-bd .tabs-slide .ts-content {
    height: 355px;
}
.press-bd .tabs-slide .ts-content li a {
    height: 355px;
}
.press-list {
    width: 50%;
    max-width: 582px;
    margin-right: 15px;
}
.press-list .list01 {
    display: block;
    padding: 15px 0;
    border-bottom: 1px #ddd dashed;
    overflow: hidden;
}
.press-list .list01 h3 {
    margin-bottom: 12px;
    line-height: 24px;
    font-size: 22px;
    font-weight: bold;
    color: #527bc0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.press-list .list01 p {
    line-height: 24px;
    height: 48px;
    font-size: 12px;
    color: #808080;
    overflow: hidden;
}
.press-list .list01:hover p {
    color: #527bc0;
}
.press-list ul.bms-bd {
    padding: 8px 0;
}
.cpr .press-tab p {
    font-weight: normal;
    color: #3d3d3d;
}
.cpr .press-tab p.active {
    font-weight: bold;
    color: #527bc0;
}
.cpr .bms-div .tabs-item {
    display: none;
}
.press-sub {
    width: 65.6%;
}
.press-sub ul.bms-bd {
    padding-top: 0;
    padding-bottom: 5px;
}
/*.press-spoker{width: 31%;padding: 80px 15px 0 15px;background: #f0f2f5  top center no-repeat;overflow: hidden;}
.press-spoker .spoker{padding: 15px 0; border-top: 1px #ddd dashed;overflow: hidden;}
.press-spoker .spoker img{width: 85px;height: 108px;}
.press-spoker .spoker-fr{width: 66%;max-width: 238px;line-height: 22px;color: #5e5e5e;font-size: 12px; text-align: justify;}
.press-spoker .spoker-fr h3{line-height: 24px;font-size: 16px;color: #dd0000;}*/
 .press-forecast {
    width: 31%;
    padding: 0 1%;
    background: #f0f2f5;
    overflow: hidden;
}
.forecast-hd {
    padding: 10px 0;
    line-height: 20px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #527bc0;
    border-bottom: 1px #ddd dashed;
}
.forecast-bd {
    overflow: hidden;
}
.forecast-bd h3 {
    margin: 10px 0;
    font-size: 14px;
}
.forecast-bd p {
    line-height:35px;
}
.forecast-bd p span {
    color: #527bc0;
    font-weight: bold;
}
.qr {
    padding-bottom: 10px;
    text-align: center;
    overflow: hidden;
}
.qr div {
    float: left;
    width: 50%;
    line-height: 32px;
    font-size: 16px;
    color: #3d3d3d;
}
/*微信矩阵*/
 .con-wchat {
    padding: 15px;
}
.con-wchat .press-hd p {
    margin-right: 0;
}
.wch-accounts {
    margin-bottom: 20px;
}
.wch-aitems {
    width: 49%;
    max-width: 577px;
    padding: 25px;
    background: #fafafa;
    overflow: hidden;
}
.wch-aitems h2 {
    font-size: 30px;
    color: #527bc0;
    font-family:"kaiti";
}
.wch-aitems a {
    display: block;
    margin: 15px 0;
    line-height: 24px;
    font-size: 14px;
    color: #3d3d3d;
    text-align: justify;
}
.wch-aitems a span {
    color: #ff9000;
}
.wch-aitems .wch-aqr img {
    float: left;
    width: 130px;
    height: 130px;
    margin-right: 12px;
}
.wch-aitems .wch-aqr p {
    margin-top: 16px;
    font-size: 14px;
    color: #3d3d3d;
}
.wch-aitems .wch-aqr div span {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-right: 2px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #7eb820;
}
.wch-aitems .wch-aqr div span.wch-q {
    background: #add075;
}
.wch-seven {
    width: 100%;
    margin-bottom: 25px;
}
.wch-bchat {
}
.wch-bchat .press-hd span {
    position: relative;
    display: inline-block;
    line-height: 16px;
    color: #3d3d3d;
    padding: 0 25px;
    border-right: 1px #3d3d3d solid;
    cursor: pointer;
}
.wch-bchat .press-hd span.active:after {
    content:"";
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin:auto;
    width: 68px;
    height: 5px;
    background-image: ;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.bchat-main {
    padding: 22px 30px 27px 30px;
    background: #fafafa;
    overflow: hidden;
}
.bchat-items {
    display: none;
}
.bchat-items li {
    position: relative;
    float: left;
    width: 261px;
    margin: 8px;
    padding: 21px 11px;
    border: 1px #ddd solid;
    background: #fff;
    overflow: hidden;
}
.bchat-items li b {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 16px;
    height: 16px;
    background:  no-repeat;
    cursor: pointer;
}
.bchat-items .bchat-img {
    margin-right: 10px;
}
.bchat-items li img {
    display: block;
    width: 50px;
    height: 50px;
}
.bchat-items .bchat-txt {
    width: 175px;
}
.bchat-items li p {
    line-height: 25px;
    font-size: 16px;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bchat-items li span {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bchat-items .hide {
    position: absolute;
    top: -1px;
    right: 42px;
    border: 1px #ddd solid;
    background: #fff;
    overflow: hidden;
}
.bchat-items .hide img {
    display: block;
    width: 92px;
    height: 92px;
}
/*行政复议*/
 .con-review {
    padding: 13px 15px;
}
.con-review .cre-explain h3 {
    line-height: 35px;
    padding: 9px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #527ac0;
    overflow: hidden;
}
.con-review .cre-explain p {
    padding: 25px 225px 25px 45px;
    line-height: 34px;
    color: #3d3d3d;
    text-align: justify;
    background:  no-repeat;
    background-size: 100% 100%;
}
.con-review .cre-care h3 {
    width: 100%;
    height: 24px;
    margin: 20px 0;
    background:  center center no-repeat;
    background-size: cover;
}
.con-review .cre-care p {
    line-height: 32px;
    padding: 0 5px;
    color: #3d3d3d;
    text-align: justify;
}
.con-review .cre-bto {
    padding: 25px 0;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 1px #ddd dashed;
}
.con-review .cre-bto a {
    display: inline-block;
    width: 246px;
    line-height: 32px;
    margin: 0 56px;
    padding: 10px 45px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    background: #527ac0;
    overflow: hidden;
}
.con-review .cre-bto a:before {
    content:"";
    float: left;
    width: 32px;
    height: 30px;
    margin:1px 12px 1px 0;
    background:  no-repeat;
}
.con-review .cre-bto a.cre-bto2:before {
    background:  no-repeat;
}
.con-review .resolve-table {
    overflow-x: auto;
}
.con-review .resolve-table div {
    width: 100%;
    min-width: 700px;
    padding: 5px 0;
    border-bottom: 1px #ddd dashed;
    overflow: hidden;
}
.con-review .resolve-table p {
    float: left;
    line-height: 32px;
    padding: 0 1%;
    text-align: center;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.con-review .resolve-table div.first {
    margin-top: 15px;
    padding: 0;
    border-bottom: 0;
    background: #f0f0f0;
}
.con-review .resolve-table div:hover {
    background: #a9bfe3;
}
/*建议提案*/
 .prop-loca {
    margin-top: -10px;
    border-bottom: 1px #ddd dashed;
}
.prop-loca .con-loca {
    margin-bottom: 10px;
}
/*意见征集*/
 .con-advice {
    padding: 20px 15px;
    overflow: hidden;
}
.cad-book {
    position: relative;
    width: 100%;
    padding: 60px 30px 31px 30px;
    line-height: 32px;
    color: #3d3d3d;
    background:  no-repeat;
    background-size: 100% 100%;
}
.cad-main {
    margin-top: 20px;
    overflow: hidden;
}
.cad-side {
    width: 71%;
    border:1px #b8d2ff solid;
    overflow: hidden;
    /*height: 932px;*/
}
.cad-side iframe {
    width: 100%;
    overflow: hidden;
}
.cad-list {
    width: 27%;
}
.cad-lnav {
    margin-left: -3%;
    overflow: hidden;
}
.cad-lnav li {
    float: left;
    width: 47%;
    margin-left: 3%;
    margin-bottom: 15px;
    padding: 10px 0;
    background-color: #e8b42a;
}
.cad-lnav a {
    display: block;
    width: 121px;
    padding-top:0px;
    height: 55px;
    margin: auto;
    text-align: right;
    font-size: 16px;
    line-height:28px;
    color: #fff;
    background-image: ;
    background-repeat: no-repeat;
    overflow: hidden;
}
.cad-lnav li.lnav02 {
    background-color: #ea8340;
}
.cad-lnav li.lnav03 {
    background-color: #6ec366;
}
.cad-lnav li.lnav04 {
    background-color: #60cabc;
}
.cad-lnav li.lnav05 {
    background-color: #27beb9;
}
.cad-lnav li.lnav06 {
    background-color: #9e98d6;
}
.cad-lnav li.lnav02 a {
    background-image: ;
}
.cad-lnav li.lnav03 a {
    background-image: ;
}
.cad-lnav li.lnav04 a {
    background-image: ;
}
.cad-lnav li.lnav05 a {
    background-image: ;
}
.cad-lnav li.lnav06 a {
    background-image: ;
}
.cad-lnav li:hover {
    box-shadow: 0 5px 15px #565252;
}
.cad-llist {
    padding: 13px 15px 10px 15px;
    background: #f5f7fa;
    overflow: hidden;
}
.cad-llist .cad-litab {
    height: 21px;
    margin-bottom: 10px;
}
.cad-llist .cad-litab:before {
    content:"";
    float: left;
    width: 6px;
    height: 21px;
    margin-right: 6px;
    background: #527bc0;
}
.cad-llist .cad-litab p {
    float: left;
    line-height: 21px;
    font-size: 18px;
    margin-right: 25px;
    cursor: pointer;
}
.cad-llist .cad-litab p.active {
    color: #527bc0;
    font-weight: bold;
}
.cad-llist .cad-ldiv .cad-ldbd {
    display: none;
}
.cad-llist .cad-ldiv .cad-ldbd li a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.cad-llist .cad-ldiv .cad-ldbd li a:before {
    content:"";
    float: left;
    width: 3px;
    height: 3px;
    margin-top: 14.5px;
    margin-right: 8px;
    background: #808080;
}
/*政务载体*/
 .wchat_div {
    position: relative;
    box-shadow: 0 0 12px #e5e5e5;
    padding: 20px 15px;
    background: #fff;
    overflow: hidden;
}
.wchat_div .more {
    position: absolute;
    top: 40px;
    right: 35px;
    line-height: 26px;
    font-size: 14px;
    color: #527bc0;
}
.wchat_div .wchat_div-img {
    text-align: center;
}
.wchat_div .wchat-item {
    width: 49%;
    padding: 25px 2%;
    margin-top:20px;
    background: #ddd;
    overflow: hidden;
}
.wchat_div .wchat-item .fl {
    position: relative;
    width: 124px;
    height: 124px;
    background: #fff;
    text-align: center;
}
.wchat_div .wchat-item .fl img {
    position: absolute;
    top: 0;
    bottom: 0;
    right:0;
    left:0;
    margin: auto;
}
.wchat_div .wchat-item .fr {
    width: 60%;
    line-height: 26px;
    font-size: 14px;
    color: #000;
}
.wchat_div .wchat-item .fr p {
    font-size: 18px;
    color: #507ac2;
}
.wchat_div .wchat-item .fr span {
    display: block;
    text-align: justify;
}
.wchat_div .wchat-item .fr a {
    display: block;
    text-align: right;
    color: #ff9000;
    font-size: 14px;
}
.refer_div {
    width: 100%;
    height: 242px;
    background:  no-repeat center;
    position:relative;
    background-size: cover;
}
.refer_div a {
    display: block;
    width: 35%;
    padding: 15px 0;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    color: #527bc0;
    position: absolute;
    bottom: 25px;
    transition: all 0.3s;
}
.refer_div a.btn_1 {
    left: 10%;
}
.refer_div a.btn_2 {
    right: 10%;
}
.refer_div a img {
    margin-right: 10px;
}
.refer_div a:hover {
    border-radius: 0;
    box-shadow: 0 0 12px #333;
}
.way_div {
    height: 100%;
    margin-left: -4%;
    overflow: hidden;
}
.way_div a {
    width: 21%;
    display: block;
    float: left;
    height: 191px;
    margin-left: 4%;
    text-align: center;
    border: 1px solid #c0d0e0;
}
.way_div a div {
    margin-top: 24px;
    margin-bottom: 20px;
}
.way_div a span {
    font-size: 18px;
}
.way_div a:hover {
    border-color: #527bc0;
    color: #527bc0;
}
/*=================市政服务=======================*/
 .sw-classify {
    display:none;
}
.sw-classify .classify-first {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.sw-classify .classify-first ul {
    margin: 0 30px;
    position: relative;
    overflow: hidden;
    height: 64px;
    transition: all 0.3s;
}
.sw-classify .classify-first:after {
    position: absolute;
    content:'';
    display: block;
    width: 100%;
    left: 0;
    bottom: 10px;
    border-bottom: 1px dashed #527ac0;
}
.sw-classify .classify-first ul li {
    float: left;
    width: 130px;
    text-align: center;
    font-size: 18px;
    position: relative;
    padding-bottom: 40px;
    padding-top: 24px;
}
.sw-classify .classify-first ul li a {
    display: inline-block;
    position: absolute;
    top:0;
    width: 100%;
    left: 0;
}
.sw-classify .classify-first ul li:after {
    content:'';
    display: inline-block;
    width: 15px;
    height:15px;
    position: absolute;
    z-index:1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #bebebe;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
}
.sw-classify .classify-first ul li.active:after {
    background: #d70f19;
    width: 20px;
    height: 20px;
    bottom: 0;
}
.sw-classify .classify-first ul li.active {
    color: #527ac0;
}
.sw-classify .sw-btn {
    display: block;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: #d70f19 ;
    bottom: 0;
    cursor: pointer;
    background-repeat: no-repeat;
}
.sw-classify .sw-btn:hover {
    opacity: 0.8;
}
.sw-classify .sw-left-btn {
    left: 0;
    background-position: 0 0;
}
.sw-classify .sw-right-btn {
    right: 0;
    background-position: -20px 0;
}
.sw-classify .sw-btn.prevstop, .sw-classify .sw-btn.nextstop {
    background-color: #bebebe;
    cursor: default;
}
.classify-type ul {
    margin-right: -1.25%;
    margin-bottom: 20px;
}
.classify-type ul li {
    float: left;
    width: 18.75%;
    margin-right: 1.25%;
    text-align: center;
}
.classify-type ul li a {
    display: block;
    height: 50px;
    background: #f0f0f0;
    line-height: 50px;
    font-size: 16px;
    color: #5e5e5e;
    border: 1px solid #f0f0f0;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.classify-type ul li.active a {
    border-radius:0;
    -webkit-border-radius:0;
    color: #486cb8;
    background: #e8f1ff;
}
.classify-type ul li:hover a {
    box-shadow: 0 0 6px #c5c5c5;
    -webkit-box-shadow: 0 0 6px #c5c5c5;
    border-color: #ddd;
}
.classify-type ul li a:before {
    content:'';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: ;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.classify-type ul li.item1 a:before {
    background-position: -80px -3px
}
.classify-type ul li.item2 a:before {
    background-position: -80px -40px
}
.classify-type ul li.item3 a:before {
    background-position: -80px -83px
}
.classify-type ul li.item4 a:before {
    background-position: -80px -122px
}
.classify-type ul li.item5 a:before {
    background-position: -80px -164px
}
.classify-type ul li.item1.active a:before {
    background-position: -39px -3px
}
.classify-type ul li.item2.active a:before {
    background-position: -39px -40px
}
.classify-type ul li.item3.active a:before {
    background-position: -39px -83px
}
.classify-type ul li.item4.active a:before {
    background-position: -39px -122px
}
.classify-type ul li.item5.active a:before {
    background-position: -39px -164px
}
.classify-type ul li.disabled a {
    color: #ccc;
    cursor: default;
}
.classify-type ul li.disabled:hover a {
    box-shadow: none;
    border-color:#f0f0f0
}
.classify-type ul li.item1.disabled a:before {
    background-position: 0 -3px
}
.classify-type ul li.item2.disabled a:before {
    background-position: 0 -40px
}
.classify-type ul li.item3.disabled a:before {
    background-position: 0 -83px
}
.classify-type ul li.item4.disabled a:before {
    background-position: 0 -122px
}
.classify-type ul li.item5.disabled a:before {
    background-position: 0 -164px
}
.ogp-service {
    padding-top: 20px;
    border-top:1px solid #ddd;
    margin-bottom: 20px;
}
.service-choose {
    margin-bottom: 20px;
    height: 50px;
}
.service-choose div {
    width: 50%;
    float: left;
    height: 50px;
    text-align: center;
    background: #e6e6e6;
}
.service-choose div.active {
    background:  no-repeat center;
    background-size: 100% 100%;
}
.service-choose div a {
    display:inline-block;
    font-size: 22px;
    color: #3d3d3d;
    padding-bottom: 5px;
    border-bottom: 2px solid #737373;
    padding-top: 5px;
}
.service-choose div.active a {
    color: #fff;
    border-color: #fff;
}
.classify-second {
    position: relative;
    height: auto;
    padding: 5px 0;
    background: #e8f1ff;
    overflow: hidden;
}
.classify-second ul {
    overflow: hidden;
}
.classify-second.active {
    height: auto;
}
.classify-second ul li {
    float: left;
    margin-right: 2%;
    margin-left: 1%;
    width: 30.33%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.classify-second ul li:before {
    content:'';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    background:  no-repeat center;
}
.classify-second ul li.active a {
    color: #527ac0;
    font-weight: bold;
}
.classify-second ul li a {
    color: #3d3d3d;
    font-size: 14px;
}
.classify-second ul li:hover a {
    color: #527ac0;
    text-decoration: underline
}
.classify-second ul li.active a {
    color: #527ac0;
}
.classify-second a.show-more {
    position: absolute;
    right: 0;
    top:0;
    display: none!important;
    font-size: 16px;
}
.classify-second a.show-more:after {
    content:'';
    display: inline-block;
    width: 15px;
    height: 14px;
    background:  no-repeat center;
    background-size: 100%;
    margin-left: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.classify-second a.show-more:hover {
    color:#d70f19
}
.classify-second a.show-more.active:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.service-list {
    margin-top:10px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}
.service-list ul.sl {
    min-height:775px;
}
.service-list ul.sl li {
    padding:10px 0;
    border-bottom: 1px dashed #ddd;
}
.service-list ul.sl li .sl-txt a {
    color: #3d3d3d;
    font-size: 14px;
    display: inline-block;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-list ul.sl li .sl-txt span {
    float: right;
    font-size: 14px;
    color: #808080;
}
.service-list ul.sl li .sl-buttons {
    overflow: hidden;
    /*margin-top: 5px;*/
}
.service-list ul.sl li .sl-buttons a {
    display: inline-block;
    float:left;
    color: #527bc0;
    border-radius:5px;
    -webkit-border-radius: 5px;
    border:1px solid #527bc0;
    padding: 5px 20px;
    margin-right: 10px;
    cursor: pointer;
}
.service-list ul.sl li .sl-buttons a:hover {
    background: #f0f0f0;
}
.service-list ul.sl li .sl-buttons a.disabled {
    color: #ccc;
    border-color: #ccc;
}
.service-list ul.sl li:hover .sl-buttons {
    display: block;
}
.service-list ul.sl li:hover .sl-txt a {
    color: #d70f19;
}
.service-list .sl-page {
}
/*tab*/
 .service-custom {
    border-top: 1px solid #ddd;
    margin-top:20px;
}
.service-custom .sc-tabs {
    width: 68%;
}
.service-custom .tabs-buttons {
    border-left: 5px solid #d70f19;
    overflow: hidden;
    padding-left:10px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.service-custom .tabs-buttons a {
    display: inline-block;
    float: left;
    margin-right: 3%;
    color: #3d3d3d;
    font-size: 18px;
}
.service-custom .tabs-buttons a.active {
    font-weight: bold;
    color: #527ac0;
}
.service-custom .tabs-content {
    width:100%;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.service-custom .tabs-content .tabs-item {
    display: none;
}
.tabs-slide {
    position:relative;
    width: 45%;
}
.tabs-slide .ts-hd {
    position:absolute;
    bottom:-5px;
    overflow:hidden;
    z-index:1;
    left: 0;
    right: 0;
    margin: auto;
}
.tabs-slide .ts-hd ul {
    overflow:hidden;
    zoom:1;
    text-align: center;
}
.tabs-slide .ts-hd ul li {
    width:8px;
    height:8px;
    margin: 0 5px;
    border-radius:50%;
    cursor:pointer;
    text-indent: 100em;
    display: inline-block;
    background: #eee
}
.tabs-slide .ts-hd ul li.on {
    background:#ffcc00;
}
.tabs-slide .ts-content {
    position:relative;
    height:280px;
    z-index:0;
}
.tabs-slide .ts-content ul {
    width: 100%;
    height: 100%;
}
.tabs-slide .ts-content li {
    width: 100%;
    height:100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.tabs-slide .ts-content li a {
    display: block;
    width:100%;
    background: #eee;
    height: 280px;
}
.tabs-slide .ts-content li a img {
    width: 100%;
    height:100%;
}
.tabs-slide .ts-content li .ts-title-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #527bc0;
    background: rgba(82, 123, 192, 0.8);
}
.tabs-slide .ts-content li span {
    display: block;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 70px;
}
.tabs-slide .prev, .tabs-slide .next {
    position:absolute;
    bottom:8px;
    z-index:1;
    margin: auto;
    display:block;
    width:24px;
    height:24px;
    background:;
    background-repeat: no-repeat
}
.tabs-slide .prev {
    background-position: 0 0;
    right:35px
}
.tabs-slide .next {
    background-position: -25px 0;
    right: 10px;
}
.tabs-slide .prev:hover, .tabs-slide .next:hover {
    filter:alpha(opacity=50);
    opacity:0.5;
}
.tabs-slide .prevstop {
    display:none;
}
.tabs-slide .nextstop {
    display:none;
}
.service-custom .sc-tabs .sc-notice {
    width: 53%;
}
.sc-notice {
    height: 280px;
}
.sc-notice ul li {
    overflow: hidden;
    height: 18px;
    list-style: circle;
    position: relative;
}
.sc-notice ul li li {
    margin-top: 14px;
}
.sc-notice ul li:before {
    content:'';
    display: inline-block;
    width:4px;
    height:4px;
    background: #464646;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    margin: auto;
}
.sc-notice ul li a {
    color: #333333;
    display: inline-block;
    width: 78%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 2.5%
}
.sc-notice ul li a:hover {
    color: #d70f19;
    text-decoration: underline;
}
.sc-notice ul li span {
    font-size: 12px;
    color: #808080;
    display: inline-block;
    float: right;
}
.sc-notice.last ul li a {
    width:96%;
}
.sc-notice.last ul {
    border-top: 1px solid #ddd;
    padding-top: 15px
}
.sc-notice.last {
    width: 29.5%;
}
/*=================end 市政服务=======================*/

/*=================征地补偿=======================*/
 .land-tab {
    border-top:1px solid #ddd;
}
.lt-buttons {
    height: 55px;
    line-height: 55px;
    position: relative;
}
.lt-buttons a {
    font-size: 22px;
    color: #3d3d3d;
    display: block;
    position: relative;
    float: left;
    padding: 0 25px;
    cursor: pointer;
}
.lt-buttons a.active {
    font-weight: bold;
    color: #527bc0;
}
.lt-buttons a.active:before {
    content:'';
    display:block;
    width: 100%;
    height: 3px;
    background: #527bc0;
    left: 0;
    top:0;
    position: absolute;
}
.lt-buttons:after {
    content:'';
    width: 1px;
    height: 25px;
    background: #ddd;
    display: block;
    position: absolute;
    left: 135px;
    top:0;
    bottom: 0;
    margin: auto;
}
.mytabs-item {
    display: none;
}
.lt-content {
    height: 400px;
    margin-top: 25px;
    margin-bottom: 35px;
}
.item-left-tab {
    width: 15%;
    text-align: right;
    position: relative;
    height: 100%;
}
.item-left-tab:after {
    content:'';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #9bb4da;
    right: 0;
    top:0;
}
.item-left-tab a {
    display: block;
    font-size: 15px;
    color: #3d3d3d;
    padding-right: 15%;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item-left-tab a.active {
    font-weight: bold;
    color: #527bc0;
    font-size: 18px;
}
.item-left-tab a.active:after {
    content:'';
    display: block;
    position: absolute;
    right: -10px;
    top:0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 13px;
    background:  no-repeat center;
    z-index: 1;
}
.item-left-tab a:hover {
    color: #527bc0
}
.item-right-content {
    width: 82.5%
}
.lt-content .lt-item {
    height: 100%;
}
.item-right-item li {
    overflow: hidden;
    list-style: circle;
    position: relative;
}
.item-right-item li li {
    margin-top: 9px;
    padding-top:9px;
    border-top: 1px dashed #ddd;
}
.item-right-item li:before {
    content:'';
    display: inline-block;
    width:4px;
    height:4px;
    background: #464646;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    left: 5px;
    top:0;
    bottom: 0;
    margin: auto;
}
.item-right-item li a {
    color: #333333;
    display: inline-block;
    width: 78%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 2.5%
}
.item-right-item li a:hover {
    color: #d70f19;
    text-decoration: underline;
}
.item-right-item li span {
    font-size: 12px;
    color: #808080;
    display: inline-block;
    float: right;
}
/*=================end征地补偿=======================*/

/*=================政务查阅点=======================*/
 .gov-view {
    border-top:1px dashed #ddd;
}
.gov-view .gv-title {
    height: 80px;
    position: relative;
}
.gov-view .gv-title h4 {
    text-align: center;
    line-height: 80px;
    color: #d71315;
    font-size: 28px;
    font-weight: normal;
}
.gov-view .gv-title>div {
    position: absolute;
    height: 8px;
    width: 41%;
    border-top:1px solid #ddd;
    border-bottom: 1px solid #ddd;
    top:0;
    bottom: 0;
    margin: auto;
}
.gov-view .gv-title>div.title-line1 {
    left: 0;
}
.gov-view .gv-title>div.title-line2 {
    right: 0;
}
.gov-view .gv-title a {
    position: absolute;
    right: 0;
    top:8px;
    font-size: 16px;
    color: #3d3d3d;
    display: inline-block;
}
.gov-view .gv-title a:before {
    content:'';
    display:inline-block;
    margin-right:5px;
    width: 18px;
    height: 18px;
    background:  no-repeat center;
    background-size: 100%;
    vertical-align: sub;
}
.gov-view .gv-title a:hover {
    color: #527bc0
}
/*.gov-view .gv-map{width: 32.5%;overflow: auto;}
.gov-view .gv-map img{max-width: none}*/
 .gov-view .gv-map {
    position: relative;
}
.gov-view .gv-nav {
    width: 67.5%;
    margin-top: 20px;
}
.gov-view .gv-nav .nav-item {
    height: 127px;
    margin-bottom: 20px;
}
.gov-view .gv-nav .nav-item .ni-title {
    width: 21.5%;
    background-size: 100% 100%!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.gov-view .gv-nav .nav-item .ni-title > div {
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    height:55px;
    line-height: 35px;
    left: 0;
    right: 0;
    top:-5px;
    bottom: 0;
    margin: auto;
}
.gov-view .gv-nav .nav-item .ni-title > div>span {
    display: block;
}
.gov-view .gv-nav .nav-item.first .ni-title {
    background: ;
}
.gov-view .gv-nav .nav-item.second .ni-title {
    background: ;
}
.gov-view .gv-nav .nav-item.third .ni-title {
    background: ;
}
.gov-view .gv-nav .nav-item .ni-links {
    width: 78.5%;
    background: #f5f5f5;
    height: 100%;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}
.gov-view .gv-nav .nav-item ul {
    max-height: 110px;
    overflow-y: auto;
    width: 95%;
    margin: 15px auto;
}
.gov-view .gv-nav .nav-item ul::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}
.gov-view .gv-nav .nav-item ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #527bc0;
}
.gov-view .gv-nav .nav-item ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #dddddd;
}
.gov-view .gv-nav .nav-item ul li {
    float: left;
    margin-right: 7%;
    color: #3d3d3d;
    height: 35px;
    line-height: 35px;
}
.gov-view .gv-nav .nav-item ul li a:hover {
    color: #f5a650;
}
.gov-view .gv-nav .nav-item ul li a {
    display: inline-block;
}
.gov-view .gv-nav .nav-item ul li a:before {
    content:'';
    width: 6px;
    height: 9px;
    display: inline-block;
    margin-right: 8px;
    background: url(/uploads/image/i42589/icon_list-depart.png) no-repeat center;
    background-size: 100%;
}
.gov-view .gv-slide {
    position: relative;
    margin-bottom: 30px;
}
.gov-view .gv-slide-wrap {
    width: 90%;
    margin: auto;
}
.gov-view .gv-slide-wrap ul {
    overflow: hidden;
    height: 195px;
}
.gov-view .gv-slide-wrap ul li {
    width: 23.5%;
    float: left;
    margin-right: 19px;
}
.gov-view .gv-slide-wrap ul li:last-child {
    margin-right: 0;
}
.gov-view .gv-slide-wrap ul li img {
    height: 165px;
    width: 100%;
}
.gov-view .gv-slide-wrap ul li span {
    line-height: 30px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #777;
    text-align: center;
    padding: 0 10px;
    background: #fff;
}
.gov-view .gv-slide-wrap .gv-slide-btn {
    display: block;
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 50px;
    top:55%;
    margin:auto;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size:90%!important;
}
.gov-view .gv-slide-wrap .prev {
    left: 0;
    background: 
}
.gov-view .gv-slide-wrap .next {
    right: 0;
    background: 
}
.gov-view .gv-slide-wrap .prev.prevstop, .gov-view .gv-slide-wrap .next.nextstop {
    cursor: default;
    opacity: 0.5;
}
/*=================end政务查阅点=======================*/

/*2018-1-4市政服务修改*/
 .service-left {
    width: 25.4%;
    overflow: auto;
    background: #f0f0f0  no-repeat bottom;
    background-size: contain;
}
.service-right {
    width: 73%;
}
.service-left .service-type-btn {
    padding: 15px 5%;
}
.service-left .service-type-btn ul li a {
    display: block;
    height: 55px;
    border:1px solid #527bc0;
    border-radius:5px;
    -webkit-border-radius:5px;
    background: #527bc0;
    line-height: 55px;
    position: relative;
    text-indent: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.service-left .service-type-btn ul li li {
    margin-top: 25px;
}
.service-left .service-type-btn ul li:hover a {
    border-radius:0px;
    -webkit-border-radius:0px;
    opacity: 0.8;
}
.service-left .service-type-btn ul li a:after {
    content:'';
    display: block;
    position: absolute;
    top:0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 18px;
    height: 18px;
    background:  no-repeat;
    background-position: 0 0;
}
.service-left .service-type-btn ul li.active a:after {
    background-position: 0 -18px;
}
.service-left .service-type-btn ul li.active a {
    background: #fff;
    color: #527bc0;
}
.breadcrumb {
    position: relative;
    padding: 23px 0;
}
.breadcrumb .page-position {
    padding: 0;
}
.breadcrumb .service-search {
    position: absolute;
    right: 0px;
    top:0;
    bottom: 0;
    margin: auto;
    width: 375px;
    height: 35px;
}
.breadcrumb .service-search input[type='text'] {
    width: 230px;
    text-indent: 10px;
    border: 1px solid #ddd;
    line-height: 33px;
    height: 33px;
    border-radius:5px;
    -webkit-border-radius:5px;
}
.breadcrumb .service-search select {
    width:90px;
    text-indent: 10px;
    border: 1px solid #ddd;
    line-height: 33px;
    height: 33px;
    border-radius:5px;
    -webkit-border-radius:5px;
}
.breadcrumb .service-search input[type='submit'] {
    position: absolute;
    right: 0;
    top:0;
    height:33px;
    width: 50px;
    background: #e2aa23  no-repeat center;
    cursor:pointer;
    border-top-right-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}
.ysqgk-link {
    display:none;
    position: absolute;
    width:120px;
    height: 35px;
    border-radius:5px;
    -webkit-border-radius:5px;
    line-height: 35px;
    text-align: center;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    background: #527bc0;
}
.ysqgk-link a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding-left: 30px;
}
.ysqgk-link a:before {
    content:'';
    display: inline-block;
    width: 24px;
    height: 24px;
    background:  no-repeat center;
    background-size: 100%;
    position: absolute;
    top:0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
/*26*/
 .service-left {
    min-height: 780px;
}
.service-left .bm-apply {
    width: 95%;
    margin: 55px auto;
    padding-top: 8px;
    background: #fff;
}
.service-left .bm-apply .apply-hd {
    position: relative;
    padding-left: 20px;
    margin-left: -1px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #527bc0;
}
.service-left .bm-apply .apply-hd:before {
    content:"";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 6px;
    height: 20px;
    background: #527bc0;
}
.service-left .bm-apply .apply-bd {
    padding: 0 10px;
}
.service-left .bm-apply .ab-top {
    padding: 10px 0;
    border-bottom: 1px #ddd dashed;
    overflow: hidden;
}
.service-left .bm-apply .ab-top a {
    float: left;
    width: 48%;
    padding: 4px 0;
    margin: 0 1% 10px 1%;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #527bc0;
    text-align: center;
    background: #eff5fb;
    overflow: hidden;
}
.service-left .bm-apply .ab-top a:hover {
    color: #fff;
    background: #527bc0;
}
.service-left .bm-apply .ab-bot {
    padding: 10px 2px;
    overflow: hidden;
}
.service-left .bm-apply .ab-bot .ab-bot-title {
    position: relative;
    line-height: 36px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #527bc0;
}
.service-left .bm-apply .ab-bot .ab-bot-title:before {
    content:"";
    position: absolute;
    left: 0;
    width: 20px;
    height: 38px;
    background: ;
}
.service-left .bm-apply .ab-bot .from-div {
    margin-bottom: 10px;
    min-height: 24px;
    overflow: hidden;
}
.service-left .bm-apply .ab-bot .from-div .from-hd {
    float: left;
    width: 60px;
    line-height: 24px;
    font-size: 14px;
}
.service-left .bm-apply .ab-bot .from-div .from-bd {
    float: left;
    width: 187px;
    height: 100%;
    border: 1px #ddd solid;
}
.service-left .bm-apply .ab-bot .from-div .from-bd input[type="text"] {
    display: block;
    width: 100%;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 16px;
}
.service-left .bm-apply .ab-bot .from-div .yzb-bd {
    border: 0;
}
.service-left .bm-apply .ab-bot .from-div .yzb-bd input[type="text"] {
    float: left;
    width: 120px;
    border: 1px #ddd solid;
}
.service-left .bm-apply .ab-bot .from-div .yzb-bd span {
    float: right;
    width: 61px;
    height: 24px;
    background: #edf2ef;
    cursor: pointer;
}
.service-left .bm-apply .ab-bot .from-bto {
    height: 28px;
}
.service-left .bm-apply .ab-bot .from-bto .from-hd {
    color: transparent;
}
.service-left .bm-apply .ab-bot .from-bto .from-bd {
    border: 0;
    width: 64px;
}
.service-left .bm-apply .ab-bot .from-bto .from-bd input[type="submit"] {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #ff8a00;
}
/*2018-0713市政服务修改*/
 .szfw_section .service-left {
    min-height: 620px;
}
.szfw_section .service-list ul.sl {
    min-height:auto;
}
/*更新 update*/

/*0718new*/
 .service-left .service-type-btn {
    position: relative;
    padding-top: 85px;
}
.szfw_stitle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 30px 0 60px;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    background: #527bc0;
}
.szfw_stitle:before {
    content:"";
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    background:  no-repeat;
}
/*0718old*/
 .szfw_open {
    overflow: hidden;
}
.szfw_open iframe {
    width: 100%;
    height: 310px;
}
.szfw_head {
    padding: 11px 0;
    background: #f0f0f0;
    overflow: hidden;
}
.szfw_head h1 {
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #527bc0;
    border-left: 8px #527bc0 solid;
}
.datelist {
    overflow: hidden;
    margin-left: -4%;
}
.datelist li {
    position: relative;
    float: left;
    width: 46%;
    padding-right: 10%;
    padding-left: 15px;
    margin-left: 4%;
    height: 30px;
    line-height: 30px;
}
.datelist li:before {
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius:100%;
    background: #ccc;
}
.datelist li span {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.datelist li a {
    display: block;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.szfw_thing {
    position: relative;
}
.szfw_thing-head {
    margin-top: 15px;
    margin-bottom: 8px;
    overflow: hidden;
}
.szfw_thing-head span {
    display: inline-block;
    padding: 0 15px;
    height: 45px;
    line-height: 43px;
    margin-right: 5px;
    border:1px #527bc0 solid;
    font-size: 16px;
    color: #527bc0;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
}
.szfw_thing-head span.active {
    color: #fff;
    background: #527bc0;
}
.szfw_thing-bd {
    height:185px;
}
.szfw_thing-hbd {
    display: none;
}
.szfw_thing-hbd.show {
    display: block;
}
.szfw_thing-hsmall {
    position: absolute;
    right: 0;
    top: 57px;
    padding: 0 10px;
    height: 45px;
    overflow: hidden;
}
.szfw_thing-hsmall:after {
    content:"";
    position: absolute;
    top: 20px;
    right: 0;
    width: 100%;
    height: 5px;
    background: #f5f5f5;
    z-index: -1;
}
.szfw_thing-hsmall span {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 45px;
    font-weight: bold;
    text-align: center;
    background:  center center no-repeat;
    cursor: pointer;
}
.szfw_thing-hsmall span i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    display: block;
    line-height: 23px;
    font-size: 16px;
    color: #fff;
    font-style: normal;
}
.szfw_thing-hsmall span.active {
    background: center center no-repeat;
}
.szfw_thing-hbd .datelist {
    display: none;
}
.szfw_thing-hbd .datelist.show {
    display: block;
}
.szfw_ysq {
    width: 49%;
    max-width: 590px;
}
.szfw_ysq-main {
    margin-top: 22px;
    overflow: hidden;
}
.szfw_ysq-main .ysqgk-top {
    width: 45%;
    max-width: 268px;
    overflow: hidden;
}
.szfw_ysq-main .ysqgk-top a {
    float: left;
    width: 44%;
    max-width: 118px;
    margin: 0 5% 15px 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #527bc0;
    text-align: center;
    background: #eff5fb;
    overflow: hidden;
}
.szfw_ysq-main .ysqgk-top a:hover {
    color: #fff;
    background: #527bc0;
}
.szfw_ysq-main .ysqgk-bot {
    width: 53%;
    max-width: 300px;
    margin-top: -8px;
    overflow: hidden;
}
.szfw_ysq-main .ysqgk-bot form {
    position: relative;
}
.szfw_ysq-main .ysqgk-bot .ab-bot-title {
    position: relative;
    line-height: 36px;
    padding-left: 25px;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: bold;
    color: #527bc0;
}
.szfw_ysq-main .ysqgk-bot .ab-bot-title:before {
    content:"";
    position: absolute;
    left: 0;
    width: 20px;
    height: 38px;
    background: ;
}
.szfw_ysq-main .ysqgk-bot .from-div {
    width: 195px;
    min-height: 26px;
    margin-bottom: 10px;
    overflow: hidden;
}
.szfw_ysq-main .ysqgk-bot .from-div .from-hd {
    float: left;
    width: 60px;
    line-height: 26px;
    font-size: 14px;
}
.szfw_ysq-main .ysqgk-bot .from-div .from-bd {
    float: left;
    width: 135px;
    height: 100%;
    border: 1px #ddd solid;
}
.szfw_ysq-main .ysqgk-bot .from-div .from-bd input[type="text"] {
    display: block;
    width: 100%;
    height: 24px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 16px;
}
.szfw_ysq-main .ysqgk-bot .from-bto {
    position: absolute;
    top: 0;
    right: 10px;
    width: 76px;
    height: 61px;
    line-height: 61px;
    color: #fff;
    border-radius: 6px;
    background:#ff8a00;
    overflow: hidden;
}
.szfw_ysq-main .ysqgk-bot .from-bto input[type="submit"] {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #ff8a00;
}
.szfw_ybts {
    width: 49%;
    max-width: 590px;
}
.szfw_ybts-main {
    margin-top: 22px;
    overflow: hidden;
}
.szfw_ybts-main div {
    position: relative;
    float: left;
    line-height: 20px;
    margin-bottom: 35px;
    min-width: 50%;
    padding: 0 25px 0 55px;
}
.szfw_ybts-main div:before {
    content:"";
    position: absolute;
    top: 0;
    left: 25px;
    width: 20px;
    height: 20px;
    background: ;
    background-repeat: no-repeat;
}
.szfw_ybts-main div.yb02:before {
    background: ;
}
.szfw_ybts-main div.yb03:before {
    background: ;
}
/*政务公开事项标准*/
 .norm_zw {
}
.norm_zw a {
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    margin-left: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border:1px #527bc0 solid;
    border-radius: 5px;
    background: #527bc0;
}
.norm_zw a:hover, .norm_zw a.active {
    color: #527bc0;
    background: #fff;
}
.norm_form-head {
    margin: 30px auto;
    text-align: center;
}
.norm_form-head input {
    width: 100px;
    height: 34px;
    font-size: 14px;
    border:1px #ddd solid;
}
.norm_form-head input[type="text"] {
    width: 200px;
    padding: 0 10px;
    margin-right: 10px;
}
.norm_form-head input[type="submit"] {
    color: #fff;
    border-color: #ff8a00;
    background: #ff8a00;
    cursor: pointer;
}
.norm_form-head input[type="reset"] {
    cursor: pointer;
}
.sxml {
    width:1180px;
    height:95px;
    background: repeat-x center center
}
.sxml a {
    width:95px;
    margin:0px 1px 0px 2px;
    height:58px;
    display:block;
    float:left;
    text-align:center;
    padding-top:60px;
}
.sxml a.a1 {
    background: no-repeat center center
}
.sxml a.a2 {
    background: no-repeat center center
}
.sxml a.a3 {
    background: no-repeat center center
}
.sxml a.a4 {
    background: no-repeat center center
}
.sxml a.a5 {
    background: no-repeat center center
}
.sxml a.a6 {
    background: no-repeat center center
}
.sxml a.a7 {
    background: no-repeat center center
}
.sxml a.a8 {
    background: no-repeat center center
}
.sxml a.a9 {
    background: no-repeat center center
}
.sxml a.a10 {
    background: no-repeat center center
}
.sxml a.a11 {
    background: no-repeat center center
}
.sxml a.a12 {
    background: no-repeat center center
}
.sxml a:hover, .sxml a.active {
    color:#527bc0
}
/*end*/
 .index-panel-1 .btn-group-2 {
    margin-bottom: 36px;
}
.index-panel-1 .btn-group-2 ul {
    overflow: hidden;
}
.index-panel-1 .btn-group-2 li {
    margin: 0 10px;
    float: left;
    width: 278px;
    height: 68px;
    line-height: 68px;
    background-color: #eff3fe;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
}
.index-panel-1 .btn-group-2 li a {
    display: block;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #39435c;
}
.index-panel-1 .btn-group-2 li a i {
    margin-right: 20px;
    display: inline-block;
    width: 42px;
    height: 34px;
    vertical-align: middle;
    background:  no-repeat center;
}
.index-panel-1 .btn-group-2 li li a i {
    background:  no-repeat center;
}
.index-panel-1 .btn-group-2 li li li a i {
    background:  no-repeat center;
}
.index-panel-1 .btn-group-2 li li li li a i {
    background:  no-repeat center;
}
.index-panel-1 .btn-group-2 li a:hover {
    background-color: #bfcef8;
    text-decoration:none;
}
/*试点*/
 .index-panel-3 .btn-group-2 {
    margin-bottom:10px;
    width:1200px
}
.index-panel-3 .btn-group-2 ul {
    overflow: hidden;
}
.index-panel-3 .btn-group-2 li {
    margin: 6px 5px;
    float: left;
    width: 230px;
    height: 68px;
    line-height: 68px;
    background-color: #eff3fe;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
}
.index-panel-3 .btn-group-2 li a {
    display: block;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #39435c;
}
.index-panel-3 .btn-group-2 li a i {
    margin-right: 20px;
    display: inline-block;
    width: 42px;
    height: 34px;
    vertical-align: middle;
    background:  no-repeat center;
}
.index-panel-3 .btn-group-2 li li a i {
    background:  no-repeat center;
}
.index-panel-3 .btn-group-2 li li li a i {
    background:  no-repeat center;
}
.index-panel-3 .btn-group-2 li li li li a i {
    background:  no-repeat center;
}
.index-panel-3 .btn-group-2 li li li li li a i {
    background:  no-repeat center;
}
.index-panel-3 .btn-group-2 li li li li li li a i {
    background:  no-repeat center;
}
.index-panel-3 .btn-group-2 li li li li li li li a i {
    background:  no-repeat center;
}
.index-panel-3 .btn-group-2 li li li li li li li li a i {
    background:  no-repeat center;
}
.index-panel-3 .btn-group-2 li li li li li li li li li a i {
    background:  no-repeat center;
}
.index-panel-3 .btn-group-2 li li li li li li li li li li a i {
    background:  no-repeat center;
}
.index-panel-3 .btn-group-2 li a:hover {
    background-color: #bfcef8;
    text-decoration:none;
}
.ywt {
    margin-bottom: 20px;
}
.ywt .ywtb-title {
    background: no-repeat 0px 0px;
    height:79px;
}
.ywt .ywtb-list {
    border:1px solid #ccc;
    border-top: none;
    padding:14px;
    height: 450px;
    overflow-y: auto;
    overflow-x:hidden
}
.ywt .ywtb-list ul li {
    background:  no-repeat 10px 20px;
    padding:0px 0px 0px 26px;
    line-height: 47px;
    border-bottom:1px dotted #cccccc;
}
.ywt .ywtb-list ul li:hover, .ywt .ywtb-list ul li.active {
    background-color: #fafafa;
}
.ywt .ywtb-list ul li a:hover {
    color:#cc0000
}
.ywt .ywtb-list .ybtn {
    display: none;
    padding-bottom: 10px;
    overflow: hidden;
}
.ywt .ywtb-list .ybtn a {
    float: left;
    display: inline-block;
    height: 34px;
    padding: 0 20px;
    margin:0 10px;
    font-size: 14px;
    color: #59affd;
    border:1px #59affd solid;
    border-radius: 6px;
    background: #fff;
    line-height: 34px;
}
.ywt .ywtb-list .ybtn a img {
    margin-right: 5px;
}
.ywt .ywtb-list li:hover .ybtn, .ywt .ywtb-list li.active .ybtn {
    display: block;
}
/*政务载体*/
 .zwzt {
    width:960px;
    margin: 0px auto;
    height: 395px;
}
.zwzt-fl {
    width: 627px;
    overflow: hidden;
}
.zwzt-fl-top {
    width: 100%;
    height: 162px;
    overflow: hidden;
}
.zwzt-fl-top a {
    width: 49%;
    max-width:306px;
}
.zwzt-fl-bto {
    width: 100%;
    height: 183px;
    text-align: center;
    background:  center center no-repeat;
    background-size: 100% 100%;
}
.zwzt-fl-bto a {
    display: inline-block;
    width: 19%;
    max-width: 123px;
    margin: 30px 2%;
}
.zwzt-fr {
    max-width: 300px;
    width: 31%;
    margin-right:10px;
    background: #e4edf9;
    overflow: hidden;
}
.zwzt-fr a {
    width: 100%;
    max-width:300px;
    height: 144px;
    overflow: hidden;
}
.zwzt-fr>img {
    display: block;
    width: 100%;
    max-width: 300px;
    height:216px;
}
.zwzt2 {
    width:1200px;
    height:380px;
}
.zwzt2 .zwzt2_fl {
    float:left;
    width:845px;
}
.zwzt2 .zwzt2_fr {
    float:right;
    width:340px;
}
.zwzt2 .zwzt2_fl_top {
    height:177px;
}
.menu-search {
    display:none;
}
/*目录搜索不显示*/
 #append {
    line-height:200%;
    font-size: 15px;
}
.bm-applybg {
    background-image: ;
    background-position: center bottom;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1220px) {
    .gov-view .gv-nav {
        width: 58%;
    }
}
@media screen and (max-width: 1210px) {
    body {
        font-size: 12px;
    }
    .w1200 {
        max-width: 1000px;
    }
    .ogp-topbanner {
        height: 160px;
    }
    .ogp-topbanner .w1200 a {
        width: 100px;
        right: 10px;
        top:10px;
    }
    .ogp-footer .footer-info p {
        font-size: 12px;
    }
    .ogp-topnav ul li a {
        font-size: 14px;
    }
    .ft16 {
        font-size: 14px;
    }
    .ft18 {
        font-size: 16px;
    }
    .ft20 {
        font-size: 18px;
    }
    /*leader*/
    .leader-name .lname-text {
        width: 74%;
    }
    /*openfive*/
    .opside-bd ul a {
        padding: 15px 10px;
        font-size: 14px;
    }
    .sw-classify .classify-first ul li {
        width: 110px;
        font-size: 16px;
    }
    /*微信矩阵*/
    .wch-aitems a {
        font-size: 12px;
    }
    .wch-aitems .wch-aqr p {
        font-size: 12px;
    }
    .item-left-tab a.active {
        font-size: 16px;
    }
    .bchat-items li {
        margin: 8px 21px;
    }
    .gov-view .gv-nav .nav-item .ni-title > div {
        font-size: 14px;
    }
    .gov-view .gv-nav {
        width: 58%;
    }
    .gov-view .gv-title h4 {
        font-size: 26px;
    }
    /**/
    .service-list ul.sl li .sl-txt a, .classify-second ul li a {
        font-size: 14px;
    }
    .service-left .service-type-btn ul li a {
        font-size: 16px;
    }
    .service-choose div a {
        font-size: 18px;
        border-width: 1px;
        padding-top: 10px;
    }
}
.pop {
    display: none;
    width: 1000px;
    min-height: 570px;
    max-height: 750px;
    height:570px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 25px;
    z-index: 130;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px #000;
}
.pop-top {
    height:40px;
    width:100%;
    border-bottom: 1px #e5e5e5 solid;
}
.pop-top h2 {
    float: left;
    display:black
}
.pop-top span {
    float: right;
    cursor: pointer;
    font-weight: bold;
    display:black
}
.pop-foot {
    height:50px;
    line-height:50px;
    width:100%;
    border-top: 1px #e5e5e5 solid;
    text-align: right;
}
.pop-cancel, .pop-ok {
    padding:8px 15px;
    margin:15px 5px;
    border: none;
    border-radius: 5px;
    background-color: #337ab7;
    color: #fff;
    cursor:pointer;
}
.pop-cancel {
    background-color: #fff;
    border:1px #cecece solid;
    color: #000;
}
.pop-content {
    height: 450px;
}
.pop-content-left {
    float: left;
}
.pop-content-right {
    width:310px;
    float: left;
    padding-top:20px;
    padding-left:20px;
    font-size: 16px;
    line-height:35px;
}
.bgpop {
    display: none;
    position: absolute;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}
/*
@media screen and (min-width: 0px) and (max-width: 1000px) {
    .mobw100{width: 100%}
    .open-gov-page{overflow: hidden;}
    body{font-size: 12px;min-width: 320px;}
    .ogp-topbanner{height: 100px;}
    .w1200{min-width: 320px;}
    .ogp-body{margin: 15px 0;}
    .mob-hidden{display: none;}
    .mob-no-float{float: none;}
    .mob-show{display: block;}
    .ogp-topbanner{    background-position: 25% 50%;}
    .ogp-topbar .bar-nav{width: 250px;margin: auto;}
    .ogp-topbar .bar-nav li{position: relative; padding: 0 10px;}
    .ogp-topbar .bar-nav li:after{position: absolute;right: 0;top: 3px;margin: 0;}
    .ogp-sidebar{width: 100%;margin-bottom: 15px;}
    .ogp-section{width: 100%;}
    .ogp-footer .footer-nav li{margin-bottom: 10px;font-size: 12px;}
    .ogp-footer .footer-info a{position: static;margin:15px 5%;width: 15%;}
    .ogp-footer .w1200{padding: 0 2.5%;}
    .ogp-topnav ul li{width: 33.33%;}
    .ogp-topnav ul li a{font-size: 12px;}
    .ogp-footer{padding: 25px 0;}
    .ogp-footer .footer-nav{margin-bottom: 10px;}
    !*page*!
    .con-artic{padding: 22px 15px;}
    .con-artic .artic-key li{width: 100%;line-height: 26px;}
    .con-artic .artic-main{padding-top: 10px;}
    .con-artic .artm-title{font-size: 22px;}
    .con-artic .artm-open{float: none;text-align: center;}
    .con-artic .artm-txt .fr{float: left;}
    .con-artic .artm-text{padding: 0;}
    .ogp-topnav ul li a{padding: 8px;}
    !*organ*!
    .con-organ .organ-main{padding: 35px 0;}
    .con-organ .organ-main .organ-bd a{width: 100%;}
    !*depart*!
    .con-depart .depart-hd a{padding: 0 10px;}
    .con-depart .depart-bd{padding: 15px 0;}
    .con-depart .depart-bd ul a{width:100%;}
    !*leader*!
    .con-leader .lead-side{width: 100%;}
    .con-leader .lead-main{width: 100%;}
    .leader-name .lname-img{width: auto;margin:auto;}
    .leader-name .lname-text{width: 100%;text-align: center;}
    .leader-name .lname-name .lname-zw p{float: none;width: 100%;text-overflow: inherit;white-space: initial;text-align: left;}
    .leader-name .lname-name .lname-zw a{float: none;display: block;width: 50%;margin: auto;}
    .leader-name .lname-wz{line-height: 24px;}
    .leader-video .video-list{margin: 0;}
    .leader-video .video-list li{float: none;width: auto;margin: auto;}
    !*openfive*!
    .opside-bd{height: auto !important;}
    .opside-bd ul{height: auto !important;padding-bottom: 30px;}
    !*.opsect-bd{max-height: inherit;}
    .opsect-bd li{padding: 0 5px;}
    .opsect-bd a{width: 100%;}
    .opsect-bd span{width: 100%;line-height: 20px;}
    .opsect-mian .xpager{margin: 25px 0;}*!
    !*组织机构内页*!
    .p-first .orpart-hd p{width: 33%;padding: 0;text-align: center;}
    .p-second .orpart-hd p{width: 20%;padding: 0;text-align: center;font-size: 12px;}
    .organ-part .orpart-bitems ul.bms-bd{margin: 0;}
    .organ-part .orpart-bitems li{width: 100%;margin: 0;}
    !*tv-part*!
    .tv-part .tv-video{width: 100%;}
    .tv-part .tv-sday{width: 100%;}
    .tv-part .tv-sday li{margin: 0 1%;}
    .tv-part .tv-sday li a{width: 100%;margin: 0;padding-right: 22%;}
    .tv-part .tv-show-hd{width: 82%;}
    .tv-part .tv-show-bd li{float: none;width: 100%;margin:15px auto 0 auto;}
    !*新闻发布会*!
    .press-bd{height: auto;}
    .press-sub,.press-spoker,.press-bd .tabs-slide,.press-list{width: 100%;}
    !*微信矩阵*!
    .wch-aitems{width: 100%;margin-bottom: 15px;}
    .wch-aitems .wch-aqr img{margin-bottom: 10px;}
    .wch-bchat .press-hd{height: 60px;}
    .wch-bchat .press-hd .fr{width: 100%;margin-top: 10px;}
    .wch-bchat .press-hd span{padding: 0 !important;width: 19%;text-align: center;}
    .wch-bchat .press-hd span.active:after{width: 100%;}
    .bchat-main{padding: 22px 0;}
    .bchat-items li{float: none; margin: 8px auto;}
    .wch-seven{height: 429px;}
    !*行政复议*!
    .con-review .cre-explain p{padding: 10px;line-height: 24px; background: #f8f8f8;}
    .con-review .cre-bto a{width: 100%;margin: 0;padding: 10px 22%;}

    !*意见征集*!
    .cad-book{padding: 50px 0 10px 0;background: none;}
    .cad-book:before{position: absolute;top: 0;left: 0;content: "";width: 290px;height:36px;background: no-repeat; }
	.cad-side{width: 100%;}
	.cad-list{width: 100%;}
	.cad-lnav{margin-top: 15px;}
	!*政务载体*!
	.wchat_div,.way_div,.refer_div{margin-right: 2%;margin-left: 2%;}
	.wchat_div .more{top: 10px;right: 10px;}
	.wchat_div .wchat-item{width: 100%;}
	.wchat_div .wchat-item .fl{float: none;margin: auto;}
	.wchat_div .wchat-item .fr{float: none;width: 95%;margin: 10px auto auto auto;}
	.refer_div{width: auto;height: 230px;}
	.refer_div a{width: 42.5%;}
    .refer_div a.btn_2{right: 5%;}
    .refer_div a.btn_1{left: 5%;}
	.way_div a{width: 46%;margin: 10px 2%; }

    !*市政服务*!
    .classify-type ul li{width:45%;margin-bottom: 10px;margin-left: 2.5%}
    .classify-type ul li:last-child{margin-bottom: 0;}
    .classify-type ul{margin-bottom: 0;}
    .sw-classify .classify-first ul li{font-size: 12px;width: 90px;}
    .sw-classify .classify-first{margin-left: 2.5%;margin-right: 2.5%;}
    .classify-second ul li a,.classify-second a.show-more,.service-custom .tabs-buttons a{font-size: 16px;}
    .classify-second a.show-more{right: 2.5%}
    .service-list ul.sl{height: auto;padding: 0 2.5%;}
    .service-list ul.sl li .sl-txt a,.sc-notice ul li a{;width: 75%;}
    .service-list ul.sl li .sl-txt span{font-size: 12px;}
    .service-list ul.sl li .sl-buttons a{padding: 5px 10px;}
    .xpager .page{margin-bottom: 0;}
    .service-custom .sc-tabs,.tabs-slide,.service-custom .sc-tabs .sc-notice,.sc-notice.last{width: 100%;float: none;height: auto;}
    .service-custom .sc-notice ul{padding: 15px 2.5%;}
    .tabs-slide .ts-hd{bottom: 40px;}
    .service-left{height: auto;background-image: none;margin-bottom: 20px;}
    .service-left .service-type-btn{padding: 15px 2.5%;}
    .service-left .service-type-btn ul{margin-right: -5%;}
    .service-left .service-type-btn ul li{width: 45%;float: left;margin-right: 5%;}
    .service-left .service-type-btn ul li li{margin-top: inherit;}
    .service-left .service-type-btn ul li{margin-bottom: 15px;}
    .service-left .service-type-btn ul li a{text-indent: 0;text-align: center;height: 45px;line-height: 45px;font-size: 14px;}
    .service-left .service-type-btn ul li a:after{display: none;}
    .sw-classify{margin-bottom: 20px;}
    .breadcrumb{padding: 15px 2.5%;}
    .breadcrumb .service-search{position: relative;margin-top: 15px;width: 100%; margin-left: 0;right: 0;}
    .ogp-service{padding-top: 0;border-top: 0;}
    .ysqgk-link{position: relative;margin-left: 0;margin-top: 15px;   }
    !*征地补偿*!
    .lt-buttons a{width: 50%;font-size: 16px;text-align: center;}
    .lt-buttons:after{left: 50%;}
    .item-left-tab{overflow: hidden;margin-left: 2.5%;}
    .item-left-tab:after{display: none;}
    .item-left-tab a{float: left;padding-right: 0;font-size: 14px;width: 45%;margin-right:5%;margin-bottom:15px;text-align: center;height: 40px;line-height: 40px;border: 1px dotted #527bc0;border-radius: 10px;-webkit-border-radius: 10px;}
    .item-left-tab a.active:after{display: none;}
    .item-left-tab a.active{font-size: 14px;background: #eee;}
    .lt-content{height: auto;}
    .item-right-content{padding: 0 2.5%;margin-top: 15px;}
    .item-right-item li:before{left: 0;}
    .item-right-item li a{}
    .item-right-item li a{width: 75%;margin-left: 3%;}
    .service-banner img{  height: 50px;width: 100%;}
    .service-choose{padding: 0 2.5%;height: 40px;}
    .service-choose div{height: 40px;}
    .service-choose div a{font-size: 12px;border-bottom: 0;padding: 0;line-height: 40px;}
    !*政务查阅点*!
    .gov-view .gv-title>div{width: 30%}
    .gov-view .gv-title a{right: auto;left: 5%;}
    .gov-view .gv-title h4{font-size: 18px;}
    .gov-view .gv-map{text-align: center;margin-bottom: 15px;overflow-x: auto;}
    .gov-view .gv-map img{max-width: none;}
    .gov-view .gv-nav .nav-item{height: auto;margin-bottom: 10px;}
    .gov-view .gv-nav,.gov-view .gv-nav .nav-item .ni-title{    height: 60px;width: 100%;}
    .gov-view .gv-nav .nav-item .ni-links{width: 100%;display: block;}
    .gov-view .gv-nav .nav-item ul{max-height: none;overflow: inherit;}
    .gov-view .gv-nav .nav-item .ni-title > div{height: auto;line-height: normal;}
    .gov-view .gv-nav .nav-item .ni-title > div>span:nth-of-type(1){margin-top: 15px;}
    .gov-view .gv-slide-wrap{width: 80%;}
    .gov-view .gv-slide-wrap ul,.gov-view .gv-slide-wrap ul li img{height: 130px;}
    .gov-view .gv-slide-wrap ul li{width: 48%}
    .gov-view .gv-slide-wrap .gv-slide-btn{width: 20px;height: 30px;top:62%;}
    .gov-view .gv-slide-wrap .prev{left: 2.5%;}
    .gov-view .gv-slide-wrap .next{right: 2.5%;}
}*/
.mobile_type .open-gov-page{width: 100%;    min-width: 100%;}
.mobile_type .ogp-header{background-size: 130% !important;}
.mobile_type .service-banner{margin-top: -25px;}
.mobile_type .w1200{min-width: 100%;}
.mobile_type .proitem-main{width: 100%;}
.mobile_type .proitem-list ul li{width: 90%;}
.mobile_type .proitem-title{width: 86%;}
.mobile_type .proitem-span{display: none;}

