.wd-100 {
    width: 100%
}
.wd-380{
    width: 380px;
}
.wd-560{
    width: 560px;
}
.wd-1400 {
    width: 1400px;
    margin: 0 auto;
}
.mr-top-20 {
    margin-top: 20px;
}
.mr-top-16 {
    margin-top: 16px;
}
.mr-top-10 {
    margin-top: 10px;
}
.space-bt {
    display: flex;
    justify-content: space-between;
}
.article-new {
    width: 690px;
    height: 534px;
    box-shadow: 10px 12px 16px 0 rgba(227, 227, 227, 0.5);
    border-radius: 10px;
    background: #FFFFFF;
}
.new-col {
    margin-top: -40px;
}
.col-pad {
    padding: 30px 24px 30px 24px;
}
.over-font-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    width: 420px;
}
.over-font-p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.title-img {
    width: 36px;
    height: 36px
}
.content-img {
    width: 38px;
    height: 55px;
    float: left;
}
.content-col {
    margin-top: 33px;
}
.back {
    width: 1400px;
    height: 510px;
    background: #FFFFFF;
    box-shadow: 10px 12px 16px 0px rgba(227, 227, 227, 0.5);
    border-radius: 10px;
}
.back .col-pad .back-img {
    height: 44px;
    position: absolute;
    width: auto;
    margin: -6px -8px;
}
.more {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 29px;
    font-style: normal;
    float: right
}
.col-main {
    margin-top: 17px;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 668px);
    grid-gap: 10px;
}
.col-main .main-img {
    width: 188px;
    height: 110px;
    border-radius: 10px;
    float: left;
    margin-right: 16px;
}
.pass-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 定义文本的最大行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.pass-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 定义文本的最大行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.float-right {
    position: fixed; /* 定位方式为固定 */
    top: 100px; /* 距离顶部100像素 */
    right: 0; /* 右侧对齐 */
    padding: 20px 0;
    box-sizing: border-box; /* 盒模型，包含padding */
    z-index: 1000; /* 层级，确保在其他内容之上 */
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    width: 176px;
    height: 460px;
    background: #FFFFFF;
    box-shadow: 10px 12px 16px 0px rgba(227, 227, 227, 0.5);
    border-radius: 10px;
    cursor: pointer;
}
.button {
    width: 176px;
    height: 60px;
    /*background: #F2F7FF;*/
    text-align: center;
    line-height: 60px;
}
.button-active {
    background: #F2F7FF;
}