a:visited {
    line-height: 1.6;
    text-decoration: none;
    color: #000000;
}

a:hover {
    line-height: 1.6;
    color: #990033;
    text-decoration: underline;
}

a:link {
    line-height: 1.6;
    text-decoration: none;
    color: #000000;
}

a.more:hover {
    line-height: 1.6;
    color: #000000;
    text-decoration: underline;
}

a {
    cursor: pointer;
}

.list {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.list .left {
    width: 25%;
    display: flex;
    color: #ffffff;
    background-color: #F3FFE3;
    flex-direction: column;
    text-align: center;

}

.list .left > a {
    cursor: pointer;
}


.list .left a:visited {
    display: block;
    min-height: 2.0em;
    vertical-align: middle;
    height: auto;
    line-height: 2.0em;
    padding: 0px 10px 0px 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 100%;
}

.list .left a:visited {
    font-size: 14px;
    line-height: 2.2;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

.list .left a:hover {
    background-color: rgb(225, 225, 225);
    color: rgb(42, 90, 138);
    text-decoration: none;
}

.list .left a:link {
    font-size: 14px;
    line-height: 2.2;
    text-decoration: none;
    font-weight: bold;
}

.list .left .item {
    border-top: 1px solid rgb(200, 200, 200);
    /*color: rgb(70, 122, 167);*/
}

.list .left a:last-child {
    border-bottom: 1px solid rgb(200, 200, 200);
    /*color: rgb(70, 122, 167);*/
}

.list .left .title {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #4E9E00;
}

.list .right {
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.list .right .title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid green;
}


.list .right .title > p {
    float: right;
    margin-right: 20px;

}

.list .right .item {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list .right .item .more {
    line-height: 30px;
}

.list .right .itemList {
    display: flex;
    flex-direction: column;
}

.list .right .itemList .listItem {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed grey;c
}

.list .right .itemList .listItem > a {
    display: flex;
    align-items: center;
}

.list .right .itemList .listItem > a > img {
    width: 12px;
    height: 12px;
}