﻿.newsmores {
    width: 1200px;
    margin: 30px auto 30px auto;
    height: auto;
    background: #FFFFFF;
}

.newsCont {
    /* margin: 20px; */
}

.newsOne {
    padding-left: 30px;
    width: 1200px;
    height: 60px;
    background: #FFFFFF;
    line-height: 60px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid #E2E2E2;
}

.newsOne a {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}

.newsOne a:hover {
    color: #BC261A;
}

.newsasdf {
    width: 85%;
    margin: 0 auto 0px auto;
    padding-bottom: 30px;
}

.news-update {
    width: 85%;
    margin: 0 auto 30px auto;
    padding-bottom: 30px;
}

.newsTwo {
    font-size: 28px;
    font-family: Source Han Serif CN;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin: 60px 0 0px 0;
    line-height: 40px;
    white-space:pre-wrap;
    padding-left: 30px;
}

.newsThree {
    width: 100%;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 30px;
    padding-left: 30px;
}

.newsDetail {
    width: 100%;
    /* text-indent: 2em; */
    text-align: justify;
    margin: 0px 0px 30px 0px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    word-wrap: break-word !important;
    text-indent: 2em;
}

.newsFour {
    width: 560px;
    height: 419px;
    margin: 0px auto 20px auto;
}

.newsFour img {
    width: 100%;
    height: 100%;
}

.more-title {
    text-align: center;
    margin: 56px 0;
    width: 100%;
    /* height: 37px; */
    font-size: 48px;
    font-family: Source Han Serif CN;
    font-weight: 400;
    color: #FFE9E7;
    line-height: 21px;
    position: relative;
}

.more-title span {
    position: absolute;
    left: 41%;
    font-size: 28px;
    font-family: Source Han Serif CN;
    font-weight: 600;
    color: #333333;
    line-height: 21px;
}

.name-tabs {
    border-top: 1px solid #E2E2E2;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0 0 20px 0;
    flex-wrap: wrap;
}

.itemp {
    margin: 20px 10px 0 10px;
    padding: 6px 12px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    cursor: pointer;
}

.tabs-active {
    cursor: pointer;
    /* width: 56px; */
    padding: 6px 12px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #BC261A;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #BC261A;
    line-height: 14px;
}

.moreline {
    border-top: 1px solid #E2E2E2;
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    flex-direction: row;
    padding: 30px;
}

.more-date {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 80px;
    height: 80px;
    width: 110px;
}

.more-img {
    width: 130px;
    height: 100px;
}

.more-img img {
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e2;
    margin-top: -10px;
}

.more-line {
    width: 1px;
    height: 80px;
    background: #E2E2E2;
    margin: 0 35px;
}

.more-right {
    flex: 1;
    width: 740px;
}

.pfirst-child {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #BC261A;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a:hover {
    color: #BC261A;
}

.plast-child {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    /* text-indent: 2em; */
    height: 42px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.plast-child:hover {
    color: #BC261A;
}


/* 分页 */

.getpage {
    width: 85%;
    height: 100px;
    margin: 0 auto 65px auto;
}

.centerpage {
    margin: 0 auto;
    text-align: center;
    width: 442px;
    /* background: gainsboro; */
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.centerpage ul {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
}

.centerpage ul li {
    /* width: 24px; */
    padding: 0px 5px;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    color: #666666;
}

.centerpage ul li a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.centerpage ul li a:hover {
    border: 0;
    border-radius: 4px;
    color: #FFFFFF !important;
    background: #BC261A;
}

.active {
    border-radius: 4px !important;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF !important;
    background: #BC261A !important;
    line-height: 21px;
    border: 0 !important;
}

.active a {
    color: #FFFFFF !important;
}

.disabled {
    pointer-events: none;
    background: #eff1f2 !important;
    color: #FFFFFF !important;
}

.alltotal {
    height: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    margin-right: 10px;
}

.alltotal input {
    text-align: center;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    margin: 0 10px;
}

.sure {
    display: inline-block;
    width: 48px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    cursor: pointer;
}

.newsDetail img {
    max-width: 90% !important;
}

.rongyu {
    display: inline-table;
    /*flex-direction: row;*/
    margin: auto;
    /* margin-top: 30px; */
    padding-bottom: 30px;
}

.rongyu .rongyu_item {
    float: left;
    margin: 20px 2%;
    width: 29.3%;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    max-height: 300px;
    overflow: hidden;
}
.rongyu img {
    display: inline-block;
    width: 100%;
}
.rongyu .km_img{
    display: inline-block;
    width: 100%;
    height: 200px;
}

.rongyu_item .title, .rongyu_item .date,.rongyu_item .techer {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}

.rongyu_item .title {
    width: 90%;
    border-left: 4px #f10010 solid;
    color: #333;
    padding-left: 20px;
    font-size: 17px;
    font-weight: bolder;
    margin: 20px 0 0 20px;
}
.rongyu_item .techer {
    padding-left: 26px;
    font-size: 14px;
    margin: 0 0 0 20px;
}
.rongyu_item .date {
    padding-left: 26px;
    font-size: 14px;
    color: #666;
    margin: 0 0 20px 20px;
}