﻿.ly_news_wrap {
    margin-top: 0.5rem;
}
.ly_news_wrap_title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.ly_news_wrap_nav {
    width: 9rem;
    height: 0.45rem;
    border-bottom: 1px solid #df0024;
    float: left;
}
.ly_news_wrap_nav ul {
    padding-left: 0rem;
    overflow: hidden;
}
.ly_news_wrap_nav ul li {
    width: 1.5rem;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
    float: left;
}
.ly_news_wrap_nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.18rem;
    color: #333333;
    cursor: pointer;
}
.ly_news_wrap_nav ul li a.active {
    color: #fff;
    background: #df0024;
}
.ly_news_wrap_nav ul li a:hover {
    color: #fff;
    background: #df0024;
}
.ly_news_form {
    width: 2.66rem;
    height: 0.45rem;
    float: right;
    background: #fff;
    margin-top: 0;
}
.ly_news_form a {
    color: #fff;
    background: #df0024;
    width: 100%;
    height: 0.45rem;
    line-height: 0.4rem;
    display: block;
    text-align: center;
    font-size: 0.18rem;
    border: 1px solid #df0024;
    transition: all 0.3s linear;
    cursor: pointer;
}
.ly_news_form i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.ly_news_list {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
    padding-bottom: 1rem;
    position: relative;
}
.ly_news_list ul {
    width: 100%;
    height: auto;
}
.ly_news_list ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 0.2rem;
    font-size: 0.16rem;
}
.ly_news_date {
    width: auto;
    height: auto;
    float: left;
    margin-top: 0.2rem;
}
.ly_news_date span {
    display: inline-block;
    font-size: 0.5rem;
    color: #999999;
    text-align: center;
    line-height: 0.35rem;
}
.ly_news_date hr {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    border-top: 1px solid #e5e5e5;
}
.ly_news_date p {
    text-align: center;
    font-size: 0.14rem;
    color: #999999;
    text-transform: capitalize;
    line-height: 0.1rem;
}
.ly_news_right {
    width: 11.05rem;
    height: auto;
    float: right;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.3rem;
    overflow: hidden;
}
.ly_news_pic {
    width: 2.4rem;
    height: 1.6rem;
    float: left;
}
.ly_news_pic a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    box-shadow: inset 0 0 10px #fff;
}
    .ly_news_pic a img {
        height: 1.6rem;
        width: 2.4rem;
        transition: all 0.3s linear;
    }
.ly_news_pic a:hover img {
    transform: scale(1.1);
}
.ly_show_img {
    box-shadow: inset 0 0 10px #fff;
}
.ly_news_text {
    width: 8.2rem;
    height: auto;
    float: right;
}
.ly_news_text h3 {
    margin-bottom: 0.1rem;
}
.ly_news_text h3 a {
    font-size: 0.18rem;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.ly_news_text p {
    font-size: 0.16rem;
    height: auto;
    color: #666;
    line-height: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ly_news_text div {
    margin-top: 0.55rem;
    font-size: 0.14rem;
}
.ly_news_comment {
    margin-left: 0.5rem
}
.ly_news_more {
    font-size: 0.16rem;
    color: #df0024;
    display: inline-block;
    float: right;
    margin-right: 0.2rem;
}
.ly_news_rm {
    margin-top: 0.75rem;
}
.ly_news_rm_left {
    width: 5.3rem;
    height: auto;
    float: left;
}
.ly_news_rm_title {
    width: 100%;
    height: auto;
    background: url('/img/default/icon25.png') no-repeat left center;
    background-size: 0.04rem 0.19rem;
    border-bottom: 1px solid #eee;
    padding-left: 0.15rem;
    font-size: 0.18rem;
    color: #666666;
    font-weight: bold;
    height: 0.5rem;
    line-height: 0.5rem;
}
.ly_news_rm_list {
    width: 100%;
    height: auto;
    margin-top: 0.05rem;
}
.ly_news_rm_content {
    width: 100%;
    height: auto;
}
.ly_news_rm_content li {
    width: 100%;
    margin-bottom: 0.15rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    /* height: 0.6rem; */
}
    .ly_news_rm_content li a {
        display: block;
        width: 100%;
        height: 0.45rem;
        line-height: 0.5rem;
        font-size: 0.16rem;
        color: #666666;
        padding-left: 0.2rem;
        background: url('/img/default/icon26.png') no-repeat left center;
        background-size: 0.08rem 0.08rem;
    }
        .ly_news_rm_content li a:hover {
            background: url('/img/default/icon27.png') no-repeat left center;
            color: #e00442;
            background-size: 0.08rem 0.08rem;
        }

    .ly_news_rm_content li span {
        margin-left: 0.2rem;
        color: #999999;
        width: 100%;
    }

    .tj_product li span{
        width: auto;
    }

    .ly_news_rm_content a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.ly_news_rm_right {
    /* width: 6rem; */
    width: 5.3rem;
    height: auto;
    float: right;
}
.ly_news_wz_title {
    /* margin-left: 0.7rem; */
    width: 100%;
    height: auto;
    background: url('/img/default/icon25.png') no-repeat left center;
    background-size: 0.04rem 0.19rem;
    border-bottom: 1px solid #eee;
    padding-left: 0.15rem;
    font-size: 0.18rem;
    color: #666666;
    font-weight: bold;
    height: 0.5rem;
    line-height: 0.5rem;
}

/* contribute */
.ly_news_cb_main {
    width: 10rem;
    height: auto;
    margin: 0.5rem auto;
}
    .ly_news_cb_main p {
        padding-left: 0.2rem;
        font-size: 0.16rem;
        height: 0.4rem;
        line-height: 0.4rem;
    }
.ly_news_cb_hot_so {
    width: 100%;
    background: url('/img/default/icon25.png') no-repeat left 0.05rem;
    background-size: 0.04rem 0.2rem;
    padding-left: 0.1rem;
    border: none;
    font-weight: 600;
    margin-top: 0.2rem;
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
}

.ly_news_cb_score {
    width: 5.65rem;
    height: 2.3rem;
    margin-left: 0.3rem;
    margin-top: 0.1rem;
    background: #f2f2f5;
}

.ly_news_cb_title {
    font-size: 0.25rem;
    font-weight: 600;
    width: 5rem;
    margin: 0 auto;
    height: 0.4rem;
    line-height: 0.4rem;
}
.ly_news_cb_p {
    height: 0.8rem !important;
}

