.th-banner {
    width: 100%;
    height: 540px;
    background-image: url(../../../img/new/pages/news/east_wuhan/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.th-banner section {
    text-align: center;
    margin-top: 180px;
    position: relative;
}

.th-banner section h2 {
    font-size: 45px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: left;
    /* margin-left: 10%; */
    width: 1200px;
    left: 50%;
    transform: translate(-50%, 0);
}

.th-banner section p {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-top: 18px;
    text-align: left;
    /* margin-left: 10%; */
    position: relative;
    width: 1200px;
    left: 50%;
    transform: translate(-50%, 0);
}

/**/
.cases .container {
    width: 1200px;
    /* margin: 0 10%; */
    /* height: 600px; */
}

.cases .container .top_title {
    margin-top: 120px;
    position: relative;
    zoom: 1;

}

.cases .container .top_title:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.cases .container .top_title .left i {
    font-size: 22px;
    color: #152952;
    font-weight: bold;
    position: relative;
    bottom: 5px;
}

.cases .container .top_title::before {
    content: '';
    width: 110%;
    height: 2px;
    background: #eee;
    position: absolute;
    bottom: -5px;
    left: -5%;
}

.cases .container .top_title .right .current {
    position: relative;
    top: 3px;
}

.cases .container .top_title .right span,
.cases .container .top_title .right span a {
    color: #979797;
}

.cases .container .top_title .right span:last-child a {
    color: #001c39;
    max-width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main_title small {
    color: #666;
    font-size: 14px;
}

.containerSmall .content {
    padding-bottom: 100px;
    border-bottom: 1px solid #eee;
}

.content .main_title {
    text-align: center;
    color: #333;
    font-size: 22px;
    margin-top: 150px;
}

.content article p {
    text-indent: 2em;
    color: #333;
    line-height: 30px;

}

.content article .img {
    text-align: center;
    margin: 50px 0;
}

.content article .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    /* display: block; */
}

/* .content article .img img:last-child {
    display: inline-block;
    width: auto;
    height: auto;
} */

.page p a {
    color: #666;
    margin: 20px 0;
}

.page p:hover a {
    color: #0086ee;
}

/**/
footer {
    margin-top: 220px;
}

strong {
    font-weight: bold;
}

article .title {
    /* padding: 10px;
    background: red;
    color: #fff!important; */
    font-weight: bold;
}

article .fz-red {
    color: red !important;
}

article .fz-eee {
    color: #979797 !important;
}

.img_inner_div {
    position: absolute;
    top: 0;
    left: 59%;
}

.img_inner_div p {
    margin-right: 60px;
    color: royalblue !important;
    font-weight: bold;
}