.container_wrap {
    width: 90%;
    padding: 32px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.container_wrap .top {
    display: flex;
    justify-content: space-between;
}

.container_wrap .top .resourceType {
    width: 49%;
    height: 98px;
    background: #cecece;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.container_wrap .top .resourceType.on {
    background: #12a6f3;
}

.container_wrap .top .training-icon {
    width: 40px;
    height: 40px;
    background: url(../images/icon.png) no-repeat -112px -165px;
    display: inline-block;
    margin-top: 29px;
}

.container_wrap .top .activities-icon {
    width: 40px;
    height: 40px;
    background: url(../images/icon.png) no-repeat -171px -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 {
    margin: 20px 0;
}
.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: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;
}
.list-box{
    display: none;
}
.show{
    display: block;
}