/* 新华网专题通用css框架。*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    color: #333;
    background-color: #eee;
    line-height: 1.8em;
}

.title {
    margin-top: 50px;
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
}

a:link {
    cursor: pointer;
}

body,
ul,
li,
input,
img,
a,
dl,
dt,
dd,
textarea,
button,
input,
select {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: Arial, Helvetica, "苹方-简", "微软雅黑";
    font-weight: normal;
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border: 0;
    height: auto;
    width: auto;
}

li {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.pointer {
    cursor: pointer;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.block-center {
    margin-left: auto;
    margin-right: auto;
}

/*字号定义部分*/
.font-lg,
.font-lg a {
    font-size: 28px;
}

.font-md,
.font-md a {
    font-size: 20px;
}

.font-sm,
.font-sm a {
    font-size: 16px;
}

.limit-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limit-line.line1 {
    white-space: nowrap;
    display: block;
    -webkit-box-orient: inherit;
}

.limit-line.line2 {
    -webkit-line-clamp: 2;
}

.limit-line.line3 {
    -webkit-line-clamp: 3;
}

.limit-line.line4 {
    -webkit-line-clamp: 4;
}

.limit-line.line5 {
    -webkit-line-clamp: 5;
}

.limit-line.line6 {
    -webkit-line-clamp: 6;
}

.show-xs {
    display: none;
}

.show-lg {
    display: block;
}

.bg-xinhua-bar {
    background-color: #F67036;
    min-width: 1188px;
}

.top-bar {
    height: 60px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 14px;
    margin: 0 auto;
    position: relative;
    width: 1200px;
}

.top-bar a {
    color: #ffffff;
}

.top-bar .container {
    width: 1188px;
}

.top-bar ul li {
    list-style: none;
    float: left;
    line-height: 60px;

    min-width: 46px;
    text-align: center;
}

.top-bar ul li a {
    margin-right: 5px;
    font-size: 15px;
}

.footer {
    color: #ffffff;
    background: #F67036;
    line-height: 50px;
    font-size: 12px;
    margin: 0 auto;
}

.banner {
    height: auto;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.banner .pc img {
    width: 1920px;
    height: 800px;
    max-width: inherit;
    max-height: inherit;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
}

.banner .m img {
    width: 7.5rem;
    height: auto;
    max-width: inherit;
    max-height: inherit;
    /* transform: translateX(-50%); */
    position: relative;
    /* left: 50%; */
}

.more {
    text-align: right;
    margin-top: 7px;
}

.more a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

/*主要页面容器相关*/
.page-container {
    min-width: 1200px;
}

.container {
    margin: 0 auto;
    position: relative;
    width: 1200px;
}

.container::before {
    content: " ";
    display: table;
}

.bg-max-container {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

.title {
    width: 723px;
    height: 148px;
    background-size: 100% 100%;
    margin: 0 auto;
}

.title.title-fwxb {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/title-fwxb.png") no-repeat center;
    margin-bottom: 87px;
}

.title.title-hjll {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/title-hjll.png") no-repeat center;
    margin-bottom: 66px;
}

.title.title-jscd {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/title-jscd.png") no-repeat center;
    margin-bottom: 70px;
}

.title.title-jlsh {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/title-jlsh.png") no-repeat center;
    margin-bottom: 90px;
}

.block-fwxb {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/bg-fwxb.jpg") no-repeat top center;
    background-size: cover;
    min-height: 1408px;
    background-position: top center;
    padding-top: 105px;
    padding-bottom: 147px;
}

.block-hjll {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/bg-hjll.jpg") no-repeat top center;
    background-size: cover;
    min-height: auto;
    background-position: top center;
    padding-top: 116px;
    padding-bottom: 124px;
}

.block-jscd {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/bg-jscd.jpg") no-repeat top center;
    background-size: cover;
    min-height: 1241px;
    background-position: top center;
    padding-top: 131px;
    padding-bottom: 141px;
}

.block-jlsh {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/bg-jlsh.jpg") no-repeat top center;
    background-size: cover;
    background-position: top center;
    padding-top: 113px;
    padding-bottom: 172px;
}


.fwxb-container {
    background: url('//www.news.cn/money/zt/gsshmhsh/images/text.png') no-repeat top left;
    background-size: 100% 100%;
    width: 1229px;
    height: 950px;
    margin: 0 auto;
    padding: 47px 47px 45px 49px;
    color: #FFFFFF;
}

.fwxb-container .wrap {
    display: flex;
    justify-content: space-between;
}

.fwxb-container .left-wrap {
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    padding-right: 51px;
    padding-left: 14px;
}

.fwxb-container #widget_1 {
    width: 465px;
    position: relative;
}

.fwxb-container #widget_1 img {
    width: 465px;
    height: 828px;
}

.fwxb-container #widget_1 .swiper-pagination {
    position: static;
}

.fwxb-container #widget_1 .swiper-pagination span {
    margin-right: 15px;
}

.fwxb-container #widget_1 .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

#widget_1 .swiper-button-prev {
    background: url('//www.news.cn/money/zt/gsshmhsh/images/left-btn.png') no-repeat top left;
    background-size: 100% 100%;
    width: 33px;
    height: 39px;
    left: -40px;
}

#widget_1 .swiper-button-next {
    background: url('//www.news.cn/money/zt/gsshmhsh/images/right-btn.png') no-repeat top left;
    background-size: 100% 100%;
    width: 33px;
    height: 39px;
    right: -40px;
}

.fwxb-container .bar {
    width: 100%;
    height: 67px;
    background: #1B1B1B;
    opacity: 0.75;
}

.fwxb-container .bar p {
    color: #fff;
    line-height: 67px;
    font-size: 24px;
    text-indent: 1em;
}

.fwxb-container .text-container {
    width: 587px;
    margin-bottom: 18px;
    padding-bottom: 24px;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.3);
}

.fwxb-container .text-container .text-title {
    font-size: 24px;
    margin-bottom: 26px;
    font-weight: bold;
}

.fwxb-container .text-container .text-content {
    font-size: 18px;
    line-height: 35px;
}

.fwxb-container .list-container li {
    font-size: 20px;
    font-weight: bold;
    line-height: 44px;
    max-width: 590px;
}

.fwxb-container .list-container li a {
    font-weight: bold;
}

.fwxb-container .list-container li::before {
    content: "◆";
    margin-right: 8px;
    font-size: 28px;
}

.fwxb-container .right-wrap .row-item {
    width: 579px;
    height: 157px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 11px;
}

.fwxb-container .right-wrap .row-item {
    display: flex;
    justify-content: left;
    padding: 33px 25px 32px 31px;
}

.fwxb-container .right-wrap .row-item .data {
    border-right: 1px solid #FFFFFF;
    padding: 12px 26px 12px 0;
    margin-right: 26px;
}

.fwxb-container .right-wrap .row-item .data .day {
    width: 54px;
    height: 37px;
    font-size: 50px;
    font-weight: bold;
}

.fwxb-container .right-wrap .row-item .data .month {
    font-size: 18px;
    white-space: nowrap;
}

.fwxb-container .right-wrap .row-item .desc p a {
    font-weight: bold;
    font-size: 24px;
}

.fwxb-container .find-more {
    text-align: right;
}

@media (max-width: 768px) {

    body,
    ul,
    li,
    input,
    img,
    a,
    dl,
    dt,
    dd,
    textarea,
    button,
    input,
    select {
        font-size: 0.28rem;
    }

    .show-lg {
        display: none;
    }

    .show-xs {
        display: block;
    }

    ::-webkit-scrollbar {
        width: 0px;
        height: 0px;
        background: transparent;
    }

    .block {
        padding-top: 10px;
    }

    .page-container {
        min-width: auto;
        background: #fff;
    }

    .container {
        /* margin: 0 0.32rem; */
        width: auto;
        overflow: hidden;
    }

    .bg-max-container {
        padding: 0.2rem 0;
    }

    .banner {
        height: auto;
        max-width: 7.5rem;
    }

    .title {
        margin-top: 0.45rem;
        margin-bottom: 0.45rem;
    }

    .title-sub {
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .font-lg,
    .font-lg a {
        font-size: 0.34rem;
    }

    .font-md,
    .font-md a {
        font-size: 0.28rem;
    }

    .font-sm,
    .font-sm a {
        font-size: 0.24rem;
    }

    .title {
        width: 5.784rem;
        height: 1.184rem;
    }

    .title.title-fwxb {
        background: url("//www.news.cn/money/zt/gsshmhsh/images/title-fwxb-m.png") no-repeat center;
        background-size: 100% 100%;
        margin-bottom: 0.08rem;
    }

    .title.title-hjll {
        background: url("//www.news.cn/money/zt/gsshmhsh/images/title-hjll-m.png") no-repeat center;
        background-size: 100% 100%;
        margin-bottom: .26rem;
    }

    .title.title-jscd {
        background: url("//www.news.cn/money/zt/gsshmhsh/images/title-jscd-m.png") no-repeat center;
        background-size: 100% 100%;
        margin-bottom: .29rem;

    }

    .title.title-jlsh {
        background: url("//www.news.cn/money/zt/gsshmhsh/images/title-jlsh-m.png") no-repeat center;
        background-size: 100% 100%;
        margin-bottom: .36rem;
    }

    .block-fwxb {
        background: url("//www.news.cn/money/zt/gsshmhsh/images/bg-fwxb-m.jpg") no-repeat top center;
        background-size: cover;
        min-height: auto;
        padding-bottom: .76rem;
    }

    .block-hjll {
        background: url("//www.news.cn/money/zt/gsshmhsh/images/bg-hjll-m.jpg") no-repeat top center;
        background-size: cover;
        min-height: auto;
        padding-bottom: .93rem;
    }

    .block-jscd {
        background: url("//www.news.cn/money/zt/gsshmhsh/images/bg-jscd-m.jpg") no-repeat top center;
        background-size: cover;
        min-height: 9.93rem;
        padding-bottom: 1.41rem;
    }

    .block-jlsh {
        background: url("//www.news.cn/money/zt/gsshmhsh/images/bg-jlsh-m.jpg") no-repeat top center;
        background-size: cover;
        padding-bottom: .53rem;
    }

    .more {
        text-align: center;
    }

    .more a {
        font-size: 0.28rem;
        font-weight: 400;
        color: #fffefe;
    }

    .footer {
        background: #E57846;
    }
}

@media (max-width: 768px) {
    .fwxb-container {
        background: url('//www.news.cn/money/zt/gsshmhsh/images/fwxb-m.jpg') no-repeat top left;
        background-size: 100% 100%;
        width: 7.17rem;
        height: 21.2rem;
        margin: 0 auto;
        padding: .61rem .45px 0rem .45rem;
        color: #FFFFFF;
        font-size: .28rem;
    }

    .fwxb-container .find-more {
        text-align: center;
        padding-right: .5rem;
        font-style: .28rem;
    }

    .fwxb-container .left-wrap {
        border: none;
    }

    .fwxb-container #widget_1 {
        width: 5.7rem;
        margin-bottom: .3rem;
    }

    .fwxb-container .bar {
        width: 6.27rem;
        height: .711rem;
    }

    .fwxb-container .bar p {
        font-size: .28rem;
        line-height: .711rem;
    }

    .fwxb-container .text-container .text-title {
        font-size: .34rem;
        margin-bottom: .12rem;
    }

    .fwxb-container .text-container {
        width: 6.22rem;
    }

    .fwxb-container .text-container .text-content {
        font-size: .24rem;
        line-height: .44rem;
        text-indent: 2em;
    }

    .fwxb-container .list-container li {
        font-size: .28rem;
        line-height: .66rem;
    }

    .fwxb-container .list-container li::before {
        font-size: .28rem;
        margin-right: .08rem;
    }

    .fwxb-container .list-container p a {
        color: #FFFFFF;
        margin: .22rem 0;
        display: inline-block;
    }

    .fwxb-container .wrap {
        display: block;
    }

    .fwxb-container .right-wrap .row-item {
        width: 6.21rem;
        height: 1.57rem;
        padding: .33rem .25rem .32rem .31rem;
    }

    .fwxb-container .right-wrap .row-item .data {
        border-right: .01rem solid #FFFFFF;
        padding: .12rem .26rem .12rem 0;
        margin-right: .26rem;
    }

    .fwxb-container .right-wrap .row-item .data .day {
        font-size: .5rem;
        width: .54rem;
        height: .37rem;
    }

    .fwxb-container .right-wrap .row-item .data .month {
        font-size: .18rem;
    }

    .fwxb-container .right-wrap .row-item .desc p a {
        font-size: .24rem;
    }

    .fwxb-container #widget_1 .slide-content,
    #widget_1 .swiper-slide {
        width: 5.70rem !important;
        height: 10.15rem;
    }

    .fwxb-container #widget_1 img {
        width: 5.70rem;
        height: 10.15rem;
    }

    #widget_1 .swiper-button-prev {
        width: .33rem;
        height: .39rem;
        left: -.46rem;
    }

    #widget_1 .swiper-button-next {
        width: .33rem;
        height: .39rem;
        right: -.46rem;
    }

}

.hjll-container {
    margin: 0 auto;
}

.hjll-container .row-item {
    width: 1155px;
    height: 234px;
    position: relative;
    display: flex;
    margin-bottom: 107px;
    color: #FFFFFF;
}

.hjll-container .row-item-1,
.hjll-container .row-item-3 {
    background: url('//www.news.cn/money/zt/gsshmhsh/images/text-1.png') no-repeat top left;
    background-size: 100% 100%;
}

.hjll-container .row-item-2 {
    background: url('//www.news.cn/money/zt/gsshmhsh/images/text-2.png') no-repeat top left;
    background-size: 100% 100%;
}

.hjll-container .row-img {
    width: 477.2px;
    height: 269px;
    margin-right: 38px;
    position: absolute;
    top: -75px;
}

.hjll-container .row-img img {
    width: 477px;
    height: 269px;
}

.hjll-container .row-img.row-img-1,
.hjll-container .row-img.row-img-3 {
    left: -45px;
}

.hjll-container .row-img.row-img-2 {
    right: -88px;
}

.hjll-container .row-item-1,
.hjll-container .row-item-3 {
    padding: 50px 49px 0 464px;
}

.hjll-container .row-item-2 {
    padding: 50px 464px 0 49px;
}

.hjll-container .row-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-box-orient: inherit;
    max-width: 632px;
}

.hjll-container .row-title a {
    font-size: 20px;
    font-weight: bold;
}

.hjll-container .row-desc {
    font-size: 14px;
    font-weight: 400;
    text-indent: 2em;
    line-height: 28px;
}

.hjll-container .row-desc a {
    font-size: 14px;
}

@media (max-width: 768px) {
    .hjll-container .row-item {
        width: 6.86rem;
        height: 2.34rem;
        margin: 0 auto;
        margin-bottom: .24rem;
        align-items: center;

    }

    .hjll-container .row-desc {
        display: none;
    }

    .hjll-container .row-item-1,
    .hjll-container .row-item-2,
    .hjll-container .row-item-3 {
        padding: 0rem .27rem;
    }

    .hjll-container .row-img {
        width: 2.55rem;
        height: 1.44rem;
        position: static;
        margin-right: .19rem;
        flex-shrink: 0;
    }

    .hjll-container .row-title {
        font-size: .28rem;
        font-weight: bold;
        line-height: .44rem;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
    }

    .hjll-container .row-title a {
        font-size: .28rem;
        font-weight: bold;
    }

    .hjll-container .row-img img {
        width: 2.55rem;
        height: 1.44rem;
        display: block;
    }


}

/****** 精神传递 **********/
.jscd-container {
    margin: 0 auto;
}

.jscd-container .jscd-video {
    width: 1109px;
    height: 646px;
    background: url('//www.news.cn/money/zt/gsshmhsh/images/video-bg.png') no-repeat top left;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 63px;
}

.jscd-container .video-img img {
    width: 1054px;
    height: 593px;
    position: absolute;
    top: 27px;
    left: 50%;
    margin-left: -527px;
}

.jscd-container .jscd-video .bar {
    width: 1054px;
    height: 84px;
    position: absolute;
    bottom: 27px;
    left: 50%;
    margin-left: -527px;
    background: rgba(0, 0, 0, .6);
    font-size: 18px;
    color: #FFF;
    line-height: 84px;
    text-align: center;
}

#widget_2 {
    position: relative;
    padding: 0 73.5px;
}

.jscd-container #widget_2 .slide-content img {
    width: 362px;
    height: 644px;
}

.jscd-container .img-text {
    width: 1055px;
    height: 320px;
    background: linear-gradient(150deg, #FDF0DA 1%, #FFFFF7 99%);
    margin: 0 auto;
    display: flex;
    padding: 26px 27px 0 52px;
}

.jscd-container .text-container {
    margin-right: 47px;
}

.jscd-container .text-container .text-title {
    font-size: 24px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 18px;
    max-width: 452px;
}
.jscd-container .text-container .text-title a{
    font-size: 24px;
    font-weight: bold;
    color: #111111;
}


.jscd-container .text-container .desc {
    text-indent: 2em;
    width: 452px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}

.jscd-container .text-container .desc p a {
    font-size: 18px;
    font-weight: 400;
    color: #111111;
    line-height: 35px;
    text-align: justify;
}

.jscd-container .img-right {
    width: 477px;
    flex-shrink: 0;
}

.jscd-container .img-right img {
    width: 477px;
    height: 269px;
}


@media (max-width: 768px) {
    .jscd-container .jscd-video {
        width: 7.197rem;
        height: 4.192rem;
        margin: 0 auto;
        margin-bottom: .69rem;
    }

    .jscd-container .video-img img {
        width: 6.84rem;
        height: 3.85rem;
        top: .18rem;
        left: 50%;
        margin-left: -3.42rem;
    }

    .jscd-container #widget_2 .slide-content img {
        width: 3.80rem;
        height: 6.78rem;
    }

    #widget_2 {
        position: relative;
        padding: 0 0.82rem;
    }

    #widget_2 .swiper-button-prev,
    #widget_2 .swiper-button-next {
        width: .33rem;
        height: .39rem;
    }

    .jscd-container .jscd-video .bar {
        width: 6.84rem;
        height: .55rem;
        bottom: .18rem;
        margin-left: -3.42rem;
        font-size: .28rem;
        line-height: .55rem;
    }

    .jscd-container .img-text {
        width: 6.84rem;
        height: 7.96rem;
        margin: 0 auto;
        display: block;
        padding: .45rem .31rem 0 .32rem;
    }

    .jscd-container .text-container {
        margin-right: 0;
        margin-bottom: .24rem;
    }

    .jscd-container .text-container .text-title {
        font-size: .34rem;
        text-indent: 1em;
    }

    .jscd-container .text-container .desc {
        width: 6.08rem;
    }

    .jscd-container .text-container .desc p a {
        font-size: .28rem;
        line-height: .48rem;
    }

    .jscd-container .img-right {
        width: 6.21rem;
    }

    .jscd-container .img-right img {
        width: 6.21rem;
        height: 3.50rem;
    }

}

/*******  记录生活  ***********/
.jlsh-container {
    width: 1200px;
    height: 576px;
    background: url('//www.news.cn/money/zt/gsshmhsh/images/zuopin.png') no-repeat top left;
    background-size: 100% 100%;
    padding: 24px 23px 0 24px;
}

.jlsh-container .list {
    float: left;
    margin-right: 25px;
}

.list-title li {
    width: 234px;
    height: 66.4px;
    cursor: pointer;
    margin-bottom: 18px;
    background-size: 100% 100%;
}

.list-title li:nth-of-type(6n) {
    margin-bottom: 0px;
}

.list-title .list1 {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/zjjqj-1.png") no-repeat top center;
    background-size: 100% 100%;
}

.list-title .list1.active {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/zjjqj-2.png") no-repeat top center;
    background-size: 100% 100%;
}

.list-title .list2 {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/zjcyj-1.png") no-repeat top center;
    background-size: 100% 100%;
}

.list-title .list2.active {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/zjcyj-2.png") no-repeat top center;
    background-size: 100% 100%;

}

.list-title .list3 {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/zjjjj-1.png") no-repeat top center;
    background-size: 100% 100%;
}

.list-title .list3.active {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/zjjjj-2.png") no-repeat top center;
    background-size: 100% 100%;
}

.list-title .list4 {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/zxxgj-1.png") no-repeat top center;
    background-size: 100% 100%;
}

.list-title .list4.active {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/zxxgj-2.png") no-repeat top center;
    background-size: 100% 100%;
}

.list-title .list5 {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/zshyj-1.png") no-repeat top center;
    background-size: 100% 100%;
}

.list-title .list5.active {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/zshyj-2.png") no-repeat top center;
    background-size: 100% 100%;
}

.list-title .list6 {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/dstbj-1.png") no-repeat top center;
    background-size: 100% 100%;
}

.list-title .list6.active {
    background: url("//www.news.cn/money/zt/gsshmhsh/images/dstbj-2.png") no-repeat top center;
    background-size: 100% 100%;
}

.jlsh-container .swiper-box {
    float: left;
    width: 877px;
    height: 494px;
}

.jlsh-container .swiper-box .widget-swiper {
    display: none;
    position: relative;
}

.jlsh-container .swiper-box .widget-swiper.active {
    display: block !important;
}

.jlsh-container .swiper-box .widget-swiper .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 877px;
    height: 69px;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 69px;
}

#widget_17 img,
#widget_18 img,
#widget_19 img,
#widget_20 img,
#widget_21 img,
#widget_22 img {
    width: 877px;
    height: 494px;
}

@media (max-width: 768px) {
    .jlsh-container {
        width: 6.83rem;
        height: 6.26rem;
        margin: 0 auto;
        background: url('//www.news.cn/money/zt/gsshmhsh/images/jlsh-bg-m.jpg') no-repeat top left;
        background-size: 100% 100%;
        padding: .32rem .26rem 0 .23rem;
    }

    .jlsh-container .list {
        float: none;
        margin-right: 0;
    }

    .list-title li {
        float: left;
        width: 2.016rem;
        height: .574rem;
        margin-bottom: .15rem;
        flex-shrink: 0;
        margin-right: .13rem;
    }

    .jlsh-container .list ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .jlsh-container .swiper-box {
        width: 6.34rem;
        height: 3.57rem;
        float: none;
    }

    .jlsh-container .swiper-box .widget-swiper .desc {
        width: 6.34rem;
        height: .52rem;
        font-size: .28rem;
        line-height: .52rem;
    }

    .list-title li:nth-of-type(3n) {
        margin-right: 0;
    }

    #widget_17 img,
    #widget_18 img,
    #widget_19 img,
    #widget_20 img,
    #widget_21 img,
    #widget_22 img {
        width: 6.344rem;
        height: 3.57rem;
    }

}

.swiper-pagination {
    position: static !important;
}

.swiper-pagination .swiper-pagination-bullet {
    margin-right: 15px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

/* 子页面样式 */
.news-item {
    padding: 10px 5px 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .news-item {
        padding: 0.1rem 0.05rem 0.15rem;
        border-bottom: 1px solid #eee;
        margin-bottom: 0.1rem;
    }
}
