.banner {
    width: 960px;
    margin: 0 auto;
}

.news, .googleplay, .gift, .news1 {
    width: 96%;
    padding: 1%;
    display: inline-block;
    border-bottom: 5px solid #ededed;
}

    .news .news_left {
        float: left;
        width: 32%;
        height: 120px;
        overflow: hidden;
        position: relative;
    }

    .news .news_right {
        float: left;
        width: 63%;
        margin-left: 5%;
    }

        .news .news_right .news_icon {
            font-size: 12px;
            border: 1px solid #0285e5;
            border-radius: 3px;
            margin-right: 3px;
            color: #0285e5;
            padding: 0px 3px 0px 3px;
            height: 18px;
            line-height: 18px;
            display: inline-block;
        }

        .news .news_right .news_top {
            display: block;
            height: 66px;
            overflow: hidden;
            margin-bottom: 14px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .news .news_right .news_title {
            font-size: 1em;
            line-height: 22px;
        }

            .news .news_right .news_title a {
                font-size: 1em;
                line-height: 22px;
            }

        .news .news_right .news_info {
            clear: both;
        }

            .news .news_right .news_info span {
                font-size: 0.8em;
                color: #9e9e9e;
                line-height: 1em;
            }

                .news .news_right .news_info span.clock {
                    background: url(../images/clock.png) no-repeat left center;
                    background-size: 12px 12px;
                    ms-behavior: url(css/backgroundsize.min.htc);
                    behavior: url(css/backgroundsize.min.htc);
                    padding-left: 14px;
                    margin-left: 10px;
                }

        .news .news_right .news_con {
            margin: 10px 0px;
            font-size: 1em;
            line-height: 1.2em;
        }

        .news .news_right .readmore {
            display: block;
            float: left;
            width: 100px;
            height: 30px;
            line-height: 30px;
            color: #fff;
            border-radius: 4px;
            background: #0285e5;
            border: 1px solid #0285e5;
            font-size: 12px;
            text-align: center;
        }

.googleplay_left {
    float: left;
    width: 96px;
}

.googleplay_right {
    float: left;
    width: 76%;
    margin-left: 2%;
}

.googleplay_btn {
    display: none;
}

.googleplay_btn_pc {
    width: 100%;
    margin-top: 10px;
}

    .googleplay_btn_pc .btn1 {
        display: block;
        float: left;
        width: 153px;        
        color: #fff;     
        padding:4px;
        background: #0285e5;        
        border-radius: 5px;
        border: 1px solid #0285e5;
        font-size: 0.8em;
        text-align: center;
    }

    .googleplay_btn_pc .btn2 {
        display: block;
        float: left;
        margin-left: 10px;
        width: 153px;
        border: 1px solid #ededed;
        border-radius: 5px;
        font-size: 0.8em;
    }
    .googleplay_btn_pc .btn3 {
        display: block;
        float: left;
        margin-left: 10px;
        width: 153px;
        font-size: 0.8em;
    }
    .googleplay_btn_pc .btn4 {
        display: block;
        float: left;
        margin-left: 10px;
        width: 153px;
        font-size: 0.8em;
    }

.googleplay_right a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1em;
    line-height: 1.2em;
}

.googleplay_right .star {
    background: url(../images/star.png) no-repeat left center;
    background-size: 14px 14px;
    ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
    padding-left: 16px;
    margin-right: 10px;
    font-size: 0.8em;
    font-weight: bold;
    color: #9e9e9e;
    line-height: 12px;
}

.googleplay_right .down {
    background: url(../images/down.png) no-repeat left center;
    background-size: 14px 14px;
    ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
    padding-left: 16px;
    margin-right: 10px;
    font-size: 0.8em;
    font-weight: bold;
    color: #9e9e9e;
    line-height: 12px;
}

.googleplay_right .man {
    background: url(../images/man.png) no-repeat left center;
    background-size: 14px 14px;
    ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
    padding-left: 16px;
    margin-right: 10px;
    font-size: 0.8em;
    font-weight: bold;
    color: #9e9e9e;
    line-height: 12px;
}

.gift_left {
    float: left;
    width: 9%;
}

.gift_right {
    float: left;
    width: 83%;
    margin-left: 2%;
}

    .gift_right a, .gift_right span {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1em;
        line-height: 1.5em;
    }

.news1 .news_icon {
    font-size: 12px;
    border: 1px solid #0285e5;
    border-radius: 3px;
    margin-right: 3px;
    color: #0285e5;
    padding: 0px 3px 0px 3px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
}

.news1 .news_title {
    font-size: 1em;
    line-height: 1.2em;
}

.news1 .news_pic3, .news1 .news_pic1 {
    width: 100%;
    margin-top: 10px;
}

    .news1 .news_pic3 img {
        width: 31%;
        float: left;
        border: 1px solid #ededed;
    }

    .news1 .news_pic1 img {
        width: 99%;
        border: 1px solid #ededed;
    }

    .news1 .news_pic3 img:first-child {
        margin-right: 2%;
    }

    .news1 .news_pic3 img:last-child {
        margin-left: 2%;
    }

.news1 .news_info {
    margin-top: 10px;
}

.news1 .news_con {
    margin: 10px 0px;
    font-size: 1em;
    line-height: 1.2em;
}

.news1 .news_info span {
    font-size: 0.8em;
    color: #9e9e9e;
    line-height: 1em;
}

    .news1 .news_info span.clock {
        background: url(../images/clock.png) no-repeat left center;
        background-size: 12px 12px;
        ms-behavior: url(css/backgroundsize.min.htc);
        behavior: url(css/backgroundsize.min.htc);
        padding-left: 14px;
        margin-left: 10px;
    }

.more_btn {
    clear: both;
    display: block;
    width: 135px;
    padding: 4px 0px;
    color: #fff;
    border-radius: 4px;
    background: #0285e5;
    border: 1px solid #0285e5;
    font-size: 0.8em;
    text-align: center;
    margin: 40px auto;
    line-height: 1.5em;
}

@media screen and (max-width: 480px) {
    .banner {
        width: 100%;
    }

    .googleplay_left {
        float: left;
        width: 22%;
    }

    .googleplay_right {
        float: left;
        width: 75%;
        margin-left: 2%;
        margin-bottom: 8px;
    }

    .googleplay_btn_pc {
        display: none;
    }

    .googleplay_btn_pc {
        display: block;
        width: 100%;
        margin-left: 2px;
        margin-top: 5px;
    }

        .googleplay_btn_pc .btn1 {
            display: block;
            float: left;
            width: 43%;
            border-radius: 5px;
            border: 1px solid #0285e5;
            background: #0285e5;
            text-align: center;
        }

        .googleplay_btn_pc .btn2 {
            display: block;
            margin-left: 10px;
            float: left;
            width: 53%;
            border: 1px solid #ededed;
            border-radius: 5px;
            font-size: 0.8em;
        }

        .googleplay_btn_pc .btn3 {
            display: block;
            margin-left: 10px;
            float: left;
            width: 53%;
            font-size: 0.8em;
        }

    .gift_left {
        width: 15%;
    }

    .news .news_right .news_con, .news .news_right .readmore {
        display: none;
    }

    .news1 .news_con {
        display: none;
    }

    .more_btn {
        clear: both;
        display: block;
        width: 50px;
        height: 50px;
        padding: 0px;
        color: #fff;
        border-radius: none;
        border: none;
        background: url(../images/load.gif);
        background-size: 100% 100%;
        margin: 10px auto;
        text-indent: -100px;
    }
}
