.main {
    width: 1190px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.news-container {
    width: 830px;
    height: auto;
}

.news-title {
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #efefef;
}

.news-title span {
    font-size: 18px;
    color: #333;
    line-height: 49px;
}

.img-news {
    width: 830px;
    height: 135px;
    padding: 20px 0;
    position: relative;
    display: flex;
    border-bottom: 1px solid #efefef;
}

.img-anim {
    width: 250px;
    height: 135px;
    overflow: hidden;
}

.img-detail {
    width: 250px;
    height: 135px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.img-detail:hover {
    transform: scale3d(1.2, 1.2, 1);
}

.news-detail {
    margin-left: 10px;
    width: calc(100% - 250px);
}

.text-news .news-detail {
    width: 100%;
    margin-left: 0;
}

.news-detail h1 {
    display: block;
    width: 100%;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-detail h1 a {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.news-detail p {
    text-indent: 30px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}

.news-detail span {
    color: #333;
    position: absolute;
    bottom: 20px;
}

.text-news {
    width: 830px;
    height: 150px;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}


/* 广告栏位 */

.advertising {
    width: 300px;
    height: auto;
    margin-top: 50px;
}

.advertising-container {
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.advertising-img span a img {
    width: 100%;
    height: 100%;
    display: block;
}

.advertising-container span {
    height: 16px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 6px 0 0 0;
    line-height: 16px;
    width: 28px;
    text-align: center;
    overflow: hidden;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 2px;
    z-index: 3;
}


/* 广告下部 */

.advertising-bottom {
    width: 100%;
    height: 575px;
    margin-top: 10px;
}

.a-bottom-title {
    height: 20px;
    border-left: 3px solid #bd0202;
}

.a-bottom-title span {
    color: #333;
    font-size: 16px;
    margin-left: 10px;
}

.a-bottom-ul {
    margin-top: 10px;
    width: 100%;
}

.a-bottom-ul li {
    margin-top: 20px;
    height: 40px;
    line-height: 20px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.a-bottom-ul li a {
    font-size: 16px;
    color: #333;
}


/* 分页 */

#pages {
    overflow: hidden;
}

#pages a {
    display: inline-block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 15px
}

#pages a.a1 {
    background: #ddd;
    width: 56px;
    padding: 0
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: #bd0202;
    border: 1px solid #bd0202;
    color: #fff;
    text-align: center;
    padding: 0 15px
}

.page .noPage {
    display: inline-block;
    width: 56px;
    height: 24px;
    line-height: 24px;
    background: #ddd;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.text-c {
    text-align: center
}

.text-l {
    text-align: left
}

.text-r {
    text-align: right
}

.hoverred:hover {
    color: #bd0202;
}


.atext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.moretext {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}