﻿@charset "utf-8";
.new_article {
    padding: 100px 0 125px;
}

.new_flex {
    display: flex;
    justify-content: space-between;
}

.new_article .new_nav {
    width: 245px;
    margin-right: 65px;
}

.new_article .new_article_list {
    flex: 1;
}

.categ_newest {
    margin-bottom: 20px;
}

.categ_newest .cat_name {}

.categ_newest .cat_name a {
    display: block;
    font-size: 24px;
    line-height: 3.5em;
    background: #6f6cf9;
    text-align: center;
    color: #fff;
}

.categ_newest:nth-child(2n) .cat_name a {
    color: #787878;
    background: #e9e9e9;
}

.categ_newest .categ_new_list {}

.categ_newest .categ_new_list li {}

.categ_newest .categ_new_list li a {
    color: #7c7c7c;
    background: #e9e9e9;
    display: block;
    font-size: 23px;
    line-height: 2.6em;
    text-align: left;
    margin-top: 3px;
    padding-left: 2.4em;
    transition: all 0.5s;
}

.categ_newest .categ_new_list li a:hover,.categ_newest .categ_new_list li a.active {
    color: #fff;
    background: #272847;
}

.categ_new_tj {}

.categ_new_tj .tj_img {
    margin-bottom: 20px;
    background-color: #6C6DF5;
    width: 245px;
    height: 322px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categ_new_tj .tj_img img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.categ_new_tj .tj_img:hover img {
    transform: scale(1.1);
}

.categ_new_tj .item {
    margin-bottom: 18px;
    position: relative;
    width: 100%;
    height: 92px;
}

.categ_new_tj .item .item-img {
    width: 100%;
    height: 100%;
}

.categ_new_tj .item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categ_new_tj .item .item-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
    color: #5b5b5b;
}

.categ_new_tj .item .item-text p {
    font-size: 28px;
    line-height: 1.5;
}

.categ_new_tj .item .item-text span {
    font-size: 16px;
}

.categ_new_tj .item .item-text:hover {
    opacity: 0.6;
    background-color: #6D71F9;
    color: #fff;
}

.new_pos {
    font-size: 17px;
    color: #6a6a6a;
    padding-bottom: 28px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 38px;
}

.new_pos a {
    color: #6a6a6a;
}

.new_pos span {font-family: "宋体";padding: 0 5px;}

.new_list {
    width: 100%;
}

.new_list .item {
    border: 1px solid #eaeaea;
    margin-bottom: 78px;
    transition: all 0.5s;
}

.new_list .item * {
    transition: all 0.5s;
}

.new_list .item .item_top {
    height: 83px;
    padding: 15px 35px 15px 0;
    display: flex;
    background: #e9e9e9;
    box-sizing: border-box;
    transition: all 0.5s;
}

.new_list .item .item_top .item_time {
    width: 116px;
    text-align: center;
    border-right: 1px solid #b7b7b7;
    color: #393939;
    margin-right: 31px;
}

.new_list .item .item_top .item_time b {
    display: block;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 400;
}

.new_list .item .item_top .item_time span {
    font-size: 12px;
    font-weight: 400;
}

.new_list .item .item_top h3 {
    width: calc( 100% - 150px );
}

.new_list .item .item_top h3 a {
    font-size: 26px;
    color: #333;
    line-height: 53px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.new_list .item .item_remark {
    padding: 35px;
    position: relative;
}

.new_list .item .item_remark p {
    font-size: 16px;
    color: #676767;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 4em;
}

.new_list .item .item_remark a {
    width: 180px;
    height: 40px;
    display: block;
    line-height: 40px;
    background: #6f6cf9;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.new_list .item:hover {
    box-shadow: 0 8px 15px 0 #e3e3e3;
}

.new_list .item:hover .item_top {
    background: #6f6cf9;
}

.new_list .item:hover .item_time, .new_list .item:hover h3 a {
    color: #fff;
}

.pages {
    text-align: center;
}

.pages a {
    display: inline-block;
    font-size: 24px;
    line-height: 2;
    padding: 0 22px;
    background: #ebebeb;
    color: #6c6c6c;
    margin: 0 12px;
    transition: all 0.5s;
}

.pages a:hover,.pages a.active {
    background: #6f6cf9;
    color: #fff;
}

@media (max-width: 1024px) {

.new_article {
    padding: 50px 0 62px;
}

.new_article .new_nav {
    margin-right: 30px;
}

.categ_newest .cat_name a {
    font-size: 22px;
}

.categ_newest .categ_new_list li a {
    font-size: 20px;
}

.categ_new_tj .item .item-text p {
    font-size: 26px;
}

.categ_new_tj .item .item-text span {
    font-size: 15px;
}

.new_pos {
    font-size: 16px;
    padding-bottom: 24px;
    margin-bottom: 30px;
}

.new_list .item {
    margin-bottom: 60px;
}

.new_list .item .item_top {
    height: 70px;
    padding: 10px 20px 10px 0;
}

.new_list .item .item_top .item_time {
    width: 96px;
    margin-right: 20px;
}

.new_list .item .item_top .item_time b {
    font-size: 30px;
}

.new_list .item .item_top h3 {
    width: calc( 100% - 120px );
}

.new_list .item .item_top h3 a {
    font-size: 23px;
    line-height: 50px;
}

.new_list .item .item_remark {
    padding: 25px;
}

.new_list .item .item_remark a {
    width: 160px;
}

.pages a {
    font-size: 19px;
    padding: 0 16px;
    margin: 0 8px;
}

}

@media (max-width: 880px) {

.new_article {
    padding: 30px 0 50px;
}

.new_article .new_nav {
    margin-right: 20px;
    width: 190px;
}

.categ_newest .cat_name a {
    font-size: 20px;
}

.categ_newest .categ_new_list li a {
    font-size: 18px;
}

.categ_new_tj .item .item-text p {
    font-size: 22px;
}

.categ_new_tj .item .item-text span {
    font-size: 13px;
}

.new_pos {
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 28px;
}

.new_list .item {
    margin-bottom: 40px;
}

.new_list .item .item_top {
    height: 58px;
    padding: 5px 20px 5px 0;
}

.new_list .item .item_top .item_time {
    width: 80px;
    margin-right: 18px;
}

.new_list .item .item_top .item_time b {
    font-size: 28px;
}

.new_list .item .item_top h3 {
    width: calc( 100% - 120px );
}

.new_list .item .item_top h3 a {
    font-size: 21px;
    line-height: 48px;
}

.new_list .item .item_remark {
    padding: 20px;
}

.new_list .item .item_remark p {
    font-size: 15px;
}

.new_list .item .item_remark a {
    width: 120px;
    font-size: 15px;
    line-height: 36px;
    height: 36px;
}

.pages a {
    font-size: 16px;
    padding: 0 12px;
    margin: 0 6px;
}


}

@media (max-width: 680px) {
.new_article .new_nav {
    display: none;
}

.new_list .item {
    margin-bottom: 40px;
}

.new_list .item .item_top {
    height: 50px;
    padding: 5px 0;
}

.new_list .item .item_top .item_time {
    width: 68px;
    margin-right: 12px;
}

.new_list .item .item_top .item_time b {
    font-size: 20px;
}

.new_list .item .item_top .item_time span {
    font-size: 10px;
}

.new_list .item .item_top h3 {
    width: calc( 100% - 96px );
}

.new_list .item .item_top h3 a {
    font-size: 18px;
    line-height: 40px;
}

.new_list .item .item_remark {
    padding: 14px;
}

.new_list .item .item_remark p {
    font-size: 14px;
}

.new_list .item .item_remark a {
    width: 100px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin-top: 8px;
}

.pages a {
    font-size: 14px;
    padding: 0 10px;
    margin: 0 5px;
}
}