.content-wrapper {
    background: #fff;
    padding-bottom: 30px;
}

.column {
    width: 1254px;
    margin: auto;
    margin-top: 10px;
}

    .column .column-lt {
        width: 698px;
        float: left;
    }

    .column .column-rt {
        width: 523px;
        float: right;
    }

    .column .hd {
        height: 35px;
        width: 100%;
        background: no-repeat;
        position: relative;
    }

        .column .hd.xsdt {
            background-image: url(/jtys/gcgl/images/xsdt.png);
        }

        .column .hd.tzgg {
            background-image: url(/jtys/gcgl/images/tzgg.png);
        }

        .column .hd.xkcg {
            background-image: url(/jtys/gcgl/images/xkcg.png);
            height: 79px;
        }
        .column .hd.xsfc {
            background-image: url(/jtys/gcgl/images/xsfc.jpg);
            height: 79px;
        }
        .column .hd.xqdt {
            background-image: url(/jtys/gcgl/images/xqdt.png);
            height: 79px;
        }
        .column .hd.djdt {
            background-image: url(/jtys/gcgl/images/djdt.png);
            height: 79px;
        }			
        .column .hd.xsjl {
            background-image: url(/jtys/gcgl/images/xsjl.png);
            height: 79px;
        }

        .column .hd .more {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 66px;
            height: 23px;
        }

        .column .hd.xkcg .more, .column .hd.xsjl .more {
            width: 53px;
            height: 19px;
            right: 17px;
            bottom: 11px;
        }

    .column .bd {
        width: 100%;
        margin-top: 15px;
    }

.yqlj {
    background: url(/jtys/gcgl/images/yqlj_bg.png) no-repeat top;
    height: 228px;
    width: 1254px;
    margin: auto;
    overflow: hidden;
}

    .yqlj dl {
        margin-top: 28px;
        margin-left: 77px;
        float: left;
        border-left: 1px solid #e0e0e0;
        font-size: 14px;
        padding-bottom: 5px;
    }

        .yqlj dl dt {
            padding-left: 15px;
            color: #333;
            border-left: 2px solid #333;
            line-height: 1;
            margin-left: -1px;
            margin-bottom: 15px;
        }

        .yqlj dl dd {
            padding-left: 15px;
            color: #20babc;
            line-height: 27px;
        }

            .yqlj dl dd a {
                color: #666;
            }



@media screen and (max-width: 768px) {
    .column {
        margin: 0 10px;
    }

        .column .column-lt, .column .column-rt {
            width: auto;
            float: none;
            margin-top: 15px;
        }

    .yqlj {
        width: auto;
        padding: 0 10px;
    }

        .yqlj dl {
            margin-left: 0;
            width: 50%;
            box-sizing: border-box;
        }
}

.xwtz {
    overflow: hidden;
}

    .xwtz .top_slide {
        padding: 5px;
        float: left;
        width: 250px;
        height: 226px;
        border: 1px solid #ccc;
        overflow: hidden;
        line-height: 1;
        position: relative;
    }

        .xwtz .top_slide img {
            width: 250px;
            height: 190px;
        }

        .xwtz .top_slide .title {
            display: block;
            width: 238px;
            color: #000;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 5px;
        }

        .xwtz .top_slide .date {
            color: #999;
            margin-top: 5px;
        }

        .xwtz .top_slide .hd {
            position: absolute;
            bottom: 5px;
            right: 5px;
            width: auto;
            height: auto;
            z-index: 10;
        }

            .xwtz .top_slide .hd ul {
                overflow: hidden;
            }

                .xwtz .top_slide .hd ul li {
                    float: left;
                    width: 7px;
                    height: 7px;
                    background: #999;
                    border-radius: 100%;
                    margin-left: 5px;
                    text-indent: 999px;
                    overflow: hidden;
                    cursor: pointer;
                }

                    .xwtz .top_slide .hd ul li.on {
                        background: #f25960;
                    }

    .xwtz .ul-news {
        width: 420px;
        float: right;
    }

        .xwtz .ul-news li a {
            width: 300px;
        }