.com_tit h3 {
    font-size: 42px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 40px;
    font-family: "USB";
}

.com_tit {
    position: relative;
}

.com_tit:before {
    position: relative;
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    margin-bottom: 10px;
    background-color: #08469b;
}

.n_download {
    padding: 40px 0 60px;
}

.n_download ul {}

.n_download ul li .bot p {
    font-size: 16px;
}

.n_download ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    padding: 20px 35px;
    background: #eceef0;
    margin-bottom: 30px;
}

.n_download ul li a {
    display: block;
}

.n_download ul li:nth-child(2n) {
    margin-right: 0;
}

.n_download ul li .time {
    margin-top: 15px;
    font-size: 16px;
    color: #363636;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.n_download ul li h4 {
    font-size: 26px;
    color: #363636;
    font-weight: bold;
    line-height: 25px;
    height: 50px;
    margin: 20px 0 20px;
    font-weight: bold;
}

.n_download ul li .bot {
    margin-bottom: 15px;
}

.n_download ul li .bot .ico {
    color: #767676;
    line-height: 40px;
}

.n_download ul li .bot .ico i {
    font-size: 28px;
    color: #08469b;
    margin-right: 10px;
}

.n_download ul li .bot .ico p {
    font-size: 16px;
}

.n_download ul li .bot span {
    padding: 15px 20px;
    font-size: 14px;
    color: #5e5e5e;
    text-transform: uppercase;
    border: 1px solid #bcbec0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.n_download ul li:hover .bot span {
    background-color: #08469b;
    border-color: #08469b;
    color: white;
}

.n_download ul li .bot span i {
    margin-right: 10px;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fr {
    float: right;
}

.fl {
    float: left;
}


/* .n_download ul li .bot span p {} */

@media (max-width: 1000px) {
    .n_download ul li {
        width: 100%;
    }

    .n_download ul li .bot span {
        padding: 12px 14px;
        font-size: 8px;
    }

    .sortnav {
        margin-top: 3%;
    }

    .sortnav ul {
        box-shadow: 0 10px 25px -4px rgba(37, 189, 163, 0.18);
    }

    .sortnav ul li a {
        transition: all .5s;
        display: block;
        position: relative;
        height: 100%;
        text-align: center;
        height: 70px;
        line-height: 70px;
        background: #fff;
        color: #2e2d3c;
        font-size: 18px;
        font-family: "USB";
        /* font-weight: 700; */
    }

    .sortnav ul li.active a,
    .sortnav ul li:hover a {
        transition: all .5s;
        color: white;
        background-color: #08469b;
    }

    .sortnav ul li {
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        width: 100%;
        /* flex-grow: 1; */
    }

    .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .f-jsb {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    @media only screen and (max-width: 640px) {
        .flex {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            flex-direction: column;
        }}
.obox {
    max-width: 1600px;
    min-width: 100px;
    width: 100%;}
       .n_download ul li h4 {
    font-size: 16px;}
    }
    
    @media screen and (max-width: 600px){
    .header-wrapper .logo-box img {width: 100%;height: 46px;}
    .header-wrapper .navbox { height: 67px;}
.n_download {padding: 40px 0 0;}
}
