﻿body {
    margin: 0,auto;
    background: #ebf9ff;
    color: black;
}

.banner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 140px;
    background-image: url('//img.sceea.cn/images2018/banner.jpg');
}

a {
    text-decoration: none;
    color: black;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
        /*background-color:#FFFF99;*/
    }

    a:hover {
        text-decoration: none;
        color: red;
        cursor: pointer;
    }

    a:active {
        text-decoration: none;
        background-color: #FFFF99;
    }

.right {
    float: right;
}

.left {
    float: left;
}

.content {
    width: 1200px;
    height: auto;
    MARGIN-LEFT: auto;
    MARGIN-RIGHT: auto;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: " ";
        display: block;
        clear: both;
        height: 0;
    }

#page {
    clear: left;
    width: 100%;
    margin: 5px auto;
    height: auto;
    text-align: center;
}

    #page ul {
        width: 100%;
        list-style-type: none;
        display: inline-block;
    }

        #page ul li {
            margin: 2px;
            float: left;
            height: 20px;
        }

            #page ul li a, #page ul li span {
                width: 20px;
                display: block;
                text-align: center;
                height: 20px;
                line-height: 20px;
            }

            #page ul li a {
                border: 1px solid gray;
            }
#header{background:url(//img.sceea.cn/image/common/headerbg.jpg) repeat-x;height:29px;width:100%;}
#header .header{width:970px;margin:0 auto;}
#header .header .left{float:left;line-height:29px;}
#header .header .right{float:right;line-height:29px;}
#header .header .right a{color:#555454;line-height:29px;}

#header .header .right .search{float:right;height:25px;line-height:25px;margin-top:3px;}
#header .header .right .search .input{width:170px;height:23px;display:block;float:left;margin-right:8px;line-height:23px;border:1px solid #bdbdbd;}
#header .header .right .search .btn{background:url(//img.sceea.cn/image/common/btn.jpg) no-repeat;display:block;float:left;width:23px;height:23px;line-height:23px;}