.top-banner {
    margin-top: 15px;
}

.news-content {
    display: flex;
    align-items: flex-start;
}

.news-content .leftBox {
    flex: 1;
    margin-top: 20px;
}

.newSwiper {
    width: 480px;
    aspect-ratio: 30/23;
    position: relative;
    float: left;
}

.newSwiper .swiper-container {
    width: 100%;
    height: 100%;
}

.newSwiper .swiper-slide {
    position: relative;
}

.newSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newSwiper .swiper-slide a h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 40px;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%, rgba(0, 0, 0, .4) 100%, rgba(0, 0, 0, .4) 100%, rgba(0, 0, 0, .3) 100%, #000 100%);
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 99;
    text-align: center;
}

.newSwiper .swiper-button-prev {
    background: url(../images/icon-arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}

.newSwiper .swiper-button-next {
    background: url(../images/icon-arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}

.newSwiper .swiper-pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}

.newSwiper .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #eee;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 5px;
    cursor: pointer;
}

.newSwiper .swiper-active-switch {
    background: #29abf1;
}

.halfCon {
    margin-left: 30px;
    float: left;
    width: 400px;
    background: #fff;
}

.halfCon .halfImgCon {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px;
}

.halfCon .halfImgCon li {
    width: 100%;
}

.halfCon .halfImgCon li a .pic img {
    width: 100%;
    aspect-ratio: 95/61;
}

.halfCon .halfImgCon li h2 {
    height: 52px;
    line-height: 22px;
    font-size: 14px;
    background: #f5f6fb;
    padding: 5px 10px 0;
    overflow: hidden;
}

.newsListBox {
    background: #fff;
    margin-top: 20px;
    border: 1px solid #eee;
    overflow: hidden;
}

.newsListBox .list li a {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.4s;
    overflow: hidden;
}

.newsListBox .list li a:hover {
    box-shadow: 0px 5px 6px -3px #c0c2cc;
}

.newsListBox .list li .newsListPic img {
    width: 240px;
    aspect-ratio: 95/61;
}

.newsListBox .list li .newsListInfo {
    flex: 1;
    height: 150px;
    margin-left: 20px;
    position: relative;
}

.newsListBox .list li .newsListInfo h2 {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsListBox .list li a:hover .newsListInfo h2 {
    color: #29abf1;
}

.newsListBox .list li .newsListInfo .newsListCon {
    line-height: 22px;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsListBox .list li .newsListInfo .lab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #999;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.newsListBox .list li .newsListInfo .lab i.icon_pageView {
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url(../images/css_sprites.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -158px 0;
    margin-right: 4px;
}

.newsListBox .list li .newsListInfo .lab .pipe {
    margin: 0 5px;
}

.hotNewsLab {
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #eee;
}

.hotLabTit {
    margin-bottom: 20px;
}

.hotLabTit h3 {
    font-size: 16px;
    line-height: 16px;
    color: #29abf1;
}

.hotLabTit h3 i.icon_hotLabTit {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/css_sprites.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -30px -114px;
    margin-right: 10px;
}

.hotNewsLab .hotLabCon a {
    float: left;
    font-size: 16px;
    line-height: 16px;
    color: #999;
    margin-right: 14px;
    margin-bottom: 14px;
}

.hotNewsLab .hotLabCon a:hover {
    color: #29abf1;
}

.rightBox {
    width: 260px;
    margin-left: 30px;
}

.rightBox>div {
    margin-top: 20px;
}

.perfect-land .tit {
    height: 40px;
    line-height: 40px;
    background: #efefef;
    margin-bottom: 12px;
    border-bottom: 2px solid #29abf1;
    border-radius: 5px 5px 0 0;
}

.perfect-land .tit span {
    font-size: 16px;
    color: #29abf1;
    font-weight: 700;
    padding-left: 12px;
    position: relative;
}

.perfect-land .item-box {
    display: block;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ededed;
}

.perfect-land .item-box .box-top {
    position: relative;
}

.perfect-land .item-box .box-top img {
    width: 100%;
    aspect-ratio: 3/2;
}

.perfect-land .item-box .box-top p {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 13px;
    padding-left: 14px;
    text-align: justify;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.perfect-land .item-box .box-bot {
    min-height: 62px;
    padding: 9px 13px;
}

.perfect-land .item-box .box-bot p {
    font-size: 15px;
    color: #333;
    /*text-align: justify;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}

.perfect-land .item-box .box-bot .info-bot {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}

.perfect-land .item-box .box-bot .info-bot span:first-child {
    font-size: 12px;
    color: #29abf1;
    text-align: justify;
}

.perfect-land .item-box .box-bot .info-bot span:last-child {
    font-size: 12px;
    color: #999;
    letter-spacing: -.4px;
    text-align: justify;
}