.top-box{
    background-image: url("../img/newscenter/banner-bg.png");
}
.dynamics{
    width: 100%;
    padding-top: 98px;
  	padding-bottom: 100px;
    box-sizing: border-box;
}
.dynItem-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.dyn-item{
    width: 463px;
  	margin-right: 25px;
  	margin-bottom: 30px;
    cursor: pointer;
}
.dyn-item:nth-child(3n){
	margin-right: 0px;
}
.dyn-item:hover .dyn-item-imgbox>img{
    transform: scale(1.1);
}
.dyn-item-imgbox{
    width: 100%;
    height: 197px;
    overflow: hidden;
}
.dyn-item-imgbox>img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.dyn-item-textbox{
    position: relative;
    width: 100%;
    height: 125px;
    background-color: #F8F8F8;
    padding: 15px 21px 13px 21px;
    box-sizing: border-box;
}
.dyn-item-title{
    width: 100%;
    font-size: 20px;
    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;
}
.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;
}
@media screen and (max-width: 1600px){
  .container-public{
  		width: 85% !important;
  }
  .dyn-item{
  		width: 31%;
  }
  .dyn-item-imgbox{
  		height: auto;
  }
  .living-item{
  		width: 50%;
  }
}
