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

    .mini {
        display: none;
        position: absolute;
    }

    .banner img {
        width: auto;
        max-width: 100%;
    }

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

    .content {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 1180px;
    }

    .content .left {
        width: 830px;
        margin-right: 100px;
    }

    .content .left .nav-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
    }

    .content .left .nav-item {
        margin-right: 40px;
        margin-bottom: 20px;
    }

    .content .left .nav-item img {
        width: 60px;
        height: 60px;
        margin: 5px;
        border-radius: 80px;
    }

    .content .left .nav-item p {
        text-align: center;
    }

    .content .left .list {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content .left .list-item {
        width: 100%;
        border-top: 1px dashed #dddddd;
        padding: 10px 0px 10px 0px;
    }

    .content .list .list-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        background-color: #FFFFFF;
        padding: 15px 10px 15px 0;
    }

    .content .list .list-show:hover {
        background-color: #F6F6F6;
    }

    .content .list .list-show .img {
        height: 190px;
    }

    .content .list .list-show .text {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 500px;
        margin: 0px 0px 0px 30px;
    }

    .content .list .list-show .text-1 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        margin-bottom: 5px;
    }

    .content .list .list-show .text-1 .logo {
        width: 80px;
        height: 80px;
    }

    .content .list .list-show .text-1 .title {
        display: table-cell;
        vertical-align: middle;
        height: 50px;
        padding: 8px 0px 15px 15px;
    }

    .content .list .list-show .text-1 .title .cn {
        font-size: 22px;
        color: #333;
        font-weight: bold;
    }

    .content .list .list-show .text-1 .title .en {
        margin-top: -4px;
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }

    .content .list .list-show .text-2 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        color: #333;
        line-height: 25px;
    }

    .content .list .list-show .text-2 p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .content .list .pages {
        width: 668px;
        padding-top: 14px;
        margin-bottom: 36px
    }

    .content .list .pages a:first-child {
        border: 0;
        display: none
    }

    .content .list .pages a:hover {
        background: #007C41 !important;
        color: #FFF !important
    }

    .content .list.content .pages b {
        padding: 6px 12px;
        display: inline-table;
        border: 1px solid #007C41;
        background: #007C41;
        color: #FFF
    }

    .content .list .pages a:hover b {
        color: #fff
    }

    .content .list .pages a {
        padding: 6px 12px;
        color: #2b1f26;
        display: inline-table;
        border: 1px solid #007C41
    }

    .content .list.pages a:hover {
        color: #fff;
        background: #000
    }

    .content .right {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 250px;
    }

    .content .right .mini-new {
        margin-bottom: 60px;
    }

    .content .right .mini-new .title {
        font-size: 16px;
        color: #333;
        text-align: left;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 5px solid #007C41
    }

    .content .right .mini-new .new {

    }

    .content .right .mini-new .new-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        padding-bottom: 20px;
        border-bottom: 1px dashed #e0e0e0
    }

    .content .right .mini-new .new-item img {
        width: 60px;
        height: 60px;
    }

    .content .right .mini-new .new-item p {
        margin-left: 10px;
        color: #808080;
        font-size: 14px;
        line-height: 1.4em;
        height: 2.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-all;
    }
}

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

    body {
        font-size: 14px;
    }

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

    .banner{
        width: 100%;
    }

    .banner img {
        width: 100%;
    }

    .content {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .content .left{
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .content .left {
        width: 100%;
    }

    .content .left .nav-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 96%;
        border-bottom: 2px solid #f5f5f5;
    }

    .content .left .nav-show .nav-item {
        color: #333;
        padding-bottom: 0.2rem;
        font-size: 1.6rem;

    }

    .content .left .list {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f3f3f3;
        padding-top: 10px;
        width: 100%;
    }

    .content .left .list-item {
        width: 100%;
        padding: 10px 0px 10px 0px;
    }

    .content .list .list-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 96%;
        background-color: #FFFFFF;
        padding: 2% 2% 2% 2%;
    }

    .content .list .list-show:hover {
        background-color: #F6F6F6;
    }



    .content .list .list-show .img-box {
        width: 38%;
        max-height: 100%;
    }

    .content .list .list-show .img-box img{
        width: 100%;
    }

    .content .list .list-show .text {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 55%;
        margin-left: 5%;
    }

    .content .list .list-show .text-1 {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        margin-bottom: 5px;
    }

    .content .list .list-show .text-1 .logo {
        width: 80px;
        height: 80px;
    }

    .content .list .list-show .text-1 .title {
        display: table-cell;
        vertical-align: middle;
        height: 50px;
        padding: 8px 0px 15px 15px;
    }

    .content .list .list-show .text-1 .title .cn {
        font-size: 22px;
        color: #333;
        font-weight: bold;
    }

    .content .list .list-show .text-1 .title .en {
        margin-top: -4px;
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }

    .content .list .list-show .text-2 {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 23px;
    }

    .content .list .list-show .text-2 .last {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content .right {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 94%;
    }

    .content .right .mini-new {
        margin-top: 3rem;
    }

    .content .right .mini-new .title {
        font-size: 16px;
        color: #333;
        text-align: left;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 5px solid #007C41;
    }

    .content .right .mini-new .new {

    }

    .content .right .mini-new .new-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        padding-bottom: 20px;
        border-bottom: 1px dashed #e0e0e0
    }

    .content .right .mini-new .new-item img {
        width: 60px;
        height: 60px;
    }

    .content .right .mini-new .new-item p {
        margin-left: 10px;
        color: #808080;
        font-size: 14px;
        line-height: 1.4em;
        height: 2.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-all;
    }
}

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

    body {
        font-size: 10px;
    }

    .banner img {
        width: auto;
        max-width: 100%;
    }

    .big {
        display: none;
        position: absolute;
    }

    .content {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .content .left{
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .content .left .nav-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 96%;
        border-bottom: 2px solid #f5f5f5;
    }

    .content .left .nav-show .nav-item {
        color: #333;
        padding-bottom: 0.2rem;
        font-size: 1.6rem;

    }

    .content .mini {
        width: 100%;
        background-color: #f5f5f5;
    }

    .content .list{
        background-color: #f5f5f5;
        width: 100%;
    }

    .content .list-show{
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: 1rem 0 1rem 0;
        background-color: #FFFFFF;
    }


    .content .list .list-show .img-box {
        width: 36%;
        max-height: 100%;
        margin: 0.5rem 1rem 0.5rem 0.8rem;
    }

    .content .list .list-show .img-box img{
        width:  100%;

    }

    .content .list-show .text{
        width: 60%;
        color: #666;
    }

    .content .list-item .title{
        margin: 0.3rem 0 0.5rem 0;
        border-bottom: 1px solid #fdfdfd;
    }

    .content .list-item .title .cn{
        font-size: 1.8rem;
    }

    .content .list-item .title .en{
        font-size: 1.4rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .content .list-item .text .text-2{
        font-size: 1.2rem;
    }

    .content .list-item .text .text-2 p{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .content .right {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 94%;
    }

    .content .right .mini-new {
        margin-top: 3rem;
    }

    .content .right .mini-new .title {
        font-size: 16px;
        color: #333;
        text-align: left;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 5px solid #007C41
    }

    .content .right .mini-new .new {

    }

    .content .right .mini-new .new-item {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        padding-bottom: 20px;
        border-bottom: 1px dashed #e0e0e0
    }

    .content .right .mini-new .new-item img {
        width: 60px;
        height: 60px;
    }

    .content .right .mini-new .new-item p {
        margin-left: 10px;
        color: #808080;
        font-size: 14px;
        line-height: 1.4em;
        height: 2.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-all;
    }

}