﻿@media screen and (max-width:799px) {

    .pc {
        display: none;
    }

    .videoNews {
        width: 80%;
        height: 300px;
    }

    .new0001 {
        width: 90%;
        height: auto;
        margin: 0 auto;
        margin-top: 50px;
    }

    .new0003 {
        width: 100%;
    }

        .new0003 h1 {
            margin: 20px 0 5px 0;
            font-size: 25px;
        }

    .new0004 {
        margin-top: 20px;
        width: 100%;
        overflow: hidden;
        line-height: 25px;
        text-indent: 2em;
    }

    .new0005 {
        display: block;
        width: 240px;
        height: 56px;
        line-height: 56px;
        background-color: #00C1DE;
        color: #fff;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        margin-top: 20px;
        border-radius: 50px;
    }

        .new0005:hover {
            color: white;
            text-decoration: none;
        }

    .newslist_ul {
        width: 90%;
        margin: 0 auto;
    }

        .newslist_ul li {
            width: 100%;
            height: auto;
            overflow: hidden;
            margin-bottom: 35px;
            border: 1px solid #00C1DE;
            border-radius: 10px;
            background-color: #00C1DE;
        }

    .newslist_li_left {
        width: 100%;
        overflow: hidden;
        background-color: #fbfbfb;
    }

    .newslist_ul img {
        display: inline-block;
        max-width: 100%;
    }

    .newslist_li_right {
        width: 95%;
        margin: 0 auto;
        color: #666;
        font-size: 14px;
        background-color: #00C1DE;
        color: white;
    }

        .newslist_li_right h2 {
            height: 50px;
            border-bottom: 1px solid white;
            font-weight: normal;
            overflow: hidden;
            font-size: 18px;
        }

        .newslist_li_right div {
            text-indent: 2em;
            overflow: hidden;
            line-height: 25px;
        }

    .newslist_ul li:hover img {
        transform: scale(1.02);
        transform-origin: center;
    }
}
