﻿.g_header {
    height: 100px;
}

@media (max-width: 1024px) {
    .g_header {
        height: auto;
    }
}

.news {
    overflow: hidden;
}

    .news .offset .list {
        margin-left: -42px;
        margin-bottom: -30px;
        overflow: hidden;
    }

        .news .offset .list > li {
            float: left;
            width: 33.33%;
            padding-left: 42px;
            padding-bottom: 30px;
        }

            .news .offset .list > li:nth-child(3n+1) {
                clear: both;
            }

            .news .offset .list > li .box {
                display: block;
                background: #f4f5f7;
            }

                .news .offset .list > li .box .pic img {
                    display: block;
                    width: 100%;
                }

                .news .offset .list > li .box .font {
                    padding: 20px 18px 33px 18px;
                }

                    .news .offset .list > li .box .font .p1 {
                        font-size: 18px;
                        color: #333;
                    }

                    .news .offset .list > li .box .font .p2 {
                        font-size: 12px;
                        color: #999;
                        line-height: 20px;
                        padding: 16px 0 24px 0;
                    }

                    .news .offset .list > li .box .font .p3 {
                        text-align: left;
                    }

                        .news .offset .list > li .box .font .p3 .more {
                            font-size: 12px;
                        }

                .news .offset .list > li .box:hover {
                    background: #c79127;
                    color: #fff;
                }

                    .news .offset .list > li .box:hover .font .p1 {
                        color: #fff;
                    }

                    .news .offset .list > li .box:hover .font .p2 {
                        color: rgba(255,255,255,.6);
                    }

    .news .offset .btn {
        text-align: center;
        margin: 53px 0 100px 0;
    }

        .news .offset .btn .more {
            padding: 13px 30px;
            display: inline-block;
            border: 1px solid #7d7d7d;
            font-size: 16px;
            color: #7d7d7d;
            border-radius: 50px;
        }

            .news .offset .btn .more:hover {
                border: 1px solid #c79127;
                background: #c79127;
                color: #fff;
            }

@media (max-width: 1024px) {
    .news .offset .list > li {
        width: 50%;
    }

        .news .offset .list > li:nth-child(n) {
            clear: none;
        }

        .news .offset .list > li:nth-child(2n+1) {
            clear: both;
        }
}

@media (max-width: 600px) {
    .news .offset .list > li {
        width: 100%;
    }

        .news .offset .list > li:nth-child(n) {
            clear: none;
        }
}
