﻿@media screen and (min-width:800px) {
    .iphone {
        display: none;
    }

    .top_img {
        top: 0;
        left: 0;
        min-width: 1100px;
        height: 486px;
        width: 100%;
        position: relative;
    }

    .News004 {
        height: 230px;
        width: 650px;
        margin: 0 auto;
    }

    .News001 {
        font-size: 40px;
        color: white;
        font-weight: 400;
        height: 70px;
        line-height: 70px;
        text-align: center;
    }

    .News002 {
        font-size: 16px;
        color: white;
        text-align: center;
    }

    .News003 {
        font-size: 16px;
        color: white;
    }

    .new0001 {
        width: 1280px;
        height: 500px;
        margin: 40px auto;
        position: relative;
        font-size: 14px;
        margin-top: 50px;
    }

    .new0002 {
        width: 592px;
        height: 400px;
        float: left;
    }

    .new0003 {
        width: 650px;
        height: 400px;
        float: right;
    }

        .new0003 h1 {
            margin: 20px 0 5px 0;
            font-size: 25px;
        }

    .new0004 {
        margin-top: 30px;
        width: 620px;
        overflow: hidden;
        height: 225px;
        line-height: 25px;
        text-indent: 2em;
        border: 1px solid #00C1DE;
        padding: 10px;
        border-radius: 15px;
        font-size: 16px;
    }

    .new0005 {
        display: block;
        width: 240px;
        height: 56px;
        line-height: 56px;
        background-color: #00C1DE;
        color: #fff;
        font-size: 18px;
        text-align: center;
        position: absolute;
        top: 350px;
        right: 0;
        text-decoration: none;
    }


        .new0005:hover {
            color: white;
            text-decoration: none;
        }

    .newslist_ul {
        width: 1280px;
        margin: 0 auto;
    }

        .newslist_ul li {
            width: 1280px;
            height: 206px;
            overflow: hidden;
            margin-bottom: 35px;
            border: 1px solid #00C1DE;
            border-radius: 10px;
            background-color: #00C1DE;
        }

    .newslist_li_left {
        width: 330px;
        height: 206px;
        float: left;
        overflow: hidden;
        background-color: #fbfbfb;
    }

    .newslist_ul img {
        transition: all .4s linear;
        width: 330px;
        height: 100%;
    }

    .newslist_li_right {
        width: 860px;
        float: left;
        margin-left: 30px;
        color: #666;
        font-size: 14px;
        background-color: #00C1DE;
        color: white;
    }

        .newslist_li_right h2 {
            height: 40px;
            line-height: 40px;
            border-bottom: 1px solid white;
            margin-bottom: 20px;
            font-weight: normal;
            overflow: hidden;
        }

        .newslist_li_right div {
            margin: 28px 0 0 0;
            text-indent: 2em;
            height: 52px;
            overflow: hidden;
            line-height: 25px;
        }

    .newslist_ul li:hover img {
        transform: scale(1.02);
        transform-origin: center;
    }
}
