@media only screen and (max-width: 767px) {

    /** -------------------------全局响应式样式------------------------- **/
    html {
        min-width: auto !important;
        overflow-x: auto;
        max-width: 100%;
    }

    body {
        overflow-x: hidden;
    }

    .common-header .toolbox {
        display: none;
    }

    .container {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .advert-box {
        display: none;
    }

    #myPage {
        /* display: flex; */
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
    }

    #myPage .spage-skip {
        margin-top: 10px;
        display: inline;
    }

    #myPage .spage-total {
        /* width: 100%; */
        text-align: center;
        display: inline;
    }

    .spage-number {
        /* min-width: 100%; */
        text-align: center;
        display: inline !important;
    }

    .spage-number span,
    .spage-skip input,
    .spage-skip span {
        margin-top: 10px;
    }

    /** -------------------------头部响应式样式------------------------- **/
    .common-header .topbox p.fl {
        display: none;
    }

    .common-header .topbox p.fr a:not(:first-child) {
        display: none;
    }

    .common-header .banner>img {
        width: 90% !important;
    }

    .common-header div.banner {
        height: 250px !important;
    }

    .common-header .banner .searchbox {
        width: 90% !important;
        top: auto;
        right: auto;
    }

    .common-header div.navbox {
        height: 48px;
    }

    .common-header div.navbox .container {
        height: 48px;
        transition: height .4s;
        overflow: hidden;
        z-index: 100;
        background: #095FBC;
    }

    /*     .common-header .navbox .arrow {
        display: none !important;
    } */

    .common-header .navbox ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 !important;
        height: auto !important;
        overflow: auto;
    }

    .common-header .navbox ul a {
        width: 100%;
    }

    .common-header div.navbox ul li {
        background: none;
        background-image: none !important;
        font-size: 18px !important;
        padding-left: 15px !important;
        margin: 0 10px !important;
        height: 48px;
        line-height: 48px;
        width: 100%;
        border-bottom: 1px #fff solid;
        margin-left: 0 !important;
    }

    .common-header .navbox .arrow {
        display: none !important;
    }

    .navbar-toggle {
        position: absolute;
        top: 2px;
        right: 0px;
        margin-right: 0;
        padding: 9px 10px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        display: block !important;
    }

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px
    }

    .navbar-brand {
        padding: 0 10px;
        height: 48px;
        line-height: 48px;
        color: #fff !important;
    }

    .navbar-toggle {
        margin: 6px 10px 0 0;
        border-color: #fff !important;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

    .navbar-toggle:focus,
    .navbar-toggle:hover {
        background-color: #fff !important;
    }

    .navbar-toggle:focus .icon-bar,
    .navbar-toggle:hover .icon-bar {
        background-color: #095fbc !important;
    }

    .common-footer .info {
        width: 100% !important;
        height: auto !important;
    }

    .common-footer .zficon {
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap;
    }

    .common-footer .zficon span {
        position: static !important;
    }

    /** -------------------------底部响应式样式------------------------- **/
    footer.common-footer {
        height: auto !important;
        position: relative;
    }

    .common-footer .navlink {
        display: none;
    }

    .common-footer .info {
        margin: 0 !important;
        display: none;
    }

    .common-footer .wzinfo {
        width: 100% !important;
    }

    .common-footer .wzinfo-itm {
        height: 40px !important;
        line-height: 40px !important;
    }

    .common-footer .xmtjz .wzinfo-itm.clearfix {
        display: flex;
        height: 60px !important;
        align-items: center;
        justify-content: space-between
    }

    .common-footer .xmtjz .code {
        float: none !important;
        margin: 0 !important;
    }

    .common-footer .mobile-pc-link {
        display: block !important;
        background-color: #e2e2e2;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .common-footer .mobile-link {
        display: block !important;
        background-color: #e2e2e2;
        text-align: center;
        padding-top: 10px;
        font-size: 14px;
        color: #333;
    }

    .common-footer .copyright {
        display: none;
    }

    .common-footer .mobile-copyright {
        height: auto !important;
        line-height: 24px !important;
        padding: 10px 0;
        display: block !important;
    }

    .common-footer .mobile-copyright .con {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .common-footer .mobile-copyright div.con {
        width: 100% !important;
    }

    .common-footer .mobile-copyright .right {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .common-footer .mobile-copyright .right p {
        float: none !important;
        width: 100% !important;
        text-align: center;
        margin: 0 !important;
    }

    .common-footer .mobile-copyright .right p:last-child {
        display: none;
    }

    .common-footer .mobile-copyright .right p.gab {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .common-footer .mobile-copyright .right a {
        margin: 0 !important;
        float: none !important;
    }

    .common-footer .mobile-copyright .right p img {
        margin: 0 !important;
        display: inline !important;
        float: none !important;
    }

    .common-footer .mobile-copyright .con span {
        width: 100%;
        text-align: center;
    }

    .common-footer .QrCode {
        top: 50% !important;
        right: 50% !important;
    }

    .common-footer .mobile-ideConac {
        position: absolute;
        bottom: 10px;
        left: 10px;
        display: block !important;
    }

    .common-footer .mobile-ideConac img {
        width: 50px;
    }

    /** -------------------------首页响应式样式------------------------- **/
    .indexbox {
        width: 100%;
        padding: 0 10px;
    }

    /** 首页主标题 **/
    .indexbox .jyhotnews {
        width: 100%;
        white-space: initial;
        margin: 0;
        height: auto;
        padding-top: 15px;
    }

    .indexbox .jyhotnews .jyhntilte {
        height: auto;
        font-size: 20px;
        line-height: 30px;
    }

    .indexbox .jyhotnews .jyhninfo {
        font-size: 14px
    }


    /** 首页轮播部分容器 **/
    .xxgkbox .container:first-child {
        padding-top: 15px;
    }

    .indexbox .contentbox {
        width: 100% !important;
        margin-top: 10px !important;
    }

    .indexbox .contentbox .content-top-left {
        width: 100% !important;
        height: 240px !important;
    }

    .indexbox .contentbox .content-top-left .swiper-container {
        height: 240px !important;
    }

    .indexbox .contentbox .content-top-left .swiper-container .text {
        height: 30px;
        line-height: 30px;
    }

    .indexbox .contentbox .content-top-left .swiper-container .text p {
        font-size: 14px !important;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .indexbox .contentbox .content-top-right {
        margin-top: 10px;
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
    }

    .indexbox .contentbox .content-top-right .listbox .list .switchlist {
        width: calc(100% - 110px) !important;
    }

    .indexbox .contentbox .content-top-right .listbox .list .item {
        display: flex;
    }

    .indexbox .contentbox .content-top-right .listbox .list .item a {
        flex-grow: 1;
        flex-basis: 0;
        padding-right: 15px;
    }

    .indexbox .contentbox .content-top-right .listbox .list .item>span {
        width: 90px;
        margin-left: 10px;
    }

    /** 公示公告 **/
    .indexbox .contentbox .notice {
        width: 100% !important;
        padding: 0 !important;
        height: auto !important;
    }

    .indexbox .contentbox .notice .title {
        width: 100% !important;
        height: auto !important;
        font-size: 20px !important;
    }

    .indexbox .contentbox .notice .title:after {
        display: none !important;
    }

    .indexbox .contentbox .notice .title a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

    .indexbox .contentbox .notice .list {
        width: 100% !important;
    }

    .indexbox .contentbox .notice .list .item {
        display: flex;
    }

    .indexbox .contentbox .notice .list .item a {
        flex-grow: 1;
        flex-basis: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .indexbox .contentbox .notice .list .item>span {
        width: 90px;
        margin-left: 10px;
    }

    /** 专题专栏 **/
    .indexbox .contentbox .jumpurl {
        width: 100% !important;
    }

    /** 我要X容器 **/
    .indexbox .xxgkbox {
        background: transparent !important;
        padding: 0 !important;
    }

    .indexbox .xxgkbox .tab {
        height: auto !important;
        padding: 15px !important;
        margin-top: 0 !important;
    }

    .indexbox .xxgkbox .tab:not(:first-child) {
        display: none;
    }

    .indexbox .xxgkbox .tabsbtn {
        width: 100% !important;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }

    .indexbox .xxgkbox .tabsbtn .item {
        margin: 0 !important;
        margin-bottom: 0 !important;
        width: 30% !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .indexbox .xxgkbox .tabsbtn .item p {
        font-size: 16px;
    }

    .indexbox .xxgkbox .tabsbtn .item img {
        display: none;
    }

    .indexbox .xxgkbox .tabsbtn .item.active {
        /*         background-image: url(index_switchbtn.png) !important; */
        height: 58px !important;
    }

    .indexbox .xxgkbox #indexTranslate {
        transition: none !important;
    }

    .indexbox .xxgkbox .wyk .zc,
    .indexbox .xxgkbox .wyk .xxgk {
        width: 100% !important;
        margin-bottom: 15px;
        margin-right: 0 !important;
    }

    .indexbox .xxgkbox .wyk .xxgk .zfgb,
    .indexbox .xxgkbox .wyk .xxgk .zfgzbg,
    .indexbox .xxgkbox .wyk .xxgk .zfwznb,
    .indexbox .xxgkbox .wyk .xxgk .ysqgk {
        width: 100% !important;
    }

    /** 我要看内容 **/
    .zcfggllist li>a {
        display: block;
        height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zcfggllist li .gl,
    .zcfggllist li span.date {
        position: static !important;
    }

    .indexbox .xxgkbox .wyk .zc .switchlist .item a {
        width: 100% !important;
        display: flex !important;
    }

    .indexbox .xxgkbox .wyk .zc .switchlist .item.zfhypicbox a {
        display: inline-block !important;
    }

    .indexbox .xxgkbox .wyk .zc .switchlist .item a span:first-child {
        flex-grow: 1;
        flex-basis: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .indexbox .xxgkbox .wyk .zc .switchlist .item a span {
        width: 90px;
    }

    .indexbox .xxgkbox .wyk .xxgk .xxgk-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .indexbox .xxgkbox .wyk .xxgk .xxgk-btn .item {
        width: 47% !important;
        margin: 0 !important;
        margin-top: 15px !important;
    }

    .indexbox .xxgkbox .wyk .zcform {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .indexbox .xxgkbox .wyk .zcform .zcypttitle {
        width: 100% !important;
    }

    .indexbox .xxgkbox .wyk .zcform .btn {
        width: 30% !important;
        margin: 0 !important;
        margin-top: 15px !important;
    }

    .indexbox .xxgkbox .wyk .zcform form {
        width: 100%;
    }

    .indexbox .xxgkbox .wyk .zcform form .inputbox {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .indexbox .xxgkbox .wyk .zcform .inputbox button {
        color: #333;
    }

    .indexbox .xxgkbox .wyk .zcform form .inputbox input {
        flex-grow: 1;
    }

    /** 我要办内容 **/
    .indexbox .xxgkbox .wyb .service,
    .indexbox .xxgkbox .wyb .tsjc {
        float: none !important;
        width: 100% !important;
    }

    .indexbox .xxgkbox .wyb .service .service-tab-btn {
        width: 100% !important;
        display: flex;
    }

    .indexbox .xxgkbox .wyb .service .service-tab-btn .tab-btn {
        font-size: 18px !important;
    }

    .indexbox .xxgkbox .wyb .service .service-tab-btn .tab-btn img {
        width: 25px !important;
    }

    .indexbox .xxgkbox .wyb .service .service-switch .switchbtn {
        display: flex;
        width: 100% !important;
    }

    .indexbox .xxgkbox .wyb .service .service-switch .switchbtn .item {
        flex-grow: 1;
    }

    .indexbox .xxgkbox .wyb .service .service-switch .service-list.full-width-list li {
        margin: 0 1% !important;
        display: block;
        width: 48% !important;
        height: 90px !important;
        margin-top: 15px !important;
    }

    .indexbox .xxgkbox .wyb .service .service-switch .service-list li .iconbox {

        width: 60px !important;

        padding: 0 !important;
    }

    .indexbox .xxgkbox .wyb .service .service-switch .service-list li .iconbox span {

        font-size: 14px;

    }

    .indexbox .xxgkbox .wyb .service .service-switch .service-list li .linkbox {

        padding: 0 !important;

        font-size: 14px !important;
    }

    .indexbox .xxgkbox .wyb .service .service-switch .service-list li .block {
        margin: 4px 20px !important;
    }

    .indexbox .xxgkbox .wyb .service .service-switch .service-list li {
        width: 27% !important;
        margin: 0px 3% !important;
        margin-top: 15px !important;
    }

    .indexbox .xxgkbox .wyb .tsjc {
        margin: 0 !important;
        margin-top: 16px !important;
    }

    .indexbox .xxgkbox .wyb .tsjc .fwlist li {
        width: calc((100% - 40px) / 2) !important;
    }

    .indexbox .xxgkbox .wyb .tsjc .tsjc-title {
        width: 100% !important;
    }

    #tsfw li {
        width: 46% !important;
        margin: 0 2%;
        margin-top: 18px;
    }

    .indexbox .xxgkbox .wyb .quick-service {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto !important;
    }

    .indexbox .xxgkbox .wyb .quick-service .title-block {
        width: 100% !important;
        background-color: #ffac27;
        border-radius: 5px;
        background-size: 80px 120px !important;
        height: auto !important;
    }

    .indexbox .xxgkbox .wyb .quick-service .item {
        float: none !important;
        margin: 0 !important;
        margin-top: 10px !important;
        width: 47% !important;
    }

    /** 我要问内容 **/
    .indexbox .xxgkbox .wyw .wyw-left {
        width: 100% !important;
    }

    .indexbox .xxgkbox .wyw .wyw-left .searchbox form {
        display: flex !important;
        height: 40px;
    }

    .indexbox .xxgkbox .wyw .wyw-left .searchbox span {
        display: inline-block;
        flex-shrink: 0;
        font-size: 15px !important;
        line-height: 40px !important;
    }

    .indexbox .xxgkbox .wyw .wyw-left .searchbox button {
        width: 75px !important;
        flex-shrink: 0;
        height: 38px !important;
    }

    .indexbox .xxgkbox .wyw .wyw-left .searchbox input {
        width: 0 !important;
        flex-grow: 1;
        height: 38px !important;
        position: static !important;
    }

    .indexbox .xxgkbox .wyw .wyw-left .wyw-switch .switchtable tr.head th {
        font-size: 16px !important;
        width: 25%;
    }

    .indexbox .xxgkbox .wyw .wyw-left .wyw-switch .switchtable tr.head th {
        font-size: 14px !important;
    }

    .indexbox .xxgkbox .wyw .wyw-left .wyw-switch .switchtable tr.head th:nth-child(2),
    .indexbox .xxgkbox .wyw .wyw-left .wyw-switch .switchtable tr.head th:nth-child(4),
    .indexbox .xxgkbox .wyw .wyw-left .wyw-switch .switchtable tr td:nth-child(2),
    .indexbox .xxgkbox .wyw .wyw-left .wyw-switch .switchtable tr td:nth-child(4) {
        display: none;
    }

    .indexbox .xxgkbox .wyw .wyw-left .wyw-switch .switchtable td {
        padding: 10px 0 !important;
        font-size: 14px;
    }

    .indexbox .xxgkbox .wyw .wyw-left .action-btns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px !important;
    }

    .indexbox .xxgkbox .wyw .wyw-left .action-btns .item {
        width: 48% !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }

    .indexbox .xxgkbox .wyw .wyw-left .wyw-switch .switchbtn .block {
        margin: 0 !important;
    }

    .indexbox .xxgkbox .wyw .wyw-left .wyw-switch .switchlist {
        width: 100% !important;
    }

    .indexbox .xxgkbox .wyw .wyw-left .wyw-switch .switchlist .item {
        display: flex;
        justify-content: space-between;
    }

    .indexbox .xxgkbox .wyw .wyw-left .wyw-switch .switchlist .item a {
        flex-grow: 1;
    }

    .indexbox .xxgkbox .wyw .wyw-left .wyw-switch .switchlist .item span {
        flex-shrink: 0;
    }

    .indexbox .xxgkbox .wyw .wyw-left .wyw-switch .switchtable tr td.left a {
        display: block;
        height: 20px;
        overflow: hidden;
        font-size: 14px;
        width: 100%;
    }

    .indexbox .xxgkbox .wyw .wyw-right {
        margin: 0 !important;
        width: 100% !important;
    }

    .indexbox .xxgkbox .wyw .wyw-right .mail-count {
        width: 100% !important;
        height: auto !important;
        padding: 10px 15px !important;
    }

    .indexbox .xxgkbox .wyw .wyw-right .mail-count .count-block {
        display: none;
    }

    .indexbox .xxgkbox .wyw .wyw-right .zxft .ft-card img {
        width: 100% !important;
        height: auto !important;
    }

    .indexbox .xxgkbox .wyw .wyw-right .wqft .switchlist .item {
        display: flex;
        justify-content: space-between;
    }

    .indexbox .xxgkbox .wyw .wyw-right .wqft .switchlist .item .date {
        flex-shrink: 0;
    }

    .indexbox .xxgkbox .wyw .wyw-right .wdzsk {
        width: 100% !important;
    }

    /** 专题专栏滚动条 **/
    .indexbox .ztzl .title {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        padding: 10px 0 !important;
        margin-bottom: 15px;
    }

    .indexbox .ztzl .control-box ul {
        display: none
    }

    .indexbox .ztzl .control-box .bigbox {
        margin: 0 !important;
    }

    .indexbox .ztzl {
        padding: 15px 0 !important;
    }

    /** -------------------------领导之窗响应式样式------------------------- **/
    .leaderbox {
        padding: 20px 0 !important;
    }

    .leaderbox .container {
        padding: 10px !important;
        padding-left: 10px !important;
        box-sizing: border-box;
    }

    .leaderbox .l-list {
        margin: 0 !important;
        float: none !important;
        width: 100% !important;
    }

    .leaderbox .l-list .switchbtn ul {
        display: flex;
        justify-content: space-between;
    }

    .leaderbox .l-list ul {
        margin-right: 0 !important;
    }

    .leaderbox .l-list .switchlist {
        padding-bottom: 0 !important;
    }

    .leaderbox .l-details {
        width: 100% !important;
    }

    .leaderbox .l-details .title {
        margin-bottom: 15px;
    }

    .leaderbox .l-details .info {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .leaderbox .l-details .info .pic {
        box-shadow: none !important;
        height: auto !important;
    }

    .leaderbox .l-details .info .pic img {
        height: 222px !important;
        width: auto !important;
        padding: 10px;
        -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    }

    .leaderbox .l-details .info p {
        width: 100%;
    }

    .leaderbox .l-details .content {
        margin: 0 !important;
        width: 100% !important;
    }

    .leaderbox .l-details .actlist li {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .leaderbox .l-details .actlist li a {
        flex-grow: 1;
        flex-basis: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .leaderbox .l-details .actlist li>span {
        width: 90px;
    }

    /** -------------------------信息公开首页响应式样式------------------------- **/
    .zwgkbox .container {
        padding: 10px !important;
        padding-left: 10px !important;
    }

    .zwgkbox .iconbutton li {
        margin-left: 0 !important;
    }

    .zwgkbox .iconbutton li.active .iconbutton-wrap {
        width: 100% !important;
    }

    .zwgkbox .iconbutton {
        float: none !important;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .zwgkbox .iconbutton li p {
        font-size: 14px !important;
    }

    .zwgkbox .iconbutton li img {
        width: 28px !important;
        height: 28px !important;
    }

    .zwgkbox .iconbutton li {
        width: 100% !important;
        position: static !important;
        transition: none !important;
    }

    .zwgkbox .iconbutton li.active {
        height: 200px !important;
    }

    .zwgkbox .iconbutton li.active .iconbutton-wrap:after {
        bottom: -30px !important;
        top: unset !important;
        height: 0;
        border-top: 20px solid #0167CC !important;
        border-left: 20px solid transparent !important;
        border-bottom: 20px solid transparent !important;
        border-right: 20px solid transparent !important;
        position: absolute;
        right: 25% !important;
        margin-left: -20px;
    }

    .zwgkbox .iconbutton li .iconbutton-wrap {
        width: 100% !important;
        height: 100px;
    }

    .zwgkbox .iconbutton li .list a {
        margin: 5px 10px !important;
    }

    .zwgkbox .iconbutton li .list {
        width: 100% !important;
        height: 95px !important;
        bottom: 0px !important;
        top: unset !important;
        left: 0 !important;
        display: none;
        padding: 15px !important;
    }

    .zwgkbox .iconbutton li.active .list {
        display: block;
    }

    .zwgkbox .switchwrap {
        float: none !important;
        margin-top: 20px !important;
        width: 100% !important;
        padding-right: 0 !important;
    }

    .zwgkbox .zcfggllist li {
        display: flex;
        padding-right: 0;
    }

    .zwgkbox .zcfggllist li .gl a {
        font-size: 14px;
    }

    .zwgkbox .zcfggllist li .title {
        font-size: 14px;
    }

    .zwgkbox .zcfggllist li span.date {
        font-size: 14px;
        padding-left: 5px;
    }

    .zwgkbox .switchwrap .searchbox {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
        height: auto !important;
    }

    .zwgkbox .switchwrap .btn {
        width: 105px !important;
        margin-right: 17px !important;
        margin-bottom: 10px;
    }

    .zwgkbox .switchwrap .searchbox form,
    .zwgkbox .switchwrap .searchbox form .inputbox {
        width: 100% !important;
        display: flex;
        align-items: center;
    }

    .zwgkbox .switchwrap .searchbox form .inputbox input {
        flex-grow: 1;
    }

    .zwgkbox .zfxxgk {
        float: none !important;
        width: 100% !important;
    }

    .zwgkbox .zfxxgk .xxgkwrap ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .zwgkbox .zfxxgk .xxgkwrap ul li {
        margin: 0 !important;
        margin-bottom: 15px !important;
        width: 100% !important;
    }

    .zwgkbox .zfxxgk .xxgkwrap ul a {
        width: 48%;
    }

    .zwgkbox .zfxxgk .xxgkwrap ul a:last-child {
        width: 100%;
    }

    .zwgkbox .zfxxgk .xxgkwrap ul a:last-child li {
        margin: 0 !important;
    }

    .zwgkbox .zdlyxxgk .line-title p {
        font-size: 24px !important;
        width: 300px !important;
    }

    .zwgkbox .zdlyxxgk ul.gkbtn1 li p {
        font-size: 14px;
        margin-top: 0 !important;
    }

    .zwgkbox .zdlyxxgk ul.gkbtn1 li {
        width: 33.33% !important;
        height: 110px !important;
        padding: 19px 5px !important;
    }

    .zwgkbox .control-box {
        width: 100% !important;
        margin: 0 !important;
        margin-top: 25px !important
    }

    .zwgkbox .bigbox {
        width: 100% !important;
        padding: 0 35px;
        margin: 0 !important;
    }

    .zwgkbox .hygq .hygqlist {
        width: 100% !important;
    }

    .zwgkbox .hygq .hygqlist>ul li {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        line-height: 35px !important;
        margin-bottom: 10px;
    }

    .zwgkbox .hygq .hygqlist>ul li a {
        flex-grow: 1;
        flex-basis: 0;
        height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zwgkbox .hygq .hygqlist>ul li span {
        margin-left: 10px;
    }

    .zwgkbox .hygq .hygqiconlist ul {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .zwgkbox .hygq .hygqiconlist ul a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hygqiconlist ul li .tit {
        margin: 0 !important;
    }

    .zwgkbox .xxgk-title {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .zwgkbox .hygq .zfgb {
        margin: 0 !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .zwgkbox .hygq .zfgb ul li {
        margin: 13px 0 !important;
    }

    /** -------------------------互动交流响应式样式------------------------- **/
    .engagebox {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .engagebox .write-tips {
        padding: 10%;
    }

    .engagebox .write-tips .write-tips-wrap {
        width: 100%;
        margin: 0;
        position: static;
        height: 100%;
    }

    .engagebox .container {
        padding: 10px !important;
        padding-left: 10px !important;
    }

    .engagebox .mailbox .mail {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        display: flex;
        justify-content: space-between;
    }

    .engagebox .mailbox .mail .mailiconbuttonbox {
        display: flex;
        flex-wrap: wrap;
        width: 47% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .engagebox .mailbox .mail .mailiconbuttonbox .mailiconbutton {
        width: 100% !important;
        height: 54px !important;
        box-shadow: 0px 3px 10px rgb(0 0 0 / 16%) !important;
        border-radius: 27px !important;
        background: url(mailbutton.png) no-repeat center center !important;
        background-size: 100% 100% !important;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        color: #095FBC;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 12px;
        margin: 0 !important;
        border: none !important;
    }

    .engagebox .mailbox .mail .mailiconbuttonbox a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }

    .engagebox .mailbox .mail .mailiconbuttonbox a p,
    .engagebox .mailbox .mail div.mailiconbuttonbox a:hover p {
        font-size: 18px !important;
        margin: 0 !important;
        color: #095FBC !important;
    }

    .engagebox .mailbox .mail .mailiconbuttonbox a img {
        margin-right: 10px;
    }

    .engagebox .mailbox .mail .mailbuttonbox {
        width: 47% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .engagebox .mailbox .mail .mailbuttonbox .mailbutton {
        width: 100% !important;
    }

    /** 顶部按钮 **/
    .engagebox .mailbox .actionbtn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100% !important;
        margin: 0 !important;
    }

    .engagebox .mailbox .actionbtn .item {
        width: 48% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 10px !important;
    }

    /** 回复选登 **/
    .engagebox .reply {
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .engagebox .reply .title {
        margin-bottom: 20px !important;
    }

    .engagebox .reply .content .tablebox {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }

    .engagebox .reply .content .tablebox .switchtable tr.head th:nth-child(2),
    .engagebox .reply .content .tablebox .switchtable tr.head th:nth-child(4),
    .engagebox .reply .content .tablebox .switchtable tr td:nth-child(2),
    .engagebox .reply .content .tablebox .switchtable tr td:nth-child(4) {
        display: none;
    }

    .engagebox .reply .content .tablebox .switchtable tr.head th,
    .engagebox .reply .content .tablebox .switchtable tr td {
        font-size: 14px !important;
    }

    .engagebox .reply .content .tablebox .switchtable tr th:nth-child(1) {
        width: 50% !important;
    }

    .engagebox .reply .content .tablebox .switchtable tr td:nth-child(1) a {
        width: 230px !important;
        height: 24px !important;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /** 信息统计 **/
    .engagebox .reply .content .countbox {
        margin-top: 10px;
        width: 100% !important;
        float: none !important;
    }

    .engagebox .reply .content .countbox .count {
        width: 100% !important;
    }

    .engagebox .reply .content .countbox .count .countitem {
        display: flex;
    }

    .engagebox .reply .content .countbox .count .countitem .numbox {
        flex-grow: 1;
        flex-basis: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0 !important;
    }

    .engagebox .reply .content .countbox .count .countitem .numbox p {
        width: 35% !important;
        display: flex;
        align-items: center;
        margin: 0 !important;
    }

    .engagebox .reply .content .countbox .count .countitem .numbox p span {
        flex-grow: 1;
        flex-basis: 0;
        margin: 0 !important;
    }

    /** 在线访谈 **/
    .engagebox .zxft {
        margin: 0 !important;
    }

    .engagebox .zxft .title {
        margin-bottom: 15px !important;
    }

    .engagebox .zxft .ft {
        height: auto !important;
    }

    .engagebox .zxft .ft>a {
        float: none !important;
        display: flex !important;
        flex-wrap: wrap;
    }

    .engagebox .zxft .ft .imgbox {
        width: 100% !important;
        height: auto !important;
    }

    .engagebox .zxft .ft .details {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px;
    }

    .engagebox .zxft .ft .timeline {
        display: none !important;
        width: 100% !important;
        margin: 0 !important;
        margin-top: 10px !important;
    }

    .engagebox .zxft .ft .timeline .wrap .item {
        width: 90% !important;
    }

    /** 民意征集 **/
    .engagebox .zxft .zjdc {
        margin-top: 20px !important;
    }

    .engagebox .zxft .zjdc>div {
        width: 100% !important;
    }

    .engagebox .zxft .zjdc>div {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    /** -------------------------政务服务响应式样式------------------------- **/
    .zwfwbox {
        padding: 0 !important;
    }

    .zwfwbox .container {
        padding: 10px !important;
        padding-left: 10px !important;
    }

    .zwfwbox .titleimg {
        width: 100%;
    }

    .zwfwbox .tab {
        margin-top: 10px !important;
        display: flex !important;
        flex-wrap: wrap;
        padding: 10px !important;
    }

    .zwfwbox .tab .service {
        width: 100% !important;
    }

    .zwfwbox .tab .service .service-tab-btn {
        width: 100% !important;
    }

    .zwfwbox .tab .service .service-switch .switchbtn {
        width: 100% !important;
    }

    .zwfwbox .tab .service .service-switch .service-list {
        margin: 0 !important;
        margin-left: -1% !important;
        margin-right: -1% !important;
    }

    .zwfwbox .tab .service .service-switch .service-list li {
        margin: 0 !important;
        margin-left: 1% !important;
        width: 48% !important;
        margin-top: 10px !important;
        padding: 10px !important;
        height: auto !important;
    }

    .zwfwbox .tab .service .service-switch .service-list li .iconbox {
        width: 60px !important;
        padding: 0 !important;
    }

    .zwfwbox .tab .service .service-switch .service-list li .iconbox span {
        font-size: 14px;
    }

    .zwfwbox .tab .service .service-switch .service-list li .linkbox {
        width: auto !important;
        padding: 0 !important;
        font-size: 14px !important;
    }

    .zwfwbox .tab .service .service-switch .service-list li .linkbox a {
        width: 60px;
    }

    .zwfwbox .tab .service .service-switch .service-list li .block {
        margin: 4px 15px !important;
    }

    .zwfwbox .tab .tsjc {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        margin-top: 20px !important;
    }

    /** 特色服务 **/
    .zwfwbox .tab .tsjc .tsjc-tab .fwlist {
        margin: 0 !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .zwfwbox .tab .tsjc .tsjc-tab .fwlist li {
        margin: 0 !important;
        margin-top: 10px !important;
        width: 48% !important;
    }

    .zwfwbox .tab .tsjc .tsjc-title .btn {
        padding: 0 18px !important;
    }

    /** 主题集成 **/
    .jcbox .container {
        padding: 10px !important;
        padding-left: 10px !important;
    }

    .jcbox .swiperbox .swiper-container {
        width: calc(100% - 80px);
    }

    .jcbox .swiperbox .swiper-button-prev {
        left: 0 !important;
    }

    .jcbox .swiperbox .swiper-button-next {
        right: 0 !important;
    }

    .jcbox .swiperbox .swiper-pagination {
        display: none;
    }

    .jcbox .title-group {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .jcbox .title-group h2 {
        width: 32% !important;
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .jcbox .title-group h2 a {
        font-size: 18px !important
    }

    .jcbox .title-group h2:last-child {
        display: none;
    }

    .jcbox .title-group .line {
        display: none;
    }

    .jcbox .title-group .split {
        display: none;
        left: 143px !important;
        top: 12px !important;
    }

    .jcbox .slist {
        margin-left: -1% !important;
        margin-right: -1% !important;
    }

    .jcbox .slist li {
        padding: 10px !important;
        width: 29% !important;
        height: 120px !important;
        margin-left: 1% !important;
        margin-bottom: 10px !important;
    }

    .jcbox .ywtb {
        margin-top: 10px !important;
    }

    .jcbox .ywtb img {
        width: 100% !important;
        height: auto !important;
    }

    .jcbox .ywtb p.ntwb {
        width: 100% !important;
        padding-left: 40%;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;

    }

    .jcbox .ywtb p.ntwb span:last-child {
        margin-right: 17px;
    }

    /** 便民查询 **/
    .jcbox .bmcx h2 {
        margin-bottom: 10px;
    }

    .jcbox .bmcx .bmlist {
        display: flex;
        flex-wrap: wrap;
        margin: 0 !important;
        justify-content: space-between;
        overflow: visible !important;
    }

    .jcbox .bmcx .bmlist a {
        width: 48%;
        margin-bottom: 10px;
    }


    .jcbox .bmcx .bmlist div.btn {
        width: 100%;
        margin: 0 !important;
    }

    /** 办件统计 **/
    .jcbox .bjtj {
        margin: 0 !important;
    }

    .jcbox .bjtj .title {
        overflow: visible !important;
        border: none !important;
    }

    .jcbox .bjtj .title h2,
    .jcbox .bjtj .title .searchbox {
        float: none !important;
        width: 100% !important;
    }

    .jcbox .bjtj .title .searchbox {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        box-sizing: border-box;
    }

    .jcbox .bjtj .title .searchbox span {
        padding: 0 !important;
        display: block;
        box-sizing: border-box;
        flex-basis: 100px;
    }

    .jcbox .bjtj .title .searchbox form {
        flex-grow: 1;
        flex-basis: 0;
        display: flex !important;
        align-items: center;
    }

    .jcbox .bjtj .title .searchbox input {
        position: static !important;
        flex-grow: 1;
    }

    .jcbox .bjtj .title .searchbox button {
        height: 40px !important;
    }

    .jcbox .bjtj .count {
        height: auto !important;
    }

    .jcbox .bjtj .count .citem {
        width: 50% !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 !important;
        height: auto !important;
    }

    .jcbox .bjtj .count .citem:first-child {
        display: none !important;
    }

    .jcbox .bjtj .count .citem>div {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: row-reverse;
    }

    .jcbox .bjtj .count .citem .split {
        display: none;
    }

    .jcbox .bjtj .count .citem p {
        margin: 0 10px !important;
        font-size: 14px !important;
        line-height: 40px !important;
    }

    .jcbox .bjtj .count .citem p span {
        font-size: 16px !important;
    }

    /** -------------------------政府数据响应式样式------------------------- **/
    section.contact-box {
        padding: 0;
    }

    .contact-box .container {
        padding: 10px !important;
        overflow: hidden !important;
    }

    .contact-box div.ssjq {
        width: 100%;
    }

    .contact-box div.ssjq .gksj {
        /* overflow: hidden; */
        position: relative;
    }

    .contact-box div.ssjq .gksj .title button {
        display: block !important;
        border-color: #0d6ac9 !important;
        top: 0px;
        right: 0px;
        margin: 0;
    }

    .contact-box div.ssjq .gksj .title button .icon-bar {
        background-color: #0d6ac9 !important;
    }

    .contact-box div.ssjq_box .left {
        position: absolute;
        z-index: 10;
        background: #fff;
        top: 47px;
        width: 100%;
        left: 0px;
        overflow: hidden;
        height: 0;
        transition: height .4s;
    }

    .contact-box div.ssjq_box .left.open {
        height: 432px;
    }

    .contact-box div.ssjq_box .left ul li {
        margin-bottom: 0;
        height: 48px;
        line-height: 48px;
        width: 100%;
        border-bottom: 1px #ddd solid;
        font-size: 14px;
    }

    .contact-box div.ssjq_box .right .top {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        height: auto;
        margin-bottom: 10px;
    }

    .contact-box div.ssjq_box .right .top>* {
        margin-bottom: 10px !important;
    }

    .contact-box div.ssjq_box .right .top h4 {
        margin-bottom: 10px;
        margin-top: 0;
        width: 100%;
        text-align: left;
    }

    .contact-box div.ssjq_box .right .top select {
        margin: 0;
        width: auto;
        font-size: 12px;
        flex-grow: 1;
        margin-right: 5px;
    }

    .contact-box div.ssjq_box .right .top span {
        font-size: 12px;
        margin-right: 5px;
    }

    .contact-box div.ssjq_box .right .top a {
        font-size: 12px;
        width: 50px;
    }

    .contact-box div.ssjq_box .right .bottom>span,
    .contact-box div.ssjq_box .right .bottom .chart {
        width: 100%;
        float: none;
        margin: 0;
    }

    .contact-box div.ssjq_box .right .bottom .chart {
        height: 300px;
    }

    .contact-box div.ssjq .list {
        width: 100%;
        float: none;
    }

    .contact-box div.ssjq .tjnj {
        width: 100%;
        float: none;
        margin-bottom: 0 !important;
    }

    .contact-box div.ssjq .list li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 15px 0;
    }

    .contact-box div.ssjq .list li .itemtitle {
        flex-grow: 1;
        flex-basis: 0;
        height: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: 15px;
    }

    .contact-box div.ssjq .list li .date {
        line-height: unset;
    }

    .contact-box div.ssjq .tjnj .img {
        width: 100%;
        margin-bottom: 15px !important;
    }

    .contact-box div.ssjq .tjnj ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .contact-box div.ssjq .tjnj li {
        width: 48% !important;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }

    .contact-box div.ssjq .tjnj li a {
        font-size: 14px;
    }

    /** -------------------------通用内容页响应式样式------------------------- **/
    .details-box {
        padding-bottom: 0 !important;
    }

    .details-box .contentbox {
        padding: 20px;
    }

    .details-box .contentbox h1 {
        width: 100%;
    }

    .details-box .contentbox #sharedContent,
    .details-box .contentbox .print,
    .details-box .contentbox .fsize,
    .details-box .contentbox .content .qr,
    .details-box .contentbox .content-tips {
        display: none;
    }

    .details-box .contentbox .souce {
        padding-left: 0 !important;
        width: 100%;
        text-align: center;
    }

    .details-box .contentbox .tool {
        margin-top: 0;
    }

    .details-box .contentbox .content table,
    .details-box .contentbox .content img {
        width: 100% !important;
    }

    /** -------------------------个人法人服务响应式样式------------------------- **/
    .lmbg .location {
        overflow: hidden;
        padding-left: 30px;
        margin: 10px 0;
        height: 25px;
        line-height: 25px;
        background: url(icon42.png) no-repeat left center;
    }

    .cbody1180 {
        width: 100% !important;
        padding: 0 15px;
    }

    .lmbg .cbody1140 {
        width: 100%;
    }

    .lmbg .tabtitleshadow {
        margin-bottom: 15px
    }

    .lmbg .classifyList {
        margin-top: 0;
    }

    .lmbg .classifyList .itemlist {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }

    .lmbg .classifyList .itemlist li {
        margin: 0;
        width: 23%;
        margin-bottom: 15px;
        margin-right: 1%;
        margin-left: 1%;
    }

    .lmbg .cbody1140 .searchcriteria,
    .cbody1180 .searchcriteria {
        height: unset;
        line-height: unset;
        padding: 10px;
    }

    .lmbg .cbody1140 .searchcriteria ul,
    .cbody1180 .searchcriteria ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
        float: none;
    }

    .lmbg .cbody1140 .searchcriteria ul li,
    .cbody1180 .searchcriteria ul li {
        padding: 0;
    }

    .lmbg .cbody1140 .srsearchbox,
    .cbody1180 .srsearchbox {
        float: none;
        display: flex;
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }

    .lmbg .cbody1140 .srsearchbox form,
    .cbody1180 .srsearchbox form {
        display: flex;
        width: 90%;
    }

    .lmbg .cbody1140 .srsearchbox form .srstxt,
    .cbody1180 .srsearchbox form .srstxt {
        flex-grow: 1;
    }

    .lmbg .cbody1140 .srsearchbox form .srssubmit,
    .cbody1180 .srsearchbox form .srssubmit {
        background-image: url(search.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
    }

    .lmbg .cbody1140 .tablebox,
    .cbody1180 .tablebox {
        min-height: unset;
    }

    .lmbg .cbody1140 .tablebox tr td,
    .cbody1180 .tablebox tr td {
        line-height: unset;
    }

    .cbody1180 .rmfwdqnav {
        padding-top: 15px !important;
        padding-bottom: 0 !important;
    }

    .cbody1180 .rmfwbslbtitle {
        padding-top: 15px !important;
    }

    .lmbg .cbody1140 .tablebox tr td:first-child,
    .cbody1180 .tablebox tr td:first-child {
        padding: 10px
    }

    .lmbg .cbody1140 .blank40,
    .cbody1180 .blank40 {
        display: none;
    }

    /** -------------------------信件详情响应式样式------------------------- **/
    .scorebox .formtitle {
        padding: 0 10px;
    }

    .scorebox .content table .t {
        width: 130px !important;
    }

    /** -------------------------民意征集响应式样式------------------------- **/
    .mainbox {
        width: 100% !important;
    }

    .mainbox .wenzhang .contentbox {
        padding: 15px
    }

    .mainbox .wenzhang .contentbox .newsinfo {
        padding: 0;
    }

    .mainbox .wenzhang .contentbox .newsinfo .top_ztimg {
        display: none;
    }

    .mainbox .wenzhang .contentbox .tab_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mainbox .wenzhang .contentbox .tab_title li {
        flex-basis: 30%;
        background-size: 100% 100% !important;
        font-size: 16px;
    }

    .mainbox .wenzhang .contentbox .left_content {
        width: 30% !important;
    }

    .mainbox .wenzhang .contentbox .right_content {
        width: 70% !important;
        display: flex;
    }

    /** -------------------------在线访谈响应式样式------------------------- **/
    .interview-detail .interview-info .in-info {
        width: 100% !important;
        margin-top: 10px;
    }

    .interview-detail .interview-info .in-info p.p3 {
        min-height: unset;
    }

    /** -------------------------我要写信响应式样式------------------------- **/
    .writebox .container {
        padding: 0 15px !important;
        width: 100% !important;
    }

    .writebox .container .formitem p {
        width: 100% !important;
        text-align: left;
        display: block !important;
    }

    .writebox .container .formitem .label {
        text-align: left !important;
        margin-bottom: 10px;
    }

    .writebox .form .formitem textarea {
        width: 100% !important;
    }

    /** -------------------------答问知识库响应式样式------------------------- **/
    .mcontent {
        width: 100% !important;
    }

    .mcontent .detail_con .local_curr {
        padding-left: 15px;
        position: static;
    }

    .mcontent .detail_con .dwzsktopbox {
        padding: 0;
    }

    .mcontent .detail_con .dwzsktopbox .dwzsksearch {
        display: flex;
        margin: 0;
        flex-wrap: wrap;
        width: 100%;
    }

    .mcontent .detail_con .dwzsktopbox .dwzsksearch .dwzsklogo {
        font-size: 26px;
        width: 100%;
        text-align: center;
        display: block;
    }

    .mcontent .detail_con .dwzsktopbox .dwzsksearch form {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mcontent .detail_con .dwzsktopbox .dwzsksearch .dwzskzslcqwt {
        display: none;
    }

    .mcontent .detail_con .dwzsknavbox {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mcontent .detail_con .dwzsknavbox ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mcontent .detail_con .dwzsknavbox ul li {
        width: 32%;
    }

    .dwzsknavbox ul li a {
        padding: 0 5px !important;
    }

    .mcontent .detail_con .dwzsknavbox ul li span {
        font-size: 16px
    }

    .mcontent .detail_con .drdwtbox .drdwtlist {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mcontent .detail_con .drdwtbox .drdwtlist li {
        width: 48%;
        margin: 10px 0;
    }

    .mcontent .detail_con .dabmcxbox {
        padding: 0 10px
    }

    .mcontent .detail_con .dabmcxbox .dcxbmlist {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mcontent .detail_con .dabmcxbox .dcxbmlist li {
        width: 31%;
        margin: 10px 0;
        height: 50px;
    }

    .mcontent .detail_con .dabmcxbox .dcxbmlist li a {
        font-size: 12px !important;
        height: 50px;
        line-height: 50px;
    }

    .mcontent .detail_con .dwzskbottombox {
        display: flex;
        flex-wrap: wrap;
    }

    .mcontent .detail_con .dwzskbottombox .dwzskbleft {
        width: 100%;
    }

    .mcontent .detail_con .dwzskbottombox .dwzskbright {
        width: 100%;
        margin-top: 15px;
    }

    .mcontent .detail_con .dwzskbottombox .dwzskbright .dwzskrlist li {
        display: flex;
        flex-direction: row-reverse;
    }

    .mcontent .detail_con .dwzskbottombox .dwzskbright .dwzskrlist li span {
        width: 85px;
    }

    .mcontent .detail_con .dwzskbottombox .dwzskbright .dwzskrlist li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mcontent .detail_con .dwzskbottombox .dwzskbright .fen_page {
        height: auto;
        line-height: 35px;
        margin-top: 10px;
    }

    .mcontent .detail_con .dwzsknrbox {
        margin-top: 15px;
    }

    .mcontent .detail_con .dwzsknrwdcon {
        overflow: hidden;
    }

    .dwzsknrly {
        width: 100%;
        display: block;
        text-align: right !important;
        padding: 0 !important;
        margin-bottom: 10px;
    }

    /** -------------------------在线访谈响应式样式------------------------- **/
    .lm_ftbox {
        height: auto !important;
    }

    .lmftbox1 {
        height: auto !important;
    }

    .lmftbox .newftbox {
        width: 100%;
        padding: 10px;
        height: auto;
        margin-bottom: 15px;
    }

    .lm_ftbox .pic {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
    }

    .lm_ftbox .pic img {
        width: 100%;
        height: auto !important;
    }

    .lm_ftbox .con {
        width: 100% !important;
        float: none !important;
    }

    .lmftbox .aboutftbox {
        width: 100% !important;
        float: none !important;
        height: auto !important;
    }

    .lmftbox .aboutftbox .ftab1 {
        height: auto !important;
    }

    .lmftbox .aboutftbox .ftab1 .txt {
        height: auto;
    }

    .lmftbox .lmftbox2 ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .lmftbox .lmftbox2 ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .lmftbox .lmftbox2 ul li img {
        width: 100%;
    }

    /** -------------------------领导信箱响应式样式------------------------- **/
    .mainbox .leftnr {
        float: none;
        width: 100%;
        height: auto;
        min-height: unset;
    }

    .mainbox .leftnr .lmtitle {
        width: 100%;
        background: none;
        border-bottom: 1px solid #E3E3E3;
        padding: 0;
        padding-left: 20px;
        height: 45px !important;
        position: relative;
        box-sizing: border-box;
    }

    .mainbox .leftnr .lmtitle h1 {
        width: 100px;
        position: relative;
        margin-bottom: 0;
        padding-left: 10px;
        border-left: 5px #0d77cf solid;
        height: 35px;
        line-height: 35px;
    }

    .mainbox .leftnr .lmtitle h1 a {
        color: #0D6AC9;
    }

    .mainbox .leftnr .lmtitle button {
        display: block !important;
        border-color: #0d6ac9 !important;
        top: 0px;
        right: 10px;
        margin: 0;
    }

    .mainbox .leftnr .lmtitle button .icon-bar {
        background-color: #0d6ac9 !important;
    }

    .mainbox .leftnr .menunr {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        padding-right: 10px;
    }

    .mainbox .leftnr .menunr {
        height: 0px;
        min-height: unset;
        transition: height .4s;
    }

    .mainbox .leftnr .menunr ul {
        padding: 0;
        overflow: hidden;
    }

    .mainbox .leftnr .menunr.open {
        height: 441px;
    }

    .mainbox .leftnr .menunr ul,
    .mainbox .leftnr .menunr ul li,
    .mainbox .leftnr .menunr ul li a {
        width: 100%;
    }

    .mainbox .leftnr .menunr ul li a {
        height: 48px;
        line-height: 48px;
        border: none;
    }

    .mainbox .leftnr .menunr ul li.active a {
        background: #095FBC;
        color: #FFFFFF;
        position: relative;
    }

    .mainbox .leftnr .menunr ul li {
        padding-top: 0;
        height: 48px;
        line-height: 48px;
        border-bottom: 1px #ddd solid;
    }

    .mainbox .rightnr {
        width: 100% !important;
        float: none;
        padding: 15px;
        box-sizing: border-box;
    }

    .mainbox .rightnr .watermark {
        width: 177px;
        height: 173px;
        left: 135px;
    }

    .mainbox .rightnr .watermark img {
        width: 100%;
    }

    .mainbox .rightnr .listnews .doc_list li {
        display: flex;
    }

    .mainbox .rightnr .listnews .doc_list li a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: unset;
    }

    .mainbox .rightnr .listnews li span.date {
        width: 125px;
        text-align: right;
    }

    .mainbox .rightnr .guestbook_title .t3,
    .mainbox .rightnr .guestbook_title .t5,
    .mainbox .rightnr .xxgf1 .t3,
    .mainbox .rightnr .xxgf1 .t5 {
        display: none;
    }

    .mainbox .rightnr .guestbook_title {
        display: flex;
    }

    .mainbox .rightnr .xxgf1 .ldxx_gl {
        display: flex;
    }

    /** -------------------------联系我们响应式样式------------------------- **/
    .contact-box .contentbox {
        padding: 15px !important;
    }

    .contact-box .contentbox h1 {
        width: 100% !important;
    }

    /** -------------------------网站地图响应式样式------------------------- **/
    .wenzhang .dty_contain .dty_sublb ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .wenzhang .dty_contain .dty_sublb ul li {
        padding: 10px 0;
        width: 30%;
    }

    /** -------------------------新闻发布会响应式样式------------------------- **/
    div.fbhheadbox {
        width: 100%;
        min-width: unset;
        height: 300px;
    }

    div.fbhheadbox .fbhcbody {
        width: 100%;
        height: 300px;
    }

    div.fbhheadbox .fbhlogo2021 {
        width: 250px;
    }

    div.fbhheadbox .fbhzltitle {
        left: 0;
        width: 100%;
        text-align: center;
    }

    div.fbhheadbox .fbhzltitle img {
        width: 80%;
    }

    div.fbhcbody {
        width: 100%;
        height: auto;
    }

    div.fbhcbody .fbhnews {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        height: auto;
    }

    div.fbhcbody .fbhnews .picbox {
        width: 100%;
        height: auto;
    }

    div.fbhcbody .fbhnews .picbox img {
        width: 100%;
        height: auto;
    }

    div.fbhcbody .fbhnews .info li.title,
    div.fbhcbody .fbhnews .info li.nr {
        height: auto;
    }

    div.fbhcbody .xwfbhlist ul {
        display: flex;
        flex-wrap: wrap;
    }

    div.fbhcbody .xwfbhlist ul li {
        display: flex;
        width: 100%;
        margin: 0;
        flex-direction: row-reverse;
    }

    div.fbhcbody .xwfbhlist li span.date {
        width: 115px;
    }

    div.fbhcbody .xwfbhlist li .nr {
        flex-grow: 1;
        flex-basis: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    div.fbhcbody .interview-list1 {
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px;
        width: 100% !important;
    }

    div.fbhcbody .interview-list1 li {
        margin: 0 !important;
        width: 100% !important;
    }

    div.fbhcbody ul.interview-list1 li .interview-img {
        height: auto !important;
    }

    div.fbhcbody ul.interview-list1 li .interview-img img {
        height: auto !important;
    }

    /** -------------------------讲看齐见行动专题响应式样式------------------------- **/
    .jkqbox.header {
        background-size: cover;
        height: 140px;
    }

    .jkqbox .num1 {
        padding-left: 10px;
    }

    .jkqbox .wbody {
        width: 100%;
    }

    .jkqbox .num1 img {
        width: 200px;
        height: auto;
    }

    .jkqbox .guidanglogo {
        width: 100px;
        height: 100px;
        background-size: 100% 100%;
        right: 10px;
        top: 140px;
    }

    .wbody.ptb30 {
        width: 100%;
    }

    .wbody.ptb30 .xxtl-box {
        height: auto;
    }

    .wbody.ptb30 .xxtl-box ul {
        width: 100%;
        position: unset;
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .wbody.ptb30 .xxtl-box ul li {
        float: none;
        margin: 0;
        display: flex;
        width: 100%;
        margin-bottom: 5px;
    }

    .wbody.ptb30 .xxtl-box ul li a {
        flex-grow: 1;
        flex-basis: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .wbody.ptb30 .xxtl-box ul li>span {
        width: 60px;
        text-align: right;
    }

    /** -------------------------讲看齐见行动专题详情响应式样式------------------------- **/
    .ind_body .container #wenzhang {
        width: 100%;
    }

    .ind_body .container .secnr {
        padding: 10px;
    }

    .ind_body .container #wenzhang .wzcon {
        width: 100%;
    }

    .ind_body .container #wenzhang .wzcon img {
        max-width: 100%;
    }

    .ind_body .container .lm_lban {
        display: none;
    }

    .ind_body .container .lm_rban {
        width: 100%;
        box-sizing: border-box;
        height: auto !important;
    }

    .ind_body .container .lm_rban .navjz {
        width: 100%;
        overflow: hidden;
    }

    .ind_body .container .lm_rban .doc_list li {
        display: flex;
    }

    .ind_body .container .lm_rban .doc_list li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ind_body .container .lm_rban .doc_list li span {
        width: 60px;
        text-align: right;
    }

    /** -------------------------安徽省环境保护督察郊区专题响应式样式------------------------- **/
    .hjbhdczbox {
        min-width: unset;
        overflow-x: hidden;
    }

    .hjbhdczbox .header {
        background: url(header_img.jpg) no-repeat;
        background-size: contain;
        width: 150%;
        margin-left: -25%;
        height: 140px;
    }

    .hjbhdczbox .bannerson {
        width: 100%;
    }

    .hjbhdczbox .bannerson a {
        width: 150px;
        top: 10px;
        left: 18%;
    }

    .hjbhdczbox .bannerson img {
        width: 100%;
    }

    .hjbhdczbox .top_box {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .hjbhdczbox .top_box>div {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        height: auto;
    }

    .hjbhdczbox .top_box>div ul {
        display: flex;
        flex-wrap: wrap;
    }

    .hjbhdczbox .top_box>div ul li {
        display: flex;
    }

    .hjbhdczbox .top_box>div ul a {
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hjbhdczbox .top_box>div ul span {
        width: 70px;
        text-align: right;
    }

    .hjbhdczbox .m_wywy {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    .hjbhdczbox .m_wywy ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .hjbhdczbox .m_wywy ul li {
        border: none;
        width: 30%;
        height: auto;
        margin-bottom: 25px;
    }

    .hjbhdczbox .m_wywy ul li h1 {
        height: auto;
        font-size: 16px;
    }

    .hjbhdczbox .m_wywy ul li img {
        width: 60%;
    }

    .hjbhdczbox .m_wywy ul li p {
        line-height: unset;
        height: auto;
        width: 100%;
        display: none;
    }

    .hjbhdczbox .newsinfo {
        height: auto;
    }

    .hjbhdczbox #J_content img {
        max-width: 100%;
    }

    .hjbhdczbox .mainbox1s .content {
        width: 100%;
    }

    .hjbhdczbox .mainbox1s .position_list {
        line-height: unset;
    }

    .hjbhdczbox .content .leftnr {
        display: none;
    }

    .hjbhdczbox .content .rightnr {
        width: 100%;
    }

    .hjbhdczbox .content .rightnr .listnews {
        width: 100%;
        padding: 0;
    }

    .hjbhdczbox .content .rightnr .listnews .doc_list li {
        display: flex;
    }

    .hjbhdczbox .content .rightnr .listnews .doc_list li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hjbhdczbox .content .rightnr .listnews .doc_list li span {
        width: 100px;
        text-align: right;
    }

    /** -------------------------三公经费专题响应式样式------------------------- **/
    body.czysbg {
        background: url(czys_bodybg.jpg) center top no-repeat;
        background-size: 160%;
    }

    div.czys_conbox {
        width: 100%;
        padding-top: 180px;
    }

    div.czys_conbox .czysbgc {
        padding: 10px;
    }

    div.czys_conbox .czyslm p {
        max-width: 100%;
    }

    div.czys_conbox .czysbgc .contentbox {
        padding: 10px;
    }

    div.czys_conbox .czysbgc .contentbox table,
    div.czys_conbox .czysbgc .contentbox table img {
        max-width: 100%;
    }

    div.czys_conbox .czysbgc .listnews .doc_list li {
        display: flex;
    }

    div.czys_conbox .czysbgc .listnews .doc_list li.columnName .left {
        display: none;
    }

    div.czys_conbox .czysbgc .listnews .doc_list li.columnName .right {
        text-align: right;
    }

    div.czys_conbox .czysbgc .listnews .doc_list li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    div.czys_conbox .czysbgc .listnews .doc_list li span {
        width: 80px;
        text-align: right;
    }


    /** -------------------------禁放烟花爆竹响应式样式------------------------- **/
    div.yhban {
        background: url(topban.png) center top no-repeat;
        background-size: 250%;
        height: 250px;
    }

    div.yhban .yh_logo {
        padding: 0;
        width: 230px;
        padding-top: 10px;
        padding-left: 10px;
    }

    div.yhban .yh_logo img {
        width: 100%;
        height: auto;
    }

    div.yh_container.yhcon {
        width: 100%;
        padding: 20px 0;
    }

    div.watermark {
        right: 10px;
        top: 200px;
        width: 100px;
        height: 100px;
        display: none;
    }

    div.yh_container.yhcon .yh_flash {
        width: 100%;
    }

    div.yh_container.yhcon .yh_flash #myFocus01 {
        width: 100% !important;
    }

    div.yh_container.yhcon .yh_list,
    div.yh_container.yhcon .yh_list2 {
        height: auto;
        padding: 0 15px;
        box-sizing: border-box;
        width: 100%;
    }

    div.yh_container.yhcon .yh_list ul,
    div.yh_container.yhcon .yh_list2 ul {
        display: flex;
        flex-wrap: wrap;
    }

    div.yh_container.yhcon .yh_list ul li,
    div.yh_container.yhcon .yh_list2 ul li {
        display: flex;
    }

    div.yh_container.yhcon .yh_list ul li a,
    div.yh_container.yhcon .yh_list2 ul li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    div.yh_container.yhcon .yh_list ul li span,
    div.yh_container.yhcon .yh_list2 ul li span {
        width: 60px;
        text-align: right;
    }

    div.yh_container {
        width: 100%;
    }

    div.yh_container .science_lm {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
    }

    div.yh_container .science_lm .doc_list li {
        display: flex;
    }

    div.yh_container .science_lm .doc_list li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    div.yh_container .science_lm .doc_list li span {
        width: 80px;
        text-align: right;
    }

    div.yh_container .science_lm .contentbox {
        padding: 0;
    }

    div.yh_container .science_lm .contentbox .newsinfo {
        padding: 0;
        height: auto;
    }

    div.yh_container .science_lm .contentbox .newsinfo .top_ztimg {
        display: none;
    }

    /** -------------------------公共资源交易响应式样式------------------------- **/
    div.jylogo2021 {
        width: 200px;
    }

    .wbody.ptb30 .lm_box {
        width: 100%;
        height: auto;
    }

    .wbody.ptb30 .lm_box .xxtl-box ul li>span {
        width: 100px;
    }

    /** -------------------------科普郊区响应式样式------------------------- **/
    .kpjqbox div.science_ban {
        background: url(sciencejq_banbg.jpg) center top no-repeat;
        background-size: 160%;
        height: 200px;
    }

    .kpjqbox .sciencebox {
        width: 100%;
    }

    .kpjqbox .sciencebox .contentbox {
        padding: 0;
    }

    .kpjqbox .sciencebox .doc_list li {
        display: flex;
    }

    .kpjqbox .sciencebox .doc_list li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .kpjqbox .sciencebox .doc_list li span {
        width: 80px;
        text-align: right;
    }

    .kpjqbox .science_box1 ul {
        display: flex;
        width: 100%;
    }

    .kpjqbox .science_box1 ul li a span.ico {
        width: 100%;
        background-size: 100%;
        padding-top: 28px;
        height: 130px !important;
    }

    .kpjqbox .science_box1 ul li.l2 a span.ico {
        background-position: 0 -135px;
    }

    .kpjqbox .science_box1 ul li.l3 a span.ico {
        background-position: 0 -267px;
    }

    .kpjqbox .science_box1 ul li a span.tit i {
        font-size: 16px;
    }

    .kpjqbox .science_box2 .listbox {
        width: 100%;
    }

    .kpjqbox .science_box2 .listbox .con .web_top {
        display: flex;
        height: auto;
        padding: 0 10px;
    }

    .kpjqbox .science_box2 .listbox .con .web_top .pictitle {
        padding-left: 15px
    }

    .science_box2 .listbox .con .web_con1 {
        padding: 0 10px
    }

    .science_box2 .listbox .con .web_con1 li {
        display: flex;
    }

    .science_box2 .listbox .con .web_con1 li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .science_box2 .listbox .con .web_con1 li span {
        width: 80px;
        text-align: right;
    }

    .kpjqbox .pro-scroll1,
    .kpjqbox .pro-img-list1 {
        width: 100%;
    }

    .kpjqbox .science_box3 .pro-img-list1 ul li {
        width: 100%;
    }

    .kpjqbox .pro-img-list1 ul {
        width: 100% !important;
    }

    .kpjqbox .pro-img-list1 ul li img {
        width: 100%;
    }

    /** -------------------------智慧郊区响应式样式------------------------- **/
    .zhjqbox .zhjq_ban {
        height: 180px;
        background: url(zhbanbg.jpg) center top no-repeat;
        background-size: 160%;
    }

    .zhjqbox .zhjqmain {
        width: 100%;
    }

    .zhjqbox .zhjq_daod h3 {
        width: 80px;
        height: 80px;
    }

    .zhjqbox .zhjq_daod h3 a {
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
    }

    .zhjqbox .zhjq_daod {
        height: auto;
        margin-top: 0;
    }

    .zhjqbox .zhjq_daod .con {
        width: 100%;
        padding-left: 100px;
        position: static;
        height: auto;
        padding-bottom: 15px;
    }

    .zhjqbox .zhjq_daod .con a {
        display: block;
        margin: 0;
        width: 155px;
    }

    .zhjqbox .zhjq_part2 {
        height: auto;
    }

    .zhjqbox .zhjq_newsbox {
        width: 100%;
        margin-top: 10px;
    }

    .zhjqbox .zh_list {
        padding: 0 10px;
    }

    .zhjqbox .zh_list li {
        display: flex;
    }

    .zhjqbox .zh_list li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zhjqbox .zh_list li span {
        width: 80px;
        text-align: right;
    }

    .zhjqbox .zh_tel {
        text-align: center;
        width: 100%;
    }

    .zhjqbox .zh_tel a {
        display: inline;
    }

    .zhjqbox .zhjq_flash {
        width: 100%;
        height: auto;
    }

    .zhjqbox .zhjq_flash div.slide_x {
        width: 100%;
    }

    .zhjqbox .zhjq_flash .slide_x li img {
        width: 100%;
    }

    .zhjqbox .zhjq_part3 {
        height: auto;
    }

    .zhjqbox .zhjq_part3 .zhjq_listbox {
        width: 100%;
    }

    .zhjqbox .zhjq_part3 .zhjq_listbox .pic {
        width: 100%;
        height: auto;
    }

    .zhjqbox .zhjq_part3 .zhjq_listbox .pic img {
        width: 100%;
    }

    .zhjqbox .zhjq_part3 .zhjqmain {
        height: auto;
    }

    .zhjqbox .sciencebox {
        width: 100%;
        box-sizing: border-box;
    }

    .zhjqbox .sciencebox .contentbox {
        padding: 0;
    }

    .zhjqbox .sciencebox .contentbox .newsinfo {
        height: auto;
        padding: 0;
    }

    .zhjqbox .sciencebox .contentbox .newsinfo .top_ztimg {
        display: none;
    }

    .zhjqbox .listnews li {
        display: flex;
    }

    .zhjqbox .listnews li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zhjqbox .listnews li span {
        width: 80px;
        text-align: right;
    }

    .zhjqbox .newscontnet img {
        max-width: 100%;
    }

    /** -------------------------环境保护响应式样式------------------------- **/
    .hjbhbox .hb_ban {
        height: 200px;
        background: url(hb_banner.jpg) center top no-repeat;
        background-size: 150%
    }

    .hjbhbox .hd_title {
        width: 100%;
        height: 120px;
        padding-left: 180px;
        background: url(hbzt_main.jpg) no-repeat;
        background-size: 100%;
        box-sizing: border-box !important;
        padding-top: 16px;
    }

    .hjbhbox .hd_title .title {
        font-size: 16px;
        line-height: unset;
        height: auto;
    }

    .hjbhbox .hd_title p {
        display: none;
    }

    .hjbhbox .hb_container {
        width: 100%;
        overflow: hidden;
    }

    .hjbhbox .hb_container .hb_left {
        width: 100%;
    }

    .hjbhbox .hb_container .hb_flash {
        height: 350px;
    }

    .hjbhbox .hb_container .hb_flash .mF_sohusports_wrap {
        width: 100%;
    }

    .hjbhbox .hb_container .hb_flash .mF_sohusports_wrap div.slide_x {
        width: 100%;
    }

    .hjbhbox .hb_container .hb_flash .mF_sohusports_wrap div.slide_x .box {
        width: 100%;
    }

    .hjbhbox .hb_container .hbdt_wz ul {
        padding: 0 10px;
    }

    .hjbhbox .hb_container .hbdt_wz li {
        display: flex;
    }

    .hjbhbox .hb_container .hbdt_wz li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0;
    }

    .hjbhbox .hb_container .hbdt_wz li span {
        width: 80px;
        text-align: right;
    }

    .hjbhbox .hb_container .hb_right {
        width: 100%;
    }

    .hjbhbox .hb_container .hb_right ul {
        padding: 0 10px;
    }

    .hjbhbox .hb_container .hb_right li {
        display: flex;
    }

    .hjbhbox .hb_container .hb_right li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0;
    }

    .hjbhbox .hb_container .hb_right li span {
        width: 80px;
        text-align: right;
    }

    .hjbhbox .sciencebox {
        width: 100%;
        box-sizing: border-box;
    }

    .hjbhbox .sciencebox .contentbox {
        padding: 0;
    }

    .hjbhbox .sciencebox .doc_list li {
        display: flex;
    }

    .hjbhbox .sciencebox .doc_list li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hjbhbox .sciencebox .doc_list li span {
        width: 80px;
        text-align: right;
    }

    .hjbhbox .sciencebox .contentbox .newsinfo {
        height: auto;
        padding: 0;
    }

    .hjbhbox .sciencebox .contentbox .newsinfo .top_ztimg {
        display: none;
    }

    /** -------------------------环境保护响应式样式------------------------- **/
    .msgcbox .header {
        height: auto;
        background: url(ms_banbg.jpg) center top no-repeat;
    }

    .msgcbox .header .banner {
        width: 100%;
        height: auto !important;
        padding-top: 50px;
    }

    .msgcbox .header img {
        width: 100%;
        height: auto;
    }

    .msgcbox .container .ind_twcon {
        padding: 10px;
    }

    .msgcbox .container .ind_twcon > div {
        width: 100%;
        height: auto;
    }

    .msgcbox .container .ind_twcon .mF_sohusports_wrap {
        width: 100%;
    }

    .msgcbox .container .ind_twcon .mF_sohusports {
        width: 100%;
        height: auto;
    }

    .msgcbox .container .ind_twcon .pic {
        width: 100%;
        height: 310px;
    }

    .msgcbox .container .ind_twcon .pic img {
        width: 100%;
        height: 100%;
    }

    .msgcbox .container .xwbox {
        margin-top: 10px;
    }

    .msgcbox .container ul.clearfix li {
        display: flex;
    }

    .msgcbox .container ul.clearfix li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .msgcbox .container ul.clearfix li span {
        width: 80px;
        text-align: right;
    }

    .msgcbox .container .threebox {
        float: none;
        width: 100%;
        margin: 0 !important;
        box-sizing: border-box;
        margin-bottom: 16px !important;
    }

    .msgcbox .container .threebox.fr .left {
        display: none;
    }

    .msgcbox .container .bkbox {
        width: 100%;
        float: none;
        margin: 0 !important;
        box-sizing: border-box;
        margin-bottom: 16px !important;
    }

    /** -------------------------民生领域响应式样式------------------------- **/
    .mslybox {
        background: #fff;
    }

    .mslybox .header .banner {
        height: 150px;
        background: url(banner.jpg) no-repeat top center;
        background-size: 200%;
    }

    .mslybox .mkone-box {
        width: 100%;
        height: auto;
    }

    .mslybox .mkone-box > div {
        width: 100%;
        margin: 0;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .mslybox .mkone-box li {
        display: flex;
    }

    .mslybox .mkone-box li .left {
        display: none;
    }

    .mslybox .mkone-box li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mslybox .mkone-box li span {
        width: 80px;
        text-align: right;
    }

    .mslybox .mksix-box {
        width: 100%;
        height: auto;
    }

    .mslybox .mksix-box .mksix-ulb {
        width: 100%;
        position: static;
        height: auto;
    }

    .mslybox .mksix-box .mksix-ulb ul {
        display: flex;
        flex-wrap: wrap;
    }

    .mslybox .mksix-box .mksix-ulb ul li {
        margin-bottom: 10px;
    }

    .mslybox .navjz ul.doc_list .left {
        display: none;
    }

    .mslybox .navjz ul.doc_list .columnName .left {
        display: block;
    }

    .mslybox .navjz ul.doc_list .columnName .right {
        text-align: right;
    }

    .mslybox .navjz ul.doc_list li {
        display: flex;
    }

    .mslybox .navjz ul.doc_list li span {
        width: 80px !important;
        text-align: right;
    }

    /** -------------------------坚决打赢疫情防控阻击战响应式样式------------------------- **/
    .overview {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .yqfkmainbody2020 {
        width: 100%;
        height: auto;
        box-sizing: border-box !important;
        padding: 5px !important;
    }

    .yqfkmainbody2020 .local_curr {
        height: auto;
        line-height: unset;
    }

    .yqfkmainbody2020 dl.yqfkmainbox2020 {
        width: 100%;
        float: none;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .yqfkmainbody2020 dl.yqfkmainbox2020 .yqfklist2020 {
        overflow: hidden;
    }

    .yqfkmainbody2020 dl.yqfkmainbox2020 .yqfklist2020 li {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 5px;
    }

    .yqfkmainbody2020 dl.yqfkmainbox2020 .yqfklist2020 li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .yqfkmainbody2020 dl.yqfkmainbox2020 .yqfklist2020 li span {
        width: 90px;
        text-align: right;
    }

    /** -------------------------坚决打赢疫情防控阻击战响应式样式------------------------- **/
    .aqscbox {
        background: #fff;
    }

    .aqscbox .aqsc_top {
        width: 100%;
        position: static;
        margin: 0;
        height: 200px;
        background-size: 180%;
    }

    .aqscbox .aqsc_top .aqsc_box {
        width: 100%;
    }

    .aqscbox .aqsc_top .aqsc_box .aqsc_img1 {
        width: 200px;
        margin-top: 10px
    }

    .aqscbox .aqsc_top .aqsc_box .aqsc_img2 {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .aqscbox .aqsc_top .aqsc_box .aqsc_img3 {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .aqscbox .aqsc_content {
        width: 100%;
        padding: 15px;
        margin: 0;
    }

    .aqscbox .aqsc_content .aqsc_title {
        width: 100%;
        background: none;
        margin-top: 0;
        margin-bottom: 15px;
        border-bottom: 2px #db2515 solid;
        padding-bottom: 10px;
        height: auto;
    }

    .aqscbox .aqsc_content .aqsc_left {
        float: none;
        width: 100%;
        height: auto;
    }

    .aqscbox .aqsc_content .aqsc_left .hd {
        bottom: 5px;
        height: 50px;
        line-height: 50px;
    }

    .aqscbox .aqsc_content .aqsc_left .bd {
        width: 100%;
        height: auto;
    }

    .aqscbox .aqsc_content .aqsc_left .bd li {
        /* position: relative; */
        height: 100%;
    }

    .aqscbox .aqsc_content .aqsc_left .bd ul li span {
        width: 100%;
        position: absolute;
        bottom: 5px;
        font-size: 14px;
    }

    .aqscbox .aqsc_content .aqsc_left .bd .tempWrap {
        width: 100% !important;
    }

    .aqscbox .aqsc_content .aqsc_list {
        float: none;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .aqscbox .aqsc_content .aqsc_list li {
        display: flex;
        align-items: center;
    }

    .aqscbox .aqsc_content .aqsc_list li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        line-height: unset;
    }

    .aqscbox .aqsc_content .aqsc_list li span:last-child {
        width: 90px;
        text-align: right;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        position: relative;
        bottom: -2px;
    }

    .aqscbox .aqsc_aqkp li {
        width: 100%;
        margin: 0;
        float: none;
        margin-bottom: 15px;
        height: auto;
    }

    .aqscbox .aqsc_aqkp li a {
        margin: 0;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .aqscbox .aqsc_aqkp li a img {
        width: 100%;
    }

    .aqscbox .aqsc_aqkp li a span:nth-child(3) {
        position: static;
    }

    /** -------------------------坚决打赢疫情防控阻击战响应式样式------------------------- **/
    body.enterprise_body {
        background: url(qiyebg.jpg) center top no-repeat #f0f7fd;
        background-size: 190%;
    }

    .enterprise_body .jylogo2021 {
        top: 10px;
    }
    
    .enterprise_body .jyconbody {
        width: 100%;
        padding-top: 300px;
    }

    .enterprise_body .enterprise_part1 {
        width: 100%;
    }

    .enterprise_body .enterprise_part1 .tel li {
        width: 100%;
    }

    .enterprise_body .enterprise_part1 .enterp_con {
        height: auto;
    }

    .enterprise_body .enterprise_part1 .enterp_list {
        float: none;
        margin: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    .enterprise_body .enterprise_part1 .enterp_list li {
        display: flex;
    }

    .enterprise_body .enterprise_part1 .enterp_list li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .enterprise_body .enterprise_part1 .enterp_list li span {
        width: 90px;
        text-align: right;
    }

    body.enterprise_body .sciencebox {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    body.enterprise_body .sciencebox .position_list {
        display: flex;
        align-items: center;
    }

    body.enterprise_body .sciencebox .doc_list li {
        display: flex;
    }

    body.enterprise_body .sciencebox .doc_list li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.enterprise_body .sciencebox .doc_list li span {
        width: 80px;
        text-align: right;
    }

    body.enterprise_body .sciencebox .doc_list li.columnName .left {
        display: none;
    }

    body.enterprise_body .sciencebox .doc_list li.columnName .right {
        text-align: right;
    }

    body.enterprise_body .sciencebox .contentbox {
        padding: 0;
    }

    body.enterprise_body .sciencebox .contentbox .newsinfo {
        padding: 0;
        height: auto;
    }

    body.enterprise_body .sciencebox .contentbox .newsinfo .top_ztimg {
        display: none;
    }

    /** -------------------------利企服务直通车响应式样式------------------------- **/
    .lqfwztcbox .head {
        position: relative;
        width: 100%;
        height: 200px;
        background: url(jqlqfwheadbg.jpg) no-repeat center top;
        background-size: 160%;
    }

    .lqfwztcbox .head .head_logo {
        margin: 0;
        width: 200px;
        padding: 0;
        height: auto;
        padding-top: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .lqfwztcbox .head .head_logo img {
        width: 100%;
        height: auto;
    }

    .lqfwztcbox .cbodyw {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .lqfwztcbox .lqfwmain1 .main1_content {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
        padding: 0 10px;
    }

    .lqfwztcbox .cbodyw .lqfwdtbox {
        width: 100%;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .lqfwztcbox .cbodyw .lqfwdtbox .lqfwlist li {
        display: flex;
        flex-direction: row-reverse;
    }

    .lqfwztcbox .cbodyw .lqfwdtbox .lqfwlist li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lqfwztcbox .cbodyw .lqfwdtbox .lqfwlist li span {
        width: 100px;
        text-align: right;
    }

    .lqfwztcbox .lqfwmain4 .main4_content {
        flex-wrap: wrap;
    }

    .lqfwztcbox .lqfwmain4 .main4_content .main4_content_item {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .lqfwztcbox .lqfwmain5 {
        height: auto;
    }

    .lqfwztcbox .lqfwmain5 .jqlqfwtitledxe,
    .lqfwztcbox .lqfwmain6 .jqlqfwtitledxe {
        width: 100%;
    }

    .lqfwztcbox .lqfwmain5 .jqlqfwtitledxe img,
    .lqfwztcbox .lqfwmain6 .jqlqfwtitledxe img {
        width: 90%;
        margin-left: 5%;
    }

    .lqfwztcbox .lqfwmain5 .jqlqfwtitledxe p,
    .lqfwztcbox .lqfwmain6 .jqlqfwtitledxe p {
        width: 100%;
        top: 5px;
        text-align: center;
        left: 0;
        transform: none;
    }

    .lqfwztcbox .lqfwmain5 .main5_content {
        flex-wrap: wrap;
    }

    .lqfwztcbox .lqfwmain5 .main5_content .main5_content_logo {
        width: 100px;
        height: 100px;
        margin: 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    .lqfwztcbox .lqfwmain5 .main5_content .main5_content_logo img {
        width: 100%;
    }

    .lqfwztcbox .lqfwmain5 .main5_content .jqlqfwxjfwqdbox {
        flex-grow: 1;
        flex-basis: 0;
        margin: 0;
    }

    .lqfwztcbox .lqfwmain5 .main5_content .jqlqfwslidebox {
        margin-top: 30px;
        width: 100%;
    }

    .lqfwztcbox .lqfwmain5 .main5_content .jqlqfwslidebox .box {
        width: 100%;
    }

    .lqfwztcbox .lqfwmain5 .main5_content .jqlqfwslidebox .box li img {
        width: 100%;
    }

    .lqfwztcbox .lqfwmain5 .main5_content .jqlqfwslidebox .btn {
        display: none;
    }

    .lqfwztcbox .lqfwmain6 .jqlqfwtitledxe p {
        font-size: 16px;
        top: 10px;
    }

    .lqfwztcbox .lqfwmain6 .main6_tab {
        margin: 0;
        width: 100%;
        justify-content: space-around;
        height: auto;
    }

    .lqfwztcbox .lqfwmain6 .main6_content {
        padding: 0;
        margin-top: 30px;
        width: 100%;
    }

    .lqfwztcbox .lqfwmain6 .main6_content .tabtitlesub {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px;
        justify-content: center;
    }

    .lqfwztcbox .lqfwmain6 .main6_content .content_wrap {
        width: 94%;
        padding: 10px;
        height: 230px !important;
        margin: 10px 3%;
    }

    .lqfwztcbox .lqfwmain6 .main6_content .content_wrap .lqfwlist li {
        line-height: 28px;
        margin-bottom: 15px
    }

    .lqfwztcbox .lqfwmain7 .lqfwzcjdbox {
        width: 100%;
        float: none;
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .lqfwztcbox .lqfwmain7 .lqfwzcjdbox .lqfwzcjdtabbox li {
        display: flex;
        flex-direction: row-reverse;
    }

    .lqfwztcbox .lqfwmain7 .lqfwzcjdbox .lqfwzcjdtabbox li a {
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lqfwztcbox .lqfwmain7 .lqfwzcjdbox .lqfwzcjdtabbox li span {
        width: 100px;
        text-align: right;
    }

    .lqfwztcbox .lqfwmain8 .main8_content {
        flex-wrap: wrap;
    }

    .lqfwztcbox .lqfwmain8 .main8_content .lqfwsqyfknav {
        float: none;
        width: 100%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .lqfwztcbox .lqfwmain8 .main8_content .main8_right {
        margin: 0;
        justify-content: space-around;
        width: 100%;
        margin-top: 20px;
    }

    .lqfwztcbox .lqfwmain8 .main8_content .main8_right .main8_right_item {
        width: 30%;
    }

    .lqfwztcbox .lqfwmain8 .main8_content .main8_right .main8_right_item img {
        width: 80px;
        height: 80px;
    }

    .lqfwztcbox .lqfwmain8 .main8_content .main8_right .main8_right_item p {
        font-size: 12px;
    }

    .lqfwztcbox .lqfwmain8 .main8_content .main8_right .line {
        display: none;
    }

    .lqfwztcbox .lqfwmain9 .tablebox {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .lqfwztcbox .lqfwmain9 .lqfwhfxdtable tr td {
        white-space: unset;
        line-height: 28px;
        font-size: 14px;
        padding: 0 10px
    }

    .lqfwztcbox .lqfwmain9 .lqfwhfxdtable tr td:nth-child(2) {
        display: none;
    }

    .lqfwztcbox .lqfwmain9 .lqfwhfxdtable tr td:nth-child(3),
    .lqfwztcbox .lqfwmain9 .lqfwhfxdtable tr td:nth-child(4) {
        width: 30% !important;
    }

    .lqfwztcbox .lqfwmain9 .lqfwtabletop li:nth-child(2) {
        display: none;
    }

    .lqfwztcbox .lqfwmain9 .lqfwtabletop li:nth-child(3),
    .lqfwztcbox .lqfwmain9 .lqfwtabletop li:nth-child(4) {
        width: 30% !important;
    }

    /** -------------------------美丽郊区响应式样式------------------------- **/
    .mljq-mainbox {
        display: none;
    }

    .mljq-mobile-box .jylogo2021 {
        padding: 20px;
    }

    .mljq-mobile-box .jylogo2021 img {
        width: 100%;
    }

    .mljq-mobile-box {
        display: block !important;
        width: 100%;
        height: 100%;
    }

    .mljq-mobile-box .swiper {
        width: 100%;
        height: 100%;
    }

    .mljq-mobile-box .slide1 {
        background: url(mljqbg.png) no-repeat center;
        background-size: cover;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        /*         justify-content: space-around; */
    }

    .mljq-mobile-box .slide1 .videobox {
        text-align: center;
        position: absolute;
        top: 150px;
        z-index: 10;
        width: 100%;
        height: 200px;
        right: 0;
        transition: all .5s;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        transform: scale(1);
        transition: all .4s;
    }

    .mljq-mobile-box .slide1 .video-wrap {
        width: 80%;
        height: 200px;
        position: relative;
    }

    .mljq-mobile-box .slide1 .videobox img.bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 200px;
        opacity: 0;
        z-index: 5;
        transition: all .4s;
    }

    .mljq-mobile-box .slide1 .videobox img.close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20;
        transition: all .4s;
    }

    .mljq-mobile-box .slide1 .videobox video {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        z-index: 10;
        opacity: 1;
        transition: all .4s;
    }

    .mljq-mobile-box .slide1 .videobox.min {
        top: 50px;
    }

    .mljq-mobile-box .slide1 .videobox.min video {
        width: 25%;
        right: 0;
        opacity: 1;
        z-index: 5;
    }

    .mljq-mobile-box .slide1 .videobox.min img.bg {
        width: 25%;
        height: 60px;
        right: 0;
        z-index: 10;
        opacity: 1;
    }

    .mljq-mobile-box .slide1 .videobox.min img.close {
        opacity: 0;
    }

    .mljq-mobile-box .slide1 .descp {
        width: 100%;
        margin-top: 0px;
        opacity: 0;
        transition: all .4s;
    }

    .mljq-mobile-box .slide1 .descp.show {
        opacity: 1;
    }

    .mljq-mobile-box .slide1 .descp .banner {
        width: 100%;
        text-align: center;
    }

    .mljq-mobile-box .slide1 .descp .banner img {
        width: 200px
    }

    .mljq-mobile-box .slide1 .descp .content {
        line-height: 28px;
        font-size: 16px;
        color: #333;
        text-indent: 30px;
        padding: 0 5%;
    }

    .mljq-mobile-box .slide1 .descp .content span a {
        color: #FE8F00;
    }

    .mljq-mobile-box .slide1 .timeline-box {
        width: 100%;
        height: 290px;
        display: flex;
        flex-wrap: wrap;
        padding: 0 20px;
        align-self: flex-end;
        margin-bottom: 10px;
    }

    .mljq-mobile-box .slide1 .timeline-box .timeline {
        height: 16px;
        background: rgba(255, 172, 39, 0.5);
        position: relative;
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    .mljq-mobile-box .slide1 .timeline .dotwrap {
        width: 16.6%;
        height: 16px;
        position: relative;
        float: left;
        flex-grow: 1;
        flex-basis: 0;
    }

    .mljq-mobile-box .slide1 .timeline .dotwrap .dot {
        background: #ffac26;
        border: 5px #fff solid;
        width: 25px;
        height: 25px;
        border-radius: 36px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -12.5px;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
        z-index: 10;
    }

    .mljq-mobile-box .slide1 .timeline .dotwrap .split {
        position: absolute;
        width: 1px;
        background: #FFAC27;
        height: 25px;
        bottom: -30px;
        left: 50%;
        margin-left: -1px;
    }

    .mljq-mobile-box .slide1 .timeline .line {
        position: absolute;
        top: -5px;
        height: 1px;
        width: 100%;
        background: #ffac26;
    }

    .mljq-mobile-box .slide1 .timeline-content {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .mljq-mobile-box .slide1 .timeline-content .item {
        width: 16.6%;
        padding-top: 8px;
        float: left;
        flex-grow: 1;
        flex-basis: 0;
        text-align: center;
    }

    .mljq-mobile-box .slide1 .timeline-content .item img {
        width: 40px;
    }

    .mljq-mobile-box .slide1 .timeline-content .item p {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 37px;
        color: #333333;
        text-align: center;
    }

    .mljq-mobile-box .slide2 {
        background: url(mljqbg1.png) no-repeat;
    }

    .mljq-mobile-box .line-title {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mljq-mobile-box .line-title h2:after {
        content: '';
        height: 1px;
        background: #0A5FBC;
        z-index: 0;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        z-index: -1;
    }

    .mljq-mobile-box .line-title h2,
    .mljq-mobile-box .line-title p {
        width: 100%;
        height: 186px;
        margin: 0;
        text-align: center;
    }

    .mljq-mobile-box .line-title img {
        width: 200px !important;
        height: 186px !important;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -113px;
        z-index: 10;
        background: #fff;
        padding-left: 20px;
        box-sizing: content-box;
    }

    .mljq-mobile-box .slide2 .listbox .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .mljq-mobile-box .slide2 .listitem {
        width: 40%;
    }

    .mljq-mobile-box .slide2 .listitem img{
        width: 100%;
    }

    .mljq-mobile-box .slide2 .listitem .details {
        text-align: center;
    }

    .mljq-mobile-box .slide2 .listitem .details h2 {
        margin: 0;
        margin-top: 10px;
    }

    .mljq-mobile-box .slide2 .listitem .details img {
        width: 20px;
    }

    .mljq-mobile-box .slide3 {
        background: url(mljqbg1.png) no-repeat;
    }

    .mljq-mobile-box .slide3 .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .mljq-mobile-box .slide3 .container .item {
        width: 40%;
        position: relative;
        margin: 0 !important;
    }

    .mljq-mobile-box .slide3 .container .item.ani3{
        margin: 10px 30% !important;
    }

    .mljq-mobile-box .slide3 .container .item img {
        width: 100%;
    }

    .mljq-mobile-box .slide3 .container .item p {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        margin-top: -60px;
        margin-left: -20px;
        text-align: center;
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 30px;
        color: #FDFCFA;
    }

    .mljq-mobile-box .slide4 .swiperbox {
        margin-top: 100px
    }

    .mljq-mobile-box .slide4 .swiper-slide img {
        width: 100%;
        height: 260px;
    }

    .mljq-mobile-box .slide4 .swiper-slide p {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -60px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(133, 170, 255, 0.4)), to(rgba(255, 255, 255, 0.4)));
        background: linear-gradient(180deg, rgba(133, 170, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
        width: 120px;
        font-size: 22px;
        font-family: Source Han Serif SC;
        font-weight: 600;
        line-height: 33px;
        color: #FEFEFD;
        padding: 0 46px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}