.main-content,
.list-main .title .title-text,
.list-detail .content,
.rumor-data-container {
    width: 1180px;
    margin: 0 auto;
    font-size: 18px
}

.main-content:after,
.list-main .title .title-text:after,
.list-detail .content:after,
.rumor-data-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

*html .main-content,
*html .list-main .title .title-text,
.list-main .title *html .title-text,
*html .list-detail .content,
.list-detail *html .content,
*html .rumor-data-container {
    zoom: 1
}

*:first-child+html .main-content,
*:first-child+html .list-main .title .title-text,
.list-main .title *:first-child+html .title-text,
*:first-child+html .list-detail .content,
.list-detail *:first-child+html .content,
*:first-child+html .rumor-data-container {
    zoom: 1
}

.list-main {
    font-size: 18px
}

.list-main:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

*html .list-main {
    zoom: 1
}

*:first-child+html .list-main {
    zoom: 1
}

.list-main .title {
    display: block;
    width: 100%;
    height: 156px;
    color: #fff;
    text-align: center;
    background: linear-gradient(143deg, #4D7CCA 0%, #28427B 100%)
}

.list-main .title h2 {
    font-size: 45px;
    line-height: 53px;
    font-weight: normal;
    padding: 40px 0 5px 0
}

.list-main .title span {
    font-size: 28px;
    line-height: 28px
} */

.list-detail {
    color: #3D3D3D;
    margin-top: 260px;
    padding-bottom: 20px
}

.list-detail .content {
	background: white;
	box-shadow: 0px 0px 20px rgba(153, 153, 153, 0.3);
}

.list-detail img {
    display: block;
    max-width: 90%;
    margin: 0 auto
}

.list-detail h2 {
	padding-top: 20px;
    color: #353B40;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin: 0px 65px;
}

.list-detail .from-msg {
    text-align: center;
    color: #9B9B9B;
    font-size: 14px;
    line-height: 20px;
    margin: 30px 0
}

.list-detail .from-msg span {
    margin-right: 40px
}

.list-detail .from-msg i {
    color: #353B40
}

.list-detail .con-text {
    width: 1028px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
    font-size: 18px;
}

.list-detail .con-text p {
    line-height: 26px;
    margin-bottom: 25px
}

.list-detail .con-text h4 {
    line-height: 30px;
    margin-bottom: 20px
}

.list-detail .bottom-img {
    width: 70px;
    height: 70px;
    float: right;
    margin: 42px 28px 16px 0
}

.rumor-data-container {
    background: #fff;
    padding: 20px 0 80px 0
}