.newsContent {
    margin: 0 auto 30px;
}
.newsContent .left {
    width: 855px;
    float: left;
}
.newsContent .right {
    width: 270px;
    float: right;
}
.newsContent .left .img {
    width: 270px;
    height: 180px;
    float: left;
    margin-right: 30px;
    background-color: #EAEAEA;
}
.newsContent .left .item {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 35px;
    margin-bottom: 30px;
    cursor: pointer;
}
.newsContent .left .item.no-border {
    border-bottom: none;
}
.newsContent .left .img img{
    width: 270px;
    height: 180px;
}
.newsContent .left .txt {
    width: 554px;
    float: left;
}
.newsContent .left .txt h2 {
    font-size: 19px;
    color: #595959;
    padding-top: 13px;
}
.newsContent .left .txt p {
    font-size: 14px;
    color: #595959;
    text-align: justify;
    line-height: 24px;
    margin: 20px 0;
    height: 72px;
}
.newsContent .left .txt .myTxt .time{
    float: left;
    font-size: 14px;
    color: #595959;
    text-align: justify;
}
.newsContent .left .txt .myTxt .link{
    float: right;
}
.newsContent .left .txt .myTxt .link a {
    font-size: 14px;
    color: #B1846A;
    text-align: justify;
}
.newsContent .left ul li {
    border-bottom: 1px solid #DEDEDE;
    padding: 35px 0;
}
.newsContent .left ul li:last-child {
    border-bottom: none;
}
.tab {
   line-height: 70px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.18);
    margin-bottom: 20px;
}
.banner {
    width: 100%;
    height: 300px;
    background-image: url(https://chhcollege-static.oss-cn-shanghai.aliyuncs.com/chh_bc/images/banner/news.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 60px;
}
.tab ul li {
    display: inline-block;
    font-size: 16px;
    color: #272727;
    margin-right: 40px;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.tab ul li.current {
    color: #AA7550;
}
.tab ul li.current:after {
    content: '';
    display: block;
    position: absolute;
    background: #AA7550;
    border-radius: 4px;
    height: 4px;
    width: 34px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.newsContent .left .show-more span {
    width: 133px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #B48A61;
    border: 1px solid #B48A61;
    cursor: pointer;
    margin-bottom: 108px;
}
.newsContent .left .show-more span.no-border {
    border: none;
}
.newsContent .left .no-more span {
    margin-top: 108px;
    color: #aeaeae;
    position: relative;
}
.newsContent .left .no-more span::before,
.newsContent .left .no-more span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 100px;
    border-top: 1px solid #aeaeae;
}
.newsContent .left .no-more span::before {
    left: 85px;
}
.newsContent .left .no-more span::after {
    right: 85px;
}

.no-data img {
    width: 508px;
    margin: 100px auto 242px;
}