.news_inside {
    padding-top: 120px;
    background: #f7f7f7;
}

.news_inside .container {
    display: flex;
    flex-wrap: wrap;
}

.news_inside .container .right {
    width: 23.4%;
    margin-left: 40px;
}

.news_inside .container .left {
    width: calc(100% - 23.4% - 40px);
}

.news_inside .container .left .news_main2 div:nth-child(1) {
    width: 33%;
}

.news_inside .container .left .news_main2 div:nth-child(2) {
    width: 67%;
}


.news_main2 {
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #fff;
    margin-bottom: 20px;
}

.news_main2 div img {
    width: 100%;
}

.news_main2 .news_div {
    position: relative;
}

.news_main2 .news_div:nth-child(2) {
    background: #fff;
}

.news_main2 .news_div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 60px 50px 40px;
}

.news_main2 .news_div a n {
    transition: .4s;
}

.news_main2 .news_div p:nth-child(1) {
    font-size: 40px;
    line-height: 40px;
    font-family: shu;
    margin-bottom: 0;
}

.news_main2 .news_div p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 25px;
}

.news_main2 .news_div p:nth-child(3) {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    transition: .4s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_main2 .news_div p:nth-child(4) {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_main2 .news_div p:nth-child(5) {
    font-size: 14px;
}

.news_main2 .news_div:nth-child(2) p:nth-child(1) {
    color: #c80000;
}

.news_main2 .news_div:nth-child(2) p:nth-child(2) {
    color: #c80000;
}

.news_main2 .news_div:nth-child(2) p:nth-child(3) {
    color: #121212;
}

.news_main2 .news_div:nth-child(2) p:nth-child(4) {
    color: #888888;
}

.news_main2 .news_div:nth-child(2) p:nth-child(5) {
    color: #333333;
    margin-bottom: 0;
}

.news_main2 .news_div:nth-child(2) a:hover p:nth-child(3) {
    color: #c80000;
}

.news_main2 .news_div a:hover p:nth-child(5) n {
    margin-left: 15px;
}

.news_show {
    display: flex;
    padding: 30px;
    background: #fff!important;
    margin-bottom: 30px;
}

.news_show div:nth-child(1) {
    padding-right: 50px;
    width: 66.7%;
}

.news_show div:nth-child(2) {
    width: 33.3%;
}

.news_show p:nth-child(1) {
    font-size: 20px;
    color: #121212;
    font-weight: bold;
    margin-bottom: 30px;
    transition: .4s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_show p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
}

.news_show p:nth-child(3) {
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    transition: .4s;
    margin-bottom: 0;
    color: #121212;
}

.news_show p:nth-child(3):after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 1px;
    background: #888888;
    display: block;
    transition: .4s;
}

.news_show div:nth-child(2) img {
    width: 100%;
    transition: .4s;
}

.news_show div:nth-child(2) {
    overflow: hidden;
}

.news_show:hover img {
    transform: scale(1.2, 1.2);
}

.news_show:hover p:nth-child(1) {
    color: #c80000;
}

.news_show:hover p:nth-child(3) {
    padding-left: 0;
}

.news_show:hover p:nth-child(3):after {
    width: 0;
}

.news_inside .right .hot {
    padding: 20px;
    background: #fff;
    margin-bottom: 40px;
}

.news_inside .right .title {
    font-size: 20px;
    color: #121212;
    line-height: 48px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.news_inside .right .hot a {
    position: relative;
    font-size: 13px;
    color: #121212;
    padding-left: 20px;
    display: block;
    margin-bottom: 25px;
}

.news_inside .right .hot a p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 13px;
    margin-bottom: 5px;
    transition: .4s;
}

.news_inside .right .hot a span {
    color: #888888;
    line-height: 24px;
}

.news_inside .right .hot a:hover p {
    color: #c80000;
}

.news_inside .right .hot a:hover:after {
    width: 0;
    height: 0;
}

.news_inside .right .hot a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
    background: #c80000;
    display: block;
    transition: .4s;
}

.tag {
    padding: 20px;
    background: #fff;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.tag p {
    width: 100%;
}

.tag a {
    color: #121212;
    font-size: 13px;
    line-height: 13px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.news_inside .news_main2 {
    border: none;
}

.news_fanye {
    display: flex;
    margin-top: 20px;
}

.news_fanye a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #d9d9d9;
    color: #666666;
    font-size: 14px;
    margin-right: 4px;
    transition: .4s;
    position: relative;
}

.news_fanye .active {
    color: #fff;
    background: #c80000;
    border: 1px solid #c80000;
}

.news_fanye a:hover {
    color: #fff;
    background: #c80000;
    border: 1px solid #c80000;
}

.news_fanye a:hover i {
    color: #fff;
}

.news_fanye a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 16px;
}

.news_fanye a:nth-child(1) i {
    transform: rotate(180deg) translate(50%, 50%);
}

/*---------------详情--------------*/
.news_details {
    background: #fff;
    padding: 60px 50px 40px;
}

.news_details .title {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
}

.news_details .title p:nth-child(1) {
    font-size: 28px;
    line-height: 30px;
    color: #121212;
    margin-bottom: 20px;
    font-weight: bold;
}

.news_details .title p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin-bottom: 0;
}

.news_details .title p n {
    margin-left: 20px;
}

.news_details_show p {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin-bottom: 0;
}

.news_details_show p img {
    width: 100%;
    margin: 20px 0;
}

.news_details_fanye {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.news_details_fanye a{
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    transition: .4s;
}
.news_details_fanye a:hover{
    color: #c80000;
}
.news_details_fanye a:first-child,.news_details_fanye a:last-child{
    width: 40%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_details_fanye a:last-child{
text-align: right;
}