﻿/*!
 * ETUI v3
 *
 * Copyright 2017.7*/
/*-----字体图标引入------------------------------------------------------------------------*/
@import url("https://at.alicdn.com/t/font_939365_1ya1mhzcdt6.css");
@import url("https://at.alicdn.com/t/font_939365_ece677s870c.css");

/* 政务公开 */
.iconfont {
    font-size: inherit;
    line-height: 1;
    -webkit-text-stroke-width: 0;
}

a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
    color: #595b5d;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0073d4;
}

b,
strong,
em {
    font-weight: normal
}

button,
input {
    outline: none !important;
}

::-moz-placeholder {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc !important;
}

.clearfix:before,
.clearfix:after,
.wrapper:after,
.wrapper:before {
    content: "";
    display: table;
}

.clearfix:after,
.wrapper:after {
    clear: both;
    overflow: hidden;
}

.clearfix,
.wrapper {
    zoom: 1;
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px !important;
    color: #444;
}

li {
    list-style: none;
}

.uli14 li,
.nowrapli li {
    list-style: inside;
}

ul.nowrapli.uli16 li a {
    padding-left: 8px;
}

.uli-label li label {
    display: inline-block;
    color: #0073d4;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #eee;
    margin-bottom: 0;
    line-height: 1;
}

.uli14.pad-updown8 li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.uli14.pad-updown8 li a {
    padding-left: 10px;
}

img {
    width: auto;
}

#skip {
    display: none;
}

.container.row {
    margin: 0 auto;
}

.ImgCrop {
    width: 100%;
    overflow: hidden;
}

.grey-bg {
    background: #efeef3;
}

.flex-box {
    display: flex;
}

.flex-box .panel05.flex-box .left-box {
    height: 100%;
}

.border-bottom {
    border-bottom: 1px solid #dedede;
}

/*header*/
.stickUp-Nav {
    padding: 20px 0 5px;
}

.navbar-default .navbar-nav.container>li>a:hover {
    color: #FFA202;
    border-bottom: 2px solid #FFA202;
}

.navbar-nav>li {
    padding: 0 10px;
}

ul.nav.navbar-nav.container>li {
    padding: 0 17px;
}

.navbar-nav>li>a {
    border-bottom: 2px solid transparent;
    padding: 8px 0;
}

.nav-right li>a {
    font-size: 14px;
    font-weight: normal;
}

.navbar-brand>img {
    width: 92%;
    position: relative;
    top: -5px;
}

.List-navber>img {
    width: 110%;
    position: relative;
    margin-top: 5px;
}

.navbar.navbar-default.stickUp-Nav.stuckMenu {
    margin-bottom: 0;
}

.navbar.navbar-default.stickUp-Nav.stuckMenu.isStuck {
    background: #0073d4;
}

.navbar.navbar-default.stickUp-Nav.stuckMenu.isStuck .navbar-nav>li>a {
    color: #fff;
}

.navbar.navbar-default.stickUp-Nav.stuckMenu.isStuck .navbar-nav>li.active>a {
    color: #FFA202;
}

ul.nav.navbar-nav.container {
    //	text-align: center;
}

/*bg*/
.blue-bg {
    background-color: #037CD3 !important;
}

.blue2-bg {
    background-color: #4A87CD !important;
}

.lakeblue-bg {
    background-color: #4E71D7 !important;
}

.yellow-bg {
    background-color: #EEA616 !important;
}

.yellow2-bg {
    background-color: #E3C64E !important;
}

.green-bg {
    background-color: #24C54D !important;
}

.green2-bg {
    background-color: #7FBE68 !important;
}

.lightblue-bg {
    background-color: #16C7EE !important;
}

.redearth-bg {
    background-color: #D48C53 !important;
}

.red-bg {
    background-color: #EE4416 !important;
}

.ochre-bg {
    background-color: #D47053 !important;
}

.violet-bg {
    background-color: #9075B2 !important;
}

/*首页*/
.banner {
    background: url(../img/index-banner.png) center bottom no-repeat;
    background-size: cover;
    height: 440px;
}

.slogan-box {
    text-align: center;
    color: #fff;
    padding: 60px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slogan-box h2 {
    font-size: 26px;
    height: 38px;
    line-height: 26px;
    background: url(../img/titbg.png) bottom no-repeat;
    margin-top: 0;
    font-weight: bold
}

.slogan-box.inner-title2 h2 {
    background: url(../img/titbg.png) bottom;
    background-repeat: repeat-x;
}

.slogan-box h4 {
    margin-top: 0;
}

.slogan-box h4 span {
    font-size: 16px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.search-div {
    width: 100%;
    height: 54px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.search-div input {
    display: block;
    width: 100%;
    height: 54px;
    border: none;
    padding: 0 25px;
    color: #333;
}

.search-box .answers-a {
    display: block;
    height: 54px;
    line-height: 54px;
    border-radius: 30px;
    background: #FFA202;
    color: #fff;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s ease-in-out
}

.search-box .answers-a i {
    font-size: 28px;
    vertical-align: middle
}

.search-box .answers-a:hover,
.header01 .other-a:hover {
    box-shadow: 0 4px 10px rgba(100, 100, 100, 0.2);
    transition: all 0.3s ease-in-out
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #fff inset;
    -webkit-text-fill-color: #212121;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.search-div button {
    display: block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border: none;
    background: none;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 26px;
    color: #FFA202
}

.hot-search {
    padding: 15px 25px;
    color: #fff;
}

.hot-search a {
    color: #fff;
    margin-right: 15px;
}

.hot-search a:hover {
    text-decoration: underline;
}

.index-cont01 {
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -120px;
    padding: 15px;
}

.header01 {
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.header01 h3 {
    margin: 0;
    display: inline-block;
    color: #EE4416;
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
    border-bottom: 2px solid #EE4416;
}

.header01 .icon-diannao {
    font-size: 26px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.header01 .other-a {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    background: #037CD3
}

.index-cont01 .col-xs-6 {
    padding: 5px;
}

.index-cont01 .col-xs-6>a {
    display: block;
    text-align: center;
    color: #fff;
    height: 74px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.index-cont01 .col-xs-6 .col-xs-6 {
    padding: 0;
}

.index-cont01 .col-xs-6 .pad-right-3 {
    padding-right: 3px;
}

.index-cont01 .col-xs-6 .pad-left-3 {
    padding-left: 3px;
}

.index-cont01 .middle-box {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    /* padding-top:15px;  */
}

.icon-a {
    /*	margin-top:15px;*/
}

.icon-a i {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #0073d4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 64px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.icon-a span {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.index-cont01 .icon-a span {
    font-weight: bold
}

.middle-box .icon-a i {
    font-size: 28px;
}

.middle-box .icon-a:hover i {
    color: #fff;
    background: #2590e9;
    transition: all 0.3s ease-in-out;
}

.middle-box .icon-a:active i {
    color: #fff;
    background: #1452c3;
    border: 3px solid rgba(58, 116, 28, 0.15);
    transition: all 0.1s ease-in-out;
}

.title02 {
    font-size: 18px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}

.title02:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    border-bottom: 2px solid #0073d4
}

.index-cont01 .btn-abox {
    padding: 10px;
    border-top: 1px solid #eee;
}

.index-cont01 .btn-abox a {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: center;
    color: #333;
    border: 1px solid #eee;
}

.index-cont01 .btn-abox a:hover,
.more-newsa:hover {
    border: 1px solid #0073d4;
    transform: scale(1) !important;
    color: #0073d4;
}

.notice-box {
    padding: 10px 0;
    height: 0px;
    position: relative;
    top: -90px;
}

.notice-box .notice-tit,
.notice-box .notice-cont {
    float: left;
}

.notice-box .notice-tit {
    width: 10%;
    padding-right: 15px;
    border-right: 1px solid #eee;
}

.notice-box .notice-cont {
    width: 90%;
    padding-left: 15px;
}

.notice-tit h5 {
    font-size: 12px;
    color: #999;
}

.notice-tit h3 {
    font-size: 18px;
    color: #EE4416;
    margin-top: 15px;
    font-weight: 600;
}

.notice-tit .more-a {
    display: inline-block;
    padding: 2px 15px;
    font-size: 12px;
    border: 2px solid #EE4416;
    color: #EE4416;
    border-radius: 20px;
    transition: all 0.5s ease-in-out
}

.notice-tit .more-a:hover {
    color: #fff;
    background: #EE4416;
    transition: all 0.5s ease-in-out
}

.notice-cont .tit {
    font-size: 18px;
}

.notice-cont .tit b {
    font-weight: 600
}

.notice-cont .tit span {
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin-left: 20px;
}

.notice-cont .dot {
    color: #999;
    font-size: 14px;
    line-height: 1.8;
}

.notice-box>div {
    position: absolute;
    left: 0;
    top: 0;
}

.middle-cont {
    position: relative;
    padding: 20px 0 40px;
}

.index-oneswiper .item a {
    display: block;
    height: 364px;
    position: relative;
    overflow: hidden;
}

.index-oneswiper .item a p {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    box-shadow: inset 0 -20px 28px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
}

.index-oneswiper .owl-dots {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 15px;
    padding-right: 10px;
}

.index-oneswiper .owl-nav [class*=owl-] {
    font-size: 26px;
}

.index-oneswiper .owl-nav {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
}

.index-oneswiper:hover .owl-nav {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.index-oneswiper:hover .owl-nav>div {
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
}

.index-oneswiper .owl-prev {
    position: absolute;
    left: 0;
}

.index-oneswiper .owl-dots .owl-dot span {
    background: #fff;
    margin: 5px 3px;
}

.index-oneswiper .owl-dots .owl-dot.active span,
.index-oneswiper .owl-dots .owl-dot:hover span {
    background: #0073d4;
}

.txthide {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brief01 .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold
}

.brief01 .dot1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    height: 44px;
}

.nav-tabs1128>li.active>a,
.nav-tabs1128>li.active>a:focus,
.nav-tabs1128>li.active>a:hover {
    color: #fff;
    background: #EE4416;
    border: none;
    position: relative;
    border: 1px solid #EE4416;
    transition: all 0.5s linear
}

.nav-tabs1128>li.active>a:before,
.nav-tabs1128>li.active>a:focus:before,
.nav-tabs1128>li.active>a:hover:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #EE4416;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -8px;
}

.nav-tabs1128>li>a {
    border-radius: 0;
    font-size: 18px;
    margin: 0 auto;
    border: 1px solid #C5D2DB;
    font-weight: 600;
}

.nav-tabs1128 {
    border-bottom: none;
}

.nav-tabs125 {
    margin: 0 -13px;
}

.nav-tabs125 li {
    padding: 0 13px;
}

.brief01 p {
    text-indent: 0;
}

.brief01 {
    padding: 25px 10px 20px;
    border-bottom: 1px solid #eee;
}

.greybg-cont {
    padding: 45px 0;
    background: #F1F1F5;
}

.greybg-cont1212 {
    padding: 25px 0;
}

.panel05 {
    padding: 15px;
}


.input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: 0;
    top: 0;
}

.header .container .search-box button {
    background: #1b56a2;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    height: 34px;
    border-radius: 0 4px 4px 0;
    padding: 0 10px;
    width: 40px;
}

.five-open {
    position: relative;
}

.five-open li {
    float: left;
    width: 20%;
    margin-top: 9px;
}

.five-open .icon-a i {
    width: 54px;
    height: 54px;
    font-size: 26px;
}

.five-open .icon-a span {
    margin-top: 4px;
}

.five-open .open-list {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 1.5px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1.5px 1px rgba(0, 0, 0, .1);
    padding: 10px;
    margin: 10px;
    top: 150px;
    z-index: 9999;
    left: 0;
    right: 0;
    display: none;
}

.five-open li .open-list {
    width: 100%;
    left: 0;
    top: 52px;
    padding: 10px;
    margin: 10px 0;
    transition: .3s;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(100, 100, 100, 0.15);
    transition: all 0.3s linear
}

.five-open>li:hover .open-list {
    display: block;
}

.five-open>li:hover a i {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.05)
}

.five-open li:nth-child(1) .open-list:before {
    left: 8.5%;
}

.five-open li:nth-child(2) .open-list:before {
    left: 28.5%;
}

.five-open li:nth-child(3) .open-list:before {
    left: 48.5%;
}

.five-open li:nth-child(4) .open-list:before {
    left: 68.5%;
}

.five-open li:nth-child(5) .open-list:before {
    left: 88.5%;
}

.five-open li:nth-child(1) .open-list:after {
    left: 8.5%;
}

.five-open li:nth-child(2) .open-list:after {
    left: 28.5%;
}

.five-open li:nth-child(3) .open-list:after {
    left: 48.5%;
}

.five-open li:nth-child(4) .open-list:after {
    left: 68.5%;
}

.five-open li:nth-child(5) .open-list:after {
    left: 88.5%;
}

.five-open li .open-list:before {
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #eee;
    top: -16px;
    position: absolute;
    width: 0;
    height: 0;
}

.five-open li .open-list:after {
    content: '';
    border: 6px solid transparent;
    border-bottom-color: #f8f8f8;
    top: -12px;
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 2px;
}

.five-open .open-list li {
    display: inline-block;
    width: 49%;
    position: relative;
    padding-left: 20px;
}

.open-list li a:before {
    content: '';
    border: 5px solid transparent;
    border-left-color: #0073d4;
    left: 10px;
    top: 7px;
    position: absolute;
    width: 0;
    height: 0;
}

.header02 {
    text-align: center;
}

.header02 h3 {
    font-size: 20px;
    margin: 10px;
    font-weight: 600;
}

.header02 .iconfont {
    display: block;
    font-size: 28px;
    color: #FFA202;
}

.index-tab02 .tab02-tit {
    border-bottom: 2px solid #D8D8D8;
    margin: 15px 0
}

.index-tab02 .tab02-tit a {
    font-size: 20px;
    display: block;
    width: 50%;
    float: left;
    color: #999;
    position: relative;
    padding: 0 45px;
    margin: 10px 0;
    font-weight: 600;
}

.index-tab02 .tab02-tit .active {
    color: #0073d4;
}

.index-tab02 .tab02-tit .active:before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    border-bottom: 3px solid #0073d4;
    bottom: -12px;
}

.index-tab02 .tab02-tit .text-right {
    border-right: 1px solid #D8D8D8
}

.index-tab02 .tab02-tit .text-right:before {
    right: 45px;
    ;
}

.index-tab02 .tab02-tit .text-left:before {
    left: 45px;
    ;
}

.index-tab02 .tab02-cont div {
    margin: 10px 0;
}

.index-tab02 .tab02-cont a {
    display: block;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #eee;
    color: #999;
    text-align: center;
    transition: all 0.3s ease-in-out
}

.index-tab02 .tab02-cont a:hover {
    color: #0073d4;
    border: 1px solid #0073d4;
    transition: all 0.3s ease-in-out
}

.tab02-list.active {
    display: block;
}

.tab02-list {
    display: none;
}

.index-twoswiper .owl-dots {
    display: none !important;
}

.index-twoswiper .owl-item .item {
    padding: 10px;
}

.index-twoswiper .item a {
    display: block;
}

.index-twoswiper .owl-nav {
    position: absolute;
    width: 106%;
    left: -3%;
    top: 50%;
    margin-top: -15px;
}

.index-twoswiper .owl-nav .owl-prev {
    left: 0;
    position: absolute;
}

.index-twoswiper .owl-nav .owl-next {
    right: 0;
    position: absolute;
}

.bottom-slogan {
    padding: 10px;
}

.bottom-slogan a {
    /* height:118px; */
    width: 100%;
    max-width: 1120px;
    ;
    overflow: hidden;
}

.index-twoswiper .item a,
.bottom-slogan a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.index-twoswiper .item a img,
.bottom-slogan img {
    display: block;
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.index-twoswiper .item a:hover img,
.bottom-slogan a:hover img {
    opacity: 0.9;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

/*  footer + fixedright  */
.footer {
    background: #577BA2;
}

.footer-link {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-link li {
    float: left;
    width: 33.3%;
    text-align: center;
    position: relative;
}

.footer-link li a {
    font-size: 14px;
    color: #fff;
}

.footer-link li ul {
    position: absolute;
    border: 1px solid #eee;
    background: #fff;
    max-height: 180px;
    overflow-y: auto;
    bottom: 100%;
    left: 30px;
    padding: 10px;
    display: none;
    border-radius: 0;
}

.footer-link li ul li {
    width: 100%;
    float: none;
    text-align: left;
}

.footer-link li ul li a {
    color: #333;
}

.footer-link li ul li:hover a {
    color: #0073d4;
}

.footer-cont {
    padding-top: 30px;
}

.footer-cont p {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.footer-cont .code-a {
    text-align: center;
    color: #fff;
}

.footer-cont .code-a span {
    display: block;
}

.footer-cont .code-a img {
    display: block;
    margin: 0 auto 10px;
}

.footer-record {
    background: rgba(86, 68, 38, 0.2);
    padding: 10px;
}

.footer-record p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
    line-height: 1.5;
}

.fixed-right {
    position: fixed;
    width: 80px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.fixed-right li {
    position: relative;
    height: 54px;
    margin: 15px;
}

.fixed-right li .hide-box {
    position: absolute;
    padding-top: 64px;
    width: 140px;
    right: 0;
    top: 0;
    z-index: 6;
    display: none;
}

.fixed-right li .hide-box>div {
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    width: 140px;
    position: relative;
    box-shadow: 0 0 16px rgba(100, 100, 100, 0.15)
}

.fixed-right li .hide-box>div:after {
    content: "";
    display: block;
    border: 1px solid #dcdcdc;
    background: #fff;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-right: none;
    border-bottom: none;
    position: absolute;
    right: 20px;
    top: -6px;
}

.fixed-right .hide-box a {
    display: inline-block;
    width: 48%;
    text-align: center;
}

.fixed-right .hide-box a i {
    font-size: 32px;
}

.fixed-right .hide-box a .icon-weixin {
    color: #54ad2d;
}

.fixed-right .hide-box a .icon-weibo {
    color: #EE4416;
}

.fixed-right .hide-box a:last-child {
    border-left: 1px solid #dedede;
}

.fixed-right .icon-a {
    display: block;
    margin-top: 0;
    height: 54px;
    width: 54px;
    border-radius: 26px;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 54px;
}

.fixed-right li:hover>a {
    width: 140px;
    border-radius: 30px;
}

.fixed-right li:hover .hide-box {
    display: block;
}

.fixed-right .icon-a i {
    font-size: 26px;
    width: 54px;
    height: 54px;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
}

.fixed-right .icon-a>b {
    display: block;
    color: #fff;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    width: 0;
    padding-left: 20px;
    font-weight: 600;
    overflow: hidden;
}

.fixed-right li:hover a>b {
    width: 100%;
}

/*newspage*/
.inner-banner {
    height: 220px;
    background: url(../img/new-banner.png) center no-repeat;
    background-size: 100%;
}

.slogan-box {
    padding-top: 88px;
}

.slogan-box h2 {
    font-size: 26px;
    height: 36px;
    line-height: 26px;
    background: url(../img/titbg.png) bottom no-repeat;
    margin-top: 0;
    letter-spacing: 2px;
}

.inner-title h2 {
    font-size: 32px;
}

.more-newsa {
    display: inline-block;
    padding: 2px 12px;
    border: 1px solid #ddd;
    position: absolute;
    right: 20px;
    top: 12px;
}

.more-newsa b {
    font-weight: bold
}

ul.list-date.uli16 li span.time {
    top: 14px;
}

.top-line {
    margin: 25px auto 10px;
}

.top-line .topline-tit {
    display: block;
    width: 100px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 4px;
    background: #FFA202;
    margin-left: auto;
    position: relative;
}

.top-line .topline-tit:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid #FFA202;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -8px;
}

.top-line h3 {
    margin: 0;
    font-size: 20px;
    color: #037CD3;
    padding: 10px;
}

.new-title {
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: 600;
}

.new-title .iconfont {
    display: inline-block;
    font-size: 24px;
    color: #FFA202;
    margin-right: 15px;
}

.photo-125 {
    padding-left: 0;
    padding-right: 8px;
}

.zhuanti-left125 {
    padding-right: 0;
    padding-left: 22px;
}

.photonews-list {
    margin-bottom: 50px;
}

.photonews-list li a {
    display: block;
    transition: all 0.3s ease-in-out
}

.photonews-list .ImgCrop {
    width: 100%;
    height: 172px;
    background: #000
}

.photonews-list .words {
    background: #F1F1F5;
    padding: 10px;
}

.photonews-list .words p {
    font-size: 14px;
    margin-bottom: 0;
}

.photonews-list .words span {
    font-size: 12px;
    color: #999;
}

.photonews-list li img {
    transition: all 0.3s linear;
}

.photonews-list li a:hover img {
    transform: scale(1.05);
    opacity: 0.9;
    transition: all 0.4s linear;
}

.special-col .ImgCrop {
    height: 112px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    background: #000;
    transition: all 0.3s ease-in-out
}

.special-col .ImgCrop:hover img {
    opacity: 0.9;
    transition: all 0.3s ease-in-out
}

.video-list .ImgCrop {
    height: 170px;
    position: relative;
    background: #000;
    transition: all 0.3s ease-in-out
}

.video-list .ImgCrop:after {
    display: block;
    font-family: 'iconfont';
    content: "\e663";
    font-size: 42px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.65;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out
}

.video-list .ImgCrop img {
    transition: all 0.5s ease-in-out
}

.video-list .ImgCrop:hover img {
    opacity: 0.85;
    transform: scale(1.05);
    transition: all 0.5s ease-in-out
}

.video-list .ImgCrop:hover:after {
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-in-out
}

.video-list .txthide {
    padding-top: 10px;
    text-align: center;
}

.newspaper-link {
    display: block;
    margin-top: 30px;
    height: 210px;
    background: #000
}

.newspaper-link img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.newspaper-link:hover img {
    opacity: 0.85;
    transition: all 0.3s ease-in-out;
}

.weichat .img-box img {
    display: block;
    width: 100%;
}

.code-a span {
    display: block;
    text-align: center;
}

.weichat .code-a {
    position: relative;
}

.weichat .code-a:hover img {
    opacity: 0;
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.weichat .code-a:hover .code-img {
    opacity: 1 !important;
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.img-box {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin: 10px auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
}

.weichat .img-box .code-img {
    position: absolute;
    display: block;
    opacity: 0;
    width: 80%;
    left: 10%;
    top: 10%;
}

.tab-swiper {
    height: 0px;
    position: relative;
}

.tab-swiper>ul {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: -28px;
}

.tab-swiper>ul li a {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #C6C6C9;
    color: #fff;
    position: relative;
}

.tab-swiper>ul .active a {
    background: #EE4416;
}

.tab-swiper>ul .active a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #EE4416;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
}

.weichat {
    padding-top: 30px;
}

.weichat .owl-carousel.weibo-swiper {
    display: none;
}

.top-secnav {
    padding: 20px 0;
    color: #ccc
}

.top-secnav a {
    margin-right: 5px;
}

.top-secnav a .iconfont {
    color: #eff2f5;
    display: inline-block;
    margin-right: 8px;
}

.newlist-box {
    margin-bottom: 60px;
}

.newlist-box ul.list-date li span.time {
    right: 10px;
}

.newlist-box ul.uli16.nowrapli .border li {
    border-bottom: 1px dashed #dcdcdc;
}

.pagination>li>.num-a126 {
    padding: 0
}

.pagination>li>.num-a126 input {
    display: block;
    width: 90px;
    padding: 8px 12px;
    border: none;
}

.Article-title {
    font-size: 24px;
}

.manuscript-label b {
    color: #037CD3;
    font-weight: 600;
}

.manuscript-label a {
    background: #efeef3;
    color: #333;
    margin-bottom: 5px;
}

.manuscript-label a:hover {
    color: #0073d4
}

#weibo_pos .iconfont {
    display: inline-block;
    margin-left: 15px;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
}

#weibo_pos .iconfont:hover {
    box-shadow: inset 10px 10px 30px rgba(0, 0, 0, 0.15);
}

#weibo_pos .icon-weixin {
    background: #54aa2d
}

#weibo_pos .icon-weibo {
    background: #d42f01
}

.weichat .owl-dots .owl-dot span {
    background: #ccc;
}

.weichat .owl-dots .owl-dot.active span,
.weichat .owl-dots .owl-dot:hover span {
    background: #FFA202
}

/*政务公开*/
.open-banner {
    background: url(../img/openbanner.png) center no-repeat;
    background-size: cover;
}

.fiveopen-box {
    position: relative;
    top: -50px;
}

.fiveopen-box>li {
    float: left;
    width: 20%;
    padding: 0 15px;
    position: relative;
}

.fiveopen-box>li .icon-a {
    display: block;
    padding: 30px 5px;
    border-radius: 10px;
    background: #F1F1F5;
    margin-top: 15px;
}

.fiveopen-box>li .iconfont {
    width: 76px;
    height: 76px;
    font-size: 38px;
}

.fiveopen-box>li .icon-a:hover {
    color: #333;
}

.fiveopen-box>li .icon-a span {
    padding: 10px 0 20px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
}

.fiveopen-box>li .icon-a span:after {
    content: "";
    display: block;
    position: absolute;
    width: 30%;
    bottom: 0;
    left: 35%;
    height: 3px;
    border-radius: 2px;
    background: #d42f01;
    transition: all 0.3s ease
}

.fiveopen-box>li:nth-child(2) .icon-a span:after {
    background: #EEA616;
}

.fiveopen-box>li:nth-child(3) .icon-a span:after {
    background: #7FBE68;
}

.fiveopen-box>li:nth-child(4) .icon-a span:after {
    background: #037CD3;
}

.fiveopen-box>li:nth-child(5) .icon-a span:after {
    background: #9075B2;
}

.fiveopen-box>li:hover .icon-a span:after {
    width: 100%;
    left: 0;
    transition: all 0.3s ease
}

.fiveopen-box .list-ul {
    width: calc(100% - 30px);
    -webkit-width: calc(100% - 30px);
    -moz-width: calc(100% - 30px);
    background: #fff;
    position: absolute;
    left: 15px;
    top: 181px;
    z-index: 9;
    display: none;
    overflow: hidden;
    transition: all 0.3s linear;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.fiveopen-box .list-ul li a {
    display: block;
    padding: 10px 10px 10px 20px;
    position: relative;
}

.fiveopen-box .list-ul li a:hover {
    background: #F1F1F5
}

.fiveopen-box .list-ul li a:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background: #EEA616;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -2px;
}

.nav-tabs125 {
    padding-bottom: 20px;
}

.public-box {
    overflow: hidden;
    padding: 0;
    width: 50%;
    float: right;
}

.public-box p {
    font-size: 14px;
    line-height: 1.8;
}

.public-box a {
    display: block;
    width: 100%;
    padding: 6px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    transition: all 0.3s ease-in-out;
}

.public-box a:hover {
    background: #EE4416;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.public-box a i {
    display: inline-block;
    font-size: 16px;
    margin-right: 6px;
}

.public-box a .icon-icon- {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.colora-box>div {
    padding: 10px 0;
    margin-bottom: 20px;
}

.colora-box>div h4,
.colora-box>div a {
    color: #fff;
    padding-left: 30px;
}

.colora-box img {
    display: block;
    margin: 0 auto;
}

.title125 {
    padding: 15px 0;
    padding-top: 0;
    padding-bottom: 5px;
}

.title125 a {
    display: inline-block;
    color: #0073d4;
    font-size: 18px;
    position: relative;
    padding-left: 10px;
    font-weight: 600;
}

.title125 a:after {
    content: "";
    display: block;
    height: 14px;
    border-right: 3px solid #0073d4;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.title125 span {
    font-size: 16px;
    display: inline-block;
    color: #555;
    margin-right: 20px;
    cursor: default;
}

.title125 a .active {
    color: #0073d4;
    font-size: 18px;
}

.linyu-swiper .owl-dots,
.job-swiper .owl-dots {
    display: none !important;
}

.linyu-swiper .owl-controls,
.job-swiper .owl-controls {
    margin-top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.tab-swiper2 .owl-nav [class*=owl-],
.job-swiper .owl-nav [class*=owl-] {
    color: #fff;
}

.tab-swiper2 .owl-controls .owl-nav .owl-prev,
.tab-swiper2 .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: -15px;
}

.tab-swiper2 .owl-controls .owl-nav .owl-next {
    right: 0
}

.tab-swiper2 .owl-controls .owl-nav .owl-prev {
    left: 0
}

.tab-swiper2 .job-swiper.owl-carousel {
    display: none;
}

.jigou-box {
    background: #fff;
    padding: 5px 0 0px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.jigou-box ul li {
    padding: 10px 15px;
    font-size: 16px;
}

.jigou-box ul li i {
    font-size: 18px;
    margin-right: 10px;

}

.info-list {
    padding-top: 0;
    padding-bottom: 0;
}

.info-list li {
    padding: 15px 0;
    width: 25%;
    float: left;
}

.info-list li a {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    width: 86%;
    display: block;
}

.info-list li a:after {
    content: "";
    display: block;
    height: 12px;
    border-left: 3px solid #EEA616;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.info-list li:hover iconfont {
    color: #0073d4
}

.inerv {
    margin: 32px 0;
}

.info-list li a .iconfont {
    float: right;
    font-size: 14px;
    margin-top: 6px;
}

.translate-box {
    padding: 40px 80px;
}

.translate-box img {
    display: block;
    width: 100%;
}

.translate-box ul {
    padding: 30px 0 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.translate-box li {
    float: left;
    width: 20%;
    padding: 0 10px;
    margin-bottom: 30px;
}

.translate-box li a {
    display: block;
    width: 100%;
    text-align: center;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    border: 1px solid #ddd;
    transition: all 0.5s ease-in-out;
}

.translate-box li a.active {
    color: #fff;
    background: #037cd3;
    font-weight: bold;
}

.translate-box .ImgCrop {
    height: 96px;
    overflow: hidden;
}

.translate-box li a:hover {
    border-color: #0073d4;
    color: #0073d4;
    box-shadow: 0 6px 16px rgba(100, 100, 100, 0.05);
    transition: all 0.5s linear;
}

.info-swiper {
    margin-top: 20px;
}

.info-swiper li {
    position: relative;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    margin-right: -1px;
}

.info-swiper li:nth-child(even) {
    border-right: 0
}

.info-swiper li>a {
    display: block;
    padding: 28px 0 20px;
    background: #fff;
    transition: all 0.3s ease-in-out
}

.info-swiper li>a:hover {
    /* transform: scale(1.05); */
    /*box-shadow: 0 0 16px rgba(0,0,0,0.15);*/
    transition: all 0.3s ease-in-out;
    color: #0073d4;
}

.info-swiper li>a span {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.info-swiper .img {
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.info-swiper .img img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.info-swiper .img-tongji img {
    width: 100%;
    height: auto;
    vertical-align: middle
}

.info-swiper .owl-nav {
    display: none;
}

.info-swiper .owl-dots .owl-dot.active span,
.info-swiper .owl-dots .owl-dot:hover span {
    background: #EEA616;
}

.info-swiper li:hover .hide-box {
    height: auto;
    padding: 10px 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s linear;
}

.info-swiper .bottom-li .hide-box {
    bottom: 90%;
    top: auto;
}

.info-swiper .bottom-li:hover .hide-box {
    height: auto;
    padding: 10px 5px;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s linear;
}

.info-swiper .hide-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    /*width:calc(100% - 30px);*/
    z-index: 9;
    background: #fff;
    height: 0;
    overflow: hidden;
    z-index: 9;
    padding: 0 5px;
}

.info-swiper .hide-box a {
    display: block;
    width: 100%;
    padding: 7px 10px;
    line-height: 1.2;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    position: relative;
}

.info-swiper .hide-box a:before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ccc;
    left: 6px;
    top: 50%;
    margin-top: -2px;
}

.info-swiper .hide-box a:first-child {
    /*border-top:1px solid #dedede;padding-top:10px;*/
}

.info-swiper .bottom-li .hide-box a:first-child {
    border-top: none;
}

.info-swiper .bottom-li .hide-box a:last-child {
    border-bottom: 1px solid #dedede;
    padding-top: 10px;
}

.info-swiper .owl-carousel .owl-item {
    position: relative;
    overflow: visible;
}

.info-swiper.owl-carousel .owl-stage-outer {
    /*overflow: visible!important;*/
}

.overflow-h {
    overflow: hidden;
}

.leader-page {
    min-height: 480px;
    margin-bottom: 60px;
}

.leader-nav {
    background: #0271cd;
    padding: 15px;
    margin-right: 10px;
    min-height: 320px;
}

.leader-nav h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.leader-nav li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.leader-nav li a {
    display: block;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.leader-nav .active a,
.leader-nav a:hover {
    background: #1a7fd1;
}

.leader-nav .active a .iconfont,
.leader-nav a:hover .iconfont {
    opacity: 1;
}

.leader-nav a .iconfont {
    float: right;
    font-size: 14px;
    margin-top: 4px;
    opacity: 0;
}

.leader-cont {
    padding: 15px;
}

.leader-list {
    padding: 15px 0;
}

.leader-list li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.leader-list li h4 {
    font-weight: 600;
    font-size: 20px;
}

.leader-list li p {
    font-size: 18px;
    margin: 20px 0;
}

.leader-list li a {
    display: block;
    width: 90px;
    height: 36px;
    text-align: center;
    color: #fff;
    background: #0073d4;
    line-height: 36px;
    font-size: 16px;
    transition: all 0.5s linear
}

.leader-list li a:hover {
    background: #218de8;
    transition: all 0.5s linear
}

.leader-list img {
    display: block;
    width: 100%;
}

.leader-list .text {
    padding-left: 30px;
}

.message-list .uli16 li {
    padding: 15px 10px;
}

.message-list ul.border li:last-child {
    border-bottom: 1px dashed #ddd
}

.hudong-banner {
    background: url(../img/zhengming-banner.png) center no-repeat;
    background-size: cover;
}

.wrap-tab129 {
    position: relative;
}

.nav-line129 {
    float: right;
    position: absolute;
    right: 0;
    top: 5px;
}

.nav-line129>li a {
    padding-right: 0;
    padding-left: 20px;
    background: none
}

.nav-line129>li.active>a {
    color: #0073d4 !important;
    background: none
}

.border-left {
    position: relative;
}

.border-left:before {
    content: "";
    display: block;
    border-right: 1px solid #ccc;
    height: 14px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -7px;
}

.square-list a {
    display: block;
    padding: 20px 10px;
    text-align: center;
    background: #F1F1F5;
    margin-bottom: 20px
}

.square-list a .iconfont {
    display: block;
    font-size: 36px;
    margin: 0 auto;
    height: 42px;
    color: #0073d4
}

.square-list a span {
    display: block;
    font-size: 16px;
    color: #333
}

.square-list .color-bg .iconfont,
.square-list .color-bg span {
    color: #fff;
}

.imgtxt-box ul {
    display: flex;
}

.imgtxt-box li {
    float: left;
    width: 50%;
    background: #fff;
}

.imgtxt-box .txt-li {
    padding: 15px;
    position: relative;
}

.imgtxt-box .txt-li h4 {
    color: #0073d4;
    font-size: 18px;
}

.imgtxt-box .txt-li a {
    display: block;
    width: 50%;
    float: left;
    padding: 8px 10px;
    position: relative;
}

.imgtxt-box .img-li {
    background: #000;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.imgtxt-box li img {
    width: 100%;
    transition: all 0.3s ease-in-out
}

.imgtxt-box li:hover img {
    opacity: 0.90;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out
}

.imgtxt-box .txt-li a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0073d4;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.imgtxt-box .txt-li:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    position: absolute;
    top: 25px;
    z-index: 2;
}

.imgtxt-left .txt-li:before {
    border-right: 10px solid #fff;
    position: absolute;
    left: -10px;
}

.imgtxt-right .txt-li:before {
    border-left: 10px solid #fff;
    position: absolute;
    right: -10px;
}

.uli-label129 label {
    display: inline-block;
    padding: 2px;
    width: 72px;
    font-size: 14px;
    border-radius: 15px;
    text-align: center;
    background: #eee;
    color: #999;
    margin-right: 10px;
}

.onlineinter-img {
    margin: 20px 0;
}

.onlineinter-img img {
    width: 100%;
}

.uli-label129 .proceed {
    background: #0073d4;
    color: #fff;
}

.uli-label129 .soon {
    background: #f7e406;
    color: #fff;
}

.uli129.uli16 li {
    padding: 8px 10px;
}

/*政务公开修改*/
.btn-list-a {
    margin-top: 10px;
}

.btn-list-a a {
    border: 1px solid #eee;
    padding: 6px 10px;
    display: block;
    margin: 6px 10px;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.col-20 {
    float: left;
    width: 14.2%;
}

.btn-list-a a:hover {
    background: #0073d4;
    color: #fff;
}

/*  投资杨浦  */
.touzi-banner {
    background: url(../img/touzi/touzibanner.png) center no-repeat;
    background-size: cover;
}

.invest-swiper {
    margin: 30px 0;
}

.invest-swiper a {
    display: block;
}

.invest-swiper .ImgCrop {
    height: 298px;
    overflow: hidden;
    background: #000;
}

.invest-swiper .ImgCrop:hover img {
    transform: scale(1.05);
    opacity: 0.9;
    transition: all 0.3s linear
}

.square-list2 a {
    padding: 25px 10px 24px;
}

.square-list2 a .iconfont {
    color: #fff;
    font-size: 48px;
    height: 60px;
}

.square-list2 a span {
    color: #fff;
    font-size: 20px;
}

.invest-swiper img {
    width: 100%;
}

.invest-swiper .owl-dots {
    display: none !important;
}

.invest-swiper .owl-controls {
    position: absolute;
    width: 106%;
    left: -3%;
    top: 50%;
    margin-top: -30px;
}

.invest-swiper .owl-controls .owl-nav [class*=owl-] {
    font-size: 24px;
    color: #999;
}

.invest-swiper .owl-controls .owl-nav [class*=owl-]:hover {
    color: #fff;
}

.invest-swiper .owl-controls .owl-prev,
.invest-swiper .owl-controls .owl-next {
    position: absolute;
}

.invest-swiper .owl-controls .owl-prev {
    left: 0
}

.invest-swiper .owl-controls .owl-next {
    right: 0;
}

.parka-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.parka-list a {
    display: block;
    width: 50%;
    float: left;
    background: #000;
    transition: all 0.3s linear
}

.parka-list a img {
    display: block;
    width: 100%;
    transition: all 0.3s linear
}

.parka-list a:hover img {
    transform: scale(1.05);
    opacity: 0.9;
    transition: all 0.8s linear
}

.business-box {
    padding: 30px 0;
    border-top: 1px solid #ddd
}

.business-box .left-box {
    background: #f1f1f5;
}

.fumech-box {
    padding: 20px 0 10px;
}

.fumech-box .txt-box {
    padding-top: 10px;
}

.fumech-box h4 {
    margin-top: 0;
    font-weight: 600;
}

.fumech-box p {
    margin-bottom: 6px;
}

.fumech-box .photo-box a {
    display: block;
}

.fumech-box img {
    width: 100%;
}

.flow-list {
    padding: 0 15px 10px 15px;
}

.flow-list li {
    position: relative;
}

.flow-list li:before {
    content: "";
    display: block;
    height: 57px;
    border-right: 2px solid #0073d4;
    position: absolute;
    left: 49px;
}

.flow-list li:first-child:before {
    top: 30px;
}

.flow-list li:last-child:before {
    bottom: 30px;
}

.flow-list li .hide-box {
    position: absolute;
    padding: 0 10px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(100, 100, 100, 0.15);
    z-index: 66;
    height: 0;
    overflow: hidden;
}

.flow-list li:hover .hide-box {
    padding: 10px;
    height: auto;
    overflow: inherit;
    transition: all 0.3s linear
}

.flow-list li b {
    display: inline-block;
    width: 20px;
}

.flow-list em {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 25px;
    background: #0073d4;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}

.flow-list li a {
    display: inline-block;
    margin: 10px 0;
    width: 150px;
    height: 36px;
    padding: 0 15px;
    line-height: 36px;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    position: relative;
}

.flow-list li a i {
    display: inline-block;
    margin-right: 10px;
    width: 24px;
    text-align: center;
}

.flow-list li .hide-box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;

}

.flow-list li:hover b {
    color: #0073d4;
    font-weight: 600;
    transition: all 0.3s linear
}

.flow-list li:hover em {
    background: #fff;
    border: 2px solid #0073d4;
    transition: all 0.3s linear
}

.flow-list li:hover a {
    background: #0073d4;
    color: #fff;
    transition: all 0.3s linear
}

.flow-list li:hover a:before {
    border-right: 6px solid #0073d4
}

.fw-introduce {
    margin-left: -10px;
    margin-right: -10px;
}

.fw-introduce li {
    float: left;
    width: 20%;
    padding: 10px;
    margin-top: 10px;
}

.fw-introduce li a {
    display: block;
    padding: 20px;
    border: 1px solid #ccc;
    transition: all 0.3s ease-in-out
}

.fw-introduce li a>div {
    width: 45%;
    height: 48px;
    margin: 0 auto;
}

.fw-introduce li a>div img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.fw-introduce li a span {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.fw-introduce li:hover a {
    background: #fff;
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(200, 200, 200, 0.15);
    transition: all 0.8s linear
}

.kechuang-box .ImgCrop {
    display: block;
    height: 325px;
    background: #000;
    transition: all 0.8s linear
}

.kechuang-box .ImgCrop:hover img {
    opacity: 0.85;
    transform: scale(1.05);
    transition: all 0.8s linear
}

.kechuang-box .square-list2 a .iconfont {
    width: 68px;
    height: 68px;
    line-height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 5px;
    font-size: 38px;
}

.kechuang-box .yellow-bg .iconfont {
    color: #EEA616 !important
}

.kechuang-box .blue2-bg .iconfont {
    color: #4A87CD !important
}

.kechuang-box .green2-bg .iconfont {
    color: #7FBE68 !important
}

.kechuang-box .ochre-bg .iconfont {
    color: #D47053 !important
}

.kongjian-swiper {
    padding-bottom: 40px;
}

.kongjian-swiper .item {
    padding: 0 10px;
}

.kongjian-swiper .ImgCrop {
    height: 180px;
    background: #f9f9f9;
    overflow: hidden;
}

.kongjian-swiper .ImgCrop img {
    transition: all 0.5s linear
}

.kongjian-swiper .ImgCrop:hover img {
    opacity: 0.9;
    transform: scale(1.05);
    transition: all 0.5s linear
}

.kongjian-swiper .item a p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.kongjian-swiper .owl-controls {
    position: absolute;
    width: 108%;
    height: 0;
    left: -4%;
    top: 30%;
}

.kongjian-swiper .owl-controls .owl-dots {
    display: none !important
}

.kongjian-swiper .owl-controls .owl-prev {
    float: left;
}

.kongjian-swiper .owl-controls .owl-next {
    float: right;
}













.title1210 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #0073d4;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.department-list {
    margin-left: -5px;
    margin-right: -5px;
    padding: 15px 0 10px;
}

.department-list li {
    float: left;
    width: 14.285%;
    padding: 5px;
}

.department-list li a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: inherit;
}

.department-list .active a {
    background: #0073d4;
    border: #0073d4;
    color: #fff;
}

.office-intr1210 {
    padding: 20px 0;
}

.office-intr1210 img {
    width: 100%;
}

.office-intr1210 h4 {
    font-weight: 600;
}

.office-intr1210 h4 b {
    color: #0073d4;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
}

.office-intr1210 p {
    margin: 15px 0;
    line-height: 1.8;
    min-height: 80px;
}

.evaluate-a {
    display: block;
    width: 80px;
    padding: 5px;
    color: #fff;
    text-align: center;
    background-color: #0073d4;
    cursor: pointer;
}

.win-box {
    background: rgba(0, 0, 0, 0.55);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 666;
    display: none;
}

.win-box .win-cont {
    position: absolute;
    width: 430px;
    max-width: 90%;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.win-cont h4 {
    color: #0073d4;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.hide-form input,
.form-group1210 input,
.hide-form textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.hide-form textarea {
    height: 120px;
}

.hide-form .code-img {
    background: #ccc;
    height: 38px;
}

.hide-form {
    display: none;
}

.win-cont .submit-a {
    display: block;
    width: 100px;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    background: #0073d4;
    cursor: pointer;
}

.winclose-a {
    display: block;
    position: absolute;
    right: 15px;
    height: 36px;
    width: 36px;
    right: 0;
    top: 10px;
}

.enter-brief {
    padding-top: 20px;
    line-height: 2
}

.swiper-li {
    display: flex;
    margin-bottom: 30px;
}

.swiper-li .panel1210 {
    float: left;
    width: 88%;
}

.swiper-li .color-tit {
    padding: 30px 20px;
    width: 12%;
    float: left;
}

.swiper-li .color-tit h4 {
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.swiper-li .item {
    padding: 0 10px;
}

.swiper-li .item a {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #000;
    overflow: hidden;
}

.swiper-li .item a img {
    width: 100%;
}

.swiper-li .item a p {
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #efeef3;
    margin-bottom: 0;
}

.swiper-li .owl-dots {
    display: none !important
}

.panel1210 {
    background: #fff;
    padding: 15px 10px;
}

.swiper-li .owl-controls {
    position: absolute;
    right: -12%;
    bottom: 20px;
}

.swiper-li .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 8px;
    padding: 1px 4px;
}

.pc-hide {
    display: none;
}

.swiper-li .panel1210-right .owl-controls {
    right: auto;
    left: -12%;
}

.swiper-li02 {
    padding: 15px 60px 0;
    margin-bottom: 0;
}

.swiper-li02 .panel1210 {
    width: 100%;
}

.swiper-li02 .owl-controls {
    width: 108%;
    left: -4%;
    top: 50%;
    margin-top: -15px;
}

.swiper-li02 .owl-controls .owl-nav [class*=owl-] {
    color: #999;
    border-color: #999;
}

.swiper-li02 .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 0
}

.swiper-li02 .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 0
}

/* .swiper-li .owl-controls .owl-nav [class*=owl-]:hover{
	border-color:#0073d4;
	color:#0073d4;
	background:none;
} */
.mews-photo-list a {
    display: block;
}

.mews-photo-list .ImgCrop {
    height: 246px;
    overflow: hidden;
    background: #000
}

.mews-photo-list .ImgCrop img {
    width: 100%;
    height: auto;
    transition: all 0.3s linear
}

.mews-photo-list a:hover img {
    opacity: 0.9;
    transform: scale(1.05);
    transition: all 0.3s linear
}

.mews-photo-list .col-xs-12 {
    margin-bottom: 30px;
}

.mews-photo-list .text {
    padding: 10px;
    background: #fff;
}

.mews-photo-list .text h4 {
    font-size: 16px;
    font-weight: 600;
}

.mews-photo-list .text span {
    color: #999;
    font-size: 14px;
}

.select-tit {
    margin: 30px;
}

.select-tit select {
    display: block;
    width: 340px;
    max-width: 100%;
    margin: 0 auto;
}

.dashes-line {
    border-bottom: 1px dashed #ccc;
}

.title1211 {
    font-weight: 600;
    color: #333;
    padding-left: 10px;
}

/*网上征集*/
.nav-tabs1211 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0 10px;
}

.nav-tabs1211>li>a {
    border-radius: 0;
    padding: 4px 12px;
    color: #0073d4;
    background: #f1f1f1;
    cursor: pointer;
}

.nav-tabs1211>li>a:hover {
    color: #0073d4;
    background: #f1f1f1;
}

.nav-tabs1211>li.active a {
    background: #0073d4;
    color: #fff;
}

.tab-content1211 {
    padding: 15px 20px 10px;
}

.title-h41211 {
    /*	border-bottom:1px solid #ccc;*/
    color: #0073d4;
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    padding-bottom: 20px;
}

.tab-content1211 p {
    text-indent: 2em;
    margin: 20px 0;
}

.from-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 99;
    display: none;
}

.from-popup .container {
    background: #fff;
    padding: 50px 20px;
    border-radius: 6px;
    border: 6px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.from-popup span,
.from-popup a {
    display: inline-block;
    line-height: 36px;
}

.from-popup span i {
    display: inline-block;
    line-height: 36px;
    color: #d42f01;
    list-style: inherit;
    font-weight: 600;
    margin-right: 5px;
}

.from-popup .code-img {
    display: inline-block;
    width: 50%;
    background: #ccc;
    margin-right: 10px;
}

.from-popup input {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.from-popup textarea {
    width: 200%;
    height: 120px;
}

.from-popup .winclose-a {
    right: -10px;
    top: 0;
}

.from-popup .text-center .btn {
    padding: 6px 20px;
    margin: 0 10px;
}

.table-container {
    width: 100%;
    overflow-y: auto;
}

.table-container table.table.table-easy {
    min-width: 800px;
}

/*  走进杨浦  */
.enter-banner {
    background: url(../img/enterbanner.png) center no-repeat;
    background-size: cover;
}

/* 公众服务  */
.gzfw-banner {
    background: url(../img/gzfwbanner.png) center no-repeat;
    background-size: cover;
}

.service-swiper {
    margin: 20px 0;
}

.service-swiper .ImgCrop {
    height: 120px;
    display: block;
    overflow: hidden;
    background: #000;
}

.service-swiper .ImgCrop:hover img {
    transform: scale(1.05);
    opacity: 0.9;
    transition: all 0.5s ease-in-out
}

.service-swiper .item {
    padding: 0 10px;
}

.service-swiper .owl-nav {
    display: none !important
}

.service-swiper .owl-dots {
    padding-top: 10px;
}

.service-swiper .owl-dots .owl-dot.active span,
.service-swiper .owl-dots .owl-dot:hover span {
    background: #FFA202;
}

.service-swiper .owl-dots .owl-dot span {
    background: #ccc;
}

.jigou-box1211 {
    margin-top: 0;
}

.jigou-box1211 ul li {
    padding: 8px 15px;
}

.contact1211 .weather-box {
    margin-top: 15px;
    padding: 15px;
    background: url(../img/gzfw/gongzhong_13.png) bottom right no-repeat;
    background-color: #71bef4;
}

.weather-box h2 {
    color: #fff;
    font-size: 42px;
    margin-top: 0;
}

.weather-box h2 span {
    display: inline-block;
    padding: 5px 10px;
    background: #FFA202;
    font-size: 16px;
    position: relative;
    left: 15px;
    top: -10px;
}

.weather-box p {
    color: #fff;
    margin-bottom: 0;
    width: 60%;
    border-top: 1px solid #fff;
    padding-top: 10px;
}

.live-list>li {
    float: left;
    width: 20%;
    padding: 10px;
    position: relative;
}

.live-list>li>a {
    display: block;
    height: 165px;
    position: relative;
    overflow: hidden;
    background: #000
}

.live-list>li>a>img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out
}

.live-list>li>a:hover img {
    opacity: 0.9;
    transition: all 0.5s ease-in-out
}

.live-list>li>a:hover span {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25)
}

.live-list>li>a span {
    display: block;
    width: 80px;
    height: 80px;
    padding: 25px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.opacity-color1 {
    background: rgba(4, 72, 130, 0.7)
}

.opacity-color2 {
    background: rgba(286, 166, 120, 0.7)
}

.opacity-color3 {
    background: rgba(190, 144, 130, 0.7)
}

.opacity-color4 {
    background: rgba(114, 145, 107, 0.7)
}

.opacity-color5 {
    background: rgba(147, 126, 105, 0.7)
}

.opacity-color6 {
    background: rgba(162, 120, 77, 0.7)
}

.opacity-color7 {
    background: rgba(102, 160, 202, 0.7)
}

.opacity-color8 {
    background: rgba(113, 170, 190, 0.7)
}

.opacity-color9 {
    background: rgba(190, 146, 114, 0.7)
}

.opacity-color10 {
    background: rgba(76, 150, 190, 0.7)
}

.live-list .hide-box {
    width: calc(100% - 20px);
    background: #fff;
    position: absolute;
    top: 80%;
    left: 10px;
    z-index: 3;
    height: 0;
    padding: 0 10px;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.live-list>li:hover .hide-box {
    height: auto;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out
}

.live-list .hide-box li {
    float: left;
    width: 50%;
}

.live-list .hide-box li a {
    display: block;
    padding: 8px 0;
    padding-left: 10px;
    position: relative;
}

.live-list .hide-box li a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}














.baiduMap {
    height: 548px;
    position: relative;
}

.map-container {
    position: relative;
}

.map-box {
    padding: 15px;
    background: #f6f4fc;
    position: absolute;
    left: 10px;
    top: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 00.15);

}

.map-box .btna-box {
    margin-bottom: 20px;
}

.map-box h4 {
    margin-bottom: 10px;
}

.map-box .btna-box:last-child {
    margin-bottom: 0;
}

.map-box .btna-box a {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-right: 8px;
    cursor: pointer;
}

.fillet-a {
    display: inline-block;
    border-radius: 40px;
    padding: 12px 60px;
    background: #0073d4;
    color: #fff;
    font-size: 20px;
}

.fillet-a:hover {
    color: #fff;
    background: #1485e5;
    cursor: pointer;
}

.query-linka {
    border-bottom: 1px dashed #D8D8D8
}

.query-linka:last-child {
    border-bottom: 1px solid #D8D8D8;
}

.query-linka>span {
    display: inline-block;
    width: 60px;
    font-size: 16px;
}

.query-linka a {
    display: inline-block;
    padding: 12px 15px 12px 0;
    font-size: 16px;
}

.query-linka a:hover,
.query-linka .active {
    color: #FFA202;
}

.query-linkul li {
    float: left;
    width: 50%;
}

.yp-survey {
    font-size: 15px;
    line-height: 1.8;
    margin: 15px 0;
}

.hundred-ul {
    margin: 20px -10px;
}

.hundred-ul li {
    float: left;
    width: 33.33333%;
    padding: 0 10px;
}

.hundred-ul li a {
    display: block;
    padding: 20px 0 15px;
    background: url(../img/zoujin/bainianbg.png) no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    transition: all 0.3s linear
}

.hundred-ul li a .iconfont {
    display: block;
    font-size: 36px;
    height: 38px;
}

.hundred-ul li a p {
    margin: 9px 0 0;
    font-size: 18px;
}

.right-link1212 a {
    display: block;
    margin: 20px 0;
    background: #000;
}

.right-link1212 a img {
    width: 100%
}

.right-link1212 a:hover img {
    opacity: 0.9;
    transition: all 0.3s linear
}

.nav-tabs1212>li>a {
    font-size: 18px;
    padding: 17px 30px;
    color: #999;
    background: #F1F1F5;
    margin-bottom: 17px;
    border-radius: 0;
}

.nav-tabs1212>.active>a {
    background: #0073d4;
    color: #fff;
    position: relative;
}

.nav-tabs1212>.active>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #0073d4;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -8px;
}

.nav-tabs1212>li>a:hover {
    text-decoration: none;
    background-color: #0073d4;
}

.meili-photo a {
    display: block;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    height: 138px;
    transition: all 0.3s linear
}

.meili-photo a img {
    width: 100%;
    transition: all 0.3s linear
}

.meili-photo a:hover img {
    transform: scale(1.05);
    transition: all 0.3s linear
}

.meili-photo p {
    color: #fff;
    width: 100%;
    text-align: center;
    box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.98);
    position: absolute;
    padding: 5px;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
}

.external-hz li a {
    padding: 15px;
    height: 90px;
    display: block;
    background: url(../img/zoujin/zoujin121203.png) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.external-hz li:last-child a {
    margin-bottom: 1px;
}

/*互联网数据服务平台*/
.shuju-banner {
    background: url(../img/shujubanner.png) center no-repeat;
    background-size: cover;
}

.bianm-banner {
    background: url(../img/bianmbanner.png) center no-repeat;
    background-size: cover;
}

.square-list .twoheight-a {
    padding: 104px 10px;
}

.look-morea {
    display: inline-block;
    padding: 10px 30px;
}

.look-morea {
    padding: 10px 45px;
    border-radius: 35px;
    background: #F1F1F5;
    font-size: 16px;
    transition: all 0.3s linear;
}

.look-morea:hover {
    background: #0073d4;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s linear;
}

.index-slogan {
    display: block;
}

/*翻页*/
.pagination {
    display: block;
    text-align: center;
    margin: 0;
}

.whj_jqueryPaginationCss-1 {
    display: inline-block;
}

.whj_jqueryPaginationCss-1>div,
.whj_jqueryPaginationCss-1>input {
    float: left;
    border: 1px solid #ddd;
    margin-left: -1px;
    color: #337ab7;
    background-color: #fff;
}

.whj_jqueryPaginationCss-1>div.whj_checked {
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.whj_jqueryPaginationCss-1>input {
    max-width: 50px;
    line-height: 24px;
}

.whj_jqueryPaginationCss-1>div {
    line-height: 34px;
    padding: 0 12px;
    color: #337ab7;
    cursor: pointer;
    border-color: #ddd;
    background-color: #fff;
}

.whj_jqueryPaginationCss-1>div:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.whj_jqueryPaginationCss-1>div:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.whj_jqueryPaginationCss-1>div.whj_hoverDisable {
    color: #777;
}




.pagination.pagination-centered>ul {
    text-align: center;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.pagination.pagination-centered>ul li a {
    margin: 0 7px;
}

.wblist li {
    width: 33%;
}

/*20181226 index piao*/
.piao img {
    width: 60px;
}

.piao_this {
    position: fixed;
    width: 60px;
}

.piao-left {
    width: 60px;
    height: 200px;
    position: fixed;
    z-index: 900;
    bottom: 20px;
    left: 15px;
}

#piaoC,
#piaoA {
    display: none;
}

.piao-right {
    width: 60px;
    height: 200px;
    position: fixed;
    z-index: 900;
    bottom: 20px;
    right: 15px;
}

.piao_this a {
    color: #0073d4;
    cursor: pointer;
}

/*20181227  add by cdd*/
.Article_content img {
    width: auto;
    max-width: 767px;
}

/*20221130  add by cdd*/
.Article_content table {
    width: 100% !important;
}

@media (max-width: 767px) {
    .Article_content img {
        width: 100%;
    }
}

/*政务公开搜索框*/
.govopen {
    padding-top: 45px;
    padding-bottom: 20px;
}

.govopen-search {
    width: 300px;
    margin: 0 auto;
    position: relative;
}

.govopen-search input {
    height: 44px;
    width: 100%;
    border-radius: 3px !important;
    border: 0;
}

.govopen-search i {
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 22px;
    color: #037CD3;
}

/*三区联动*/
.title-ftop {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
}

.purple-bg {
    background-color: #9075b2;
}

.more-news {
    border: 1px solid #eee;
    margin: 10px auto;
    display: inline-block;
    color: #a7a7a7;
    padding-bottom: 5px;
    padding-top: 5px;
}

/*20190130 cdd add*/
.Article_content .fwdTable td {
    min-height: 40px;
    padding: 10px;
    border: 1px solid #d9d9d9;
}

.Article_content .fwdTable .tbg {
    text-align: right;
    background: #f7f7f7;
    color: #2e5f97;
}

.Article_content .fwdTable p {
    margin-bottom: 0;
}

/*20190212 cdd add*/
.btn-jyj {
    margin: 30px 0;
}

.btn-jyj a {
    color: #fff;
    font-size: 18px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 4px;
    font-weight: bold;
}

/*20180215 ccy add*/
.square-swiper .owl-controls {
    width: 100%;
    left: 0;
    opacity: 0;
    transition: all 0.3s linear
}

.square-swiper:hover .owl-controls {
    opacity: 1;
    transition: all 0.3s linear
}

/*20190221 cdd add*/
.zwgk_page {
    display: inline-block;
    margin-top: 20px;
}

.zwgk_page>li>.num-a126 input {
    padding: 6px 12px;
    text-align: center;
}

.top-secnav .zwgk_page a {
    margin-right: 0;
}

/*20190218 add by cdd*/

.yjx .title {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #0073d4;
    margin: 0;
    padding: 15px;
}

.yjx .form-yjx {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 30px 20px;
}

.yjx .form-yjx p {
    text-indent: 2em;
    margin-bottom: 20px;
}

.yjx .form-yjx span,
.yjx .form-yjx a {
    display: inline-block;
    line-height: 36px;
}

.yjx .form-yjx .text-right {
    font-weight: bold;
}

.yjx .form-yjx span i {
    display: inline-block;
    line-height: 36px;
    color: #d42f01;
    list-style: inherit;
    font-weight: 600;
    margin-right: 5px;
}

.yjx .form-yjx .code-img {
    display: inline-block;
    width: 50%;
    background: #ccc;
    margin-right: 10px;
}

.yjx .form-yjx input {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.yjx .form-yjx textarea {
    width: 100%;
    height: 120px;
}

.yjx .form-yjx .text-center .btn {
    padding: 6px 20px;
    margin: 0 10px;
}

/*20190226 add by cdd*/
.article-info-bz span {
    float: left;
    min-width: 70px;
    font-size: 16px;
    line-height: 36px;
    margin-left: 10px;
}

.article-info-bz {
    padding: 10px 30px;
    background-color: #f4f2f5;
    color: #5f5f5f;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 5px;
}

.info-list li:last-child {
    border-bottom: none;
}

.padding15 {
    padding: 0 18px;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    width: 100%;
    overflow: hidden;
}

.page-header-2 {
    border-bottom: 2px solid #DDDDDD;
    margin-top: 0;
}

.content-middly,
.message {
    padding: 0 30px;
}

.page-header-2 a {
    padding-left: 15px;
    color: #0073d4;
    border-bottom: solid 3px #0073d4;
}

.four-message .kuan01 a {
    border: 1px solid #EFEFEF;
    text-align: center;
    border-radius: 6px;
    width: 100%;
    padding: 13px 0;
    float: left;
}

.four-message {
    margin-right: -10px;
    margin-left: -10px;
}

.four-message .kuan01 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.four-message a span {
    font-size: 16px;
}

.four-message .iconfont {
    font-size: 36px;
    vertical-align: middle;
    padding-right: 25px;
    color: #0073d4;
}

.four-message .kuan01 a:hover {
    background-color: #0073d4;
    color: #fff;
}

.four-message .kuan01 a:hover .iconfont {
    color: #fff;
}

.four-message .posttive {
    position: relative;
    left: 17px;
}

.four-message .posttive01 {
    position: relative;
    left: -13px;
}

/*重大领域*/
@import "https://at.alicdn.com/t/font_939365_fdueml3bdv.css";

.Openness-of {
    position: static;
}

.Openness-of>li {

    width: 12.5%;
    padding: 0px 5px;

}

.Openness-of>li a {
    margin-top: 0px;

}

.Openness-of>li .icon-a {
    background-color: #5A9AE4;
    padding: 20px 5px;
}

.Openness-of>li .iconfont {
    width: 40px;
    height: 40px;
    font-size: 24px;
    background-color: #fff;
    color: #5A9AE4;
}

.Openness-of>li .icon-a span {
    padding: 0px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 500;
}

.Openness-of>li .icon-a span:after {
    content: none;
}

.Openness-of .list-ul {
    top: 115px;
    width: calc(100% - 10px);
    left: 5px;
}

@media (max-width: 550px) {
    .fiveopen-box>li .icon-a {
        margin-top: 15px;
    }
}

/*相关方代表列席*/
.message-list ul li a .mark {
    background: #FF9800;
    color: #fff;
    margin-left: 10px;
    border-radius: 20px;
    padding: 5px;
    font-size: 14px;
}

.Article_content sup {
    top: .5em;
}

.Article_content strong {
    font-weight: 700;
}

/* 政务公开变更 */
.catalogue03 {
    background: #448dcb;
    border-radius: 50px;
    height: 98px;
    margin-bottom: 33px;
}

.catalogue03 .active {
    background: #f4f4f4;
    border-radius: 50px;
}

.catalogue03 li {
    float: left;
    width: 33.333%;
}

.catalogue03 li a {
    display: block;
    font-size: 24px;
    text-align: center;
    color: #fff;
    padding: 31px 0;
}

.catalogue03 .active a {
    color: #448dcb !important;
}

.mulv-boxer {
    position: absolute;
    left: 0;
    display: none;
    width: 1140px;
    background: #fff;
    border: 1px solid #dddddd;
    z-index: 1;
    padding: 33px 38px;
    padding-bottom: 13px;
}

.mulv-boxer ul li {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 20px;
}

.mulv-boxer ul li a {
    font-size: 16px;
    text-align: left;
    color: #fff;
    padding: 13px 0;
    padding-left: 48px;
    background: #79a7d8;
}

.mulv-boxer ul {
    margin: 0 -20px;
}

.mulv-boxer ul li a i {
    width: 9px;
    margin-top: 9px;
    height: 9px;
    background: url(dot-b.png) no-repeat;
    float: left;
    margin-right: 20px;
}

.mulv-boxer:before {
    content: '';
    width: 26px;
    height: 26px;
    background: #fff;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    -webkit-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    transform: rotate(46deg);
    display: block;
    position: absolute;
    left: 32%;
    top: -14px;
}

.mulv-boxer ul li a:hover {
    background: #0073d4;
}

.shower {
    display: block;
}

.jiedao-ml:before {
    left: 54%;
}

.sousuo-k,
.xia-select {
    height: 50px;
    color: #000000 !important;
    font-size: 16px !important;
    padding: 16px 18px !important;
    background-color: #f4f4f4 !important;
    border: none !important;
}

.xia-select {
    height: 50px;
    padding: 9px 18px !important;
    margin: 26px 0;
    line-height: 22px;
    border-radius: 4px !important;
    background: url(chevron-down.png) 275px no-repeat;
    background-size: 10px;
}

.time-daay {
    margin-bottom: 26px;
    overflow: hidden;
}

.wd-time {
    /*width: 134px;*/
    width: 100%;
    height: 50px;
    float: left;
    padding: 9px 18px !important;
    border-radius: 4px !important;
    color: #000000 !important;
    font-size: 16px !important;
    background-color: #f4f4f4 !important;
    border: none !important;
    /* background: url(rl.png) 96px no-repeat;*/
    background: url(rl.png) 90% no-repeat;
    background-size: 21px;
}

.sousuo-k::-webkit-input-placeholder,
.wd-time::-webkit-input-placeholder {
    color: #000000;
}

/* 使用webkit内核的浏览器 */
.zsousuo-k:-moz-placeholder,
.wd-time:-moz-placeholder {
    color: #000000;
}

/* Firefox版本4-18 */
.sousuo-k::-moz-placeholder,
.wd-timek:-moz-placeholder {
    color: #000000;
}

/* Firefox版本19+ */
.sousuo-k:-ms-input-placeholder,
.wd-time:-ms-input-placeholder {
    color: #000000;
}

.lineh {
    width: 21px;
    height: 2px;
    float: left;
    line-height: 50px;
    margin-top: 26px !important;
    margin: 0 5px;
    background: #bebebe;
}

.years {
    margin-bottom: 26px;
    margin-top: 26px;
}

.clearfix {
    clear: both;
}

.year01 {
    width: 100px !important;
    height: 50px !important;
    float: left;
    padding: 9px 18px !important;
    margin-top: 0 !important;
}

.yaer02 {
    width: 73px !important;
    padding-right: 0 !important;
    margin-top: 0px;
    float: left;
    background: url(chevron-down.png) 55px no-repeat;
    margin-bottom: 0;
    background-size: 10px;
}

.year03 {
    width: 63px !important;
    height: 50px !important;
    text-align: center;
    margin-top: 0 !important;
    float: left;
    padding: 9px 8px !important;
}

.chaxun {
    background: #448dcb;
    border: none;
    transition: .3s;
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    height: 41px;
}

.margin-bottom5 select {
    border: solid 1px #E5E5E5;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.zc-secher .title125 a {
    padding-left: 24px;
}

.zc-secher {
    padding-top: 20px;
    margin-top: 0;
}

.zc-secher .margin-bottom5 {
    padding: 20px 24px;
}

.icon-arrow-left {
    background: url(arrow_left.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

.icon-arrow-right {
    background: url(arrow_right.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

.Focus-areas li {
    float: left;
    width: 12.5%;
    margin-bottom: 35px;
}

.Focus-areas li a i {
    background: #448dcb;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 32px;
    line-height: 70px;
}

.Focus-areas li a {
    text-align: center;
}

.Focus-areas li a p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #595b5d;
    font-size: 14px;
}

.Focus-areas {
    overflow: hidden;
    margin-top: 20px;
}

.wdit71 {
    width: 70%;
    float: left;
}

.wdit27 {
    width: 28%;
    float: right;
}

.wdit27 .title125 {
    margin-bottom: 5px;
}

.wdit27 ul {
    padding-bottom: 11px;
}

.margin-top-35 {
    margin-top: 35px;
}

.Focus-areas li a:hover .iconfont {
    background: #0073d4;
}

.disnone {
    display: none;
}

.trout-region-list ul.list-date li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 90%;
}


/* vue模版使用的id */
/* vue 样式内容初始显示代码问题 */
#columnlist,#homeList,#hygq,#rdgz,#gzcy,#zxgk{ 
    position: relative;
    min-height: 160px;
}
#columnlist:after,#homeList:after,#hygq:after,#rdgz:after,#gzcy:after,#zxgk:after{ 
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    content: "加载中...";
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    padding-top: 80px;
}
#columnlist:before,#homeList:before,#hygq:before,#rdgz:before,#gzcy:before,#zxgk:before{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 2px white solid;
    border-left-color: #ff5500;
    border-right-color: #0c80fe;
    border-radius: 100%;
    animation: loadingVueHtml 1s infinite linear;
    opacity:0.5;
    z-index: 6;
    margin-top:-20px;
    margin-left:-20px;
  }
  
  @keyframes loadingVueHtml {
    from {
      transform: rotate(0deg)
    }
  
    to {
      transform: rotate(360deg)
    }
  }