/*资讯分类*/
.list-header>div,
.list-header>a {
    padding: 0 25px;
    height: 36px;
    line-height: 34px;
}
.list-header>div.condition-selected,
.list-header>a.condition-selected{
    color: var(--theme);
    border: 1px solid var(--theme);
    border-radius: 6px;
}
/*资讯焦点*/
.carousel-news .carousel-indicators{
    background: none;
    bottom: 0;
}
.carousel-news .carousel-indicators li{
    background: #E6E6E6;
    border-color: #E6E6E6;
    margin: 0 6px;
}
.carousel-news .carousel-indicators li.active{
    background-color: var(--theme);
    border-color: var(--theme);
}
.news-focus-item .focus-item-bg{
    max-width: 630px;
    height: 420px;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.news-item>div{
    padding: 40px 0;
    color: #242733;
}
.news-item+.news-item>div{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news-item h4,
.flex-news-item h4{
    line-height: 30px;
}
.news-item .news-item-bg{
    max-width: 280px;
    height: 190px;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
/*资讯列表*/
.news-list{
    justify-content: flex-start;
}
.flex-news-item>div{
    width: 426px;
    height: 400px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    color: #222222;
    margin-bottom: 60px;
}
.flex-news-item:nth-child(3n-1) > div{
    margin-left:53px;
    margin-right:53px;
}

/*小于1400*/
@media (max-width: 1400px) {
    .news-list{
        justify-content: center;
    }
    .flex-news-item:nth-child(3n-1) > div{
        margin-left: 0;
        margin-right: 0;
    }
}
.flex-news-item .news-item-bg{
    height: 240px;
    border-radius: 10px 10px 0px 0px;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
/*详情*/
.wrapper .news-footer {
    white-space: nowrap;
}

.news-share {
    line-height: 50px;
    display: none;
}

.wrapper .content .right img{
    max-width: 100%;!important;
}

.wrapper .hot-title {
    font-size: 15px;
    color: #000000;
    line-height: 62px;
    border-bottom: 2px solid #022d49;
}

.wrapper .hot-title-detail {
    border-bottom: 2px solid #bec9d0;
}

.wrapper .hot-column {
    font-size: 14px;
    border-bottom: solid 1px #c2cdd3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapper .hot-column a {
    color: #000000;
    line-height: 51px;
}

.wrapper .hot-column a:hover {
    text-decoration: none;
}
