.pc .remark {
    margin-bottom: 50px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #28318B;
    line-height: 30px;
}

.pc .list {
}

.pc .list .item {

}

.pc .list .item .item-first {
    width: 100%;
    /* min-height: 80px; */
    background: #EDF6F3;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #009C45;
    /* line-height: 30px; */
    padding: 20px 35px;
    position: relative;
}

.pc .list .item .item-first::after {
    position: absolute;
    top: 0;
    left: 6px;
    width: 14px;
    height: 22px;
    background-image: url('../../image/before.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: ' ';
}

.pc .list .item .item-second {
    padding: 20px 35px;
    font-size: 16px;
    line-height: 20px;
}

.pc .list .item .item-second-desc {
    font-size: 18px;
    color: #000000;
    position: relative;
    padding: 20px 60px 20px 10px;
    cursor: pointer;
}
.pc .list .item .item-second-desc a{
    color: #000000;
}

.pc .list .item .item-second-desc::after {
    position: absolute;
    left: 0px;
    top: 24px;
    margin: auto;
    content: ' ';
    width: 4px;
    height: 16px;
    background-color: #009C45;

}

.pc .list .item .item-second-desc:hover {
    background-color: #009C45;
    color: #fff;
}

.pc .list .item .item-second-desc:hover a {
    color: #fff;
}

.isPDF {
    position: relative;
}

.pc .list .item .isPDF:hover:before {
    position: absolute;
    right: 20px;
    top: 0px;
    bottom: 0;
    margin: auto;
    content: ' ';
    width: 38px;
    height: 38px;
    background-image: url('../../image/download.png');
    background-repeat: no-repeat;
    background-size: contain;
}


.phone .remark {
    margin-bottom: 3.125rem;
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #28318B;
    line-height: 1.875rem;
}

.phone .list {
}

.phone .list .item {

}

.phone .list .item .item-first {
    width: 100%;
    /* min-height: 5rem; */
    background: #EDF6F3;
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #009C45;
    /* line-height: 1.875rem; */
    padding: 1.25rem 2.1875rem;
    position: relative;
}

.phone .list .item .item-first::after {
    position: absolute;
    top: 0;
    left: 0.375rem;
    width: 0.9375rem;
    height: 1.375rem;
    background-image: url('../../image/before.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: ' ';
}

.phone .list .item .item-second {
    padding: 1.25rem 2.1875rem;
    font-size: 1rem;
}

.phone .list .item .item-second-desc {
    color: #000000;
    position: relative;
    font-size: 1.125rem;
    padding: 1.25rem 3.75rem 1.25rem 0.625rem;
    cursor: pointer;

}
.phone .list .item .item-second-desc a{
    color: #000000;
}

.phone .list .item .item-second-desc::after {
    position: absolute;
    left: 0px;
    top: 1.75rem;
    /* bottom: 0; */
    margin: auto;
    content: ' ';
    width: 0.25rem;
    height: 1rem;
    background-color: #009C45;

}

.phone .list .item .item-second-desc:hover {
    background-color: #009C45;
    color: #fff;
}
.phone .list .item .item-second-desc:hover a{
    color: #fff;
}

.phone .list .item .isPDF:hover:before {
    position: absolute;
    right: 1.25rem;
    top: 0px;
    bottom: 0;
    margin: auto;
    content: ' ';
    width: 2.375rem;
    height: 2.375rem;
    background-image: url('../../image/download.png');
    background-repeat: no-repeat;
    background-size: contain;
}