.news_top {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    background-color: white;
    padding: 30px 49px;
    display: flex;
}

.news_top_tit {
    font-size: 32px;
    font-weight: bold;
    color: #484848;
}

.news_top_list {
    margin-left: 58px;
    display: flex;
    align-items: center;
    width: 100%;
}

.layui-form {
    width: 83%;
}

.news_top_l_left {
    width: 64%;
    display: flex;
    align-items: center;
}

.news_fs {
    width: 36%;
    display: flex;
}

.news_t2 {
    width: 85% !important;
}

.new_top_one,
.layui-form-select {
    width: 50%;
    height: 44px;
    background-color: #F8F8F8;
    border: none;
    padding: 0 15px;
    margin-right: 15px;
    color: #878787;
}

.layui-form-select .layui-input {
    background-color: transparent;
    height: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: none;
}

.layui-form-select dl dd.layui-this {
    background-color: #DF0615 !important;
}

.layui-select-title {
    height: 100%;
}

select {
    border: solid 1px #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/news/arrow.png);
    background-repeat: no-repeat;
    background-position: right 13px center;
}

.n_list {
    margin-top: 60px;
}

.n_one {
    display: flex;
    background-color: #FFFFFF;
    margin-bottom: 25px;
    cursor: pointer;
}

.n_one_center {
    width: 77%;
}

.n_oc_tit {
    font-size: 26px;
    color: #484848;
    transition: .3s ease;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.n_oc_info {
    color: #878787;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin: 8px 0 15px;
    /* font-weight: lighter; */
    transition: .3s ease;
}

.n_oc_info {
    line-height: 30px;
    margin-top: 10px;
}

.n_one_right {
    display: flex;
    padding: 41px;
    align-items: center;
    width: 73%;
    justify-content: space-between;
}

.n_one_date {
    color: #484848;
    text-align: center;
}

.n_od_p1 {
    font-family: Impact;
    font-size: 62px;
    transition: .3s ease;
    line-height: 1.2;
}

.n_od_p2 {
    font-family: Arial;
    font-size: 17px;
}

.n_one_left {
    width: 27.3%;
    overflow: hidden;
}

.n_one_left img {
    width: 100%;
    transition: all .8s ease 0s;
}

.get_more {
    display: flex;
    justify-content: center;
    align-items: center;
}

.get_more_btn {
    text-align: center;
    color: #DF0615;
    border: 1px solid #DF0615;
    width: 290px;
    padding: 21px 0;
    /* height: 68px;
    line-height: 68px; */
    background-color: #FFFFFF;
    margin-top: 25px;
    font-size: 18px;
    transition: all .8s ease 0s;
}

.get_more_btn:hover {
    transition: all .8s ease 0s;
    background-color: #A81416;
    border: none;
    color: white;
    border: 1px solid #A81416;
}

.m_page {
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.page_btn {
    padding: 8px 23px;
    background-color: #D4D4D4;
    text-align: center;
    color: #000000;
    font-size: 14px;
}

.next_btn {
    background-color: #DF0615;
    color: white;
}

.page_num {
    display: flex;
    color: #000000;
    font-size: 15px;
    align-items: center;
}

.page_num span:first-child {
    color: #B50000;
    font-size: 17px;
}


/*新闻详情*/

.news_i_center_nav {
    display: flex;
    font-size: 16px;
    line-height: 21px;
    color: #484848;
}

.news_i_center_nav p {
    margin-left: 18px;
}

.news_i_center_nav p:first-child {
    margin-left: 0;
}

.news_i_center {
    margin: 30px 0 0 0;
}

.n_tit {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #484848;
    border-bottom: 1px solid #B5B5B5;
    padding: 30px 0;
}

.n_text_info {
    padding: 34px 0;
}

.nc_bottom {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(../images/news/news_bg_x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.nc_bottom_tit {
    color: white;
    font-size: 44px;
    text-align: center;
}

.nc_b_one {
    background-color: white;
    padding: 53px 32px;
    height: 281px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}

.nc_o_t1 {
    color: #A81416;
    margin-bottom: 19px;
}

.nc_o_t2 {
    font-size: 27px;
    color: #484848;
}

.l_more {
    margin-top: 25px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.l_more img {
    width: 7px;
    margin-left: 10px;
}

.nc_bottom_list {
    margin-top: 50px;
}

.swiper-father {
    position: relative;
}

.nc_bottom .swiper-button-next::after,
.nc_bottom .swiper-button-prev::after {
    content: '';
}

.nc_bottom .swiper-button-prev.swiper-button-disabled,
.nc_bottom .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.nc_bottom_list {
    margin: 50px 100px 0;
}

.nc_b_one:hover .l_more {
    color: #A81416;
}

@media(min-width:1024px) {
    .n_one:hover {
        background-color: #DF0615;
        transition: all .8s ease 0s;
    }
    .n_one:hover .n_oc_tit,
    .n_one:hover .n_one_date {
        color: #FBBA40;
    }
    .n_one:hover .n_oc_info {
        color: white;
    }
    .n_one:hover .n_one_left img {
        transition: all .8s ease 0s;
        transform: scale(1.09);
    }
}

@media(max-width:1024px) {
    .get_more {
        display: none;
    }
    .news_top_tit {
        font-size: 16px;
    }
    .news_top {
        display: block;
        padding: 30px 16px;
    }
    .layui-form {
        width: 100%;
    }
    .news_top_list {
        display: block;
        margin-left: 0;
        flex-wrap: wrap;
    }
    .news_top_l_left {
        flex-wrap: wrap;
        width: 100%;
    }
    .layui-form-select {
        margin-right: 2%;
        margin-top: 15px;
    }
    .news_fs {
        margin-top: 15px;
        width: 100%;
    }
    /* .layui-unselect:nth-child(2n) {
        margin-right: 0;
    } */
    .news_t1,
    .layui-form-select {
        width: 49%;
        height: 35px;
    }
    .new_top_one,
    .layui-form-select,
    .news_fs img {
        height: 35px;
    }
    .n_list {
        margin-top: 17px;
    }
    .n_one_left {
        width: 47%;
    }
    .n_one_right {
        width: 53%;
        padding: 0;
    }
    .n_one_date,
    .n_oc_info {
        display: none;
    }
    .n_oc_tit {
        font-size: 15px;
        -webkit-line-clamp: 3;
        color: #000000;
    }
    .n_one {
        padding: 15px 0;
        background-color: transparent;
        border-top: 1px solid #CFCFCF;
        margin-bottom: 0;
    }
    .n_one:last-child {
        border-bottom: 1px solid #CFCFCF;
    }
    .n_one_right {
        margin-left: 12px;
        align-items: flex-start;
    }
    .n_one_center {
        width: 100%;
    }
    .n_one_right {
        display: block;
    }
    .time_n {
        font-size: 12px;
        line-height: 15px;
        color: #A81416;
        margin-top: 10px;
    }
    .m_page {
        display: flex;
    }
    /*商品详情*/
    .news_i_center_nav {
        font-size: 13px;
        text-align: center;
        justify-content: center;
    }
    .n_tit {
        font-size: 17px;
        padding: 17px 0;
    }
    .n_text_info {
        padding: 20px 0;
    }
    .nc_bottom {
        padding-top: 25px;
        padding-bottom: 25px;
        background-image: url(../images/news/news_bg_xm.png);
    }
    .nc_bottom_tit {
        font-weight: bold;
        font-size: 23px;
    }
    .nc_bottom_list {
        margin: 30px 0;
    }
    .nc_b_one {
        padding: 20px;
        margin-bottom: 10px;
        height: 140px;
    }
    .nc_o_t1 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .nc_o_t2 {
        font-size: 16px;
    }
    .l_more {
        font-size: 14px;
        margin-top: 15px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}