/* 热门图文资讯 */
.akk-picnews {
    width: 100%;
}
.akk-picnews__one {
    display: block;
    width: 725px;
    height: 271px;
}
.akk-picnews__one-thumb {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #cccccc;
}
.akk-picnews__two {
    margin-top: -10px;
}
.akk-picnews__item {
    display: block;
    width: 220px;
    height: 130px;
    margin-left: 13px;
    margin-top: 10px;
}
.akk-picnews__item-thumb {
    width: 220px;
    height: 130px;
    display: block;
    border: 1px solid #cccccc;
}

/* 热门资讯 */
.akk-hot-news__list {
    background: #ffffff;
}
.akk-hot-news__list__label {
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.akk-hot-news__list__label-name {
    padding: 12px 12px;
    width: 100%;
}
.akk-hot-news__list-content {
    margin-left: -15px;
    margin-top: 0px;
    padding: 5px 0;
}
.akk-hot-news__list-item {
    width: 46%;
    padding: 9px 0;
    margin-left: 30px;
    border-bottom: 1px dashed #f7eded;
}
.akk-hot-news__list-tag {
    width: 60px;
    background: #d7e4e6;
    color: #58A9B3 !important;
    text-align: center;
    padding: 2px 8px;
    border-radius: 6px;
}
.akk-hot-news__list-title {
    flex: 1;
}