.news_state {
    padding-top: 10px;
    padding-bottom: 30px;
}

.news_state i {
    color: #3bb4f2;
    padding-right: 6px;
}

.news_state span {
    color: #6c6c6c;
    margin-right: 20px;
}

.news_content {
    font-size: 16px;
    color: #262626;
    padding-right: 3%;
}

.news_content p {
    font-size: 16px;
}

.news_content img {
    width: 80%;
    height: auto;
}

.news_lists .am-panel-hd {
    padding: 10px 20px;
    background: none;
    font-size: 20px;
}

.news_lists .am-panel-hd i {
    color: #3bb4f2;
    padding-right: 10px;
    font-size: 20px;
}

.news_lists .am-list a {
    padding: 4px 0;
    font-size: 14px;
}

.news_lists .am-list a:hover {
    color: #0093dd !important;
}

.news_left-lists {
    padding-right: 4%;
    display: flex;
    margin-bottom: 20px;
    clear: both;
}

.news_times {
    height: 80px;
    width: 80px;
    background: #00a560;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    float: left;
}

.news_cons {
    flex: 1;
    padding: 4px 10px;
    /*line-height: 36px;*/
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_tit {
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_tit a {
    color: #262626;
}

.news_description, .news_description a {
    color: #6c6c6c;
    font-size: 14px;
    padding-top: 20px;
}

.am-panel-title {
    font-size: 16px;
    font-weight: 600;
}

.am-panel-default > .am-panel-hd {
    border-bottom: none;
    background: #fafafa;
}

.am-panel-default {
    border: none;
}

.am-list > li {
    padding: 5px 0;
    border: none;
    border-right: none;
    border-left: none;
}

.am-panel > .am-list > li > a {
    color: #333;
}

.am-panel > .am-list > li > a:hover {
    color: #0093dd !important;
}

.am-panel > .am-list > li > img {
    height: 70px;
    padding: 4px 0;
    margin-left: 16px;
}

.pagination {
    position: relative;
    text-align: center;
    padding-left: 0;
    margin: 1.5rem 0;
    list-style: none;
    color: #999999;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    color: #999999;
    background-color: #fff;
    position: relative;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    line-height: 1.2;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 5px;
    margin-right: 5px;
}

.pagination li.active a {
    background: #00a560;
    color: #fff;
    cursor: not-allowed;
    pointer-events: none;
}

.ykm-news-description {
    font-size: 24px;
}

.ykm-news-second {
    font-weight: 600;
    font-size: 18px;
    border-left: 4px solid #0093dd;
    padding-left: 6px;
    line-height: 18px;
}

.news_relevant ul {
}

.news_relevant li {
    list-style: none;
}

.news_relevant li a {
    font-size: 14px;
    line-height: 22px;
    color: #343434;
}

.news_relevant li a:hover {
    color: #0093dd;
}

.news_content .news_relevant {
    padding-left: 0;
    margin: 0.8rem 0 0.8rem 0;
}

.news-interested {
    color: #343434;
    word-break: break-word;
    line-height: 20px;
}

.news-interested a p{
    height: 40px;
    overflow : hidden;
    color: #343434;
    font-size: 14px;
    margin: 0;
}

.news-interested a:hover {
    color: #0093dd;
}

.news-interested img {
    width: 100%;
    margin: 5px auto;
}

.news-new_list li {
    display: flex;
    font-size: 14px;
}

.news-interested a img {
    height: auto;
}

.news-new_list li img {
    width: 110px;
    object-fit: cover;
}

.news_p {
    text-align: left;
    color: #222222;
    text-indent: 0px;
}

@media (min-width: 1024px) {
    .news-interested a img {
        height: 120px;
        object-fit: cover;
    }
}