.content1 .tabContainer ul {
    justify-content: space-evenly;
}


/*涓嬭浇涓績閫氱敤鏍峰紡*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Open Sans', Verdana, Geneva, Tahoma, sans-serif;
}


/* cateList start */


/* .cateList {
    height: 89.97px;
    position: relative;
    background-color: #fff;
    padding: 20px;
    transform: 0.5s;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.content1 .tabContainer {
    margin: 0;
    padding: 0;
    width: 0;
    overflow: hidden;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content1 .tabContainer a,
.content1 .tabContainer ul {
    margin: 0 10px;
}

.content1 .tabContainer ul li {
    list-style: none;
}

.content1 .tabContainer ul li span a {
    text-decoration: none;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.5s;
}

.content1 .tabContainer ul li span a:hover {
    color: #161919;
}

.cateList input {
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
}

.cateList .line {
    position: absolute;
    left: 30px;
    width: 30px;
    height: 4px;
    border-radius: 50px;
    background-color: black;
    pointer-events: none;
    transition: 0.5s;
}

.cateList .line:nth-child(1) {
    transform: translateY(-8px);
}

.cateList .line:nth-child(2) {
    transform: translateY(8px);
}

.content1 .tabContainer ul li span::after {
    bottom: -0.05rem !important;
} */


/*.cateList input:checked~.line {
    background-color: #f13f3f;
} 
.cateList input:checked~.tab1 {
    width: 1000px;
}

.cateList input:checked~.line:nth-child(2) {
    transform: translateY(0) rotate(-45deg);
}

.cateList input:checked~.line:nth-child(3) {
    transform: translateY(0) rotate(45deg);
} */


/* cateList end */


/* downList start */

section {
    position: relative;
    background: white;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.top_header {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    z-index: 1;
    padding: 20px;
    backdrop-filter: blur(25px);
}

.content1 {
    margin-top: 120px !important;
    margin-bottom: 100px;
}

.content1 .downList li {
    position: relative;
    display: flex;
    padding: 10px 0;
    border-radius: 10px;
    margin: 10px 0;
    cursor: pointer;
    /* transition: 0.5s; */
    overflow: hidden;
}


/* .content1 .downList li:hover {
    background: #fff;
    box-shadow: -15px 30px 50px rgba(255, 255, 255, 0.5);
    transform: scale(1.15) translateX(30px) translateY(-15px);
    z-index: 1000;
} */

.content1 .downList li .right .downI {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 10px;
}

.content1 .downList li .right .downI a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content1 .downList li .right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #b0b0b0;
}


/* .content1 .downList li div {
    transition: 0.5s;
} */

.content1 .downList li:hover div {
    color: #333;
}


/* downList end */

.content1 .innerWrap {
    display: flex;
    flex-direction: column;
}

.content1 .downList li .left h5 {
    line-height: 1.5 !important;
}

.content1 .downList li .right {
    position: absolute;
    right: 0;
}

.content1 .downList li .right div {
    line-height: 1.5 !important;
}

.fa-2x {
    bottom: 10px;
}

.content1 .downList li {
    height: 0.55rem;
}

.content1 .downList li .left {
    z-index: 1;
    width: 100%;
}

.content1 .downList li .left h5 {
    width: 100%;
}

.content1 .downList li .left h5 a {
    width: 100%;
    display: inline-block;
    color: #000;
    opacity: 0.9;
    filter: alpha(opacity=0.9);
}

@media screen and (max-width: 768px) and (orientation:portrait) {
    .content1 {
        margin-top: 7vh !important;
        height: auto !important;
        padding: 0.5vh 0 0 0.5vh !important;
        margin-bottom: 0;
    }
    .content1 .innerWrap {
        width: 98vw !important;
    }
    .content .innerWrap .title {
        margin-bottom: 3vh !important;
    }
    .content .innerWrap .title h1 {
        padding: 0.5vh 0 !important;
    }
    .content1 .cateList {
        height: 4vh;
        margin-bottom: 0.5vh !important;
        display: none !important;
    }
    .content1 .downList {
        padding-top: 2vh !important;
    }
    .content .innerWrap .title h1::after {
        width: 8vw !important;
        height: 2px !important;
    }
    .content1 .downList li {
        width: 98vw !important;
        display: flex;
        flex-direction: column;
        height: auto !important;
        margin-bottom: 1.5vh !important;
    }
    .content1 .downList li .left {
        width: 100% !important;
        height: auto !important;
    }
    .content1 .downList li .left h5 {
        margin-left: 1vw !important;
        padding-left: 1vw !important;
        width: 100%;
        height: 100% !important;
    }
    .content1 .downList li .left h5 a {
        width: 100%;
        height: 100%;
        display: block;
        /* margin-top: 1.2vh !important; */
        line-height: 100%;
        font-size: 3.5vw;
        margin: 0.5vh 0 0.5vh 0;
    }
    .content1 .downList li .right {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 100% !important;
        height: 2vh !important;
        margin: 0;
    }
    .content1 .downList li .right div {
        font-size: 3vw !important;
        white-space: nowrap;
        height: 100%;
        line-height: 100%;
    }
    .fa-download:before {
        position: relative;
        top: 4px;
        font-size: 18px;
    }
    .content1 .downList li:hover {
        transform: initial;
    }
}

@media screen and (max-width: 920px) and (orientation:landscape) {
    .content1 {
        margin-top: 25vh !important;
        height: auto !important;
        padding: 0.5vh 0 0 0.5vh !important;
        margin-bottom: 0;
    }
    .content1 .innerWrap {
        width: 98vw !important;
    }
    .content .innerWrap .title {
        margin-bottom: 3vh !important;
    }
    .content .innerWrap .title h1 {
        padding: 0.5vh 0 !important;
    }
    .content1 .cateList {
        height: 4vh;
        margin-bottom: 0.5vh !important;
        display: none !important;
    }
    .content1 .downList {
        padding-top: 2vh !important;
    }
    .content .innerWrap .title h1::after {
        width: 8vw !important;
        height: 2px !important;
    }
    .content1 .downList li {
        width: 98vw !important;
        display: flex;
        flex-direction: column;
        height: auto !important;
        margin-bottom: 1.5vh !important;
    }
    .content1 .downList li .left {
        width: 100% !important;
        height: auto !important;
    }
    .content1 .downList li .left h5 {
        margin-left: 2.8vw !important;
        padding-left: 1vw !important;
        width: 100%;
        height: 100% !important;
    }
    .content1 .downList li .left h5 a {
        width: 100%;
        height: 100%;
        display: block;
        /* margin-top: 1.2vh !important; */
        line-height: 100%;
        font-size: 2.5vw;
        margin: 0.5vh 0 0.5vh 0;
    }
    .content1 .downList li .right {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 100% !important;
        height: 5vh !important;
        margin: 0.5vh 0 0.5vh 0;
    }
    .content1 .downList li .right div {
        font-size: 2.5vw !important;
        white-space: nowrap;
        height: 100%;
        line-height: 100%;
    }
    .fa-download:before {
        position: relative;
        top: 2px;
        font-size: 30px;
    }
    .content1 .downList li:hover {
        transform: initial;
    }
    .footer {
        display: none !important;
    }
}

@media screen and (max-width: 920px) and (min-width: 768px) and (orientation:portrait) {
    section {
        align-items: initial;
    }
    .content1 {
        margin-top: 6vh !important;
        height: auto !important;
        padding: 0.5vh 0 0 0.5vh !important;
        margin-bottom: 0 !important;
    }
    .content1 .innerWrap {
        width: 98vw !important;
    }
    .content .innerWrap {
        margin: 0 auto !important;
    }
    .content .innerWrap .title {
        margin-bottom: 1vh !important;
    }
    .content .innerWrap .title h1 {
        padding: 0.5vh 0 !important;
    }
    .content1 .tabContainer ul {
        justify-content: space-evenly;
    }
    .content1 .downList {
        padding-top: 2vh !important;
    }
    .content .innerWrap .title h1::after {
        width: 8vw !important;
        height: 2px !important;
    }
    .content1 .downList li {
        width: 90vw !important;
        height: auto !important;
        margin-bottom: 1.5vh !important;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 10px auto !important;
    }
    .content1 .downList li .left {
        width: auto !important;
        height: auto !important;
    }
    .content1 .downList li .left h5 {
        margin-left: 1vw !important;
        padding-left: 1vw !important;
        width: 100%;
        height: 100% !important;
    }
    .content1 .downList li .left h5 a {
        width: 100%;
        height: 100%;
        display: block;
        /* margin-top: 1.2vh !important; */
        line-height: 100%;
        font-size: 1.6vw;
        margin: 0.5vh 0 0.5vh 0;
    }
    .content1 .downList li .right {
        display: flex;
        justify-content: end;
        flex-direction: row;
        width: auto !important;
        height: 2vh !important;
        position: relative !important;
    }
    .content1 .downList li .right div {
        margin: 0 0.5vw;
        font-size: 1.7vw !important;
        white-space: nowrap;
        height: 100%;
        line-height: 100%;
    }
    .content1 .downList li .right .downContent {
        width: auto !important;
    }
    .content1 .downList li .right .downDate {
        width: auto !important;
    }
    .content1 .downList li .right .downI {
        width: auto !important;
    }
    .fa-download:before {
        font-size: 25px;
        position: relative;
        top: 5px;
    }
    .footer {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 920px) and (orientation:landscape) {
    .content1 {
        margin-top: 10vh !important;
        height: auto !important;
        padding: 0.5vh 0 0 0.5vh !important;
    }
    .content1 .innerWrap {
        width: 98vw !important;
    }
    .content .innerWrap {
        margin: 0 auto !important;
    }
    .content .innerWrap .title {
        margin-bottom: 3vh !important;
    }
    .content .innerWrap .title h1 {
        padding: 0.5vh 0 !important;
    }
    .content1 .cateList {
        height: 4vh;
        margin-bottom: 0.5vh !important;
        display: none !important;
    }
    .content1 .downList {
        padding-top: 2vh !important;
    }
    .content .innerWrap .title h1::after {
        width: 8vw !important;
        height: 2px !important;
    }
    .content1 .downList li {
        width: 70vw !important;
        height: auto !important;
        margin-bottom: 1.5vh !important;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 10px auto !important;
    }
    .content1 .downList li .left {
        width: auto !important;
        height: auto !important;
    }
    .content1 .downList li .left h5 {
        margin-left: 1vw !important;
        padding-left: 1vw !important;
        width: 100%;
        height: 100% !important;
    }
    .content1 .downList li .left h5 a {
        width: 100%;
        height: 100%;
        display: block;
        /* margin-top: 1.2vh !important; */
        line-height: 100%;
        font-size: 1.2vw;
        margin: 0.5vh 0 0.5vh 0;
    }
    .content1 .downList li .right {
        display: flex;
        justify-content: end;
        flex-direction: row;
        width: auto !important;
        height: 2vh !important;
        position: relative !important;
    }
    .content1 .downList li .right div {
        margin: 0 0.5vw;
        font-size: 1.2vw !important;
        white-space: nowrap;
        height: 100%;
        line-height: 100%;
    }
    .content1 .downList li .right .downContent {
        width: auto !important;
    }
    .content1 .downList li .right .downDate {
        width: auto !important;
    }
    .content1 .downList li .right .downI {
        width: auto !important;
    }
    .fa-download:before {
        font-size: 25px;
        position: relative;
        top: 5px;
    }
    .footer {
        display: none !important;
    }
}