.news-content {
    display: flex;
    align-items: flex-start;
}

.news-content .leftBox {
    flex: 1;
    margin-top: 20px;
}

.news-content .leftBox .newsDetaInfo {
    background: #fff;
    padding: 25px;
    border: 1px solid #eee;
}

.newsDetaInfo>h1 {
    font-size: 28px;
    text-align: left;
    font-weight: normal;
    line-height: 40px;
}

.newsDetaInfo .article {
    padding-bottom: 24px;
    margin: 15px 0 24px;
    border-bottom: 1px solid #ccc;
}

.newsDetaInfo .article span {
    color: #999;
    font-size: 14px;
}

.newsDetaInfo .article span.pipe {
    color: #aaa;
    font-size: 12px;
    margin: 0 10px;
}

.newsDetaInfo .article span:last-child {
    float: right;
}

.newsDetaInfo .article a {
    float: right;
    display: flex;
    align-items: center;
    margin-left: 20px;
    color: #4a90e2;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
}

.newsDetaInfo .article a img {
    width: 16px;
    aspect-ratio: 1;
    margin-right: 5px;
}

.newsDetaInfo .article 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;
}

.newsDetaInfo .DetaCon p,
.newsDetaInfo .DetaCon {
    font-size: 15px;
    color: #444;
    line-height: 32px;
}

.newsDetaInfo .DetaCon img {
    max-width: 100%;
    margin: 14px 0;
}

.mzshengmin {
    line-height: 24px;
    font-size: 16px;
    color: #999;
    text-align: justify;
    margin: 20px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #999;
}

.mzshengmin>img {
    position: relative;
    top: -1px;
}

.shareBox {
    margin: 30px 0;
}

.shareBox .reList {
    float: left;
}

.shareBox .reList a {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    color: #4a90e2;
    font-size: 14px;
    padding: 0 30px;
    border: 1px solid #4a90e2;
    border-radius: 21px;
}

.pagesBox {
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
}

.pagesBox p {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #999;
    margin-top: 20px;
    overflow: hidden;
}

.pagesBox p a {
    color: #4c4c4c;
}

.pagesBox p a:hover,
.pagesBox p a.focus {
    color: #29abf1;
}

.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;
}

.rightBox .qr-code img {
    width: 100%;
    aspect-ratio: 1;
}

.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;
}