@media screen and (min-width: 1180px) {

    .navigate {
        position: relative;
        font-size: 16px;
        margin-top: 27px;
        margin-bottom: 35px;
        width: 1024px;
    }

    .box > .title {
        color: #007C41;
        font-size: 35px;
        margin-top: 20px;
        margin-bottom: 35px;
        text-align: center;
        font-weight: bold;
    }

    .content .box .tags {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

    .content .box .tags .item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: default;
    }

    .content .box .tags .item-show {
        border-bottom: 3px solid #C72634;
    }

    .content .box .tags {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

    .content .box .tags .item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: pointer;
    }

    .content .box .tags .item-show {
        border-bottom: 3px solid #C72634;
    }

    .box-1 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 1024px;
        margin-top: 40px;
    }

    .box-1 .text {
        width: 500px;
        margin: 0 5% 0 0;
    }

    .box-1 .text .title {
        width: 100%;
        height: 40px;
        background-size: 100% 100%;
    }

    .box-1 .text .title p {
        font-size: 22px;
        color: #fff;
        padding-top: 4px;
        padding-left: 50px;
    }

    .box-1 .text .con {
        width: 100%;
        padding-top: 20px;
        line-height: 26px;
    }

    .box-1 .img {
        width: 450px;
    }

    .box-2 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 1024px;
        margin-top: 40px;
    }

    .box-2 .img {
        width: 450px;
    }

    .box-2 .text {
        width: 500px;
        margin: 0 0 0 5%;
    }

    .box-2 .text .title {
        width: 100%;
        height: 40px;
        background-size: 100% 100%;
    }

    .box-2 .text .title p {
        font-size: 24px;
        color: #fff;
        padding-top: 4px;
        padding-left: 50px;
    }

    .box-2 .text .con {
        width: 100%;
        padding-top: 20px;
        line-height: 26px;
    }


    .box-3 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 1024px;
        margin-top: 40px;
    }

    .box-3 .title {
        width: 584px;
        height: 49px;
        background-size: 100% 100%;
    }

    .box-3 .title p {
        font-size: 24px;
        color: #fff;
        padding-top: 8px;
        padding-left: 60px;
    }

    .box-3 .con {
        width: 100%;
        padding-top: 20px;
        line-height: 26px;
    }

}

@media screen and (min-width: 769px) and (max-width: 1180px) {

    html body .pad {
        display: none;
        position: absolute;
    }

    .content {
        width: 96%;
    }

    .navigate {
        margin-top: 2rem;
        font-size: 1.5rem;
        width: 95%;
        margin-bottom: 2rem;
    }

    .box > .title {
        color: #007C41;
        font-size: 35px;
        margin-top: 20px;
        margin-bottom: 35px;
        text-align: center;
        font-weight: bold;
    }

    .content .box .tags {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

    .content .box .tags .item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: default;
    }

    .content .box .tags .item-show {
        border-bottom: 3px solid #C72634;
    }

    .box {
        color: #707070;
        font-size: 14px;
    }

    .box-1 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 40px;
    }

    .box-1 .text {
        width: 50%;
        margin: 0 5% 0 0;
    }

    .box-1 .text .title {
        width: 100%;
        height: 40px;
        background-size: 100% 100%;
    }

    .box-1 .text .title p {
        font-size: 19px;
        color: #fff;
        padding-top: 7px;
        padding-left: 46px;
    }

    .box-1 .text .con {
        width: 100%;
        padding-top: 20px;
        line-height: 23px;
    }

    .box-1 .img {
        width: 45%;
    }

    .box-2 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 40px;
    }

    .box-2 .img {
        width: 45%;
    }

    .box-2 .text {
        width: 50%;
        margin: 0 0 0 5%;
    }

    .box-2 .text .title {
        width: 100%;
        height: 40px;
        background-size: 100% 100%;
    }

    .box-2 .text .title p {
        font-size: 19px;
        color: #fff;
        padding-top: 7px;
        padding-left: 46px;
    }

    .box-2 .text .con {
        width: 100%;
        padding-top: 20px;
        line-height: 23px;
    }


    .box-3 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 40px;
    }

    .box-3 .title {
        width: 584px;
        height: 49px;
        background-size: 100% 100%;
    }

    .box-3 .title p {
        font-size: 24px;
        color: #fff;
        padding-top: 8px;
        padding-left: 60px;
    }

    .box-3 .con {
        width: 100%;
        padding-top: 20px;
        line-height: 23px;
    }


}

@media screen and (min-width: 480px) and (max-width: 769px) {
    html body .pad {
        display: none;
        position: absolute;
    }

    .content {
        width: 96%;
    }

    .navigate {
        margin-top: 2rem;
        font-size: 1.5rem;
        width: 95%;
        margin-bottom: 2rem;
    }

    .box > .title {
        color: #007C41;
        font-size: 35px;
        margin-top: 20px;
        margin-bottom: 35px;
        text-align: center;
        font-weight: bold;
    }

    .content .box .tags {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

    .content .box .tags .item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: default;
    }

    .content .box .tags .item-show {
        border-bottom: 3px solid #C72634;
    }

    .box {
        color: #707070;
        font-size: 14px;
    }

    .box-1 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 40px;
    }

    .box-1 .text {
        width: 50%;
        margin: 0 5% 0 0;
    }

    .box-1 .text .title {
        width: 100%;
        height: 30px;
        background-size: 100% 100%;
    }

    .box-1 .text .title p {
        font-size: 16px;
        color: #fff;
        padding-top: 4px;
        padding-left: 33px;
    }

    .box-1 .text .con {
        width: 100%;
        padding-top: 20px;
        line-height: 23px;
    }

    .box-1 .img {
        width: 45%;
    }

    .box-2 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 40px;
    }

    .box-2 .img {
        width: 45%;
    }

    .box-2 .text {
        width: 50%;
        margin: 0 0 0 5%;
    }

    .box-2 .text .title {
        width: 100%;
        height: 30px;
        background-size: 100% 100%;
    }

    .box-2 .text .title p {
        font-size: 16px;
        color: #fff;
        padding-top: 4px;
        padding-left: 33px;
    }

    .box-2 .text .con {
        width: 100%;
        padding-top: 20px;
        line-height: 23px;
    }


    .box-3 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 40px;
    }

    .box-3 .title {
        width: 584px;
        height: 49px;
        background-size: 100% 100%;
    }

    .box-3 .title p {
        font-size: 24px;
        color: #fff;
        padding-top: 8px;
        padding-left: 60px;
    }

    .box-3 .con {
        width: 100%;
        padding-top: 20px;
        line-height: 23px;
    }
}


@media screen and (max-width: 480px) {

    .content {
        margin-bottom: 40px;
        text-align: justify;
    }

    .navigate {
        margin-top: 2rem;
        font-size: 1.5rem;
        width: 90%;
        margin-bottom: 2rem;
    }

    .box {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #333333;
        font-size: 1.4rem;
    }

    .content .box .tags {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 94%;
        border-bottom: 1px solid #ccc;
    }

    .content .box .tags .item {
        font-size: 18px;
        text-align: center;
        color: #333333;
        margin-right: 20px;
        cursor: default;
    }

    .content .box .tags .item-show {
        border-bottom: 3px solid #C72634;
    }

    .box > .title {
        color: #007C41;
        font-size: 23px;
        margin-top: 25px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .box-1 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-top: 40px;
    }

    .box-1 .text {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .box-1 .text .title {
        width: 100%;
        height: 30px;
        background-size: 100% 100%;
    }

    .box-1 .text .title p {
        font-size: 14px;
        color: #fff;
        padding-top: 6px;
        padding-left: 37px;
    }

    .box-1 .text .con {
        width: 100%;
        padding-top: 5px;
        line-height: 3rem;
    }

    .box-1 .img {

    }

    .box-2 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-top: 40px;
    }

    .box-2 .img {

    }

    .box-2 .text {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .box-2 .text .title {
        width: 100%;
        height: 30px;
        background-size: 100% 100%;
    }

    .box-2 .text .title p {
        font-size: 14px;
        color: #fff;
        padding-top: 6px;
        padding-left: 37px;
    }

    .box-2 .text .con {
        width: 100%;
        padding-top: 5px;
        line-height: 3rem;
    }


    .box-3 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-top: 40px;
    }

    .box-3 .title {
        width: 100%;
        height: 30px;
        background-size: 100% 100%;
    }

    .box-3 .title p {
        font-size: 14px;
        color: #fff;
        padding-top: 6px;
        padding-left: 37px;
    }

    .box-3 .con {
        width: 100%;
        padding-top: 5px;
        line-height: 3rem;
    }
}