@media (max-width: 1680px) {
    html {
        font-size: 90px!important;
    }
    .ywzb {
        padding-left: 1rem;
    }

  .header .hdwp{
   width:90%;
}
}

@media (max-width: 1440px) {
    html {
        font-size: 80px!important;
    }
    .ztzl_box .ztzl-next {
        right: -0.3rem;
    }
    .ztzl_box .ztzl-prev {
        left: -0.3rem;
    }
    .ywzb {
        padding-left: 0.8rem;
    }
}

@media (max-width: 1360px) {
    html {
        font-size: 75px!important;
    }
}

@media (max-width: 1280px) {
    .ywzb {
        padding-left: 0.3rem;
    }
    /* 新闻动态 */
    .lbtj {
        width: 6.6rem;
    }
    .lbwz {
        width: calc(100% - 7.2rem);
    }
    .lbxq li:nth-of-type(6) {
        display: none;
    }
}

@media (max-width: 1025px) {
    .header .hdwp {
        padding: 0;
        background-size: auto 100%;
width:100%;
    }
    .header .ssnr {
        display: none;
    }
    .tc_logo {
        height: 0.5rem;
        width: 3.7rem;
        margin: 0.15rem 0 0.15rem 0.25rem;
    }
   /*  .ban_box,
    .list_pic {
        margin-top: 0.8rem;
    }*/
    /* 小于1200就缩导航 */
    /* 手机导航 */
    .navbar {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0px;
        border-bottom: none;
        background: none;
        height: auto;
        z-index: 999;
    }
    .navbar .menuBtn {
        width: 30px;
        cursor: pointer;
        position: absolute;
        right: 0.25rem;
        top: 0.4rem;
        z-index: 9;
        padding-top: 4px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navbar .menuBtn b {
        display: block;
        height: 3px;
        background-color: #fff;
        margin-bottom: 5px;
        border-radius: 2px;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .navbar .menuBtn2 {
        display: block !important;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .navbar .phone-menu {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        display: block;
        background: #8D0942;
        z-index: 99;
        width: 100%;
        height: 100%;
        padding: 30px 5%;
        left: 0;
        top: 100%;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .navbar .navbar-nav {
        overflow: hidden;
        display: inline;
    }
    .navbar .navbar-nav a {
        font-weight: normal !important;
        background: none !important;
    }
    .navbar .nav-child {
        width: 100%;
        display: none;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: none;
        top: 0 !important;
        left: 0 !important;
        padding: 10px 0 0 10px !important;
        margin: 0 0 -1px 0 !important;
        opacity: 1;
        visibility: visible;
    }
    .navbar .nav-child li {
        text-align: left;
        padding: 5px 0;
        border-bottom: none;
    }
    .navbar .nav-child li a {
        font-size: 0.17rem !important;
    }
    .navbar .nav-child li>dl {
        display: none;
        position: relative;
        left: 0;
        top: 0;
        background: none;
        padding-left: 15px;
    }
    .navbar .nav-child li.hasChild.on>dl {
        display: block;
    }
    .navbar .nav-child:before {
        display: none;
    }
    .navbar .navbar-nav>li {
        width: 100% !important;
        display: block;
        position: relative;
        text-align: left !important;
        padding: 10px 20px !important;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        background: none !important;
        box-sizing: border-box;
    }
    .navbar .navbar-nav>li a {
        text-align: left !important;
        line-height: 0.26rem;
        font-size: 0.2rem;
        color: #fff !important;
        padding: 0 !important;
        border-bottom: none !important;
    }
    .navbar .navbar-nav>li li {
        background: none !important;
    }
    .navbar .navbar-nav>li.hasChild>em {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 9;
        width: 20px;
        height: 45px;
        background: url(../images/nav-down.png) center no-repeat;
        background-size: 70%;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .navbar li.hasChild.on .nav-child {
        display: block !important;
        background: none;
        padding-left: 10px;
    }
    .navbar li.hasChild.on em {
        transform: rotate(45deg);
    }
    .navbar .search-box {
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid #ccc;
        width: 100%;
    }
    body.side-right .navbar .phone-menu {
        opacity: 1;
        visibility: visible;
        top: 0;
    }
    body.side-right .navbar .menuBtn {
        display: none;
    }
    body.side-right .navbar .menuBtn2 {
        position: fixed;
        opacity: 1;
        visibility: visible;
        z-index: 99999;
        top: 30px;
    }
    body.side-right .navbar .menuBtn b {
        display: none;
        margin: 0;
        position: absolute;
        background: #fff;
        left: 0;
        top: 50%;
        width: 30px;
    }
    body.side-right .navbar .menuBtn b:first-child {
        display: block;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    body.side-right .navbar .menuBtn b:last-child {
        display: block;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
    body.side-right .navbar .menu-bott {
        display: block;
        overflow: hidden;
        padding: 10px 0;
    }
    body.side-right .navbar .menu-bott .link {
        margin: 2px 0px 10px;
    }
    body.side-right .navbar .menu-bott .link a {
        font-size: 0.16rem;
        color: #fff;
        margin-left: 20px;
        width: 1rem;
        height: 0.36rem;
        line-height: 0.34rem;
        border-radius: 0.5rem;
        background: rgba(44, 44, 44, 0.2);
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 0.3);
        text-align: center;
        position: relative;
        padding: 0.05rem 0.2rem;
    }
    body.side-right .navbar .menu-bott .link a img {
        margin-right: 0.08rem;
        vertical-align: -3px;
    }
    body.side-right .navbar .menu-bott .link a:hover {
        font-weight: bold;
    }
    body.side-right .navbar .menu-bott .phone-ss {
        width: 100%;
    }
    body.side-right .navbar .menu-bott .phone-ss .text {
        width: calc(100% - 35px);
        line-height: 40px;
        height: 40px;
        background: #fff;
        padding: 0 10px;
        border-style: none;
        font-size: 14px;
        box-sizing: border-box;
        outline: none;
        border-radius: 3px;
    }
    body.side-right .navbar .menu-bott .phone-ss .btn {
        margin-top: 4px;
        width: 30px;
        height: 30px;
        float: right;
        background: url(../images/ic_ser.png) center center no-repeat;
        border-style: none;
        font-size: 14px;
        box-sizing: border-box;
        outline: none;
    }
    body.side-right .navbar .menu-bott input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #fff;
    }
    body.side-right .navbar .menu-bott input::-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: fff;
    }
    body.side-right .navbar .menu-bott input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: fff;
    }
    body.side-right .navbar .menu-bott input::-ms-input-placeholder {
        color: #fff;
    }
    .ltpic_box .ltlmmc {
        display: none;
    }
    .ltdqwz h1 {
        font-size: 0.28rem;
    }
    .pcej {
        display: none;
    }
    /* 手机导航 */
    .sjmenu {
        display: block;
        background: #f5f5f5;
        margin-top: 20px;
    }
    .sp_header {
        height: 50px;
        overflow: hidden;
        background: #fff;
        width: 100%;
        box-shadow: 0px 4px 20px 0px rgba(69, 117, 182, 0.1);
    }
    .sp_logo {
        float: left;
        height: 50px;
        font-size: 0.28rem;
        line-height: 50px;
        color: #333;
        text-indent: 10px;
        font-weight: bold;
    }
    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 26px;
        margin-top: 15px
    }
    .sp_nav span {
        display: block;
        background: #8D0942;
        width: 26px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }
    .sp_nav span:nth-of-type(1) {
        top: 0px
    }
    .sp_nav span:nth-of-type(2) {
        top: 10px
    }
    .sp_nav span:nth-of-type(3) {
        top: 20px
    }
    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg)
    }
    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }
    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg)
    }
    .sjj_nav {
        width: 100%;
        transition: top ease 0.35s;
        display: none;
    }
    .nav_show {
        display: block;
        color: #333;
    }
    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 40px;
        padding: 0px 7px 0 7px;
    }
    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }
    .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }
    .sjj_nav ul li {
        border-top: 1px #ddd solid;
        position: relative;
        line-height: 50px;
        font-size: 16px;
    }
    .sjj_nav ul li a {
        display: block;
        text-indent: 8px;
    }
    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid;
    }
    .sjj_nav ul li ul {
        display: none
    }
    .sjj_nav ul li ul li {
        font-size: 15px;
    }
    .sjj_nav ul li ul li a {
        color: #444;
        display: block;
        text-align: left;
        text-indent: 20px;
    }
    .sjj_nav ul li ul li ul li {
        font-size: 14px;
    }
    .sjj_nav ul li ul li ul li a {
        color: #444;
        text-indent: 30px;
    }
    .sjj_nav ul li ul li ul li ul li a {
        color: #666;
        text-indent: 40px;
    }
    .sjj_nav ul li.grey {
        background: #f1f3f6;
    }
    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #666;
        margin-top: 10px;
    }
    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #8D0942;
    }
    .sydh h1,
    .qfly h2 {
        font-size: 0.28rem;
    }
    /* 专题专栏 */
    .ztzl_box .lb {
        perspective: none;
    }
    .ztzl_box .swiper-slide .lb .mar {
        transform: rotateY(0deg) scaleX(1) translateX(0rem);
    }
    .ztzl_box .swiper-slide:nth-of-type(2n) .lb .mar {
        transform: rotateY(0deg) scaleX(1) translateZ(0) translateX(0rem);
    }
    .ztzl_box .ztzl-next {
        right: -0.4rem;
    }
    .ztzl_box .ztzl-prev {
        left: -0.4rem;
    }
    /* 信访举报 */
    .cont_box5 .ctbx {
        position: relative;
        overflow: hidden;
    }
    .cont_box5 .ctbx .gfewm {
        position: absolute;
        right: 0;
        top: 0;
    }
    .xfjb,
    .jbqd {
        width: 100%;
    }
    .jbqd {
        margin-top: 0.3rem;
    }
    .jbxz {
        width: calc(100% - 2.8rem);
    }
    /* 底部logo */
    .dibu_bg .dbc1 .dblogo {
        width: 4rem;
    }
    .dibu_bg .dbc2 p {
        margin-right: 0.5rem;
    }
    .dibu_bg .dbc2 {
        padding: 0.2rem 0 0.3rem;
    }
    .list_lf {
        display: none;
    }
    .list_rg {
        width: calc(100% - 0px);
    }
}

@media (max-width: 980px) {
    .cont_box3 {
        padding-bottom: 0.15rem;
    }
    .cont_box3 .ctbx {
        position: relative;
        overflow: hidden;
    }
    .ct3lf {
        width: 100%;
    }
    .cont_box3 .ctbx .ct3rg {
        width: 50%;
        position: absolute;
        bottom: 0.5rem;
        right: 0;
    }
    .tzgg .tzlb {
        width: 50%;
        margin-bottom: 0.5rem;
    }
    .dibu_bg .dibu_top {
        padding: 0.5rem 0 0;
    }
    .dibu_bg .dbc2 p {
        display: block;
        margin: 0.15rem 0;
        background-size: auto 0.3rem;
        line-height: 0.4rem;
        font-size: 0.16rem;
    }
    .dibu_bg .dbc1 .dibu_ewm {
        margin-top: 0.1rem;
    }
    .dibu_bg .db_banq {
        font-size: 0.16rem;
    }
}

@media (max-width: 900px) {
    /* 要闻摘报 */
    .dhywzb {
        width: 1rem;
        height: 1rem;
    }
    .ywzb {
        padding-top: 0;
    }
    /* 新闻动态 */

.ywgz .sydh.xwdt{
  display:block;
  margin-bottom:0.3rem;
}

     .lbwz .sydh {
       display:none;
    }
    .lbtj,
    .lbwz {
        width: 100%;
    }
    .lbxq li:nth-of-type(6) {
        display: block;
    }
}

@media (max-width: 768px) {
    .cont_box,.cont_box2{
        padding-bottom: 0.4rem;
    }
    .dhywzb {
        width: 0.65rem;
        height: 0.65rem;
    }
    .ywzb {
        padding-left: 0.2rem;
    }
    .ywzb dt {
        line-height: 0.65rem;
        height: 0.65rem;
    }
    .ywzb dd {
        width: 100%;
    }
    .ywzb dd a::after {
        display: none;
    }
    .ywzb dd a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.18rem;
        width: 0.05rem;
        height: 0.05rem;
        background: #666;
        border-radius: 50%;
    }
    .ltdqwz {
        background: none;
        padding-bottom: 0;
    }
    .ltdqwz h1 {
        position: relative;
        overflow: hidden;
        padding-bottom: 0.2rem;
    }
    .ltdqwz h1::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 0.07rem;
        background: url(../images/dhic_xian2.png) no-repeat left bottom;
        background-size: auto 0.07rem;
    }
    .ltdqwz span {
        box-sizing: border-box;
    }
.ztzl_box .ztzl-next,
 .ztzl_box .ztzl-prev{
    background:#fff url(../images/ztzl-btn.png) no-repeat center;
    background-size: auto 0.12rem;
} 
.ztzl_box .ztzl-next {
        right: 0;
    }
    .ztzl_box .ztzl-prev {
        left: 0;
    }
   
}

@media (max-width: 700px) {
    html {
        font-size: 70px!important;
    }
    .dibu_bg .dbc1 .dblogo {
        width: 4rem;
    }
    /* 新闻列表 */
    .xwlb li a {
        padding-right: 0;
    }
    .xwlb li .pic {
        width: 100%;
        margin-bottom: 0.15rem;
    }
    .xwlb li .text,
 .xwlb li.no .text {
        width: calc(100% - 0rem);
    }
    .xwlb li .time {
        display: none;
    }
    .xwlb li .text i {
        display: block;
        font-style: normal;
        margin-bottom: 0.1rem;
        font-family: Arial;
        font-size: 0.14rem;
        color: #8D0942;
        background: url(../images/ic_time2.png) no-repeat left center;
        background-size: auto 0.13rem;
        padding-left: 0.22rem;
    }
    .xwlb li .text span {
        float: right;
        background: url(../images/lt_sjx.png) no-repeat 0.88rem center;
        background-size: auto 0.12rem;
    }
    .xwlb li:hover .text h2 {
        color: #333;
    }
    .xwlb li:hover .text p {
        color: rgba(51, 51, 51, 0.5);
    }
    .xwlb li:hover .text span {
        border: 1px solid #E4D6DD;
        color: #982255;
        background: url(../images/lt_sjx.png) no-repeat 0.85rem center;
        background-size: auto 0.1rem;
    }
    .list_tp li {
        width: 50%;
    }
}

@media (max-width: 600px) {
    html {
        font-size: 70px!important;
    }
    .ctbx {
        width: 90%;
        margin: auto;
    }
    .dibu_bg .dbc1 .dblogo {
        float: none;
        margin: auto;
    }
    .dibu_bg .dbc1 .dibu_ewm {
        width: 2.1rem;
        margin: 0.2rem auto 0;
        float: none;
    }
    .dibu_bg .dbc1 .dibu_ewm ul li {
        margin: 0px 0.1rem;
        width: auto;
    }
    .tzgg .tzlb,
    .cont_box3 .ctbx .ct3rg {
        width: 100%;
    }
    .cont_box3 .ctbx,
    .cont_box3 .ctbx .ct3rg,
    .cont_box5 .ctbx,
    .cont_box5 .ctbx .gfewm {
        position: static;
    }
.ct3rg .nrbox{
  margin-bottom:0.5rem;
}
    .jbxz {
        width: 100%;
    }
    .gfewm {
        margin: auto;
        float: none;
        overflow: hidden;
    }
    .jbqd {
        margin-bottom: 0.3rem;
    }
    .jbqd .qdnr li {
        width: 100%;
    }
    .jbqd .tit {
        height: 4.25rem;
    }
    .jbqd .tit h2 {
        margin-top: 1.25rem;
    }
    .dblf .dbc1 .dibu_yqlj {
        float: none;
        margin: 0.2rem auto 0;
    }
    .list_lb li h2 {
        width: 100%;
        line-height: 0.3rem;
        height: 0.3rem;
    }
    .list_lb li span {
        line-height: 0.3rem;
        position: absolute;
        left: 0;
        bottom: 0.2rem;
    }
    .list_lb li span::before {
        display: none;
    }
    .list_lb li b {
        line-height: 0.3rem;
    }
    .list_lb li a {
        position: relative;
        padding: 0.2rem 0;
    }
    .list_lb li:hover a {
        padding: 0.2rem 0;
    }
    .list_lb li:hover::after {
        opacity: 0;
    }
    .list_lb li:hover h2 {
        color: #333;
    }
    .list_lb li:hover span,
    .list_lb li:hover b {
        color: #982255;
    }
    .list_lb li:hover {
        background: none;
        border-bottom: #e2e2e2 1px dashed;
    }
    .list_lb li:hover span {
        background: url(../images/ic_time2.png) no-repeat left center;
        background-size: auto 0.13rem;
    }
    .list_lb li:hover b {
        background: url(../images/lt_sjx.png) no-repeat right center;
        background-size: auto 0.14rem;
    }
}

@media (max-width: 420px) {
    .tc_logo,
    .dibu_bg .dbc1 .dblogo {
        width: 3.2rem;
    }
    .list_tp li {
        width: 100%;
    }
}