﻿@charset "utf-8";

body {
    width: 100%;
    margin: 0 auto;
    font-family: "微软雅黑";
}

#news {
    width: 75%;
    float: left;
    text-align: center;
    margin-top: 5px;
    text-align: left;
}

    #news .detail {
        float: left;
        border: 1px solid #c1c1c1;
        height: 238px;
        overflow: hidden;
        margin: 0 5px 5px 0;
    }

        #news .detail .top {
            height: 34px;
            background: url(//img.sceea.cn/image/features/t_bg.jpg) repeat-x;
            padding-left: 2px;
            padding-bottom: 3px;
        }

            #news .detail .top .title {
                float: left;
                background: url(//img.sceea.cn/image/features/news.jpg) no-repeat;
                width: 107px;
                height: 28px;
                font-size: 20px;
                font-weight: bold;
                text-align: center;
                margin-top: 2px;
                line-height: 28px;
                color: white;
            }

            #news .detail .top .more {
                float: right;
                margin-right: 10px;
                display: block;
                background: url(//img.sceea.cn/image/features/more.jpg) center center no-repeat;
                width: 34px;
                height: 30px;
            }

    #news .gkyk-left {
        float: left;
        border: 1px solid #c1c1c1;
        width: 49%;
        height: 891px;
        overflow: hidden;
    }

    #news .gkyk-right {
        float: right;
        border: 1px solid #c1c1c1;
        width: 49%;
        height: 443px;
        overflow: hidden;
    }

#gkyt-top .gkyk-left {
    width: 35%;
    height: 450px;
}

    #gkyt-top .gkyk-left .top {
        height: 34px;
        background: url(//img.sceea.cn/image/features/t_bg_1.jpg) repeat-x;
        padding-left: 10px;
        padding-bottom: 3px;
    }

        #gkyt-top .gkyk-left .top span {
            background: url(//img.sceea.cn/image/features/server.jpg) left center no-repeat;
            display: block;
            color: #2272b0;
            font-size: 14px;
            font-weight: bold;
            line-height: 28px;
            padding-left: 17px;
        }

    #gkyt-top .gkyk-left .other-content {
        padding: 55px 11px 0 11px;
        height: 150px;
    }

        #gkyt-top .gkyk-left .other-content a {
            width: 285px;
            height: 110px;
            display: block;
            clear: both;
            margin-bottom: 9px;
            line-height: 53px;
            color: #2272b0;
            font-size: 18px;
            font-weight: bold;
            text-align: right;
            padding-right: 70px;
        }

            #gkyt-top .gkyk-left .other-content a:hover {
                text-decoration: none;
            }

        #gkyt-top .gkyk-left .other-content .a1 {
            background: url("//img.sceea.cn/images2018/gkyk/01.jpg") no-repeat;
        }

        #gkyt-top .gkyk-left .other-content .a2 {
            background: url("//img.sceea.cn/images2018/gkyk/02.jpg") no-repeat;
        }

        #gkyt-top .gkyk-left .other-content .a3 {
            background: url("//img.sceea.cn/images2018/gkyk/03.jpg") no-repeat;
        }

#gkyt-top .gkyk-right {
    width: 63%;
    height: 450px;
}

    #gkyt-top .gkyk-right ul li:first-child a {
        color: #000;
        font-size: 16px;
        //line-height: 30px;
        display: block;
        font-weight: bold;
        text-align: center;
        padding-bottom: 30px;
    }

#news .detail ul {
    padding-top:10px;
    padding-right: 10px;
    list-style-type: none;
}

    #news .detail ul li {
        text-align: left;
        overflow: hidden;
        overflow-wrap: break-word;
        margin-left: -30px;
        height: 45px;
        line-height: 45px;
        //border-bottom: 1px #B6B6B6 dashed;
    }

        #news .detail ul li:last-child {
            border-bottom: none;
        }

        #news .detail ul li a {
            display: block;
            width: 75%;
            float: left;
        }

            #news .detail ul li a:before {
                content: "● ";
                color: #81C0E3;
            }

        #news .detail ul li p {
            width: 20%;
            float: right;
            color: #959595;
            /* line-height: 45px; */
            text-align: right;
        }

#advbottomList > div {
    clear: both;
    height: 50px;
    line-height: 50px;
    background: #399FDF;
    color: white;
}
#YXGD p a{
    display: block;
    text-align: left;
    overflow-wrap: break-word;
    white-space: nowrap;
    margin-left: 10px;
    height: 20px;
    line-height: 20px;
}
#YXGD p a:before{
    content: "● ";
    color: #81C0E3;
}

