@font-face {
    font-family: PingFangMedium;
    src: url("PingFangMedium.otf");
}

/* html{
	filter: grayscale(100%);
} */

body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
div,
ul,
li,
select,
span,
em,
i,
button {
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
    font-family: "PingFangMedium", "microsoft yahei";
}

img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

:focus {
    outline: none !important;
    border-color: inherit;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

h3,
h4,
h5,
h6 {
    font-weight: normal;
}

em,
i,
span,
a {
    font-style: normal;
    font-size: inherit;
    font-family: inherit;
}

* {
    box-sizing: border-box;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

input[type="button"] {
    border: none;
}

textarea {
    -webkit-appearance: none;
}

.auto {
    margin: 0 auto;
    width: 1200px;
}

:hover {
    transition: all 0.1s;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center !important;
}

.img {
    width: 100%;
    display: block;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ele {
    position: relative;
}

.ele:before,
.ele:after {
    content: "";
    position: absolute;
    display: block;
}

.ipt {
    border: none;
}

.img_hover_wrap {
    overflow: hidden;
}

.item_scale .icon {
    transition: all 0.3s;
}

.item_scale:hover .icon {
    transform: scale(1.05, 1.05);
}

.img_hover {
    transition: all 0.3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.img_traslate {
    transition: all 0.3s;
}

.img_traslate:hover {
    transform: translateY(-10px);
}

.img_rotate {
    transition: all 0.3s;
}

.img_rotate:hover {
    transform: rotate(-360deg);
}

.clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*-webkit-line-clamp: 3;*/
}

body {
    /*background: url(../images/img_01.jpg) no-repeat center top #f5f6f7;*/
}

/* 评议 */
.xfpy {
    width: 260px;
    height: auto;
    position: fixed;
    right: -250px;
    bottom: 120px;
    z-index: 99999;
    border-radius: 10px;
}

/*鏍忕洰椤�*/
.head {
}

.hd_t {
    padding: 10px 0;
}

.hd_t .fz {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.hd_t .lks {
    font-size: 14px;
    color: #333333;
}

.hd_t .lks a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
}

.hd_t .lks a:hover {
    color: #246fcb;
    text-decoration: underline;
}

.hd_b {
    padding: 20px 0;
}

.hd_logo {
}

.hd_logo .img {
    height: 80px;
    width: auto;
}

.hd_sear {
    width: 370px;
    height: 40px;
    border: 1px solid #246fcb;
    background: #fff;
    margin-top: 20px;
}

.hd_sear .ipt_txt {
    width: 265px;
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    padding: 0 15px;
}

.hd_sear .submit {
    float: right;
    font-size: 16px;
    color: #fff;
    width: 100px;
    line-height: 38px;
    background: #246fcb;
    border: none;
    cursor: pointer;
}

.hd_sear .submit:hover {
    background: #3178ce;
}

.hd_nav {
    background: #246fcb;
    font-size: 0;
    text-align: center;
    /* border-bottom: 1px solid #e5e5e5; */
    position: relative;
}

.hd_nav li {
    width: 12.5%;
    display: inline-block;
    vertical-align: middle;
}

.hd_nav li > a {
    display: block;
    padding: 15px 0;
}

.hd_nav .icon {
    width: 52px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    transition: all 0.3s;
}

.hd_nav .tit {
    font-size: 16px;
    color: #fff;
    margin-top: 12px;
}

.hd_nav li:hover .tit,
.hd_nav li.cur .tit {
    color: #81c6ff;
}

.hd_nav li:hover .icon {
    transform: rotate(-360deg);
}

.hd_nav li:hover .drop {
    display: block;
}

.hd_nav .drop {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 90;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0 2px 8px rgba(120, 120, 121, 0.1);
    display: none;
}

.hd_nav .drop a {
    font-size: 15px;
    color: #333;
    line-height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

/* .hd_nav .drop a:hover {
  color: #81c6ff !important;
} */
.hd_nav .drop a.this,
.hd_nav .drop a:hover {
    color: #81c6ff !important;
}

.idx_main {
    margin-bottom: 35px;
}

.idx_main .wrapbox {
    background: #fff;
    padding: 25px 20px;
}

.idx_mod {
    margin-bottom: 15px;
}

.idx_tt {
    line-height: 45px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px;
    background: #f4f4f4;
    margin-bottom: 10px;
    height: 45px;
}

.idx_tt .ico {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.idx_tt .tit,
.idx_tt .bt {
    font-size: 16px;
    color: #246fcb;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.idx_tt .more {
    font-size: 14px;
    color: #999999;
}

.idx_tt .more:hover {
    color: #246fcb;
    text-decoration: underline;
}

.idx_tt .bt {
    color: #333;
}

.idx_list {
    padding: 0 5px;
}

.idx_list li {
    line-height: 38px;
    border-bottom: 1px dashed #e5e5e5;
}

.idx_list .title {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    padding-left: 18px;
    position: relative;
    font-size: 16px;
    color: #333333;
}

.idx_list .date {
    font-size: 16px;
    color: #999999;
    display: inline-block;
}

.idx_list .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #246fcb;
    margin-top: -2px;
}

.idx_list li:hover .title {
    color: #246fcb;
}

.idx_l {
    width: 780px;
}

.idx_r {
    width: 350px;
}

.idx_r .idx_list .title {
    width: 100%;
}

.foot {
    background: #fff;
}

.ft_t {
    background: #246fcb;
    font-size: 20px;
    color: #516d90;
    text-align: center;
    position: relative;
}

.ft_t .auto {
}

.ft_t .item {
    width: 210px;
    display: inline-block;
    vertical-align: middle;
}

.ft_t .lk {
    font-size: 14px;
    color: #c1ccda;
    line-height: 56px;
    width: 200px;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
}

.ft_t .lk:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/arrow.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.ft_t .lk.this {
    color: #fff;
}

.ft_t .lk.this:after {
    background-image: url(../images/arrow-1.png);
}

.ft_t .drop {
    width: 100%;
    left: 0;
    /* 下面是下拉的背景 */
    background: #246fcb;
    color: #516d90;
    box-shadow: 0 2px 8px rgba(120, 120, 121, 0.1);
    position: absolute;
    display: none;
}

.ft_t .drop a {
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.ft_t .drop a:hover {
    color: #fff;
    text-decoration: underline;
}

.ft_t .item:hover .lk {
    color: #fff;
}

.ft_t .item:hover .drop {
    display: block;
}

.ft_b {
    padding: 20px 0;
}

.ft_b .pics {
    width: 40%;
}

.ft_b .pics img {
    display: inline-block;
    vertical-align: middle;
    height: 65px;
    width: auto;
    margin: 0 10px;
}

.ft_b .txt {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    width: 40%;
}

.ft_b .vxbox {
    width: 20%;
    text-align: right;
    padding-right: 3%;
}

.ft_b .vxbox .item {
    text-align: center;
    display: inline-block;
    vertical-align: text-top;
}

.ft_b .vxbox .tp {
    width: 64px;
    display: block;
    margin: 0 auto;
}

.ft_b .vxbox .fz {
    font-size: 13px;
    color: #666;
}

/*瀛愭爮鐩�*/
.pagelist {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    margin-top: 20px;
}

.pagelist .wz i {
    color: #3b7bcf;
    padding: 0 3px;
}

.pagelist li {
    display: inline-block;
    vertical-align: middle;
}

.pagelist li a,
.pagelist select,
.pagelist .num {
    font-size: 14px;
    color: #666666;
    width: 48px;
    line-height: 30px;
    text-align: center;
    height: 32px;
    border: 1px solid #e5e5e5;
}

.pagelist li a {
    display: block;
}

.pagelist select {
    width: 84px;
    text-align: center;
    padding-left: 7px;
    margin-right: 8px;
}

.pagelist .num {
    width: 32px;
}

/*璇︽儏椤�*/
.crumb {
    line-height: 45px;
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    background: url(../images/icon_13.png) no-repeat left center;
    background-size: 14px;
    padding-left: 20px;
}

.crumb span {
    color: #246fcb;
}

.crumb a:hover {
    color: #246fcb;
    text-decoration: underline;
}

.det_box {
}

.det_box .topbox {
    text-align: center;
    padding: 15px 20px;
    background: #f4f4f4;
}

.det_box .title {
    font-size: 24px;
    color: #246fcb;
    font-weight: bold;
}

.det_box .sm {
    margin-top: 10px;
}

.det_box .sm span {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.det_box .editbox {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding: 25px 0;
}

/*index*/
.idx_tz {
    margin-bottom: 35px;
}

.idx_tz .bt {
    font-size: 22px;
    color: #246fcb;
    text-align: center;
    background: #fff;
    border-top: 4px solid #246fcb;
    box-shadow: 0px 8px 17px rgb(21, 75, 126, 0.09);
    /* width: 80px;
    height: 80px; */
    /* background: url(../images/idx_01.png) no-repeat center; */
    /* background-size: contain; */
    /* /* display: block; */

    padding: 4px 10px;
}

.idx_tz h1 {
    text-align: center;
}

.idx_tz .list {
    /* margin-left: 100px; */
    text-align: center;
    margin-top: 20px;
}

/* 时政要闻修改字体 */
.idx_tz .list li {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
}

.idx_tz .list li:hover {
    color: #246fcb;
}

.idx_lead {
    margin-bottom: 30px;
}

.idx_lead_l {
    width: 635px;
}

.idx_lead_l .slidebox {
    position: relative;
}

.idx_lead_l .slidebox .bd li {
    position: relative;
}

.idx_lead_l .slidebox .bd li img {
    width: 635px;
    height: 400px;
    object-fit: cover;
}

.idx_lead_l .slidebox .title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    line-height: 55px;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.36);
    z-index: 30;
}

.idx_lead_l .slidebox .hd {
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 50;
    line-height: 50px;
    width: auto;
}

.idx_lead_l .slidebox .hd li {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #fff;
    margin-left: 8px;
    color: transparent;
}

.idx_lead_l .slidebox .hd li.on {
    background: #246fcb;
}

.idx_lead_l .slidebox:hover .bd .title {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

.idx_lead_r {
    width: 505px;
}

.idx_lead_r .menu {
    font-size: 0;
}

.idx_lead_r .menu .lk {
    font-size: 16px;
    color: #333333;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    background: #f4f4f4;
    border-top: 2px solid #dadada;
    font-weight: bold;
    width: 25%;
    border-right: 3px solid #fff;
    text-align: center;
    cursor: pointer;
}

.idx_lead_r .menu .lk.cur,
.idx_lead_r .menu .lk:hover {
    color: #246fcb;
    background: #fff;
    border-top-color: #246fcb;
    box-shadow: 0px 8px 17px rgb(21, 75, 126, 0.09);
}

/*调整新闻报道高度 */
.idx_lead_r .idx_list li {
    line-height: 70px;
    border-bottom: 1px dashed #e5e5e5;
}

.idx_lead_r .idx_list .title {
    width: 75%;
}

/*入口*/
.fwpart {
    margin: 20px 0;
    background: #e5eff7;
    height: 146px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px 10px 10px 10px;
}

.layer01_t {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    font-size: 22px;
    height: 146px;
    color: #fff;
    background-color: #246fcb;
    border-radius: 10px 0 0 10px;
    writing-mode: vertical-rl;
    letter-spacing: 5px;
}

.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.icon:hover {
    cursor: pointer;
}

.fw_icon {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 80%;
}

/*专栏*/
.zlpart {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.layer02_t {
    width: auto;
    font-size: 22px;
    height: 130px;
    color: #fff;
    background-color: #246fcb;
    padding: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 10px;
    writing-mode: vertical-rl;
    letter-spacing: 5px;
}

/* 重写部分 */

/* 专题栏部分修改 */
.idx_lbo {
    /* margin-bottom: 30px; */
    /* height: 102px; */
    margin-left: 3%;
    position: relative;
    overflow: hidden;
}

.idx_lbo .picscroll {
    padding: 0 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.idx_lbo .bd {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    /* width: 1026px;
    margin-left: 10px; */
}

.idx_lbo .bd li {
    /*display: inline-block;vertical-align: middle;*/ /*float:none!important;*/
    width: 500px !important;

    padding: 0 10px;
}

.idx_lbo .img {
    width: 100%;
    height: 100px;
    display: block;
    border-radius: 10px;
}

.idx_lbo .anniu {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60%;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    cursor: pointer;
}

.idx_lbo .prev {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #246fcb;
    left: 0;
}

.idx_lbo .next {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #246fcb;
    right: 0;
}

.idx_lbo .picscroll {
    overflow: visible;
}

.idx_lbo .tplist {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 60;
    padding: 0 30px;
    display: none;
    background: #fff;
}

.idx_lbo .tplist li {
    height: 105px;
    width: 23.5%;
    margin: 0 0 1% 1%;
    float: left;
}

.idx_lbo .tplist li .img {
    width: 100%;
}

.idx_sec {
    width: 49%;
    margin-bottom: 20px;
}

.idx_sec .idx_tt {
}

.idx_tt {
}

.idx_tt .lk {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333333;
    min-width: 100px;
    text-align: center;
    padding: 0 10px;
    line-height: 30px;
    margin-top: 8px;
    cursor: pointer;
    height: 33px;
    font-weight: bold;
}

.idx_tt .lk.cur,
.idx_tt .lk:hover {
    background: #fff;
    color: #246fcb;
    box-shadow: 0px 8px 17px rgb(21, 75, 126, 0.09);
}

.idx_list .first {
    line-height: initial;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.idx_list .first .title {
    display: block;
    width: 100%;
    font-weight: bold;
}

.idx_list .first .txt {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    -webkit-line-clamp: 2;
    max-height: 40px;
    margin-top: 10px;
    padding-left: 18px;
}

.idx_list .first .more {
    color: #fe7201;
}

.idx_list .first .more:hover {
    text-decoration: underline;
}

body.hidden {
    overflow: hidden;
}

.sj_show {
    display: none;
    margin:0 7%
}

.pc_show {
    display: block;
}

/*分享*/
#share-buttons img {
    cursor: pointer;
}

.weixin-share-open {
    display: none;
    position: absolute;
    bottom: 125%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.weixin-wrap {
    display: flex;
    width: 250px;
    align-items: center;
}

.weixin-text {
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

.weixin-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #d4d4d4;
    cursor: pointer;
}


@media screen and (min-width: 1201px) and (max-width: 1300px) {
    .auto {
        width: 1080px;
    }

    .idx_lead_l {
        width: 580px;
    }

    .idx_lead_r {
        width: 440px;
    }

    .idx_lead_r .idx_list li {
        line-height: 45px;
    }

    .idx_tt {
        padding: 0 10px;
    }

    .idx_tt .lk {
        min-width: 90px;
    }

    .idx_l {
        width: 680px;
    }

    .idx_r {
        width: 340px;
    }

    .xfpy {
        width: 180px;
    }
}

@media screen and (min-width: 1921px) and (max-width: 3850px) {
    body {
        background-size: 100% auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
    .auto {
        width: 100%;
        padding: 0 2%;
    }

    .xfpy {
        width: 180px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    /*鏍忕洰椤�*/
    .idx_main {
        padding: 0 2%;
    }

    .idx_main .wrapbox {
        padding: 25px 20px;
    }

    .idx_list .title {
        font-size: 15px;
    }

    .idx_list .date {
        font-size: 14px;
    }

    .idx_l {
        width: 65%;
    }

    .idx_r {
        width: 32%;
    }

    .ft_b .pics {
        width: 35%;
    }

    .ft_b .pics img {
        height: 55px;
    }

    .ft_b .txt {
        width: 45%;
    }

    .ft_b .vxbox {
        padding-right: 0;
        width: 15%;
    }

    /*璇︽儏椤�*/
    .det_box .title {
        font-size: 20px;
    }

    .det_box .sm span {
        margin: 0 6px;
    }

    /*index*/
    .idx_lead_l {
        width: 53%;
    }

    .idx_lead_l .slidebox .title {
        padding-right: 20%;
    }

    .idx_lead_r {
        width: 45%;
    }

    .idx_lead_r .menu .lk {
        font-size: 15px;
    }

    .idx_lead_r .idx_list li {
        line-height: 37px;
    }

    .idx_sec .idx_tt {
        padding: 0 10px;
    }

    .idx_tt .lk {
        font-size: 15px;
        min-width: auto;
    }

    .xfpy {
        width: 180px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hd_t .fz {
        font-size: 13px;
    }

    .hd_t .lks {
        font-size: 13px;
    }

    .hd_logo .img {
        height: 70px;
    }

    .hd_b {
        padding: 15px 0;
    }

    .hd_sear {
        width: 340px;
        margin-top: 15px;
    }

    .hd_sear .ipt_txt {
        width: 250px;
    }

    .hd_sear .submit {
        width: 80px;
    }

    .hd_nav .icon {
        width: 40px;
    }

    .hd_nav .tit {
        margin-top: 8px;
    }

    /*鏍忕洰椤�*/
    .idx_main {
        padding: 0 2%;
    }

    .idx_main .wrapbox {
        padding: 20px 15px;
    }

    .idx_tt {
        padding: 0 15px;
    }

    .idx_tt .tit,
    .idx_tt .bt {
        font-size: 16px;
    }

    .idx_tt .more {
        font-size: 14px;
    }

    .idx_list li {
        line-height: 40px;
    }

    .idx_list .title {
        font-size: 16px;
        width: 75%;
    }

    .idx_list .date {
        font-size: 14px;
    }

    .idx_l {
        /*width: 63%;*/
        width: 100%;
        float: none;
    }

    .idx_r {
        width: 35%;
        display: none;
    }

    .ft_t {
        padding: 10px 0;
    }

    .ft_t .lk {
        padding: 0 30px;
        line-height: 24px;
    }

    .ft_b .pics {
        width: 100%;
        float: none;
        text-align: center;
    }

    .ft_b .pics img {
        height: 55px;
    }

    .ft_b .txt {
        width: 100%;
        float: none;
        margin: 15px 0;
    }

    .ft_b .vxbox {
        padding-right: 0;
        width: 100%;
        width: 100%;
        text-align: center;
    }

    /*瀛愭爮鐩�*/
    .pagelist {
        font-size: 0;
        text-align: center;
    }

    .pagelist .pages {
        float: none;
    }

    .pagelist li {
        margin: 0 3px;
    }

    .pagelist .wz {
        display: none;
    }

    .pagelist select {
        display: none;
    }

    .pagelist .num {
        display: none;
    }

    /*璇︽儏椤�*/
    .crumb {
        font-size: 15px;
    }

    .det_box .title {
        font-size: 20px;
    }

    .det_box .sm span {
        margin: 0 6px;
    }

    /*index*/
    .idx_lead_l {
        display: none;
    }

    .idx_lead_r {
        width: 100%;
        float: none;
    }

    .idx_lead_r .menu .lk {
        font-size: 16px;
    }

    .idx_lead_r .idx_list li {
        line-height: 42px;
    }

    .idx_sec .idx_tt {
        padding: 0 10px;
    }

    .idx_tt .lk {
        font-size: 15px;
        min-width: auto;
    }

    .idx_sec {
        width: 100%;
        float: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .auto {
        padding: 0 3%;
    }

    .sj_show {
        display: block;
        margin:0 7%
    }

    .pc_show {
        display: none;
    }

    .sj_menu {
        position: absolute;
        right: 3%;
        top: 50%;
        width: 26px;
        height: 26px;
        background: url(/{ms:global.style/}images/menu.png) no-repeat center;
        background-size: contain;
        margin-top: -34px;
    }

    .sj_menu.close {
        background: url(/{ms:global.style/}images/close.png) no-repeat center;
        background-size: 24px;
    }

    .idx_lead_l .sj_show .swiper-slide img {
        width: 353px;
        height: 206px;
        object-fit: cover;
    }

    body {
        background: #f5f6f7;
    }

    .head {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        padding: 10px 0;
        height: 65px;
        border-bottom: 1px solid #e5e5e5;
        background: #fff;
    }

    .head + div {
        margin-top: 65px;
    }

    .hd_t {
        display: none;
    }

    .hd_sear {
        display: none;
    }

    .hd_logo .img {
        height: 45px;
    }

    .hd_b {
        padding: 0;
    }

    .hd_nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 65px;
        padding: 10px 0;
        display: none;
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
    }

    .hd_nav ul {
        background: #3b7bcf;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        overflow-y: scroll;
    }

    .hd_nav li {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0 20px;
        border-bottom: 1px dashed #efefef;
    }

    .hd_nav li > a {
        padding: 0;
    }

    .hd_nav .icon {
        display: none;
    }

    .hd_nav .tit {
        margin-top: 0;
        line-height: 44px;
    }

    .hd_nav .drop {
        position: static;
        box-shadow: none;
        display: none;
        padding: 0;
        text-align: left;
        padding: 0 10px 0 25px;
    }

    .hd_nav .drop a {
        font-size: 15px;
        margin: 0;
        display: block;
    }

    .hd_nav li:hover .drop {
        display: none;
    }

    .hd_nav li.has > a {
        background: url(../images/arr.png) no-repeat right center;
        background-size: 14px;
    }

    .hd_nav li.a.has > a {
        background-image: url(../images/arr-1.png);
    }

    /*鏍忕洰椤�*/
    .idx_main {
        margin-bottom: 25px;
    }

    .idx_main .wrapbox {
        padding: 20px 3%;
    }

    .idx_tt {
        padding: 0 10px;
        line-height: 40px;
        height: 40px;
        margin-bottom: 5px;
    }

    .idx_tt .tit,
    .idx_tt .bt {
        font-size: 15px;
    }

    .idx_tt .more {
        font-size: 12px;
    }

    .idx_mod {
        margin-bottom: 10px;
    }

    .idx_list li {
        line-height: 30px;
    }

    .idx_list .title {
        font-size: 15px;
        width: 75%;
        padding-left: 10px;
    }

    .idx_list .date {
        font-size: 12px;
    }

    .idx_l {
        width: 100%;
    }

    .idx_r {
        width: 100%;
    }

    .ft_t {
        padding: 0;
        font-size: 16px;
        font-size: 0;
    }

    .ft_t .item {
        width: 49%;
        border-bottom: 1px solid rgba(193, 204, 218, 0.1);
    }

    .ft_t .lk {
        padding: 0;
        line-height: 22px;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }

    .ft_t span {
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        width: 2%;
        text-align: center;
    }

    .ft_t .drop {
        padding: 5px 0;
    }

    .ft_t .drop a {
        font-size: 13px;
        line-height: 34px;
        display: block;
        border-bottom: 1px solid #eee;
    }

    .ft_t .drop a:last-child {
        border-bottom: none;
    }

    .ft_t .item:hover .drop {
        display: none;
    }

    .ft_b .pics {
        width: 100%;
        float: none;
        text-align: center;
    }

    .ft_b .pics img {
        height: 40px;
    }

    .ft_b .txt {
        width: 100%;
        /*float: none;*/
        margin: 15px 0;
        padding: 0 4%;
        line-height: 20px;
        font-size: 13px;
    }

    .ft_b .txt p {
        margin-bottom: 5px;
    }

    .ft_b .vxbox {
        padding-right: 0;
        width: 100%;
        width: 100%;
        text-align: center;
    }

    .ft_b .vxbox .item {
        margin: 0 5px;
    }

    /*瀛愭爮鐩�*/
    .pagelist {
        font-size: 0;
        text-align: center;
        padding-top: 0;
        border-top: none;
    }

    .pagelist .pages {
        float: none;
    }

    .pagelist li {
        margin: 0 2px;
    }

    .pagelist .wz {
        display: none;
    }

    .pagelist select {
        display: none;
    }

    .pagelist .num {
        display: none;
    }

    .pagelist li a,
    .pagelist select,
    .pagelist .num {
        font-size: 13px;
        width: 48px;
        line-height: 26px;
        height: 28px;
    }

    /*璇︽儏椤�*/
    .crumb {
        font-size: 14px;
    }

    .det_box .topbox {
        padding: 15px 10px;
    }

    .det_box .title {
        font-size: 17px;
        font-weight: normal;
    }

    .det_box .sm {
        margin-top: 5px;
    }

    .det_box .sm span {
        margin: 0 4px;
        font-size: 13px;
    }

    .det_box .editbox {
        font-size: 15px;
        line-height: 26px;
    }

    /*index*/
    .idx_wrap .auto {
        padding-left: 0;
        padding-right: 0;
    }

    .idx_tz {
        margin-bottom: 20px;
        padding: 0 3%;
    }

    .idx_tz .bt {
        font-size: 16px;
        width: 70px;
        height: 70px;
        padding: 12px 15px;
    }

    .idx_tz .list {
        margin-left: 80px;
    }

    .idx_tz .list li {
        line-height: 23px;
    }

    .idx_lead {
        margin-bottom: 25px;
    }

    .idx_lead_l {
        width: 100%;
        float: none;
        margin-bottom: 25px;
        padding: 0 3%;
    }

    .idx_lead_l .slidebox .title {
        font-size: 15px;
        line-height: 42px;
    }

    .idx_lead_l .swiper-pagination {
        position: static;
        margin-top: 10px;
    }

    .idx_lead_r {
        width: 100%;
        float: none;
    }

    .idx_lead_r .menu {
        display: flex;
    }

    .idx_lead_r .menu .lk {
        font-size: 15px;
        width: auto;
        flex: auto;
    }

    .idx_lead_r .idx_list {
        padding: 0 3%;
    }

    .idx_lead_r .idx_list li {
        line-height: 40px;
    }

    .idx_lbo {
        margin-bottom: 25px;
    }

    .idx_lbo .swiper-container {
        /*padding:0 40px;position:static;*/
    }

    .idx_lbo .swiper-button-next,
    .idx_lbo .swiper-button-prev {
        width: 36px;
        height: 36px;
        display: none;
    }

    /*.idx_lbo .swiper-button-prev{background: url(../images/idx_07.png) no-repeat center;background-size:21px;}
      .idx_lbo .swiper-button-next{background: url(../images/idx_08.png) no-repeat center;background-size:21px;}*/
    .idx_lbo .swiper-slide {
        width: 70% !important;
    }

    .idx_lbo .swiper-pagination {
        position: static;
        margin-top: 10px;
        display: none;
    }

    .idx_sec .idx_tt {
        padding: 0 5px 0 0;
        display: flex;
    }

    .idx_sec .idx_tt .lk {
        font-size: 15px;
        min-width: auto;
        flex: auto;
        padding: 0;
        line-height: 38px;
        height: 38px;
        margin: 0;
    }

    .idx_sec {
        width: 100%;
        float: none;
    }

    .idx_sec .idx_list {
        padding: 0 3%;
    }

    .idx_section:last-child .idx_sec:last-child {
        margin-bottom: 0;
    }

    .idx_list .first .title {
        white-space: normal;
    }

    .idx_list .first .title:before {
        top: 9px;
    }

    .idx_list .first .txt {
        padding-left: 10px;
    }
}
