.header ul li:nth-child(7) a{color:#f5971c;}
.content_info {
    width: 100%;
    background: url("../img/companyNews_details/bg.jpg"/*tpa=http://121.199.34.176:8080/img/companyNews_details/bg.jpg*/) no-repeat;
    background-size: 100% 100%;
    padding: 95px 0 90px;
}

.content_info .content_info_in {
    max-width: 1440px;
    margin: 0 auto;
}

.content_info .tit {
    text-align: center;
    border-bottom: 1px solid #c8d7d8;
    padding-bottom: 55px;
    margin-bottom: 55px;
}

.content_info .tit h2 {
    font-size: 32px;
}

.content_info .tit p {
    font-size: 16px;
    color: #666;
    padding: 18px 0 0;
}

.content_info .tit p span {
    margin-right: 30px;
}

.content_info .tit p span::after {
    content: '';
    width: 2px;
    height: 15px;
    background: #b0b5b5;
    display: inline-block;
    margin-left: 30px;
    margin-top: -1px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.content_info .tit p span:last-of-type::after {
    display: none;
}

.content_info .img_info .img_box {
    width: 50%;
    overflow: hidden;
}

.content_info .img_info img {
    width: 100%;
    transition: all 1s;
}

.content_info .img_info img:hover {
    transform: scale(1.2);
}

.content_info .content_info_in .article {
    padding: 55px 0 85px;
    border-bottom: 1px solid #c8d7d8;
}

.content_info .content_info_in .article p {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

.content_info .content_info_in .article p:last-of-type {
    margin: 0;
}
.content_info .content_info_in .article img{ max-width: 100%; height: auto;}
.content_info .content_info_in .info_bottom {
    padding: 28px 0 0;
}

.content_info .content_info_in .info_bottom p {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.content_info .content_info_in .info_bottom p a:hover {
    color: #015dda;
    text-decoration: underline;
}

.content_info .content_info_in .info_bottom .btn {
    width: 148px;
    height: 47px;
    line-height: 47px;
    border-radius: 24px;
    border: 2px solid #015dd9;
    text-align: center;
    color: #015dd9;
    cursor: pointer;
    font-size: 16px;
    transition: all 1s;
}

.content_info .content_info_in .info_bottom .btn:hover {
    background: #015dd9;
    color: #fff
}

.pagination_info {
    margin: 0 auto;
    width: 50vw;
}