.container_wrap {
    width: 90%;
    padding: 32px 0;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.container_wrap .top {
    display: flex;
    justify-content: space-between;
    display: none;
}

.container_wrap .top .newsType {
    width: 49%;
    height: 98px;
    background: #cecece;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.container_wrap .top .newsType.on {
    background: #12a6f3;
}

.container_wrap .top .industryDynamics-icon {
    width: 40px;
    height: 40px;
    background: url(../images/icon.png) no-repeat 0 -165px;
    display: inline-block;
    margin-top: 29px;
}

.container_wrap .top .companyDynamics-icon {
    width: 40px;
    height: 40px;
    background: url(../images/icon.png) no-repeat -56px -165px;
    display: inline-block;
    margin-top: 29px;
}

.container_wrap .top .title {
    color: #ffffff;
    box-sizing: border-box;
    padding: 25px;
}

.container_wrap .top .titleCn {
    font-size: 24px;
}

.container_wrap .top .title {
    font-family: 'Franklin Gothic Medium';
}

.container_wrap .list-box {
    display: none;
}

.container_wrap .list-box.show {
    display: block;
}

.container_wrap .list {
    margin: 20px 0;
}

.container_wrap .list p {
    font-size: 20px;
    margin-top: 10px;
}

.container_wrap .list a {
    height: 160px;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0;
    text-align: left;
    display: block;
    padding-right: 20px;
}

.container_wrap .list a:first-of-type {
    border-top: 1px solid #eeeeee;
}

.container_wrap .list a:hover h1 {
    text-decoration: underline;
    color: #12a6f3;
}

.container_wrap .list a img {
    width: 260px;
    height: 160px;
    float: left;
    margin-right: 35px;
}

.container_wrap .list a h1 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container_wrap .list a li {
    color: #d7d7d7;
    font-size: 12px;
}

.container_wrap .list a li.description {
    font-size: 14px;
    color: #696969;
    height: 87px;
    overflow: hidden;
    margin: 15px 0;
    line-height: 30px;
}