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

.main-left {
    width: 830px;
    height: auto;
}

.contenr-title {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}

.main-left h1 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin: 20px 0;
}

.content-text p {
    font-size: 16px;
    color: #333;
    text-indent: 25px;
    display: block;
    line-height: 30px;
    margin: 20px 0 0;
}
.content-text p a{
    font-size: 16px;}
.main-right {
    width: 300px;
    height: auto;
}

.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: auto;
    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%;
    height: auto;
}

.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;
}


/* 相关阅读 */

.correlation-title {
    height: 40px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
}

.correlation h1 {
    width: 100%;
    border-left: 3px solid #bd0202;
    height: 20px;
    line-height: 10px;
}

.correlation h1 span {
    font-size: 16px;
    margin-left: 10px;
}

.correlation-content {
    width: 100%;
    height: 150px;
}

.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 h3 {
    display: block;
    width: 100%;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-detail h3 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: #999;
    position: absolute;
    bottom: 20px;
}

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


/* 
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 263px;
    padding-top: 100px;
    border-top: 1px solid gainsboro;
}

.foottext {
    width: 1190px;
    margin: 0 auto;
}

.foottext p {
    text-align: center;
} */