.banner {
    background: url('../../image/最终图片所有/7-公司新闻/001.jpg') center center no-repeat;
    background-size: 3684px !important;
}

.mobile-banner {
    background: url('../../image/最终图片所有/7-公司新闻/001.jpg') center center no-repeat;
    background-size: 1000px !important;
}

.topNews {
    padding: 0 8%;
    height: 9rem;
    display: flex;
    align-items: center;
}

.topNews>div {
    width: 9.84rem;
    height: 6.8rem;
    border-radius: 4px;
    background: #F5F7FA;
    padding: 1.47rem 0 0 .48rem;
    position: relative;

}

.topNews>div>p {
    width: 100%;
}

.topNews>div>img {
    width: 8rem;
    height: 4.68rem;
    position: absolute;
    left: 8rem;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
}

.topNews>div>p:nth-child(2),
.dynamic ul li>p:nth-child(2){
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.topNews>div>p:nth-child(1),
.topNews>div>p:nth-child(3),
.dynamic ul li>p:nth-child(1),
.dynamic ul li>p:nth-child(3) {
    font-size: .16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #838592;
    line-height: .32rem;
    max-width: 5.72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.topNews>div>p:nth-child(2),
.dynamic ul li>p:nth-child(2) {
    font-size: .34rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #030305;
    line-height: .36rem;
    margin: .32rem 0 .36rem;

    /* 标题换行 */
    max-width: 5.72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: .42rem;
}

.dynamic ul li>p:nth-child(4) {
    max-width: 1.1rem;
    height: 0.28rem;
    font-size: .16rem;
    color: #2E8E47;
    border: 1px solid #2E8E47;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: .28rem;
    margin-top: .64rem;
}

.dynamic ul li>p:nth-child(4) {
    margin-bottom: .34rem;
    cursor: pointer;
}

.dynamic ul li>p:nth-child(4) a {
    color: #2E8E47;
}
.topNews>div>p:nth-child(4){
    box-shadow: 3px 3px 6px 1px #d1cdcd;
    margin-top: .64rem;
}
.topNews>div>p:nth-child(4),
.topNews>div>p:nth-child(4) a{
    width: .96rem;
    height: .28rem;
    background-color: #2A8A44;
    font-size: .16rem;
    color: #FFFFFF;
    line-height: .28rem;
    text-align: center;
}
.topNews>div>p:nth-child(4):hover {
    background-color: #2E8E47;
    color: #ffffff;
    cursor: pointer;
}

.topNews>div>p:nth-child(4):hover a {
    color: #fff;
}

.dynamic ul li>p:nth-child(4):hover {
    background-color: #2E8E47;
    color: #ffffff;
}

.dynamic ul li>p:nth-child(4):hover a {
    color: #ffffff;
}

/* 动态 */
.dynamic {
    padding: 0 8%;
    background: #F5F7FA;
}

.dynamic>p {
    font-size: .34rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #030305;
    text-align: center;
    padding: .64rem 0;
}

.dynamic>ul>li {
    width: 7.78rem;
    background-color: #fff;
    padding-top: .42rem;
    padding-left: .46rem;
    padding-right: .46rem;
    margin-bottom: .38rem;
    box-shadow: 0px 3px 6px 1px #E3E7F6;
    border-radius: 4px;
    height: 3.4rem;
}

.dynamic ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: .26rem;
}

.dynamic>ul>li:nth-child(2n) {
    margin-left: .38rem;
}

.dynamic>ul>li>p:nth-child(3) {
    max-width: 5.53rem;
}

.dynamic>ul>li>p:nth-child(2) {
    margin: .16rem 0 .24rem;
    font-size: .24rem;
}

/* 分页按钮 */
.dynamic .tableBtn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .26rem;
    padding-bottom: .64rem;
}

.dynamic .tableBtn .pre {
    transform: rotateY(180deg);
    background: url('../../image/icon/向右active.png') 100% 100% no-repeat;
    background-size: cover;
}

.dynamic .tableBtn.pc-table .pre:hover {
    background: url('../../image/icon/向右.png') 100% 100% no-repeat;
    background-size: cover;
    cursor: pointer;
}

.dynamic .tableBtn .next {
    background: url('../../image/icon/向右active.png') 100% 100% no-repeat;
    background-size: cover;
}

.dynamic .tableBtn.pc-table .next:hover {
    background: url('../../image/icon/向右.png') 100% 100% no-repeat;
    background-size: cover;
    cursor: pointer;
}

.dynamic .tableBtn .pre,
.dynamic .tableBtn .next {
    width: .48rem;
    height: .48rem;
}

.dynamic .pageNum {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin: 0 .28rem 0;
}

.dynamic .pageNum li {

    color: #838592;
    font-size: .24rem;
    margin-left: 12px;
}

.dynamic .pageNum li:first-child {
    margin-left: 0;
}

.dynamic .pageNum li.checkNum {

    color: #2E8E47;
}

.dynamic .pageNum li:hover {
    cursor: pointer;
}

/* 小屏 */
.topNewsMobile {
    padding: 0 16px 48px;
    background-color: #fff;
}

.topNewsMobile p:nth-child(1) {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #838592;
    line-height: 24px;
    padding: 24px 0 12px;
}

.topNewsMobile p:nth-child(2) {
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #030305;
    line-height: 24px;
    margin-bottom: 16px;
}

.topNewsMobile p:nth-child(3) {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #838592;
    line-height: 24px;
    margin-bottom: 24px;
}

.topNewsMobile p:nth-child(4) {
    width: 76px;
    height: 24px;
    border: 1px solid #2E8E47;
    font-size: 12px;
    /* color: #2E8E47; */
    text-align: center;
    line-height: 24px;
    margin-bottom: 24px;
    background-color: #2E8E47;
}

.topNewsMobile p:nth-child(4) a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
}

.topNewsMobile p:nth-child(4) a:active {
    background-color: #2E8E47;
    color: #fff;
}

.topNewsMobile img {
    width: 100%;
    height: auto;
}

/* 新闻列表 */
.newList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 24px 16px 0;
}

.newList ul {}

.newList li {
    width: 100%;
    background-color: #fff;
    padding: 16px 15px 16px 10px;
    margin-bottom: 16px;
}
.newList li:last-child{
    margin-bottom: 48px;
}
.newList li>p:nth-child(1) {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #838592;
    line-height: 16px;
    margin-bottom: 4px;
}

.newList li>p:nth-child(2) {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #030305;
    line-height: 18px;
}
.newList li>p:nth-child(3),
.topNewsMobile p:nth-child(3){
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newList li>p:nth-child(3) {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #838592;
    line-height: 16px;
    margin: 16px 0 24px;
    height: 34px;
}

.newList li>p:nth-child(4) {
    width: 76px;
    height: 24px;
    border: 1px solid #2E8E47;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newList li>p:nth-child(4) a {
    color: #2E8E47;
    font-size: 12px;
    display: inline-block;
}



/* 移动端分页 */
.mobilePage .pageNum {
    margin: 0 14px 0;
}

.pageNum li.checkNum {

    color: #2E8E47;
}

.mobilePage .tableBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 49px;
}

.mobilePage .tableBtn .pre,
.mobilePage .tableBtn .next {
    width: 28px;
    height: 28px;
}

.mobilePage .pageNum {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 14px 0;
}

.mobilePage .pageNum li {
    font-size: 12px;
    margin-left: 12px;
}

.mobilePage .pageNum li:first-child {
    margin-left: 0;
}

.mobilePage .tableBtn .pre {
    transform: rotateY(180deg);
    background: url('../../image/icon/向右active.png') 100% 100% no-repeat;
    background-size: cover;
}

.mobilePage .tableBtn .next {
    background: url('../../image/icon/向右active.png') 100% 100% no-repeat;
    background-size: cover;
}

.mobilePage .tableBtn .pre:hover,
.mobilePage .tableBtn .next:hover {
    background: url('../../image/icon/向右active.png') 100% 100% no-repeat;
    background-size: cover;
    cursor: pointer;
}

.mobilePage .tableBtn .pre:active {
    background: url('../../image/icon/向右.png') 100% 100% no-repeat;
    background-size: cover;
    cursor: pointer;
}

.mobilePage .tableBtn .next:active {
    background: url('../../image/icon/向右.png') 100% 100% no-repeat;
    background-size: cover;
    cursor: pointer;
}