* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {
    .Ml_temlpate_news {
        width: 100%;
    }
    /* 样式1 */
    .Ml_temlpate_news_1 {
        width: 100%;
    }
    .newitem1 {
        padding: 20px 0;
        border-bottom: 1px dashed #e5e5e5;
    }
    .newitem1_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 5px;
    }
    .newitem1_top a {
        display: block;
        width: 70%;
        font-size: 16px;
        color: #444;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        transition: var(--main-transition);
    }
    .newitem1:hover a {
        color: var(--main-color);
    }
    .newitem1_top span {
        font-size: 16px;
        color: #444;
    }
    .newitem1_bot span {
        font-size: 12px;
        color: #777;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    /* 样式1 */
    /* 样式2 */
    .Ml_temlpate_news_2 {
        width: 100%;
    }
    .newitem2 {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px dashed #e5e5e5;
        align-items: center;
    }
    .newitem2left {
        width: 85px;
        height: 85px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #f2f2f2;
    }
    .newitem2left strong {
        font-size: 25px;
        color: #000;
        display: block;
        text-align: center;
        font-weight: normal;
    }
    .newitem2left p {
        font-size: 14px;
        color: #000;
        margin-top: 4px;
        text-align: center;
    }
    .newitem2right {
        flex: 1;
        padding-left: 15px;
    }
    .newitem2right a {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 16px;
        color: #444;
        margin-bottom: 15px;
    }
    .newitem2right p {
        font-size: 13px;
        color: #777;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    /* 样式2 */
    /* 样式3 */
    .Ml_temlpate_news_3 {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .newitem3 {
        width: calc(100% / 3);
        padding: 20px;
    }
    .newitem3con {
        padding: 15px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .newitem3con a img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }
    .newitem2_title {
        margin-top: 15px;
        margin-bottom: 15px;
        color: #222;
        font-size: 20px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .newitem3con p {
        font-size: 14px;
        color: #666;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    /* 样式3 */
    /* 样式4 */
    .Ml_temlpate_news_4 {
        width: 100%;
    }
    .newitem4_top .newitem3 {
        width: calc(100% / 2) !important;
    }
    .newitem4_top {
        margin-bottom: 50px;
    }
    .newitem4_bot ul {
        position: relative;
    }
    .newitem4_bot ul li {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    .li_left {
        width: 80px;
        height: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .li_left strong {
        display: block;
        font-size: 25px;
        color: #000;
        font-weight: normal;
        text-align: center;
        margin-bottom: 5px;
    }
    .li_left p {
        font-size: 14px;
        color: #000;
    }
    .li_line {
        width: 15px;
        margin: 0 13px;
        height: 15px;
        background: rgba(179, 179, 179, .3);
        border-radius: 50%;
        position: relative;
    }
    .li_line:after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #b3b3b3;
        margin: 4px;
        z-index: 8;
    }
    .li_right {
        flex: 1;
        padding-left: 10px;
    }
    .li_right a {
        color: #444;
        transition: var(--main-transition);
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .li_right span {
        font-size: 12px;
        color: #777;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .newitem4_bot ul:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 100px;
        width: 1px;
        height: 100%;
        background: #f0f0f0;
    }
    .newitem4_bot ul li:hover a {
        color: var(--main-color) !important;
    }
    /* 样式4 */
    /* 样式5 */
    .Ml_temlpate_news_5 {
        width: 100%;
    }
    .newitem5 {
        transition: var(--main-transition);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px;
        background-color: #fafafa;
        align-items: center;
        border-bottom: 1px solid #ececec;
    }
    .newitem5:hover {
        box-shadow: 0 0 22px rgba(0, 0, 0, .12);
        border-radius: 4px;
        background: #fff;
    }
    .newitem5:hover img {
        transform: scale(1.1);
    }
    .newitem5:hover a {
        color: var(--main-color) !important;
    }
    .newitem5_left {
        width: 23%;
    }
    .newitem5_right {
        flex: 1;
        padding-left: 25px;
    }
    .newitem5_right_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .newitem5_right_top a {
        display: block;
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: #444;
        font-size: 16px;
        transition: var(--main-transition);
    }
    .newitem5_right_top span {
        color: #444;
        font-size: 16px;
    }
    .newitem5_left a img {
        width: 100%;
        height: 175px;
        transition: var(--main-transition);
        object-fit: cover;
    }
    .newitem5_left a {
        display: block;
        overflow: hidden;
    }
    .newitem5_right_bot p {
        font-size: 14px;
        color: #777;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    /* 样式5 */
}

@media only screen and (max-width: 996px) {
    /* 样式5 */
    .Ml_temlpate_news_5 {
        width: 100%;
    }
    .newitem5 {
        transition: var(--main-transition);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px;
        background-color: #fafafa;
        align-items: center;
        border-bottom: 1px solid #ececec;
    }
    .newitem5:hover {
        box-shadow: 0 0 22px rgba(0, 0, 0, .12);
        border-radius: 4px;
        background: #fff;
    }
    .newitem5:hover img {
        transform: scale(1.1);
    }
    .newitem5:hover a {
        color: var(--main-color) !important;
    }
    .newitem5_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .newitem5_right {
        width: 100%;
    }
    .newitem5_right_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .newitem5_right_top a {
        display: block;
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: #444;
        font-size: 16px;
        transition: var(--main-transition);
    }
    .newitem5_right_top span {
        color: #444;
        font-size: 16px;
    }
    .newitem5_left a img {
        width: 100%;
        height: 175px;
        transition: var(--main-transition);
        object-fit: cover;
    }
    .newitem5_left a {
        display: block;
        overflow: hidden;
    }
    .newitem5_right_bot p {
        font-size: 14px;
        color: #777;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    /* 样式5 */
    /* 样式4 */
    .Ml_temlpate_news_4 {
        width: 100%;
    }
    .newitem4_top .newitem3 {
        width: 100%;
    }
    .newitem4_top {
        margin-bottom: 50px;
    }
    .newitem4_bot ul {
        position: relative;
    }
    .newitem4_bot ul li {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    .li_left {
        width: 80px;
        height: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .li_left strong {
        display: block;
        font-size: 25px;
        color: #000;
        font-weight: normal;
        text-align: center;
        margin-bottom: 5px;
    }
    .li_left p {
        font-size: 14px;
        color: #000;
    }
    .li_line {
        width: 15px;
        margin: 0 13px;
        height: 15px;
        background: rgba(179, 179, 179, .3);
        border-radius: 50%;
        position: relative;
    }
    .li_line:after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #b3b3b3;
        margin: 4px;
        z-index: 8;
    }
    .li_right {
        flex: 1;
        padding-left: 10px;
    }
    .li_right a {
        transition: var(--main-transition);
        color: #444;
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .li_right span {
        font-size: 12px;
        color: #777;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .newitem4_bot ul:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 100px;
        width: 1px;
        height: 100%;
        background: #f0f0f0;
    }
    /* 样式4 */
    /* 样式3 */
    .Ml_temlpate_news_3 {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .newitem3 {
        width: 100%;
        padding: 20px;
    }
    .newitem3con {
        padding: 15px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .newitem3con a img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }
    .newitem2_title {
        margin-top: 15px;
        margin-bottom: 15px;
        color: #222;
        font-size: 20px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .newitem3con p {
        font-size: 14px;
        color: #666;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    /* 样式3 */
    .Ml_temlpate_news {
        width: 100%;
    }
    /* 样式1 */
    .Ml_temlpate_news_1 {
        width: 100%;
    }
    .newitem1 {
        padding: 10px 0;
        border-bottom: 1px dashed #e5e5e5;
    }
    .newitem1_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 5px;
        flex-wrap: wrap;
    }
    .newitem1_top a {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        font-size: 16px;
        color: #444;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        transition: var(--main-transition);
    }
    .newitem1:hover a {
        color: var(--main-color);
    }
    .newitem1_top span {
        font-size: 16px;
        color: #444;
        word-wrap: 100%;
    }
    .newitem1_bot span {
        font-size: 12px;
        color: #777;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    /* 样式1 */
    /* 样式2 */
    .Ml_temlpate_news_2 {
        width: 100%;
    }
    .newitem2 {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        border-bottom: 1px dashed #e5e5e5;
        align-items: center;
    }
    .newitem2left {
        width: 85px;
        height: 85px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #f2f2f2;
    }
    .newitem2left strong {
        font-size: 25px;
        color: #000;
        display: block;
        text-align: center;
        font-weight: normal;
    }
    .newitem2left p {
        font-size: 14px;
        color: #000;
        margin-top: 4px;
        text-align: center;
    }
    .newitem2right {
        flex: 1;
        padding-left: 15px;
    }
    .newitem2right a {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 16px;
        color: #444;
        margin-bottom: 15px;
    }
    .newitem2right p {
        font-size: 13px;
        color: #777;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    /* 样式2 */
}