.top-box{
    background-image: url("../img/newscenter/banner-bg.png");
    height: 550px;
    padding-top: 400px;
}
.dynamics{
    width: 100%;
    padding-top: 98px;
  	padding-bottom: 100px;
    box-sizing: border-box;
    background: #F3F3F4;
    /*display: none;*/
}
.banner-title {
    padding:0 240px;
}
.top-title-cn {
    font-size: 50px
}
.dynamics.active {
    display: block;
}
.box-top{
    display: none;
}
.dynamics-content {
    padding:0 240px;
}
.dynItem-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dyn-item{
    width: 98%;
  	/*margin-right: 25px;*/
  	margin-top: 30px;
    cursor: pointer;
    display: flex;
    background: #fff;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
}

.dyn-item:nth-child(3n){
	margin-right: 0px;
}
.dyn-item:hover .dyn-item-imgbox>img{
    transform: scale(1.1);
}
.dyn-item1:hover .dyn-item-imgbox1>img{
    transform: scale(1.1);
}
.dyn-item-imgbox{
    width: 182px;
    height: 182px;
    overflow: hidden;
}
.dyn-item-imgbox>img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
}
.dyn-item-imgbox1>img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.dyn-item-textbox{
    position: relative;
    width: calc(100% - 200px);
    /*height: 125px;*/
    background-color: #fff;
    padding: 15px 21px 13px 21px;
    box-sizing: border-box;
}
.dyn-item-title{
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 29px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dyn-item-time{
    position: absolute;
    left: 21px;
    bottom: 13px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #666666;
    width: 90%;
    box-sizing: border-box;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.socialnews{
    width: 100%;
    height: 750px;
    background-color: #FAFAFA;
    padding-top: 58px;
    box-sizing: border-box;
}
.news-box{
    margin-top: 17px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.news-left{
    width: 559px;
    margin-right: 69px;
    cursor: pointer;
}
.news-left:hover .news-left-imgbox>img{
    transform: scale(1.1);
}
.news-left:hover .news-left-title{
    color: #204077;
}
.news-left-imgbox{
    width: 100%;
    height: 306px;
    overflow: hidden;
    margin-bottom: 34px;
}
.news-left-imgbox>img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.news-left-time{
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #666666;
    margin-bottom: 32px;
}
.news-left-title{
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}
.news-list{
    width: calc(100% - 628px);
    height: 438px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.news-row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 26px;
    border-bottom: 1px solid #E6E6E6;
    box-sizing: border-box;
    cursor: pointer;
}
.news-row:hover .news-row-title{
    color: #204077;
}
.news-row-title{
    width: 483px;
    height: 58px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-row-time{
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #999999;
}
.container-title {
    font-size: 40px;
    font-weight:bold;
    position: relative;
    width: 100%;
}
.container-title .title-en {
    font-family: OPPOSans;
    font-size: 40px;
    /*font-weight: bold;*/
    -webkit-text-stroke: #CEDFFB 1px; /* 浏览器可能不支持 */
    color: #fff;
    align-items: flex-end;
    text-transform: uppercase;
    letter-spacing: normal;
    position: absolute;
    top:25px;
    z-index:-1;
    /* left:20px; */
}
.nav-header {
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6;
    padding: 0 240px;
    position: sticky;
    left: 0;
    top: 80px;
    z-index: 50;
}
.nav-header-ul {
    display: flex;
    align-items: center;
}
.nav-header-ul li {
    cursor: pointer;
    margin: 19px 55px 0px 0;
    padding-bottom: 23px;
}
.nav-header-ul .active{
    border-bottom: 4px solid #0052D9;
}
.dyn-item1{
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
    display: flex;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    color: #15181D;
    font-size: 26px;
    align-items: center;
}
.dyn-item-imgbox1{
    /*width: 500px;*/
    width: 30%;
    height: 182px;
    overflow: hidden;
}
.dyn-item-imgbox1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dyn-item-textbox1{
    width: 70%;
    /*height: 160px;*/
    margin-left: 35px;
}
.dyn-item-time1{
    color: #6F7686;
    font-size: 20px;
    padding-top: 15px;
    border-top: 1px solid #D8D8D8;
    margin-top: 20px;
}
.dyn-item-text1{
    margin-top: 20px;
    color: #535D6D;
    font-size: 18px;
}
.banner-box {
    position:absolute;
    bottom:50px;
    left:238px;
}
.banner-box div {
    font-size:50px;
}
.joinus-content-img {
    display: none;
}
@media screen and (max-width: 1600px){
  .container-public{
  		width: 85% !important;
  }
  .dyn-item{
  		width: 31%;
  }
  .dyn-item-imgbox{
  		height: auto;
  }
  .living-item{
  		width: 50%;
  }
}
/* 分页样式 */
.pagination-container {
    margin: 30px 0 45px;
    display: none;
    justify-content: center;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.nav-header-ul a {
    font-size: 26px;
    color:#15181D!important;
}
.pagination-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    min-width: 80px;
}

.pagination-item:hover:not(.disabled) {
    background-color: #0060ba;
    color: white;
    border-color: #0060ba;
}

.pagination-item svg {
    margin: 0 4px;
}

.pagination-prev svg {
    margin-right: 6px;
}

.pagination-next svg {
    margin-left: 6px;
}

.pagination-info {
    padding: 8px 16px;
    color: #666;
}

.pagination-info .current-page {
    color: #0060ba;
    font-weight: bold;
}

.pagination-info .total-pages {
    font-weight: bold;
}

.disabled {
    color: #999;
    cursor: not-allowed;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.pagination-box{display:flex;justify-content:center;gap:8px;margin:35px 0}
.pagination-box .page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 12px;border:1px solid #e0e0e0;border-radius:4px;background:#fff;color:#333;font-size:14px;transition:all .2s;text-decoration:none}
.pagination-box .page-btn:hover:not(.disabled){border-color:#0060ba;background:#f0f7ff;color:#0060ba}
.pagination-box .page-btn.active{border-color:#0060ba;background:#0060ba;color:#fff}
.pagination-box .page-btn.disabled{border-color:#e0e0e0;color:#aaa;cursor:not-allowed}