/*html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/

body {
    margin: 0,auto;
    background: #ebf9ff;
    color: black;
	font-family: "微软雅黑";
    font-size: 16px;
}

.banner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 140px;
    background-image: url('//img.sceea.cn/images2024/banner.png');
}

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;
    }

.zwdiv{
	margin-top: 24px;
}

.gzzzdiv{
	margin-top: 24px;
}

#work>p,#duty>p{
	margin-top:10px;
}

.leaderphoto{
	width: 100%;
	text-align: left;
}

.leaderinfo{
	width: 100%;
}

.leaderphoto>img{
	width: 91px;
	height: 117px;
}

.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;
            font-size: 10px;
        }

            #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;}