.typeLayout.type4_2 .documentList .documentItem .item,
.typeLayout.type4_2 .documentList .documentItem .item .icon svg path,
.typeLayout.type4_2 .documentList .documentItem .item .title,
.typeLayout.type4_2 .documentList .documentItem .item .title img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.mainArea {
    padding-bottom: 30px;
}
@media (max-width: 1200px) {
    .mainArea {
        padding-bottom: 0px;
    }
}
.typeLayout.type4_2 {
    padding-top: 61px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 {
        padding-top: 30px;
    }
}
.typeLayout.type4_2 .topNote {
    margin-bottom: 69px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .topNote {
        margin-bottom: 45px;
    }
}
.typeLayout.type4_2 .wrap {
    max-width: 1540px;
}
.typeLayout.type4_2 .classHeadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 35px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .classHeadBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .typeLayout.type4_2 .classHeadBox {
        padding-bottom: 5px;
    }
}
.typeLayout.type4_2 .classHeadBox > .title {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .classHeadBox > .title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: left;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}
.typeLayout.type4_2 .classHeadBox > .title .note {
    font-size: 22px;
    font-weight: 500;
    margin-left: 20px;
    padding-right: 32px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .classHeadBox > .title .note {
        margin-left: 10px;
        padding-right: 0;
    }
}
.typeLayout.type4_2 .classHeadBox .line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 90px;
    background-clip: content-box;
    background-color: #e5e5e5;
    height: 1px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .classHeadBox .line {
        display: none;
    }
}
.typeLayout.type4_2 .classHeadBox .selectBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .classHeadBox .selectBox {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
}
.typeLayout.type4_2 .classHeadBox .selectBox .title {
    color: #333333;
    font-size: 17px;
    display: inline-block;
    margin-right: 30px;
    letter-spacing: 1px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .classHeadBox .selectBox .title {
        display: none;
    }
}
.typeLayout.type4_2 .classHeadBox .selectBox .selector {
    min-width: 240px;
    border-radius: 99px;
    border: 1px solid #c5c5c5;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .classHeadBox .selectBox .selector {
        width: 100%;
        margin-bottom: 30px;
    }
}
.typeLayout.type4_2 .classHeadBox .selectBox .selector .icon {
    position: absolute;
    right: 30px;
}
.typeLayout.type4_2 .classHeadBox .selectBox .selector select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 60px;
    border: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 50px;
    font-size: 17px;
    color: #333333;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .classHeadBox .selectBox .selector select {
        height: 52px;
    }
}
.typeLayout.type4_2 .groupList .groupItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1400px) {
    .typeLayout.type4_2 .groupList .groupItem {
        margin-bottom: 40px;
    }
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .groupList .groupItem {
        padding-bottom: 30px;
    }
}
.typeLayout.type4_2 .groupList .groupItem:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}
@media (max-width: 1400px) {
    .typeLayout.type4_2 .groupList .groupItem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.typeLayout.type4_2 .groupList .groupItem .groupInfo {
    padding-top: 8px;
    padding-right: 30px;
    max-width: 400px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 1400px) {
    .typeLayout.type4_2 .groupList .groupItem .groupInfo {
        padding-right: 0;
        margin-bottom: 30px;
        max-width: none;
    }
}
.typeLayout.type4_2 .groupList .groupItem .groupInfo .title {
    font-size: 22px;
    font-weight: 400;
    padding: 0 35px;
    position: relative;
    letter-spacing: 1.2px;
}
@media (max-width: 1400px) {
    .typeLayout.type4_2 .groupList .groupItem .groupInfo .title {
        margin-right: auto;
        padding: 0 30px;
    }
}
.typeLayout.type4_2 .groupList .groupItem .groupInfo .title:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #cccccc;
    left: 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.typeLayout.type4_2 .groupList .groupItem .groupInfo .title:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #cccccc;
    right: 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.typeLayout.type4_2 .groupList .groupItem .groupInfo .info {
    display: block;
    font-size: 17px;
    margin-top: 20px;
}
.typeLayout.type4_2 .groupList ~ .documentList {
    border-top: 1px solid #e5e5e5;
    padding-top: 60px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .groupList ~ .documentList {
        padding-top: 50px;
    }
}
.typeLayout.type4_2 .groupList ~ .documentList.noData {
    border-top: 0;
}
.typeLayout.type4_2 .groupList ~ .documentList .documentItem:last-of-type {
    margin-bottom: 100px;
}
.typeLayout.type4_2 .documentList {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.typeLayout.type4_2 .documentList .documentItem {
    width: 100%;
    margin-bottom: 20px;
}
.typeLayout.type4_2 .documentList .documentItem .item {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 40px;
    position: relative;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .documentList .documentItem .item {
        min-height: 60px;
        padding: 10px 20px;
    }
}
.typeLayout.type4_2 .documentList .documentItem .item:hover {
    background-color: #f7f7f7;
    border-color: #004998;
}
.typeLayout.type4_2 .documentList .documentItem .item:hover .title {
    color: #004998;
}
.typeLayout.type4_2 .documentList .documentItem .item:hover .title img {
    -webkit-filter: none;
    filter: none;
}
.typeLayout.type4_2 .documentList .documentItem .item:hover .icon svg path {
    stroke: #004998;
}
.typeLayout.type4_2 .documentList .documentItem .item .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.typeLayout.type4_2 .documentList .documentItem .item .icon {
    padding-right: 30px;
    position: relative;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .documentList .documentItem .item .icon {
        padding-right: 20px;
        margin-right: 20px;
    }
}
.typeLayout.type4_2 .documentList .documentItem .item .icon:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #dddddd;
    right: 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.typeLayout.type4_2 .documentList .documentItem .item .icon svg {
    width: 40px;
    height: 40px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .documentList .documentItem .item .icon svg {
        width: 28px;
        height: 28px;
    }
}
.typeLayout.type4_2 .documentList .documentItem .item .title {
    color: #333333;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding-right: 10px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .documentList .documentItem .item .title {
        padding-right: 0;
    }
}
.typeLayout.type4_2 .documentList .documentItem .item .title img {
    margin-left: 10px;
    width: 10px;
    height: 10px;
    -webkit-filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(161deg) brightness(97%) contrast(86%);
    filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(161deg) brightness(97%) contrast(86%);
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .documentList .documentItem .item .title img {
        margin-left: 5px;
    }
}
.typeLayout.type4_2 .documentList .documentItem .item .info {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.typeLayout.type4_2 .documentList .documentItem .item .info .year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.typeLayout.type4_2 .documentList .documentItem .item .info .text {
    font-size: 13px;
    font-weight: bold;
    color: #004998;
    position: relative;
    padding-left: 23px;
    margin-left: 23px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .documentList .documentItem .item .info .text {
        padding-left: 20px;
        margin-left: 0;
    }
}
.typeLayout.type4_2 .documentList .documentItem .item .info .text:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #e5e5e5;
    left: 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .documentList .documentItem .item .info .text:before {
        display: none;
    }
}
.typeLayout.type4_2 .documentList .documentItem .item .info .note {
    color: #444444;
    font-style: 13px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_2 .documentList .documentItem .item .info .note {
        display: none;
    }
}
