
#banner {
    width: 100%;
    height: 200px;
    background-image: url('../../statics/images/stories-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#storiesList {
    width: 1490px;
    margin: auto;
}
#storiesList .stories-box {
    width: 100%;
}
#storiesList .stories-block{
    width: 725px;
    height: 318px;
    border: 1px solid rgba(187,187,187,1);
    padding: 40px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}
#storiesList .stories-button-more {
    width: 170px;
    height: 80px;
    background: linear-gradient(180deg, rgba(10,100,56,1) 0%,rgba(9,125,69,1) 100%);
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    color: white;
}
#storiesList .stories-list-bg {
    width: 259px;
    height: 190px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
#storiesList .stories-button-more a {
    color: white;
}
#storiesList .stories-block > .stories-block-text {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    margin-top: 0px !important;
}
#storiesList .stories-block > .stories-block-title {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-top: 0px !important;
}


#paging {
    width: 100%;
    display: flex; /* 使用 Flexbox 布局 */
}
#paging > div {
    width: 50%;
    height: 100px;
    text-align: center;
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(187, 187, 187);
    font-size: 26px;
    line-height: 100px;
    color: rgba(51,51,51,1);
    margin-top: 120px;
    display: flex;
    justify-content: center;
    justify-items: center;
}
#paging > div > img {
    width: 30px;
    height: 30px;
    margin: 33px 10px 0px;
}
#paging > div > p {
    line-height: 74px;
}

#text {
    width: 100%;
    margin-top: 80px;
    text-align: center;
    color: rgba(102,102,102,1);
    margin-bottom: 140px;
}


/*屏幕宽度在1024px到1490px之间*/
@media (min-width: 1024px) and (max-width: 1490px) {
    .fs-40-md {
        font-size: 40px !important;
    }
    .fs-26-md {
        font-size: 26px !important;
    }
    .fs-24-md {
        font-size: 24px !important;
    }
    .fs-20-md {
        font-size: 20px !important;
    }
    .margin-top-30-md {
        margin-top: 30px !important;
    }
    .margin-top-10-md {
        margin-top: 10px !important;
    }
    .margin-bottom-40-md {
        margin-bottom: 40px !important;
    }
    .line-height-30-md {
        line-height: 30px !important;
    }
    #storiesList {
        width: 100%;
        padding: 0 20px;
    }
    #storiesList .stories-block {
        width: 49%;
        height: 288px;
        border: 1px solid rgba(187,187,187,1);
        padding: 40px;
        margin-bottom: 20px;
        position: relative;
    }
    #storiesList .stories-button-more {
        width: 100px;
        height: 50px;
        line-height: 50px;
    }

}

/*屏幕宽度在768px到1024px之间*/
@media (min-width: 768px) and (max-width: 1024px) {
    .fs-40-md {
        font-size: 40px !important;
    }
    .fs-26-md {
        font-size: 26px !important;
    }
    .fs-24-md {
        font-size: 24px !important;
    }
    .fs-20-md {
        font-size: 20px !important;
    }
    .margin-top-30-md {
        margin-top: 30px !important;
    }
    .margin-top-10-md {
        margin-top: 10px !important;
    }
    .margin-bottom-40-md {
        margin-bottom: 40px !important;
    }
    .line-height-30-md {
        line-height: 30px !important;
    }
    #storiesList {
        width: 100%;
        padding: 0 20px;
    }
    #storiesList .stories-block {
        width: 725px;
        height: 270px;
        border: 1px solid rgba(187,187,187,1);
        padding: 40px;
        margin: auto;
        margin-bottom: 20px;
        position: relative;
    }
    #storiesList .stories-button-more {
        width: 100px;
        height: 50px;
        line-height: 50px;
    }


    #paging > div {
        height: 80px;
        font-size: 24px;
        line-height: 80px;
    }
    #paging > div > img {
        width: 30px;
        height: 30px;
        margin: 23px 10px 0px;
    }
    #paging > div > p {
        line-height: 54px;
    }


}

/*屏幕宽度小于768px*/
@media (max-width: 768px) {
    .fs-20-phone {
        font-size: 20px !important;
    }
    .fs-24-phone {
        font-size: 24px !important;
    }
    .margin-top-30-phone {
        margin-top: 30px !important;
    }
    .margin-top-10-phone {
        margin-top: 10px !important;
    }
    .margin-bottom-30-phone {
        margin-bottom: 30px !important;
    }
    .line-height-30-phone {
        line-height: 30px !important;
    }
    #storiesList {
        width: 100%;
        padding: 0 20px;
    }
    #storiesList .stories-block {
        width: 100%;
        height: auto;
        border: 1px solid rgba(187,187,187,1);
        padding: 20px;
        margin-bottom: 20px;
        position: relative;
    }
    #storiesList .stories-button-more {
        width: 80px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }


    #paging > div {
        height: 60px;
        font-size: 20px;
        line-height: 60px;
    }
    #paging > div > img {
        width: 30px;
        height: 30px;
        margin: 12px 10px 0px;
    }
    #paging > div > p {
        line-height: 34px;
    }

    #text {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}




