body {}

.page-nav {
    display: flex;
    align-items: center;
}

.page-nav>a {
    flex: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

.page-nav>a.active {
    background-color: #193e6a;
    color: #fff;
}

.page-nav>a:nth-child(2) {}

.new-title {
    font-size: 30px;
}

.new-c-item {
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 0.3rem 0;
    display: flex;
    align-items: center;
}

.new-c-item img {
    width: 100%;
    object-fit: cover;
}

.new-c-item>div {
    align-self: stretch;
    flex: none;
}

.new-c-item.hot>div {
    flex: 1;
}

.new-c-item .new-c-item-img {
    width: 280px;
}

.new-c-item>div img {
    height: 100%;
    object-fit: cover;
}

.new-c-item .new-c-item-content {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.3rem
}

.new-c-item-content>p {
    font-size: 16px;
    color: #787878;
}

.new-c-item-content>h3 {
    font-size: 22px;
    margin-top: 8px;
    color: #333;
}

.new-c-item-content>a {
    margin-top: 0.48rem;
    font-size: 16px;
    color: #787878;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    align-self: flex-start;
}

.new-c-item-content>a>i {
    margin-left: 10px;
}

.new-c-item.hot {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.new-c-item.hot>div:nth-child(2) {
    background-color: #f2f4f5;
    padding: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.new-c-item.hot>div a {
    font-size: 16px;
    color: #193e6a;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #193e6a;
    padding-bottom: 5px;
    align-self: flex-start;
}

.new-c-item.hot>div a>i {
    margin-left: 10px;
}

.hot-c-1 {
    font-size: 48px;
    color: #333333;
}

.hot-c-2 {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0.3rem;
}

.hot-c-3 {
    /* font-size: 30px; */
    font-size: 24px;
    color: #000;
    margin-bottom: 0.23rem;
}

.hot-c-4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0.41rem;
}

.v-news {
    font-size: 16px;
}

.v-news-t {
    display: flex;
    margin-top: 0.4rem;
    align-items: center;
    justify-content: space-between;
}

.v-news-t h2 {
    color: #000000;
    font-size: 30px;
}

.v-new-list {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}

.v-new-list>li {
    display: flex;
    flex: none;
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    border: 1px solid #dedede;
    margin-top: 0.3rem;
    flex-direction: column;
    box-sizing: border-box;
}

.v-new-list>li:nth-child(2n) {
    margin-right: 0;
}

/* .v-new-list >li >div:nth-child(1){
    flex: 1;
} */
.v-new-list>li>div:nth-child(1) img {
    /* height: 100%; */
    object-fit: cover;
}

.v-new-list>li>div:nth-child(2) {
    align-items: center;
    padding: 0.2rem 0.2rem;
    justify-content: space-between;
    display: flex;
}

.v-new-list>li>div:nth-child(2) a {
    display: flex;
    align-items: center;
}

.common-select.media_input input {
    flex: 1
}

.media-btn {
    width: 140px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    border: 1px solid #dedede;
    justify-content: center;
    background-color: #fff;
    padding: 10px 40px;

}

.media-btn img {
    width: auto;
}

.media-btn span {
    margin-left: 15px;
}

.media-btn i {
    display: flex;
}

.common-select.media_input>div * {
    width: auto;
}

.common-select>div:nth-child(2) {
    flex: none;
}


/*下拉分页选择*/

.v-news-r {
    width: 200px;
    height: 50px;
    border: 1px solid #dedede;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.current-val {
    flex: 1;
}

.slect-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.news-select-list {
    position: absolute;
    left: 0;
    top: 47px;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 1px 5px -1px #444;
    background: #fff;
    display: none;
}

.news-select-list li {}

.news-select-list ul li a {
    transition: .3s all ease;
    display: flex;
    padding: 5px 20px;
}

.news-select-list ul li:hover a {
    color: #fff;
    background: #c92b2f;
}





















/* 尺寸适配 */
@media (max-width: 1660px) {}

@media (max-width: 1280px) {}

@media (max-width: 960px) {
    .new-c-item .new-c-item-img {
        width: 100%;
    }

    .new-title {
        font-size: 16px;
    }

    .hot-c-1 {
        font-size: 16px;
    }

    .hot-c-2 {
        font-size: 12px;
    }

    .hot-c-3 {
        font-size: 13px
    }

    .hot-c-4 {
        font-size: 12px;
    }

    .new-c-item.hot>div a {
        font-size: 13px;
    }

    .new-c-item.hot {
        flex-direction: column;
    }

    .new-c-item {
        flex-direction: column;
    }

    .new-c-item-content>p {
        font-size: 12px;
    }

    .new-c-item-content>h3 {
        font-size: 12px;
    }

    .new-c-item-content>a {
        font-size: 13px;
    }

    .v-news-t h2 {
        font-size: 16px;
    }

    .v-new-list {
        flex-direction: column;
        font-size: 14px;
    }

    .v-new-list>li {
        width: 100%;
    }

    .v-news-t select {
        width: 100px;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media (max-width: 640px) {}