
#wrapper {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
}
#wrapper .hd-left-right {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
    flex-direction: row-reverse; /* 👈 加这一行即可 */
}

#wrapper .hd-left-right .focus {
    width: 502px;
    margin-left: 20px; /* 👈 原来是 margin-right */
}

#wrapper .hd-left-right .focus .focus-title {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid #ed2c25;
    margin-bottom: 10px
}

#wrapper .hd-left-right .focus .focus-title .title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #ed2c25;
    line-height: 20px;
    padding: 5px
}

#wrapper .hd-left-right .focus .focus-title .logo {
    display: flex;
    align-items: center;
    height: 22px;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    width: 217px;
    height: 35px
}

#wrapper .hd-left-right .focus .focus-title a .logo {
    color: #e4e4e4!important
}

#wrapper .hd-left-right .focus .focus-title a .logo img {
    width: 100%
}

#wrapper .hd-left-right .focus .news-ul .news-li {
    padding: 6px 0
}

#wrapper .hd-left-right .focus .news-ul .news-li .title {
    height: 26px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 19.9px;
    padding-top: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
#focusR {
    width: 640px;
    height: 400px;
    clear: both;
    overflow: hidden;
    position: relative;
    float: right;
}
#wrapper .hd-left-right .focus .news-ul .news-li:nth-child(1) .title,#wrapper .hd-left-right .focus .news-ul .news-li:nth-child(2) .title {
    color: #ed2c25
}

#wrapper .hd-left-right .focus .news-ul .news-li .txt {
    position: relative;
    font-size: 14px;
    color: #999;
    line-height: 23px;
    height: 48px;
    padding: 4px 0
}

#wrapper .hd-left-right .focus .news-ul .news-li .txt .reading-quantity {
    position: absolute;
    right: 0;
    bottom: -2px;
    font-size: 12px
}

#wrapper .hi-left-right {
    display: flex;
    justify-content: space-between
}

#wrapper .hi-left-right .hi-left {
    width: 815px;
    BACKGROUND: #fff;
    padding: 15px
}

#wrapper .hi-left-right .hi-left .hi-left-ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    justify-content: space-between
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li {
    margin-top: 1px;
    width: 248px;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 17px
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-100 {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li:nth-child(3n) {
    margin-right: 0
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-100 .img {
    float: left
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li .img {
    width: 250px;
    height: 140px;
    overflow: hidden
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li .img img {
    width: 250px;
    height: 140px;
    object-fit: cover;
    display: block
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li-col .img {
    width: 150px;
    height: 90px;
    overflow: hidden
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li-col .img img {
    width: 140px;
    height: 90px;
    object-fit: cover;
    display: block
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li .i-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: #999
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li .i-label .ptime {
    font-size: 12px
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li .i-label .red {
    font-size: 12px;
    color: #ed2c25;
    background: #ed2c2508;
    border-radius: 2px;
    padding: 5px
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li .label {
    display: block;
    padding: 10px 0;
    margin-top: 10px;
    width: 785px;
    color: #999
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li .label .ptime {
    font-size: 12px;
    float: right
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li .label .red {
    display: inline-block;
    height: 20px;
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
    background: #777;
    line-height: 14px;
    border-radius: 2px
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li .label a:hover {
    color: unset
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li .label h2 {
    color: #666;
    padding: 3px
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li .title {
    height: 40px;
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-100 .title {
    display: flex;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 0;
    overflow: unset
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li .title a {
    color: #222
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li .txt {
    font-size: 13px;
    color: #666;
    line-height: 23px;
    padding: 5px 0;
    height: 71px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

#wrapper .hi-left-right .hi-left .hi-left-ul .hi-left-li .is-read {
    height: 40px;
    font-size: 12px;
    color: #999;
    line-height: 22px;
    padding: 3px 0
}

#wrapper .hi-left-right .main-right {
    background: #fff;
    width: 370px;
    padding: 0 10px
}

#wrapper .hi-left-right .main-right .advertise-big {
    overflow: hidden;
    height: 254px;
    display: none
}

#wrapper .hi-left-right .main-right .advertise-big img {
    width: 100%;
    display: block;
    height: 254px
}

#wrapper .hi-left-right .main-right .main-right-title {
    font-size: 19.9px;
    font-weight: 500;
    color: #ed2c25;
    line-height: 39px;
    position: relative;
    display: flex;
    align-items: center;
    height: 39px;
    border-bottom: 4px solid #ed2c25;
    margin: 15px 0
}

#wrapper .hi-left-right .main-right .main-right-title .zhixian {
    position: absolute;
    right: 0;
    top: 23px;
    width: 260px;
    border-top: 4px solid #ed2c25
}

#wrapper .hi-left-right .main-right .mi-box .img {
    height: 219px;
    overflow: hidden
}

#wrapper .hi-left-right .main-right .mi-box .img img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 219px
}

#wrapper .hi-left-right .main-right .small-title {
    overflow: hidden;
    font-weight: normal;
    _height: 50px;
    color: #111;
    line-height: 1.23;
    padding: 5px;
    /*height:31px;font-size:17px;color:#222;line-height:31px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 0 0 5px}
.aside-case-ul .aside-case-flex,.lsider .lsider-flex{padding:0 5px*/
}

#wrapper .hi-left-right .main-right .mi-box .mi-box-txt {
    font-size: 12px;
    line-height: 23px;
    color: #666;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

#wrapper .div100,#wrapper .links-img {
    background: #fff;
    padding: 0 15px
}

#wrapper .hi-left-right .main-right .lsider .lsider-flex a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 7px
}

#wrapper .hi-left-right .main-right .lsider .lsider-flex .img {
    width: 140px;
    height: 90px;
    padding-right: 10px;
    overflow: hidden
}

#wrapper .hi-left-right .main-right .lsider .lsider-flex .img img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 90px
}

#wrapper .hi-left-right .main-right .lsider .lsider-flex .describe {
    width: 210px;
    font-size: 12px;
    color: #666;
    line-height: 19.9px;
    overflow: hidden;
    display: -webkit-box
}

#wrapper .hi-left-right .main-right .lsider .lsider-ul {
    padding: 0
}

#wrapper .hi-left-right .main-right .lsider .lsider-ul .lsider-li {
    font-size: 16px;
    line-height: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 350px
}

#wrapper .hi-left-right .main-right .lsider .lsider-ul .lsider-li a {
    color: #333
}

#wrapper .hi-left-right .main-right .aside-case .aside-case-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

#wrapper .hi-left-right .main-right .aside-case .aside-case-flex .img {
    height: 71px;
    overflow: hidden
}

#wrapper .hi-left-right .main-right .aside-case .aside-case-flex .img img {
    width: 114px;
;display: block;
    height: 71px;
    padding-right: 10px;
    object-fit: cover
}

#wrapper .hi-left-right .main-right .aside-case .aside-case-flex .describe {
    width: 250px;
    font-size: 12px;
    color: #666;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

#wrapper .page-down-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#wrapper .page-down-ul .page-down-li {
    margin-top: 19.9px;
    width: 279px;
    cursor: pointer
}

#wrapper .page-down-ul .page-down-li .img {
    width: 279px;
    height: 141px;
    overflow: hidden
}

#wrapper .page-down-ul .page-down-li .img img {
    width: 100%;
    display: block
}

#wrapper .page-down-ul .page-down-li .label {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#wrapper .page-down-ul .page-down-li .label .red {
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #8f0000;
    line-height: 20px
}

#wrapper .page-down-ul .page-down-li .label h2 {
    height: 17px;
    font-size: 12px;
    color: #666;
    line-height: 17px;
    padding: 5px 0
}

#wrapper .page-down-ul .page-down-li .title {
    height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#wrapper .page-down-ul .page-down-li .txt {
    font-size: 13px;
    color: #666;
    line-height: 23px;
    padding: 5px 0;
    height: 79px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

#wrapper .page-down-ul .page-down-li .is-read {
    height: 19px;
    font-size: 12px;
    color: #999;
    line-height: 17px
}

#wrapper .page-down-ul .page-down-li .label {
    padding: 0!important
}

#wrapper .div100 .multi-img-ul {
    display: flex;
    padding-bottom: 15px;
    justify-content: space-between;
    flex-wrap: wrap
}

#wrapper .div100 .multi-img-ul .multi-img-li {
    width: 280px;
    height: auto;
    color: #333;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px
}

#wrapper .div100 .multi-img-ul .multi-img-li .jiaobiao {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#wrapper .div100 .multi-img-ul .multi-img-li .jiaobiao img {
    width: 60px; /* 你可根据实际调整 */
    height: auto;
    display: block;
    opacity: 0.9;
}

#wrapper .div100 .multi-img-ul .multi-img-li img {
    width: 100%;
    height: 156px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;   /* 平滑过渡 */
}
/* 2. 图片层：专门负责“放大” */
.img-box {
    width: 100%;
    height: 156px;
    overflow: hidden;   /* 把放大关在里面 */
    position: relative;
}

.main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.multi-img-li:hover .main-img {
    transform: scale(1.1);
}
/* 4. 标题层：与图片层平级，自然不会被放大影响 */
.img-title {
    font-size: 16px;
    color: #222;
    margin-top: 10px;
    line-height: 1.4;
    overflow: hidden;
}

.multi-img-li:hover img {
     transform: scale(1.1);             /* 放大 10% */
 }

#wrapper .div100 .div100-title {
    font-size: 19.9px;
    font-weight: 500;
    color: #ed2c25;
    line-height: 25px;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 7px
}

#wrapper .div100.newxshow {
    padding: 0
}

#wrapper .div100.newxshow .div100-title {
    justify-content: right;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    flex-direction: row-reverse
}

#wrapper .div100.newxshow .div100-title .subxx {
    background: #fff;
    z-index: 888;
    padding-left: 15px
}

#wrapper .div100.newxshow .div100-title .zhixian {
    left: 0;
    width: 1070px
}

#wrapper .div100 .div100-title .zhixian {

    right: 0;
    top: 20px;
    width: 1045px;
    border-top: 5px solid #ed2c25
}
#wrapper .div100 .div100-title a {

    float:right;
    color: #333;
    font-size: 16px;



}

#wrapper .div100 .multi-img-ul .multi-img-li img {
    width: 100%;
    height: 156px;
    object-fit: cover
}

#wrapper .links-img .links-img-title {
    font-size: 24px;
    font-weight: 600;
    color: #ed2c25;
    line-height: 25px;
    position: relative;
    align-items: center;
    height: 50px;
    margin-top: 19.9px;
    display: flex;
    justify-content: center
}

#wrapper .links-img .links-img-title .zhixian {
    position: absolute;
    right: 0;
    top: 20px;
    width: 400px;
    border-top: 5px solid #ed2c25
}

#wrapper .links-img .links-img-title .zhixian-left {
    position: absolute;
    left: 0;
    top: 20px;
    width: 400px;
    border-top: 5px solid #ed2c25
}

#wrapper .links-img .links-img-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#wrapper .links-img .link-text {
    margin-top: 15px;
    padding: 5px;
    border-top: 1px solid #eee
}

#wrapper .links-img .links-img-ul .links-img-li {
    width: 100px;
    height: 70px;
    margin-bottom: 10px;
    text-align: center
}

#wrapper .links-img .links-img-ul .links-img-li img {
    height: 70px;
    filter: grayscale(1) opacity(0.5);
}

#wrapper .links-img .links-img-ul .links-img-li img:hover {
    filter: unset;
}

#wrapper .links-img .links-img-ul .links-text-li {
    margin-bottom: 10px;
    margin-right: 15px
}

#wrapper .links-img .links-img-ul .links-text-li a {
    color: #333;
    font-size: 13px
}

#wrapper .show-css {
    margin-top: 50px;
    cursor: pointer
}

#wrapper .show-css .show-css-title {
    height: 19.9px;
    font-size: 19.9px;
    font-weight: 600;
    color: #8f0000;
    line-height: 13px
}

#wrapper .show-css .left-right {
    border-top: 1px solid #cdcdcd;
    padding-top: 13px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    height: 500px
}

#wrapper .show-css .left-right .head-new {
    width: 613px
}

#wrapper .show-css .left-right .head-new .img {
    width: 613px;
    height: 375px;
    overflow: hidden
}

#wrapper .show-css .left-right .head-new .img img {
    width: 100%;
    display: block;
    height: 375px;
    object-fit: cover
}

#wrapper .show-css .left-right .head-new .in-zuo-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 33px;
    line-height: 33px
}

#wrapper .show-css .left-right .head-new .in-zuo-right .title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#wrapper .show-css .left-right .head-new .in-zuo-right .is-read {
    font-size: 12px;
    color: #999
}

#wrapper .show-css .left-right .head-new .describe {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

#wrapper .show-css .left-right .ot-mews-ul .ot-mews-li {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 562px
}

#wrapper .show-css .left-right .ot-mews-ul .ot-mews-li .title {
    height: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#wrapper .show-css .left-right .ot-mews-ul .ot-mews-li .in-zuo-right {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#wrapper .show-css .left-right .ot-mews-ul .ot-mews-li .in-zuo-right .img {
    width: 146px;
    height: 100px;
    overflow: hidden
}

#wrapper .show-css .left-right .ot-mews-ul .ot-mews-li .in-zuo-right .img img {
    width: 100%;
    display: block;
    height: 100px;
    object-fit: cover
}

#wrapper .show-css .left-right .ot-mews-ul .ot-mews-li .in-zuo-right .up-down .describe {
    width: 405px;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    line-height: 23px;
    padding-left: 11px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

#wrapper .show-css .left-right .ot-mews-ul .ot-mews-li .in-zuo-right .up-down .is-read {
    height: 13px;
    font-size: 12px;
    color: #999;
    line-height: 12px;
    display: flex;
    justify-content: flex-end
}

#wrapper .show-css .left-right .ot-mews-ul .ot-mews-li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

#wrapper .show-css .pagination-news-ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    height: 1026px
}

#wrapper .show-css .pagination-news-ul .pagination-news-li {
    width: 279px;
    margin-right: 28px
}

#wrapper .show-css .pagination-news-ul .pagination-news-li:nth-child(4n) {
    margin-right: 0
}

#wrapper .show-css .pagination-news-ul .pagination-news-li .img {
    width: 279px;
    height: 156px;
    overflow: hidden
}

#wrapper .show-css .pagination-news-ul .pagination-news-li .img img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 156px
}

#wrapper .show-css .pagination-news-ul .pagination-news-li .title {
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    padding: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#wrapper .show-css .pagination-news-ul .pagination-news-li .describe {
    height: 70px;
    font-size: 13px;
    color: #666;
    line-height: 23px;
    overflow: hidden
}

#wrapper .show-css .pagination-news-ul .pagination-news-li .is-read {
    height: 21px;
    font-size: 12px;
    color: #999;
    line-height: 17px;
    padding: 15px 0 20px 0
}
/* 左右箭头改成白色 */
.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

/* 分页器小圆点改成白色 */
.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.7;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-slide {
    position: relative;
}

.slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 190px;
    width: 100%;
    padding: 140px 30px 0;
    background: url(/content/imgs/ztw_bgblack.png) bottom left;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.slide-title:before{content:"热门稿件";font-size:14px;margin-right:15px;background:#c8213d;height:28px;line-height:28px;display:block;float:left;padding:0 5px;background-image:url(/content/imgs/newshot.png);background-position:5px center;background-size:18px;background-repeat:no-repeat;padding:0 8px 0 26px;}


i.dxsyb-text {
    font-style: normal;
    position: absolute;
    right: 0;
    font-size: 12px;
}
