body {
    background-color: #f5f6fa;
}

.banner {
    width: 100%;
}

.LatestNews {
    padding: 30px 0 30px 0;
    background-color: #fff;
    /* overflow:hidden; */
}

.LatestNews .Lates {
    color: #4d89ce;
    font-weight: 600;
    font-size: 18px;
}

.LatestNews .Recent {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}

.PressImages {
    margin-top: 20px;
    overflow: hidden;
}

.leftsl,
.rightsl {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
    height: 361px;
}

.leftImg {
    width: 100%;
    height: 100%;
}

.rightsl {

    display: flex;
    flex-wrap: wrap;
}

.leftsl {
    position: relative;
    overflow: hidden;
}

.leftsl a {
    display: block;
    width: 100%;
    height: 100%;

}

.leftsl a:hover {
    /* transform: scale(1.2); */
}

.titlels {
    color: #fff;
    /* width: 250px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.leftsTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* margin-bottom: 6px; */
    width: 100%;
    opacity: .5;
    padding: 0 10px 0 10px;

}

.rightsl .leftsTitle {
    height: 30px;
}

.leftsl .leftsTitle {
    height: 40px;
}

.leftsTitle .titlel {
    margin-right: 10px;
}

.leftsTitle .titlel {
    color: #fff;
    font-size: 12px;
    width: 200px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.leftsTitle .Time {
    color: #fff;
    width: 100px;
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
}

.rightsl .rightItem {
    overflow: hidden;
    width: calc(50% - 10px);
    ;
    position: relative;
    margin-left: 10px;
    height: calc(50% - 5px);
    margin-bottom: 10px;
}

.rightItem img:hover {
    /* transform: scale(1.2); */
}

.PressReleases {
    margin-top: 20px;
}

.PressReleases .Lates {
    color: #4d89ce;
    font-weight: 600;
    font-size: 18px;
}

.PressReleases .Recent {
    float: left;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}

.releases .selectElem {
    float: right;
    width: 100px;
    height: 30px;
    border: 1px solid #568cc7;
    border-radius: 5px;
    color: #568cc7;
}

.journalism {
    display: flex;
    margin-top: 70px;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.journalism .headlines {
    display: flex;
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 40px;
    padding: 10px;
    /* padding-left: 0; */
    background-color: #fff;
}

.headlines .righthead {
    flex: 3;
    width: 100%;
    margin-left: 20px;

}

.headlines .headImg {
    flex: 3;
    height: 157px;
    overflow: hidden;
}

.headlines .headImg img {
    width: 100%;
    height: 100%;

}

.headlines .headImg img:hover {
    /* transform: scale(1.2); */
}

.righthead .rightheadtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.rightcontent {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #333;
    /* height: 120px; */
    min-height: 60px;
    max-height: 2000px;
    /* border-bottom: 1px solid #ddddde;   */
}

.righthead .bottomDate {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 20px;
    margin-top: 30px;
    border-top: 1px solid #ddddde;
}

.bottomDate .Dateleft {
    color: #ddddde;
    font-size: 14px;
}

.bottomDate .Detedetail a {
    font-size: 14px;
    color: #7db5e6;
}

.bottomDate .Detedetail {
    color: #d4dbf0;
}

.pagination {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: right;
}

.pagination a {
    margin-right: 10px;
}


/* 新闻详情页面样式 */
.NewDetails {
    background-color: #fff;
    display: flex;
    margin-bottom: 40px;
    padding: 40px 20px 70px 40px;

}

.Newdetailsleft {
    width: 80%;
    margin-right: 40px;
}

.NewdetailsRight {
    width: 20%;
    height: 743px;
    position: sticky;
    top: 100px;
}

.NewdetailsTitle {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: #c7c9cd 1px solid;
}

.NewdetailsBigTitle {
    font-weight: 600;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.NewdetailsTitle .NewdetailsDate {
    color: #a8abaf;
    padding-top: 10px;
    width: 120px;
    text-align: right;
}

.NewsContent {
    /* min-height: 700px; */
    /* height: 100%; */
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    border-bottom: #c7c9cd 1px solid;
}

.NewsContent .Subtitle {
    font-weight: 600;

}

.ContentSubject {
    margin-top: 20px;
    min-height: 640px;
}

.NewdetailsRight .RecentNews {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: #c7c9cd 1px solid;
    margin-top: 4px;
}

.Recommendations {
    width: 100%;
    height: 200px;
    margin-top: 20px;
}

.Recommendations .RecommImg {
    width: 100%;
    height: 140px;
}

.RecommendationsTitle {
    /* margin-top: 10px; */
    color: #333;
    font-weight: 600;
    /* font-size: 12px; */
}

.RecommendationsDate {
    font-size: 10px;
    margin-top: 5px;
}

.Recomendation {
    padding-bottom: 40px;
    border-bottom: #c7c9cd 1px solid;
    /* position: sticky; top: 40px; */
}

.concern {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

/* .ContentSubject p {
    Text-indent: 2em
} */

/* .ContentSubject img {
    margin-top: 10px;
    margin-bottom: 10px;
} */