@charset "gb2312";
/* CSS Document */
/*pageformat*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
div{
    box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    behavior: url(ie-css3.htc); 
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    height:100%;
    font-size: 14px;
    -webkit-text-size-adjust: 14px;
    -ms-text-size-adjust: 14px;
}

body {
    background:url(header-bg.jpg) no-repeat center top #feeee5;
    background-size: 100% auto;
    color: #666;
    padding: 0;
    margin: 0;
    font-family:microsoft yahei;
    line-height: 1;
    position: relative;
    cursor: default;
}

a {
    font-size: 14px;
    cursor: pointer;
    color: #666;
    text-decoration: none;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
    outline: 0;
    color:#3588a6;
}
behavior:url(ie-css3.htc);

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 0;
}

div,input
{
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
}

ul, li, dl, dt, dd {
    list-style: none;
}
/* header style start */
header{
    width: 1016px;
    margin: 0 auto;
    height:365px;

}
.to-index{
    background: url(toindex-bg.png) no-repeat 0 0;
    width: 134px;
    height: 46px;
    display: block;
}
.to-index a{
    display: block;
    padding:12px 0 0 45px;
    font-size:18px;
    color:#fff;
}
.to-index a:hover{
    color:#3588a6;
}
/*ÐÂÎÅ¶¯Ì¬Í¼Æ¬ÇÐ»»*/
.slideBox{ float:left; width:696px; height:417px; overflow:hidden; position:relative;}
.slideBox .hd{ height:9px; overflow:hidden; position:absolute; right:20px; bottom:20px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; background: url(www.zjj.gov.cnimages1wp_2015zjj_index_changecontrolicon.png) left center no-repeat; width: 9px;height: 9px;margin-right: 5px; cursor:pointer;}
.slideBox .hd ul li.on{ background-position: right center;}
.slideBox .bd{ position:relative; height:371px; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd li p{ position:absolute; left:0px; bottom:0px; width: 100%;height: 52px;line-height: 52px; text-indent: 20px;z-index:2;color: #fff; background:rgba(0,0,0,0.7); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5000000,endColorstr=#A5000000); font-size:16px;}
.slideBox .bd li img{ width:696px; height:417px;}
.slideBox .toplink{position: absolute;left: 0px;top:0px;background: url(www.zjj.gov.cnimages1wp_2015zjj_index_changetoplinkbg.png) left top no-repeat;display: block;width: 264px;height: 31px;line-height: 28px; z-index:3;}
.slideBox .toplink a {color:#fff;font-size: 12px;margin-left: 30px;}
/* main style start */
.container{
    width: 1016px;
    margin: 0 auto;
}
.header{height:417px;}
.banner{
    height: 417px;
}
.focus{
    width: 696px;
    height: 417px;
    float: left;
    background-color: #eee;
}
.area-main{
    width: 320px;
    height: 417px;
    float: left;
    background-color: #feedbc;
    border-radius: 10px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.area-main h2{
    margin: 25px 35px;
}
.area-main h2 a{
    font-size: 24px;
    line-height: 32px;
}
.area-main p{
    margin:0 35px;
    font-size: 12px;
    line-height: 24px;
    padding-bottom:25px;
}
.area-main ul{
    margin: 0 35px;
    border-top:#666 1px solid;
    padding:25px 0;
    font-size:12px;
    line-height: 32px;
}
.area-main ul li{
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.content{
    padding-top:45px;
    overflow:hidden;
}
    .content_left{
        width:716px;
        float:left;
    }
        .article{
            width: 336px;
            height: 156px;
            margin:0 20px 20px 0;
            background-color:#fff;
            border: #aaa 1px solid;
            border-radius: 10px;
            float: left;
        }
        .border{
            
            padding:15px;
        }
            .article h3{
                color:#444;
                font-size:18px;
            }
                .article h3 span{
                    float:right;
                    width:56px;
                    height:22px;
                    text-align: center;
                    background-color: #feedbc;
                    border-radius:5px;
                }
                .article h3 span:hover, .photo h3 span:hover{
                    background-color:#3588a6;
                }
                .article h3 span a{
                    color:#222;
                    font-size:11px;
                    font-weight:normal;
                    line-height:22px;
                    display: block;
                }
                .article h3 span a:hover, .photo h3 span a:hover{
                    color:#fff;
                }
            .article ul{
                padding-top:15px;
            }
                .article li{
                    font-size:12px;
                    line-height: 24px;
                    
                }
                .article li a{
                    width: 246px;
                    float:left;
                    white-space: nowrap;
                    overflow:hidden;
                    text-overflow:ellipsis;
                }
                    .article li span{
                        float:right;
                    }
    .content_right{
        width:280px;
        float:right;
    }
        .photo h3{
            font-size:18px;
            color:#000;
            padding-top:20px;
        }
            .photo h3 span{
                width:56px;
                height:22px;
                background-color: #feedc5;
                text-align:center;
                float:right;
                border-radius:5px;
            }
                .photo h3 span a{
                    font-size:11px;
                    color:#222;
                    line-height:22px;
                    font-weight:normal;
                    display: block;
                }
        .photo ul{
            border-bottom:#363535 1px solid;
            padding-top:25px;
        }
            .photo p{
                line-height: 43px;
            }
        .suggest{
            margin-top:54px;
            line-height: 53px;
            border:#000 1px solid;
            background: url(icon.gif) no-repeat right center #feedbc;
        }
            .suggest a{
                font-size:18px;
                color:#505050;
                display: block;
                padding-left:20px;
            }
            .suggest a:hover{
                color:#3588a6;
            }
.footer{
    height:203px;
    background-color: #feedbc;
    text-align: center;
    margin-top:55px;
}
    .footer p{
        color:#4c4b4b;
        line-height: 30px;
    }
    .footer p.margin{
        padding-top:50px;
    }





















