.banner{

    width: 100%;

    height: 382px;

    background: url("../images/banner_04.jpg") top center no-repeat;

}

.document_type_wrap{

    width: 100%;

    height: 49px;

    background-color: #efefef;

    padding-top: 15px;

}

.document_type_list{

    width: 1200px;

    height: 34px;

    margin: 0 auto;

    display: flex;

    flex-direction: row;

    align-items: center;

    justify-content: center;

}

.document_type_list .document_type{

    width: 119px;

    height: 16px;

    text-align: center;

    border-right: 1px solid #d3d3d3;

    background-color: transparent;

    font-size: 14px;

    line-height: 16px;

    color: #585858;

    cursor: pointer;

}

.document_type_list .document_type:hover{

    width: 120px;

    height: 34px;

    line-height: 34px;

    font-size: 14px;

    color: #ffffff;

    background-color: #004b99;

    border-right: none;

}

.document_type_list .document_type:last-child{

    width: 120px;

    border-right: none;

}

.document_type_list .document_type.type_active{

    width: 120px;

    height: 34px;

    line-height: 34px;

    font-size: 14px;

    color: #ffffff;

    background-color: #004b99;

    border-right: none;

}

.document_list_wrap{

    width: 100%;

    height: auto;

    background-color: #ffffff;

    padding-top: 36px;

    padding-bottom: 100px;

}

.document_list_wrap .document_list{

    width: 1176px;

    height: auto;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: space-between;

    margin: 0 auto;

}

.document_list_wrap .document_list .document_content{

    width: 1176px;

    height: 48px;

    display: flex;

    flex-direction: row;

    align-items: center;

    justify-content: space-between;

    padding-top: 30px;

    padding-bottom: 24px;

    border-bottom: 1px dashed #e1e1e1;

    

}

.document_list_wrap .document_list .document_content .content_left{

    width: 700px;

    height: 48px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: space-between;

    text-align: left;

}

.document_list_wrap .document_list .document_content .doc_name{

    color: #000000;

    font-size: 14px;

}

.document_list_wrap .document_list .document_content .name_active{

    color: #004b99;

}

.document_list_wrap .document_list .document_content .doc_msg{

    color: #a6a6a6;

    font-size: 12px;

}

.document_list_wrap .document_list .document_content .content_right{

    width: 108px;

    height: 35px;

    cursor: pointer;

}