@charset "utf-8";
.header-container {
    justify-content: flex-start;
}

.nav {
    margin-left: 30px;
    flex: none;
}

.four .four-content {
    margin-top: 8px;
    height: 162px;
    line-height: 27px;
    overflow: hidden;
    text-align: justify;
}

.four .more {
    margin-top: 12px;
}

.dowload {
    width: 400px;
    height: 515px;
    background: url(../images/mental.png);
}

.dowload .title2 {
    /* margin-top: 24px; */
    /* margin-left: 13px; */
}
.dowload i {
    background: url(../images/ICON_04.png);
}

.dow-content {
    width: 362.7px;
    height: 363px;
    overflow: hidden;
    font-family: PingFang SC-Medium, PingFang SC;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 33px;
    margin: 50px auto 0;
}

.sub-list {
    width: 100%;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 41px;
}

.list-container {
    width: 1206px;
    margin: 0 auto;
    /* margin-left: 346px; */
    display: flex;
    justify-content: space-between;
}
.left-list i {
    background: url(../images/ICON_08.png);
}
.right-list i{
    background: url(../images/ICON_07.png);
}
.list-container .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.list-container .title p {
    font-size: 26px;
    font-family: 'PingFang bold';
    /* font-weight: bold; */
    line-height: 47px;
    /* margin-left: 14px; */
}

.left-wrap {
    width: 100%;
    height: 319px;
    margin-top: 18px;
    border-left: 6px solid #F14A72;
}

.left-wrap ul {
    width: 680px;
    background: #F5F5F6;
    height: 100%;
    margin-left: 14px;
    padding: 36px 20px 35px 20px;
    border-radius: 12px 12px 12px 12px;
}

.right-list .list-wrap {
    margin-top: 18px;
}

.right-list .list-wrap {
    width: 474px;
    height: 320px;
    border-right: 6px solid #17AF0A;
    background: #F5F5F6;
    padding: 36px 20px 35px 20px;
    border-radius: 12px 12px 12px 12px;
}

.list-container .list-item {
    height: 40px;
    border-bottom: 1px solid #E1E1E1;
    display: flex;
    align-items: top;
    margin-top: 16px;
}
.list-item:hover .list-title{
    color:#0A56AF;
    text-decoration:underline;
}
.list-item .list-title {
    width: calc(100% - 85px);
    margin: 0;
    font-size: 16px;
    font-family: 'PingFang bold';
    font-weight: 500;
    color: #222222;
    line-height: 21px;
}

.list-item span {
    font-size: 16px;
    font-family: DINPro-Regular, DINPro;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
    margin-top: 2px;
}

.list-item:first-of-type {
    margin-top: 0;
}

.list-item:last-of-type {
    border: none;
}

.title.color1 p {
    color: #F14A72;
}

.title.color2 p {
    color: #17AF0A;
}

.list-container .title .more {
    display: block;
    font-size: 16px;
    height: 22px;
    font-family: PingFang bold;
    font-weight: 500;
    color: #222222;
    /* line-height: 19px; */
    padding-right: 40px;
    background: url(../images/more_icon.png) no-repeat center right;
    background-size: 15%;
}

.footer {
    background: url(../images/footer_ng.jpg) no-repeat #fff center;
}