.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: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.download_title {
    text-align: center;
    font-size: 48px;
    margin-top: 35px;
    color: #222222;
}

.document_list ul {
    width: 100%;
}

.document_list ul li {
    /*width: 100%;*/
    border-radius: 6px;
    border: solid 1px #dddddd;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    margin-bottom: 30px;
}

.document_list_img {
    width: 198px;
    border: solid 1px #dddddd;
    background-color: #f4f4f4;
    text-align: center;
    height: 178px;
}

.document_list_img>img {
    width: 100%;
    /*margin: auto;*/
    /*line-height: auto;*/
    /*margin-top: 30%;*/
}

.document_list_btn {
    display: flex;
    justify-content: space-between;
    width: 35%;
    margin-top: 2%;
}

.document_list_btn a {
    width: 45%;
    text-align: center;
    padding: 6px 0;
    font-size: 15px;
    font-weight: bold;
    border-radius: 6px;
}

.document_list_info {
    width: 900px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}

.blue {
    background-color: #097ad8;
    color: #ffffff;
}

.gray {
    background-color: #f3f3f3;
    border: solid 1px #dddddd;
    color: #555555;
}

.document_list_info .document_list_p_title {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 1%;
}

.document_list_info p {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.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;
    cursor: pointer;
}

.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;
}