.news {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 20px;
}

.news-pic {
    width: 545px;
    height: 295px;
    overflow: hidden;
}

.news-pic-item {
    width: 545px;
    height: 295px;
    overflow: hidden;
}

.news-pic-item>a {
    display: block;
    width: 545px;
    height: 295px;
    overflow: hidden;
    position: relative;
}

.news-pic-item>a>p {
    width: 545px;
    height: 295px;
    background-size: cover;
    background-position: center center;
}

.news-pic-item>a>span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-lis {
    width: 640px;
    overflow: hidden;
}

.news-lis-tit {
    border-bottom: 1px solid #cdcdcd;
    line-height: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-lis-tit>span {
    color: #20c8a7;
    font-weight: bold;
    font-size: 20px;
}

.news-lis-tit>a {
    color: #656565;
}

.news-lis-item>p {
    display: flex;
    justify-content: space-between;
    line-height: 2.7;
}

.htit {
    color: #20c8a7;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    margin: 30px auto 15px auto;
    position: relative;
}

.htit::before {
    position: absolute;
    content: "";
    width: 434px;
    height: 10px;
    background: url("../../images/computer/dl.jpg");
    left: 0;
    top: 20px;
}

.htit::after {
    position: absolute;
    content: "";
    width: 434px;
    height: 10px;
    background: url("../../images/computer/dr.jpg");
    right: 0;
    top: 20px;
}

.about>p {
    line-height: 2;
    text-indent: 24px;
}

.about>p>a {
    color: #20c8a7;
    font-weight: bold;
}

.elegance {
    overflow: hidden;
    margin-top: 30px;
}

.elegance-item {
    width: 250px;
    overflow: hidden;
    margin: auto auto;
}

.elegance-item>a:nth-child(1) {
    display: block;
    width: 250px;
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
}

.elegance-item>a:nth-child(1)>p {
    width: 250px;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

.elegance-item>a:nth-child(2)>p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
}

.banner {
    margin: 10px auto;
}