@charset "utf-8";

@font-face {
    font-family: Heebo-Black;
    src: url(../fonts/Heebo-Black-2.ttf);
}

@font-face {
    font-family: Heebo-Light;
    src: url(../fonts/Heebo-Light-5.ttf);
}

@font-face {
    font-family: Bebas-Regular;
    src: url(../fonts/bebas-regular.TTF);
}

.head::before {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.head {
    /* transition: all .5s; */
}

html,
body {
    /* background: #fff; */
}

body {
    overflow-x: hidden;
}

.banner {
    position: relative;
}

.banner-tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.banner-tit h2 {
    width: 2.86rem;
    line-height: .4rem;
    color: #fffafc;
    font-size: .28rem;
    position: relative;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/leftNavh2bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-family: "sysong";
    font-weight: normal;
}

.nymain .leftNav>h2 {}



.banner>img {
    display: block;
    width: 100%;
    min-height: 1.4rem;
    object-fit: cover;
}



.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #2D7BBB;
    color: #fff;
    border: 1px solid #2D7BBB;
}

.pagination a:hover {
    background: #2D7BBB;
    color: #fff;
    border: 1px solid #2D7BBB;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.nymain {
    position: relative;
    padding-bottom: 1rem;
    z-index: 3;
    font-family: "微软雅黑";
    padding-top: 1px;
    background: url(../images/content_bj.png) no-repeat center bottom;
    background-size: cover;
}

.nymain_dly {
    background: url(../images/dly_bj.png) no-repeat center bottom;
}

.nymain>div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.nymain::before {}

.nymain .leftNav {
    width: 2.62rem;
    position: relative;
    margin-right: .8rem;
    padding-top: .5rem;
}

.nymain .leftNav>h2 {
    line-height: .4rem;
    color: #fffafc;
    font-size: .28rem;
    position: relative;
    height: 1.02rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2D7BBB;
    font-weight: normal;
    display: none;
}

.nymain .leftNav>h2 i {
    font-style: normal;
    font-size: 0.3rem;
    line-height: .26rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    top: .28rem;
    opacity: 0.1;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 4px 10px rgba(0, 91, 172, 0.2);
    z-index: 1;
}

.nymain .leftNav>h2 b {
    position: relative;
    z-index: 2;
}



.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav>ul {
    background-position: right bottom;
    position: relative;
    background: #ecf3fb;
    padding-bottom: 0.5rem;
    border-top: 8px solid #244b97;
}

.nymain .leftNav>ul:before {}

.nymain .leftNav>ul::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-image: linear-gradient(180deg, rgba(12, 99, 171, 0) 0%, rgba(12, 99, 171, 0.5) 100%);
    opacity: 0.5;
}

.nymain .leftNav>ul::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(12, 99, 171, 0) 20%, rgba(12, 99, 171, 0.5) 100%);
    opacity: 0.5;
}

.nymain .leftNav>ul>li {
    position: relative;

}

.nymain .leftNav>ul>li:after {
    content: "";
    position: absolute;
    left: .2rem;
    right: .2rem;
    bottom: 0;
    border-bottom: 1px solid rgba(12, 99, 171, 0.08);
}

.nymain .leftNav>ul>li:before {
    content: "";
    position: absolute;
    left: .2rem;
    right: .2rem;
    bottom: 0;
    height: 1px;
    transition: all 0.4s;
    width: 0;
    background: #2D7BBB;
}

.nymain .leftNav ul li:hover:before {
    width: calc(100% - .4rem);
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: .21rem;
    line-height: .36rem;
    color: #000000;
    transition: all .5s;
    text-align: center;
    padding: 0.16rem 0.15rem;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .4rem;
    height: .75rem;
    right: .1rem;
    top: 0;
    background: url(../images/sub_left_down.png) no-repeat center center;
    background-size: .1rem auto;
    cursor: pointer;
    transition: all 0.3s;
    display: none;
    transform: rotateZ(90deg);
}



.nymain .leftNav>ul>li.on>a {
    color: #2D7BBB;
    color: #ecf3fb !important;
}

.nymain .leftNav>ul>li.on>span {
    transform: rotateZ(-90deg);
    background: url(../images/sub_left_down-w.png) no-repeat center center;
    background-size: .1rem auto;
}


.nymain .leftNav>ul>li.activ {}

.nymain .leftNav>ul>li.on.active>a {
    color: #2D7BBB !important;
    font-weight: bold;
}

.nymain .leftNav>ul>li.on.active:before {
    width: calc(100% - .4rem);
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav>ul>li.active>span {}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    background-position: 31px center;
    color: #2D7BBB;
    font-weight: bold;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: .18rem;
    padding-bottom: 0;
    padding-right: 0;
    padding-bottom: .2rem;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: .16rem;
    line-height: .43rem;
    /* border-top: 1px solid #eeeeee; */
    color: #222222;
    border: none;
}

.nymain .leftNav>ul>li>ul>li:nth-child(1)>a {
    border: none;
}

.ny-right {
    flex: 1;
    min-width: 0;
    padding-top: .5rem;
}

.ny-rcom {
    font-size: 24px;
    color: #2D7BBB;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid rgba(120, 0, 9, 0.17);
    background: url(../images/ny_01.png) no-repeat center center;
    background-size: auto 100%;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: .16rem;
    line-height: .3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    color: #fff;
    padding-bottom: .15rem;
    margin-right: 3rem;
}

.position>h3::after {}

.position h3 {
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.3rem;
    font-weight: bold;
    font-stretch: normal;
    color: #ffffff;
    line-height: .95rem;
    transform-origin: left center;
    margin-left: .8rem;
    width: 4rem;
}

.position svg {
    margin-right: .1rem;
    height: .2rem;
}

.position svg path {
    fill: #fff;
}

.position span {
    vertical-align: middle;
    z-index: 9;
    position: relative;
}

.position img {
    width: auto;
    height: .17rem;
    vertical-align: middle;
    margin-right: 0.1rem;
    z-index: 9;
    position: relative;
}

.position a {
    padding: 0 .05rem;
    vertical-align: middle;
    color: #fff;
    z-index: 9;
    position: relative;
}

.position a:hover {
    /* color: #0c63ab; */
    text-decoration: underline;
}




.timg-list ul {
    margin-top: .1rem;
}

.timg-list ul li {
    position: relative;
}

.timg-list ul li::before {
    content: "";
    position: absolute;
    left: -.2rem;
    top: 0;
    right: -.2rem;
    bottom: 0;
    z-index: 1;
    transform: scaleY(0);
    transition: all 0.5s;
    background: #FCFBFB;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: .15rem 0;
    position: relative;
    z-index: 2;
    font-family: "微软雅黑";
    padding: .4rem 0 .5rem 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.timg-list ul li:nth-child(1) a {
    border: none;
}

.timg-list ul li a h3 {
    font-size: .24rem;
    color: #222222;
    line-height: .5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    clear: both;
}

.timg-list ul li a>div {
    display: flex;
}

.timg-list-img {
    float: left;
    width: 2.82rem;
    margin-right: .38rem;
}

.timg-list ul li a .pic {
    padding-top: 69%;
}


.timg-linfo {
    flex: 1;
    min-width: 0;
}

.timg-linfo p {
    font-size: .16rem;
    line-height: .28rem;
    color: #999;
    margin: .18rem 0 .23rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
}

.timg-linfo div {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.timg-linfo span {
    padding-left: 23px;
    background: url(../images/ny-time.png) no-repeat left center;
    color: #888888;
}

.timg-linfo div::after {}

.timg-linfo div::before {}

.timg-linfo div::after {}

.timg-linfo div b {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: .3rem;
    color: #94070A;

}

.timg-linfo div span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .28rem;
    color: #9E9E9E;
    padding-left: .25rem;
    background: url(../images/icon-time-b.png) no-repeat;
    background-position: left center;
    background-size: .15rem auto;
}



.timg-list ul li a:hover {
    border-color: transparent;
}

.timg-list ul li:hover+li a {
    border-color: transparent;
}

.timg-list ul li a:hover h3 {
    color: #244b97;
    font-weight: bold;
}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover p {
    color: #666;
}

.timg-list ul li:hover::before {
    transform: scaleY(1);
}







.pnext {
    margin-top: .35rem;
    padding-top: .25rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.pnext p {
    text-indent: initial;
    font-size: .16rem;
    line-height: .28rem;
    color: #323232;
}

.pnext p+p {
    margin-top: .05rem
}

.pnext p a {
    color: #0B0B0B;
    font-size: .16rem;
}

.pnext p:hover {
    color: #A31D20;
}

.pnext p:hover a {
    color: #A31D20;
}

.lb-list {
    width: 100%;
    height: auto;
}

.lb-list .lb_list_list {}

.lb-list .lb_list_list li {
    height: .7rem;
    width: 100%;
    border-bottom: 1px dashed #dddddd;
}

.lb-list .lb_list_list li a {
    display: block;
    height: .7rem;
    line-height: .7rem;
}

.lb-list .lb_list_list li a p {
    display: -webkit-box;
    width: 70%;
    float: left;
    padding-left: 20px;
    background: url(../images/dian.png) no-repeat left center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .2rem;
    color: #333;
}

.lb-list .lb_list_list li a .time {
    float: right;
    font-size: .16rem;
    color: #666;
}

.lb-list .lb_list_list li:hover a p {
    color: #244b97;
    font-weight: bold;
}

.xynry .lb-content {
    transform: scaleX(0);
    visibility: hidden;
    height: 0;
    position: absolute;
}

.xynry .lb-content.active {
    transform: scaleX(1);
    visibility: visible;
    height: auto;
    position: static;
    width: 100%;
}

  .lb-content.active .shuoming {
    padding-right: .4rem;
    height: .6rem;
    line-height: .6rem;
    background: linear-gradient(90deg, #dfe8f9, #ffffff);
    font-size: .22rem;
    color: #294f99;
    font-weight: bold;
    text-align: justify;
}

  .lb-content.active .shuoming .sm {
    padding: 0 .6rem;
    background: url(../images/26/1112.png) no-repeat 20px center, url(../images/26/1110.png) no-repeat right center;

}

  .lb-content.active .kk {
    margin: .25rem;
    font-size: 0.2rem;
    line-height: .4rem;
    color: #000;
    /* display:none; */
    text-align: justify;
    text-indent: 2em;
}

  .lb-content .content_tit {
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: .34rem;
}

  .lb-content .zz_date {
    margin: .2rem 0 .3rem;
    padding: .2rem 0;
    border-bottom: 1px solid #dddddd;
    text-align: center;
}

  .lb-content .zz_date .x_zz {
    margin: 0 .2rem;
}

.zw_content {
    font-size: .18rem;
    text-align: justify;
    line-height: .36rem;
    text-indent: 2em;
}

.zw_content p {
    /* margin-bottom: .3rem; */
}

.zw_content img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}

.content_up_down {
    margin-top: .4rem;
    padding-top: .4rem;
    border-top: 1px solid #dddddd;
}

.content_up_down p {
    font-size: .18rem;
    color: #333;
    line-height: .35rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_up_down p:hover a {
    color: #274e90;
    font-weight: bold;
}

.zsjh_list {
    width: 100%;
    height: auto;
}

.zsjh_list .jh_01 {
    margin-bottom: .3rem;
}

.zsjh_list .jh_lm {
    color: #244b97;
    font-size: .34rem;
    line-height: .7rem;
    font-weight: bold;
}

.zsjh_list .qy_list {
    padding: .2rem;
    background-color: #eef3fc;
}

.zsjh_list .jh_wh {
    padding: .2rem .25rem;
    border-bottom: 1px dashed #fff;
}

.zsjh_list .jh_wh_last {
    border-bottom: 0px dashed #fff;
}

.zsjh_list .wd {
    display: inline-block;
    float: left;
    font-size: .22rem;
    color: #333;
    font-weight: bold;
    width: .6rem;
}

.zsjh_list .wd_list .on {
    background: #244b97;
    color: #fff;
    border-radius: 5px;
}

.zsjh_list .wd_list span:hover {
    background: #244b97;
    color: #fff;
    border-radius: 5px;
}

.zsjh_list .wd_list {
    display: inline-block;
    float: left;
    width: 95%;
    text-align: justify;
}

.zsjh_list .wd_list span {
    padding: .05rem .2rem;
    display: inline-block;
    font-size: .2rem;
    margin-bottom: .1rem;
    color: #333;
    cursor: pointer;
}

.jh_02 {
    width: 100%;
    height: auto;
    margin-bottom: .3rem
}

.jh_03 {
    width: 100%;
    height: auto;
    margin-bottom: .3rem
}

.lb_titt {
    font-size: .24rem;
    color: #333;
    line-height: .54rem;
    font-weight: bold;
    padding-left: 50px;
    background: url(../images/jh_lm.png) no-repeat left center;
}

.list_jh {
    margin-top: .1rem;
    width: 100%;
    border-collapse: collapse;
    padding: 0;
}

.list_jh tr {
    width: 100%;
    text-align: center;
}

.list_jh tr th {
    border: 1px solid #ddd;
    height: .65rem;
    background-color: #eef3fc;
}

.list_jh tr td {
    border: 1px solid #ddd;
    height: .8rem;
    background-color: #fff;
}

.dlym {
    width: 11rem;
    height: 4rem;
    margin: 0 auto;
    background: #fff url(../images/dl_jm.jpg) no-repeat left center;
    box-shadow: 0px 0px 10px 10px rgba(228, 232, 240, 1);
}

.dlym_right {
    float: right;
    padding: .65rem .7rem;
    width: 5rem;
}

.dlym_right .lqcc {
    font-size: .34rem;
    line-height: .7rem;
    color: #244b97;
    font-weight: bold;
    margin-bottom: .3rem;
    text-align: center;
}

.dlym_right .srk {
    height: .6rem;
    line-height: .6rem;
    border: 1px solid #244b97;
    width: 100%;
    display: block;
    padding-left: .15rem;
}

.dlym_right .srk img {
    margin-right: .1rem;
    vertical-align: middle;
    width: .36rem;
}

.dlym_right .srk input {
    height: .45rem;
    line-height: .45rem;
    font-size: .16rem;
    width: 70%;
    background: rgba(255,255,255,0);
}

.dlym_right .tj_ss {
    margin-top: .3rem;
    text-align: center;
}

.dlym_right .tj_ss input {
    padding: .15rem .5rem;
    margin: 0 .15rem;
    font-size: .18rem;
    border-radius: .05rem;
    border: 1px solid #dddddd;
    color: #333;
    cursor: pointer;
}

.dlym_right .tj_ss input:hover {
    color: #fff;
    background-color: #244b97;
    border: 1px solid #244b97;
}

.dlym_right .tj_ss .on {
    color: #fff;
    background-color: #244b97;
    border: .01rem solid #244b97;
}

.zyjs_01 {
    width: 100%;
    margin-bottom: .3rem;
}

.zyjs_01 .zyjs_01_left {
    float: left;
    width: 52%;
}

.zyjs_01 .zyjs_01_left .lmmcs {
    font-size: .36rem;
    color: #333;
    padding-left: .2rem;
    background: url(../images/last_04.jpg) no-repeat left center;
    font-weight: bold;
    margin-bottom: .3rem;
}

.zyjs_01 .zyjs_01_left .list_sms {
    background: url(../images/last_01.png) no-repeat left top;
    padding: .5rem;
}

.zyjs_01 .zyjs_01_left .list_sms li {
    width: 100%;
    font-size: .22rem;
    color: #333;
    line-height: .3rem;
    margin-bottom: .25rem;
}



.zyjs_01 .zyjs_01_right {
    float: left;
    width: 48%;
}

.zyjs_01 .zyjs_01_right img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.zyjs_01 .zyjs_01_right img:hover {
    transform: scale(1.03);
    transition: 0.5s;
}

.nymain_zyjs {
    /* background:none; */
}

.zyjs_02 {
    width: 100%;
    margin-bottom: .3rem;
}

.zyjs_02 .titi {
    color: #244b97;
    font-size: .26rem;
    font-weight: bold;
    padding-left: 25px;
    background: url(../images/last_02.png) no-repeat left center;
    margin-bottom: .25rem;
}

.zyjs_02 .content_sm {
    font-size: .2rem;
    line-height: .42rem;
    color: #333;
    text-align: justify;
    text-indent: 2em;
}

.img_pic_list {
    width: 100%;
    height: auto;
}

.img_pic_list li {
    width: 33.33%;
    float: left;
    padding: 0 .3rem .5rem;
}

.img_pic_list li a {
    display: block;
    position: relative;
    border-radius: 10px;
}

.img_pic_list li a .pic1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.img_pic_list li a .pic1 img {
    width: 100%;
    display: block;
    border-radius: 10px;
    object-fit: cover;
    height: 4.6rem;
}

.img_pic_list li:hover a .pic1 img {
    transform: scale(1.03);
    transition: 0.5s;
}

.img_pic_list li .ts_tit_sm1 {
    position: absolute;
    z-index: 100;
    bottom: -4px;
    padding: .1rem .25rem .25rem;
    background: linear-gradient(180deg, rgba(232, 241, 250, 1) 0%, rgba(255, 255, 255, 1) 97%);
    border-radius: 10px;
    border: 1px solid #dddddd;
    margin-top: -20px;
    /* position: relative; */
    z-index: 10;
    width: 100%;
}

.img_pic_list li .ts_tit_sm1 .sm_tit {
    font-size: .22rem;
    line-height: .55rem;
    height: .55rem;
    font-weight: bold;
    margin-bottom: .2rem;
    background: url(../images/last_05.jpg) no-repeat left bottom;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.img_pic_list li .ts_tit_sm1 .km_xz {
    height: .5rem;
    line-height: .5rem;
    border-bottom: 1px solid #dddddd;
    margin-bottom: .15rem;
    font-size: .18rem;
    color: #666;
}

.img_pic_list li .ts_tit_sm1 .km_xz .xz {
    float: right;
}

.img_pic_list li .ts_tit_sm1 .km_xz .km {
    float: left;
}

.img_pic_list li .ts_tit_sm1 .sm_wz {
    font-size: .16rem;
    line-height: .3rem;
    color: #666;
    text-align: justify;
}

@media screen and (max-width: 1200px) {
    .position>div {
        margin-right: 2rem;
    }

    .img_pic_list li {
        padding: 0 .2rem .5rem;
    }
}

@media screen and (max-width: 1024px) {
.lb-content .content_tit { 
    font-size: 20px;
}
.lb-content .zz_date { 
    margin-top: 5px;
}
    .zyjs_01 .zyjs_01_left .list_sms li {
        width: 100%;
    }

    .dlym {
        width: 7rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.dlym_right{
    padding:0;
}
    .dlym_right .srk{
        max-width:85%;
        margin:auto;
    }
    .zsjh_list .wd_list {
        margin-top: .3rem;
    }

    .position {
        background: #244b97;
        padding-top: .15rem;
    }

    .position>div {
        width: 100%;
        margin-right: 0rem;
    }

    .szdw ul li {
        margin-top: .25rem
    }

    .szdw ul li a {
        display: block
    }

    .szlist ul {
        margin: 0 -.1rem
    }

    .szdw ul li a {
        margin: 0 .1rem
    }

    .szdw ul li a .pics {
        margin: 0 auto
    }

}

@media screen and (max-width: 950px) {
    .img_pic_list li {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {

    .zyjs_01 .zyjs_01_right {
        float: none;
        width: 100%;
    }

    .zyjs_01 .zyjs_01_left {
        float: none;
        width: 100%;
    }

    .szdw ul li {
        width: 100%
    }

    .szdw ul li a {
        padding: .15rem .1rem
    }

    .szlist ul li a .info h3 {
        justify-content: center
    }
}

@media screen and (max-width: 650px) {
    .dlym {
        width: 4.6rem;
        max-width: 100%;
    }

    .img_pic_list li {
        width: 100%;
    }
}






.img_pic_ssi {
    width: 100%;
    height: auto;
}

.img_pic_ssi ul {
    width: 100%;
    height: auto;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.img_pic_ssi ul li {
    width: 25%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

.img_pic_ssi ul li a {
    display: block;
    margin: .2rem;
}

.img_pic_ssi ul li .block {
    background-color: #ecf3fb;
    padding-bottom: 0.3rem;
    transition: all 0.4s
}

.img_pic_ssi ul a:hover .block {
    font-weight: bold;
    color: #2c5092;
    background-color: #dfebf9;
    transform: translate(.0rem, -.25rem);
    box-shadow: 0rem .07rem .14rem 0 rgb(0, 0, 0, 0.2);
}

.img_pic_ssi ul li a img {
    height: 1rem;
    margin: .25rem 0 .2rem;
    margin-top: .5rem;
}

.img_pic_ssi ul li a .wz {
    padding: 0rem .2rem .3rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 0.6rem;
    text-overflow: ellipsis;

}

@media screen and (max-width: 1024px) {
    .img_pic_ssi ul li a {
        height: 2.4rem;

    }

    .img_pic_ssi ul li a .wz {
        font-size: 0.16rem;
        line-height: 0.2rem;
        height: 0.4rem;
    }
}

@media screen and (max-width: 950px) {
    .img_pic_ssi ul li {
        width: 33.33%;
    }

    .img_pic_ssi ul li a {
        padding-bottom: 2.5rem;

    }
}

@media screen and (max-width: 680px) {
    .img_pic_ssi ul li {
        width: 50%;
    }
}

@media screen and (max-width: 550px) {
    .img_pic_ssi ul li {
        width: 100%;
    }
.zsjh_list .qy_list {
     padding: 0rem; 
}
.zsjh_list .wd_list span {
 
    min-width: 85px;
    text-align: center;
}

.list_jh tr th { 
    white-space: nowrap;
    padding: 0 10px;
}

.list_jh { 
    width: auto;
    display: inline-block;
    margin-top: 60px;
}
.jh_02,
.jh_03 { 
    overflow: auto;
}
.lb_titt { 
    position: absolute;
}
.list_jh tr td { 
    white-space: nowrap;
    padding: 0 10px;
}
}