.download-zone {
    padding: 0.5rem 0 0.2rem;
    background: #f7f9fc;}

.download-zone .wzgg {
    margin: 0 auto;
    width: 1640px;
    max-width: 94%;}

.download-zone .tit1 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0.1rem;}

.download-zone .tit1_c2 {
    text-align: center;
    justify-content: center;}

.download-zone .tit1 .ll {
    position: relative;
    z-index: 1;
    padding: 6px 12px 46px;}

.download-zone .tit1 h3 {
    font-size: 32px;
    line-height: 1.08;
    color: #054da2;
    font-weight: 700;
    position: relative;
    z-index: 2;}

.download-zone .tit1 h4,
.download-zone .tit1_c2 h4 {
    font-size: 40px;
    color: #075dc9;
    opacity: 0.08;
    font-family: "Canela Web", "Times New Roman", serif;
    text-transform: uppercase;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
    letter-spacing: 1px;}

.download-zone .tit1 .tit1_decor {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 172px;
    height: 36px;}

.download-zone .tit1 .tit1_decor::before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 17px;
    border-top: 1px dashed #b9bfd7;}

.download-zone .tit1 .tit1_decor::after {
    content: "⌂";
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    color: #2f78d8;
    font-size: 13px;
    line-height: 1;
    background: #f7f9fc;
    padding: 0 7px;
    z-index: 2;}

.download-zone .tit1 .tit1_decor i,
.download-zone .tit1 .tit1_decor b {
    position: absolute;
    top: 8px;
    width: 36px;
    height: 18px;
    border-top: 1px dashed #c9cfe2;}

.download-zone .tit1 .tit1_decor i {
    left: 0;
    border-radius: 24px 24px 0 0;}

.download-zone .tit1 .tit1_decor b {
    right: 0;
    border-radius: 24px 24px 0 0;}

.download-zone .wzgg_nr ul {
    padding: 5px 0 0;
    overflow: hidden;
    margin-left: -30px;}

.download-zone .wzgg_nr li {
    float: left;
    width: 33.33%;
    padding: 30px 0 0 30px;
    box-sizing: border-box;}

.download-zone .wzgg_nr a {
    display: block;
    background: #fff;
    overflow: hidden;
    padding: 20px 25px;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}

.download-zone .wzgg_left {
    float: right;
    width: 60px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;}

.download-zone .wzgg_left h2 {
    color: #313131;
    font-size: 30px;
    background: #fff;
    padding-top: 7px;
    font-family: "Times New Roman", Times, serif;}

.download-zone .wzgg_left p {
    font-size: 12px;
    color: #fff;
    background: #034dac;
    padding: 6px 0;}

.download-zone .wzgg_right {
    float: left;
    width: calc(100% - 90px);
    padding-top: 10px;}

.download-zone .wzgg_right p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.download-zone .wzgg_nr a:hover {
    background: #034dac;}

.download-zone .wzgg_nr a:hover .wzgg_right p {
    color: #fff;}

.download-zone .wzgg_nr a:hover .wzgg_left p {
    background: #ddd;
    color: #034dac;}

.download-zone .more_2 {
    width: 157px;
    height: 44px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem auto 0.3rem;}

.download-zone .more_2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0;
    transition: 0.5s;
    z-index: -1;}

.download-zone .more_2 svg {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;}

.download-zone .more_2 .cls-1 {
    fill: #075dc9;}

.download-zone .more_2 span {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    position: relative;
    transition: 0.5s;}

.download-zone .more_2:hover span {
    color: #fff;}

.download-zone .more_2:hover:before {
    width: 100%;
    background: #075dc9;
    left: 0;}

@media (max-width: 980px) {
    .download-zone .tit1 h3 {
        font-size: 40px;}

    .download-zone .tit1 h4,
    .download-zone .tit1_c2 h4 {
        font-size: 72px;
        top: -18px;}

    .download-zone .wzgg_nr li {
        width: 50%;}
}

@media (max-width: 640px) {
    .download-zone .tit1 h3 {
        font-size: 32px;}

    .download-zone .tit1 h4,
    .download-zone .tit1_c2 h4 {
        font-size: 52px;
        top: -12px;}

    .download-zone .wzgg_nr li {
        width: 100%;}
}
