@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: 980px;
    }

    .content {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 1180px;
        margin-bottom: 0;
    }

    .content .left {
        width: 700px;
        margin-left: 100px;
        margin-right: 130px;
    }

    .content .left .tag {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .content .left .tag .tag-item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: pointer;
    }

    .content .left .list-item {
        border-bottom: 1px dashed #e0e0e0;
    }

    .content .left .list-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        margin: 30px 0 20px 0;
    }
	
	.content .left .nav-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #727272;
        margin-bottom: 1rem;
    }

    .content .left .nav-item {
        font-size: 1.8rem;
        font-weight: bold;
        padding: 0 1rem 0 1rem;
    }

    .content .left .list-show:hover {
        background-color: #F6F6F6;
    }

    .content .left .list-item .img {
        width: 180px;
        height: 120px;
        padding: 10px 0 10px 10px;
    }

    .content .left .list-item .text{
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 390px;
        margin-left: 13px;
    }

    .content .left .list-item .title{
        color: #333333;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .content .left .list-item .ting{
        color: #C72634;
        font-weight: normal;
        font-size: 14px;
        margin-left: 10px;
    }

    .content .left .list-item .ting img{
        width: 15px;
        height: 15px;
    }

    .content .left .list-item .ting span{
        position: relative;
        top: -2px;
        left: 2px;
    }

    .content .left .list-item .con{
        color: #6f6f6f;
    }

    .content .left .list-item .number{
        font-size: 20px;
        color: #C72634;
        margin-top: 10px;
    }

    .content .left .list-item .url{
        margin-top: 20px;
        padding: 0 10px 0 10px;
        height: 20px;
        color: #FFFFFF;
        background-color: #C72634;
        margin-left: 13px;
    }

    .content .right {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 250px;
    }

}


@media screen and (min-width: 480px) and (max-width: 1180px) {

    body{
        font-size: 14px;
    }

    html body .pad {
        display: none;
        position: absolute;
    }

    .banner{
        width: 100%;
    }

    .banner img {
        width: 100%;
    }

    .navigate {
        position: relative;
        font-size: 16px;
        margin-top: 27px;
        margin-bottom: 35px;
        padding-left: 2%;
        width: 98%;
    }

    .content {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .content .left {
        width: 96%;
    }

    .content .left .tag {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .content .left .tag .tag-item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: default;
    }

    .content .left .list-item {
        border-bottom: 1px dashed #e0e0e0;
    }

    .content .left .list-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        margin: 30px 0 20px 0;
    }
	
	.content .left .nav-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #727272;
        margin-bottom: 1rem;
    }

    .content .left .nav-item {
        font-size: 1.8rem;
        font-weight: bold;
        padding: 0 1rem 0 1rem;
    }

    .content .left .list-show:hover {
        background-color: #F6F6F6;
    }

    .content .left .list-item .img {
        width: 180px;
        height: 120px;
        padding: 10px 0 10px 10px;
    }

    .content .left .list-item .text{
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 390px;
        margin-left: 13px;
    }

    .content .left .list-item .title{
        color: #333333;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .content .left .list-item .ting{
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        color: #C72634;
        font-weight: normal;
        font-size: 14px;
        margin-top: 5px;
    }

    .content .left .list-item .ting img{
        width: 15px;
        height: 15px;
    }

    .content .left .list-item .ting span{
        position: relative;
        top: -2px;
        left: 2px;
    }

    .content .left .list-item .con{
        color: #6f6f6f;
    }

    .content .left .list-item .number{
        font-size: 20px;
        color: #C72634;
        margin-top: 10px;
    }

    .content .left .list-item .url{
        margin-top: 20px;
        padding: 3px 10px 3px 10px;
        height: 20px;
        color: #FFFFFF;
        background-color: #C72634;
        margin-left: 13px;
    }

    .content .right {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 96%;
    }

}

@media screen and (max-width: 480px) {


    body {
        font-size: 10px;
    }

    .banner img {
        width: auto;
        max-width: 100%;
    }

    .big,
    body .content .left .list-item .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%;
        background-color: #f4f4f4;
    }

    .content .left .tag {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        background-color: #FFFFFF;
    }

    .content .left .tag-show {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
        margin: 1.5rem 0 2rem 0;
        width: 94%;
    }

    .content .left .tag-item{
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        font-size: 1.8rem;
    }

    .content .left .list{
        width: 100%;
        margin-top: 1rem;
    }

    .content .left .list-item{
        width: 100%;
        padding: 0 0 1.2rem 0;
    }

    .content .left .list-show{
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        background-color: #FFFFFF;
    }


    .content .left .list-show .img{
        width: 35%;
        margin-left: 0.5rem;
        padding: 0.5rem;
    }

    .content .left .list-item .text{
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 53%;
        margin-left: 2%;
    }

    .content .left .list-item .title{
        color: #333333;
        font-weight: bold;
        font-size: 1.5rem;
    }

    .content .left .list-item .ting{
        color: #C72634;
        font-weight: normal;
        font-size: 1.2rem;
        display: block;
    }

    .content .left .list-item .ting img{
        width: 1.2rem;
        height: 1.2rem;
        margin-right: 0.3rem;
    }

    .content .left .list-item .con{
        font-size: 1.2rem;
        color: #6f6f6f;
    }

    .content .left .list-item .number{
        font-size: 1.5rem;
        color: #C72634;
        display: block;
    }

    .content .left .list-item .url{
        margin-top: 20px;
        padding: 10px 10px 0 10px;
        height: 20px;
        color: #FFFFFF;
        background-color: #C72634;
    }

    .content .right {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 94%;
    }
}