.banner-wrapper {
    width: 100%;
    height: 446px;
    background: url('../images/banner2.jpg') no-repeat center;
    background-size: cover;
    overflow: hidden;
    min-width: 1200px;
}
.banner {
    width: 1200px;
    margin: 0 auto;
}
.banner .top {
    padding-top: 235px;
    font-size: 36px;
    color: #FFFFFF;
}
.banner .bottom {
    margin-top: 26px;
    font-size: 36px;
    color: #FFFFFF;
}
.news-detail-wrapper {
    padding: 161px 0 90px;
}
.news-detail {
    width: 1200px;
    margin: 0 auto;
}
.news-detail .title {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.news-detail .sub-title {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    padding-top: 32px;
    text-align: center;
}
.news-detail .content {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 150%;
    margin-top: 67px;
}
.news-detail .content img {
    width: 798px;
    max-width: 100%;
}
.news-detail .content p {
    margin-bottom: 10px;
}
.share-wrapper {
    text-align: center;
    font-size: 0;
    margin-bottom: 90px;
}
.share {
    display: inline-block;
}
.share a {
    width: 58px;
    display: inline-block;
}
.share a:first-child {
    margin-right: 47px;
}
.share img {
    width: 58px;
    height: 58px;
    cursor: pointer;
}
.recommend {
    width: 1200px;
    margin: 0 auto;
    margin-top: 102px;
    margin-bottom: 90px;
}
.recommend .title {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}
.recommend .content {
    margin-top: 30px;
    margin-bottom: 60px;
    overflow: hidden;
}
.recommend .content .item {
    width: 360px;
    margin-right: 60px;
    float: left;
}
.recommend .content .item:last-child {
    margin-right: 0;
}
.recommend .content .item .img-wrapper {
    width: 360px;
    height: 206px;
    border-radius: 8px;
    overflow: hidden;
}
.recommend .content .item img {
    width: 360px;
    height: 206px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    object-fit: contain;
}
.recommend .content .item img:hover {
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1);
    transform:scale(1.1);
}
.recommend .content .item .content-title {
    margin-top: 10px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: color .3s linear;
}
.recommend .content .item .content-description {
    margin-top: 5px;
    line-height: 30px;
    height: 60px;
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color .3s linear;
}
.recommend .content .item:hover .content-title,
.recommend .content .item:hover .content-description {
    color: #29AFFF;
}
.tip {
    position: absolute;
    padding: 0 10px 10px;
    width: 140px;
    background: #e0edf7;
    border-radius: 4px;
    display: none;
    box-sizing: border-box;
}
.tip::before {
    position: relative;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e0edf7;
    content: "";
}
.tip #qrcode {
    width: 120px;
    height: 120px;
    padding: 10px;
    box-sizing: border-box;
    background: #FFFFFF;
}
.tip #qrcode img {
    display: block;
    width: 100px;
    height: 100px;
}
.tip .text {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    letter-spacing: 1px;
}