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

.title {
    border-bottom: 2px solid #E6E6E6;
}

.title .name {
    font-size: 18px;
    font-weight: bold;
    color: #076741;
}

.nav_con {
    max-width: 1700px;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    line-height: 80px;
}

.list {
    max-width: 1700px;
    background-color: #fff;
    min-height: 600px;
    padding: 55px;
}

.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    padding: 10px 0;
}

.item_m{
    display: none;
}

.item_image {
    max-width: 400px;
}

.item_image img {
    width: 100%;
}

.item_text {
    padding-left: 30px;
    width: 100%;
    flex: 1;
}

.news_title {
    font-size: 20px;
    font-weight: bold;
    color: #4C4B47;
    padding: 10px 0;
}

.news_desc {
    font-size: 16px;
    color: #6A7577;
    padding: 10px 0;
}

.news_date {
    font-size: 16px;
    color: #6A7577;
    padding: 10px 0;
}

.detail{
    padding: 55px;
    min-height: 800px;
    max-width: 1700px;
}

@media (max-width: 768px) {

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

    .title {
        border-bottom: 2px solid #E6E6E6;
    }

    .title .name {
        font-size: 18px;
        font-weight: bold;
        color: #076741;
    }

    .nav_con {
        max-width: 768px;
        display: flex;
        justify-content: space-between;
        padding: 5px 10px;
        line-height: 80px;
    }


    .list {
        margin-top: 15px;
        padding: 10px;
    }

    .list .item {
        display: none
    }

    .list .item_m {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .list .item_m .content .img img {
        width: 100%;
    }

    .list .item_m .content {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .list .item_m .content .img {
        width: 100%;
    }

    .list .item_m .content .img img {
        width: 100%;
    }

    .list .item_m .content .txt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        transition: all 0.5s linear -1ms;
    }

    .list .item_m .content .txt .date {
        margin-left: 5%;
        margin-top: 4%;
        transition: all 0.3s linear -1ms;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    }

    .list .item_m .content .txt .date h3 {
        display: inline-block;
        font-weight: normal;
        font-size: 32px;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    }

    .list .item_m .content .txt .date p {
        display: inline-block;
        margin-left: 2%;
        font-size: 16px;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    }

    .list .item_m .content .txt .title {
        display: block;
        margin: 83px 25px 25px 25px;
        font-weight: normal;
        width: 90%;
        font-size: 18px;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
        height: 24px;
        overflow: hidden;
        transition: all 0.3s linear -1ms;
    }

    .list .item_m .content .txt span {
        margin-left: 5%;
        margin-right: 5%;
        display: block;
        width: 90%;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
        height: 42px;
        overflow: hidden;
        transition: all 0.3s linear -1ms;
    }

    .list .item_m .content .link {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .list .item_m .more {
        width: 100%;
        background: #f0f0f0;
    }

    .list .item_m:hover .content .txt {
        background-color: rgba(0, 0, 0, 0.4);
        transition: all 0.5s linear -1ms;
    }

    .list .item_m:hover .content .txt .date {
        margin-top: 5%;
        transition: all 0.3s linear -1ms;
    }

    .list .item_m:hover .content .txt .title {
        margin-top: 14%;
        color: #fff;
        transition: all 0.3s linear -1ms;
    }

    .list .item_m:hover .content .txt span {
        color: #f2f2f2;
        transition: all 0.3s linear -1ms;
    }

    .list .item_m:hover .more {
        background: #e8e8e8;
        transition: all 0.3s linear -1ms;
    }

    .list .item_m .more a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 8px 16px;
        color: #999;
    }

    .detail{
        padding: 10px;
    }

    .detail img{
        max-width: 100%;
    }

}
