@charset "utf-8";
@import './normal.css';

span{
    font-size: 14px;
    line-height: 30px;
}

.div-top {
    width: 100%;
    height: 10rem;
}

.div-All {
    width: 100%;
    display: flex;
}

.div-left {
    margin-left: 3rem;
}

.div-left-item1 {
    display: flex;
    margin-top: 0.7rem;
}

.div-left-item2 {
    display: flex;
    justify-content: center;
    margin-top: 0.6rem;
    width: 260px;
    height: 100px;
    color: #ffffff;
    font-size: 24px;
    line-height: 100px;
    background-color: #009e53;
}

.div-left-item3 {
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
    width: 260px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    background-color: #f3f3f3;
    cursor: pointer;
}

.div-right {
    width: 60%;
}

.div-right-item1 {
    border-bottom: 1px dashed #cdcdcd;
    margin-top: 1rem;
}

.div-right-item2 {
    font-size: 26px;
    margin: 0.5rem 0 0 0.5rem
}

.div-right-item3 {
    border-bottom: 5px solid #009e53;
    width: 1.1rem;
    margin: 0.3rem 0 0 0.51rem
}

.div-right-item4 {
    margin-left: 3%;
    width: 97%;
    height: 8rem;
    margin-top: 0.8rem;
}

.div-right-item5 {
    margin-top: 0.5rem;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: left;
    word-wrap: break-word;
    word-break: normal;
    margin-left: 3%;
}