@charset "utf-8";
@import "footer.css";

html {
    max-width: 1920px;
    margin: 0 auto;
}

input {
    outline: 0;
    border: 0;
}

.spic_top:after {
    content: '';
    clear: both;
    display: table;
}

/*banner图代码 */
.banner_bg {
    width: 100%;
    height: 540px;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.banner_bg .swiper-container {
    height: 450px !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

/* 分页条代码 */
.banner_bg .pagination {
    position: absolute;
    bottom: 60px;
    z-index: 99;
    width: auto;
    left: 50%;
    transform: translate(-50%);
    display: none;
}

.banner_bg .pagination .swiper-pagination-bullet {
    font-size: 24px;
    color: #FFFFFF;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.banner_bg .pagination .swiper-pagination-bullet-active {
    margin-left: 68px;
    margin-right: 68px;
}

.banner_bg .pagination .swiper-pagination-bullet-active span {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 11px;
}

.banner_bg .pagination .swiper-pagination-bullet-active::after {
    content: '';
    width: 67px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 9px;
    left: -72px;
}

.banner_bg .swiper-slide {
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
    background-size: cover !important;
}

.swiper-pagination-bullet {
    background: none;
    opacity: 1;
}

.banner_bg .pagination .swiper-pagination-bullet-active:first-child {
    margin-left: 0;
}

.banner_bg .pagination .swiper-pagination-bullet-active:last-child {
    margin-right: 0;
}

.banner_bg .pagination span:first-child.swiper-pagination-bullet-active:after,
.banner_bg .pagination span:last-child.swiper-pagination-bullet-active:before {
    display: none;
}

.banner_bg .pagination .swiper-pagination-bullet-active::before {
    content: '';
    width: 67px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 9px;
    right: -72px;
}

/***新加导航下拉样式***/
.top_right {
    overflow: initial !important;
    position: relative;
}

.top_right li .nav-child-list {
    display: none;
    width: 160px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -80px;
    z-index: 4;
    background: #FFFFFF;
    border-top: 3px solid #004cab;
}

.top_right li .nav-child-list .nav-child-list-con {
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 0;
}

.top_right li .nav-child-list .nav-child-list-con dl dt {
    text-align: center;
    line-height: initial;
}

.top_right li .nav-child-list .nav-child-list-con dl dt a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    color: #333333 !important;
    line-height: 26px;
}

.top_right li .nav-child-list .nav-child-list-con dl dt:nth-child(4) {
    margin-right: 0;
}

.top_right li .nav-child-list .nav-child-list-con dl dt:nth-child(8) {
    margin-right: 0;
}

/* 导航栏 */


.top_nav {
    width: 1320px;
    margin: 20px auto 0;
    line-height: 50px;
}

.top_nav::after {
    clear: both;
    content: "";
    display: table;
    height: 0;
    overflow: hidden;
}

.top_left {
    width: 27.5%;
    float: left;
    position: relative;
}

.top_left span {
    position: absolute;
    left: 56px;
    top: 30px;
    color: #000000;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
}

.banner_bg .top_left span {
    color: #FFFFFF;
}

.top_left img {
    display: none;
    height: 60px;
    margin-top: -5px;
}

.top_left img + img {
    display: inline-block;
}

.banner_bg .top_left img {
    display:none;
}

.banner_bg .top_left img + img {
    display:inline-block ;
}

.top_right {
    width: 72.5%;
    float: left;
}

.top_right ul {
    display: flex;
    justify-content: space-between;
    margin-left: 5%;
    margin-right: 10%;
}

.top_right ul li a {
    color: #333333;
    font-size: 18px;
    display: block;
    height: 100%;
}



.top_right ul li {
    line-height: 50px;
    height: 70px;
    position: relative;
}

form {
    position: absolute;
    width: 228px;
    height: 40px;
    border: 1px solid #ccc;
    background: #FFFFFF;
    border-radius: 25px;
    z-index: 999;
    top: -1px;
    right: -1px;
    display: none;
}

form .search_txt {
    margin-left: 20px;
    outline: 0;
    font-size: 16px;
    border: 0;
    height: 40px;
    line-height: 40px;
    color: #333333;
    width: 70%;
    background: rgba(255, 255, 255, -0.81);
    float: left;
}

.search_tj {
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: none;
    position: absolute;
    z-index: 999;
}

.gepic-fangdajingsuosou--xian:before {
    color: #007969;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: block;
}


.form_search .gepic-fangdajingsuosou--xian:before {
    float: right;
    color: #007969;
}

.top_right ul li:nth-child(-n+8) {
    width: calc(100% / 8);
    text-align: center;
}

.form_search {
    right: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    margin-left: 0;
    top: 5px;
}

.top_right ul li.active a {
    display: block;
    color: #007969;
    padding-bottom: 16px;
}

.dqjs_img img {
    width: 214px;
    height: 180px;
    max-width: initial;
}

/* 通知通告 */
.tzgg {
    line-height: 60px;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    z-index: 999;
    justify-content: center;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

.tzgg .tzgg_n {
    width: 940px;
    float: left;
}

.tzgg_title {
    width: 132px;
    height: 60px;
    background: #007969;
    font-size: 16px;
    text-align: center;
    position: relative;
    float: left;
}

.tzgg_title a {
    color: #FFFFFF;
}

.tzgg_title ::after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #007969;
    border-top: 10px solid transparent;
    position: absolute;
    bottom: 20px;
    z-index: 99;
    right: -10px;
}

.tzgg_list {
    width: 808px;
    color: #eff0f2;
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    float: left;
}

.tzgg_list .bd {
    width: 735px;
}

.tzgg_list .bd ul li {
    display: flex;
}

.tzgg_list .bd ul li span {
    font-size: 14px;
    color: #ffffff;
    padding-right: 22px;
}

.tzgg_list .bd ul li a {
    font-size: 18px;
    color: #ffffff;
    width: 88%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tzgg_list .hd {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    top: 0;
    text-align: center;
}

.tzgg_list .hd a {
    cursor: pointer;
    display: block;
    height: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.tzgg_list .hd span {
    transform: rotate(180deg);
    display: block;
    height: 20px;
    line-height: 20px;
}

.tzgg_list .hd a.next {
    transform: rotate(180deg);
}

.tzgg_link {
    width: 60px;
    height: 60px;
    background: #007969;
    text-align: center;
}

.tzgg_link a {
    color: #FFFFFF;
    font-size: 32px;
    display: block;
    font-weight: bold;
}

.stock {
    float: left;
    width: 260px;
    height: 60px;
    background: url(stock.png) no-repeat 20px center #007969;
    position: relative;
}

.stock a {
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 65px;
    display: block;
}

.stock a:after {
    content: '+';
    display: block;
    position: absolute;
    right: 25px;
    font-size: 30px;
    color: #FFFFFF;
    height: 60px;
    line-height: 60px;
    top: 0;
}

/***第二屏***/
.zy_tre {
    margin-top: 30px;
}

.spic_Headlines_img {
    width: 418px;
    height: 312px;
    float: left;
    margin-right: 20px;
}

/* .spic_Headlines_img img {
    width: 418px;
    height: 312px;
    max-width: initial;
}

.spic_Headlines_img img:first-child {
    display: inline-block;
} */

.spic_news {
    float: left;
    width: 400px;
    margin: 0 20px;
}

.spic_top .spic_title > a {
    float: left;
    position: relative;
    font-weight: bold;
    height: 42px;
    display: block;
    line-height: 30px;
    font-size: 22px;
    margin-right: 20px;
    color: #999999;
}

.spic_top .spic_title > a.col_title {
    color: #333333;
}

.spic_more {
    float: right;
    width: 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.spic_more a {
    font-size: 24px;
    color: #505968;
    width: 100%;
    height: 100%;
    display: block;
}

.spic_more li {
    display: none;
    width: 100%;
    height: 100%;
}

.spic_more li:first-child {
    display: block;
}

.spic_top .spic_title a.col_title:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #007969;
    position: absolute;
    bottom: 0;
    left: 0;
}

.spic_Headlines {
    float: left;
    width: 100%;
}

.spic_Headlines li {
    display: none;
}

.spic_Headlines li:first-child {
    display: block;
}

.spic_Headlines li > p a {
    color: #007969;
    font-size: 18px;
    line-height: 22px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: bold;
}

.spic_top .spic_Headlines li p.spic_Headlines_title,
.spic_Headlines_list p {
    color: #999999;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0 0 0;
}

.spic_top .spic_Headlines li p:nth-child(2) {
    margin: 10px 0;
}

.spic_top .spic_Headlines li span {
    color: #999999;
    display: block;
    font-size: 18px;
}

.w580 .spic_list {
    border-top: 1px solid #CBE1FF;
    margin-top: 20px;
}

.w580 .spic_list ul {
    display: none;
}

.w580 .spic_list ul:first-child {
    display: block;
}

.w580 .spic_list li {
    line-height: 32px;
    margin: 10px 0;
}

.w580 .spic_list li span {
    background: url(zhongb.png) left no-repeat;
    text-indent: 20px;
    color: #999999;
    display: block;
    font-size: 16px;
}

.w580 .spic_list li a {
    color: #333333;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w280 {
    width: 280px;
    padding: 0 20px;
    float: left;
    height: 100%;
    margin: 0 30px;
    background: url(gywm_bg.png) no-repeat bottom center #007969;
}

.w280 .company ul li a {
    display: block;
    font-size: 22px;
    position: relative;
    height: 70px;
    line-height: 70px;
    color: #FFFFFF;
}

.w280 .company ul li a:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #a9c3eb;
    position: absolute;
    bottom: 0;
    left: 0;
}

.w280 .purchase_yellow .company ul li a:before {
    background: #FBCE90;
}

.w280 .company ul li a:after {
    content: '+';
    width: 24px;
    font-size: 24px;
    color: #FFFFFF;
    position: absolute;
    right: 0;
}

.w280 .company_profile {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
    color: #FFFFFF;
}

.bg_none {
    background: none;
    padding: 0;
    border: none;
    margin: 0;
}

.purchase {
    height: 225px;
    padding: 0 20px;
    background: url(dqgz.png) no-repeat bottom center #6283c5;
    margin: 0;
}

.purchase_yellow {
    margin-bottom: 30px;
    background: url(dqgz.png) no-repeat bottom center #F89D21;
}

.purchase .purchase_list li .purchase_list_inner {
    display: block;
    padding: 8px 0;
    line-height: 24px;
}

.purchase .purchase_list li .purchase_list_inner span {
    color: #ACCBE4;
    background: url(zhongb_new.png) no-repeat left center;
    display: block;
    padding-left: 20px;
    font-size: 13px;
}

.purchase .purchase_list li .purchase_list_inner a {
    display: block;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
}

.w280 .purchase_yellow .company ul li .purchase_list_inner:before {
    background: #FBCE90;
}

.purchase_yellow .purchase_list li .purchase_list_inner span {
    color: #FBCE90;
    background: url(zhongb_yellow.png) no-repeat left center;
}

/***第三屏***/
.zy_four {
    width: 100%;
    background: #ffffff;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1200::after,
.top_nav::after {
    clear: both;
    display: block;
    height: 0;
    content: "";
    overflow: hidden;
}

.zy_sir {
    overflow: hidden;
    width: 100%;
    border: 1px solid #cbe1ff;
    margin: 30px 0;
    padding: 30px 0 30px 40px;
}

.zy_sir li {
    float: left;
    width: 29%;
    height: 100%;
    padding-left: 20px;
}

.zy_sir a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 45px;
}

.cir {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto;
    float: left;
}

.zy_sir li:first-child {
    width: 13%;
    line-height: 36px;
    text-align: center;
    padding-left: 0;
}

.zy_sir li:first-child a {
    font-size: 22px;
    color: #000000;
}

.zy_sir li:first-child span {
    color: #D1D1D1;
    font-weight: bold;
    font-size: 20px;
}

.zy_sir li:first-child + li .cir {
    background: url(pl_1.png) no-repeat center center #478ADF;
}

.zy_sir li:first-child + li + li .cir {
    background: url(pl_2.png) no-repeat center center #F89D21;
}

.zy_sir li:first-child + li + li + li .cir {
    background: url(pl_3.png) no-repeat center center #279D73;
}

.cir img {
    width: 100%;
    height: 100%;
}

.zy_four_tit {
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    text-align: left;
}

.zy_sir p {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    margin-top: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zy_oi {
    float: left;
    width: 175px;
    margin-left: 20px;
}

/* 已修改代码 ***************************************************************/
#slideBox {
    width: 418px;
    height: 312px;
    position: relative;
}

#slideBox .hd ul {
    position: absolute;
    bottom: 14px;
    right: 15px;
    z-index: 999;
}

#slideBox .hd ul li:first-child {
    margin-left: 0;
}

#slideBox .hd ul li::after {
    clear: both;
}

#slideBox .hd ul li {
    height: 20px;
    width: 20px;
    float: left;
    margin-left: 6px;
    text-align: center;
    color: #333333;
    background: #ffffff;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}

#slideBox .hd ul li.on {
    background: #007969;
    color: #FFFFFF;
}

#slideBox .bd ul li div.bd_title {
    height: 50px;
    line-height: 50px;
    display: block;
    background: url(pic-tit-bg.png) repeat-x;
    position: absolute;
    bottom: 0;
    z-index: 99;
    padding-left: 15px;
    color: #FFFFFF;
    width: 418px;
}

#slideBox .bd ul li div p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 66%;
    font-size: 16px;
}

.spic_Headlines_list a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #333333;
    font-size: 16px;
}

.spic_Headlines_list {
    line-height: 25px;
}

.spic_news_right {
    width: 310px;
    height: 312px;
    float: right;
    margin: 0;
}

.spic_Headlines_abstract {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e8e8e8;
    color: #9a9a9a;
}

.spic_news_right .spic_title a {
    color: #333333;
}

.spic_top .spic_Headlines_list span.date {
    font-weight: 400;
    font-size: 16px;
    color: #848AB3;
}

.spic_news_right .spic_Headlines_list:first-child > p {
    margin-top: 10px;
}

.spic_top .spic_news_right .spic_Headlines_list > p {
    padding: 0;
}

.spic_news_right .spic_Headlines_list {
    line-height: 32px;
}

.spic_news_right .spic_title a:hover {
    color: #007969;
}

.footer_bottom {
    background: #007969;
}

.top_right li .nav-child-list {
    border-top: 3px solid #007969;
}

.footer_bottom_left,
.footer_bottom_right a,
.footer_bottom_left a {
    color: #FFFFFF;
}

.dqwz a:hover,
.footer_content .footer_left p a:hover,
.footer_center > ul > li a:hover,
.content ul.jtry_list li:hover a,
.lmy_left_list ul li a:hover,
.ty_list li > a:hover .ty_lb,
.ty_list li > a:hover .ty_time,
.wz_dygb a:hover,
.tres li a:hover {
    color: #007969;
}

#slideBox .bd ul li .bd_img {
    width: 418px;
    height: 312px;
    max-width: initial;
    text-align: center;
    line-height: 312px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}

#slideBox .bd ul li .bd_img img {
    max-width: 100%;
    max-height: 100%;
    display: initial;
}

.spic_top .spic_news_right .spic_title > a:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #007969;
    position: absolute;
    bottom: 0;
    left: 0;
}

.spic_news_right .spic_title:hover a,
.spic_news_right .spic_title:hover ul li a {
    color: #007969;
}

.spic_title:after {
    content: '';
    clear: both;
    display: table;
}

.layui-laypage-em {
    background: #007969 !important;
}

@media screen and (min-width: 1024px) {
    .lmy_left {
        border-left: 5px solid #007969;
    }

    .dqwz {
        border-right: 5px solid #007969;
    }

    .border {
        border-bottom: 2px solid #007969;
    }

    .dqwzs {
        border-right: none;
    }

    .lmy_left_list ul li:hover,
    .lmy_left_list ul li.active {
        border-bottom: 1px solid #007969;
    }

    #tzqy_list1 ul li:hover a,
    .content ul.jtry_list li:hover a,
    .lmy_left_list ul li a:hover,
    .dqlm,
    .xiaa > a,
    .tres li a:hover,
    .ty_list li > a:hover .ty_lb,
    .lmy_left_list ul li.active a,
    .footer_center ul li.active a,
    .footer_center > ul > li a:hover,
    .footer_content .footer_left p a:hover {
        color: #007969;
    }

    .footer_center ul li.active:after {
        background-color: #007969;
    }

    .banner_bg .top_content_on {
        background: #FFFFFF;
    }

    .banner_bg .top_content_on .top_left span {
        color: #000000;
    }

    .banner_bg .top_content_on .top_left img {
        display: none;
    }

    .banner_bg .top_content_on .top_left img + img {
        display: inherit;
    }

    .banner_bg .top_content_on .top_right ul li a {
        color: #333333;
    }

    .stock a:hover,
    .stock a:hover::after,
    .spic_Headlines li a:hover,
    .purchase .purchase_list li .purchase_list_inner a:hover,
    .spic_top .spic_title ul li:hover a,
    .purchase .purchase_list li:hover a p,
    .tzgg_title a:hover,
    .tzgg_list .bd ul li:hover a,
    .tzgg_list .bd ul li:hover span,
    .w280 .company ul li:hover a,
    .company ul li a:hover,
    .company ul li a:hover:after {
        color: #f99e21 !important;
    }

    .w580 .spic_top .spic_more a:hover,
    .zy_sir li:first-child a:hover,
    .banner_bg .top_content_on .gepic-fangdajingsuosou--xian:before,
    .w280 .purchase_yellow .company ul li:hover a,
    .purchase_yellow .purchase_list li:hover .purchase_list_inner a,
    .purchase_yellow .company ul li a:hover:after,
    .w580 .spic_list li:hover a,
    .zcfg .zcfg_title span:hover,
    .dqjs_title a:hover,
    .jtyw_title ul li:hover a,
    .tpxw_title a:hover,
    .bd_content:hover > a,
    .zcfg_list:hover a,
    .banner_bg .top_right ul li:hover a,
    .top_right ul li:hover a,
    .dqjs_img:hover a p,
    .jtyw_list li:hover > a .ty_lb,
    .zy_tree_tit a:hover,
    .zy_sir a:hover .zy_four_tit,
    .spic_top .spic_title a.col_title:hover,
    .spic_top .spic_title a.col_title:hover:after {
        color: #007969 !important;
    }

    .zy_x_sy a:hover {
        color: #007969;
        border: 1px solid #007969;
    }

    .top_right li .nav-child-list .nav-child-list-con dl dt:hover {
        background: #007969;
    }

    .top_right li .nav-child-list .nav-child-list-con dl dt:hover a {
        color: #fff !important;
    }
}

/* 文章页组图修改 */
.wz_article_content img.photoFrom,
.wz_article_content img.photoTo,
.wz_article_content img.photoSrc {
    display: inline-block;
}

#photoimg {
    line-height: normal;
}

.top_content_wap {
    display: none;
}

/* 头部响应式 */
@media screen and (max-width: 750px) {
    .top_content {
        display: none;
    }

    .top_content_wap {
        display: block;
    }

    .top_content_wap .wap_logo {
        padding-top: 0;
        height: 1.8rem;
        line-height: 1.6rem;
        text-align: center;
    }

    .top_content_wap .wap_logo img {
        max-width: 75%;
    }

    .wap_nav {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        background: #007969;
        overflow: hidden;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        align-content: center;
    }

    .wap_nav > li {
        width: 25%;
    }

    .wap_nav > li > a {
        white-space: nowrap;
        color: #FFFFFF;
        font-size: 0.34rem;
        display: block;
        height: 0.9rem;
        line-height: 0.9rem;
        width: 100%;
    }

    .banner_bg {
        height: auto;
    }

    .banner_bg .swiper-container {
        display: none;
    }

    .w1200 {
        width: 100%;
    }

    .zy_tre .spic_top .spic_Headlines_img #slideBox,
    .zy_tre .spic_top .spic_Headlines_img,
    .zy_tre .spic_top .spic_Headlines_img #slideBox .bd ul li .bd_img {
        width: 100%;
        height: 5.6rem;
    }

    .zy_tre .spic_top .spic_Headlines_img {
        float: none;
    }

    .zy_tre .spic_top .spic_Headlines_img #slideBox .bd ul li div p {
        width: calc(100% - 130px);
        font-size: 0.32rem;
    }

    .zy_tre .spic_top .spic_Headlines_img #slideBox .hd ul li {
        width: 0.3rem;
        height: 0.3rem;
        font-size: 0.2rem;
        line-height: 0.3rem;
    }

    .zy_tre .spic_top .spic_Headlines_img #slideBox .bd ul li div.bd_title {
        width: 100%;
        height: 1rem;
    }

    .spic_news {
        width: 95%;
        float: none;
        margin: 0.4rem auto;
    }

    .spic_Headlines li > p a {
        font-size: 0.36rem;
        line-height: 0.8rem;
    }

    .spic_Headlines_abstract {
        font-size: 0.32rem;
        height: 1.1rem;
        line-height: 0.5rem;
        padding: 0;
    }

    .spic_Headlines_img #slideBox .bd ul li a {
        position: relative;
    }

    #slideBox .hd ul {
        bottom: 0.4rem;
    }

    .spic_news_right {
        float: none;
        width: 95%;
        height: auto;
        margin: 0.4rem auto;
    }

    .zy_four .zy_sir {
        border: none;
        padding: 0;
        width: 95%;
        margin: 0 auto;
    }

    .zy_sir li {
        width: calc(100% / 3);
        padding: 0 0.1rem;
    }

    .zy_sir li:first-child {
        width: 100%;
        margin-bottom: 0.4rem;
        line-height: 0.2rem;
        height: auto;
    }

    .zy_sir a {
        text-align: center;
        line-height: 0.7rem;
    }

    .zy_sir a .zy_oi {
        width: 100%;
        margin-left: 0;
    }

    .zy_sir a .cir {
        float: none;
        margin-bottom: 0.4rem;
    }

    .zy_sir a .zy_oi .zy_four_tit {
        text-align: center;
        font-size: 0.32rem;
    }

    .spic_Headlines {
        float: none;
    }

    .zy_sir p {
        font-size: 0.28rem;
    }
}