*{
    margin: 0;
    padding: 0;
}
body{
    background: #fff;
}
a{
    text-decoration: none;
}
.content{
    width: 1000px;
    margin: 0 auto;
	height:380px;
}
.contit{
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    height: 34px;
    padding-top: 12px;
    margin-bottom: 2px;
}
.contit span{
    font-size: 20px;
    font-weight: bold;
    color: #005c97;
    line-height: 34px;
    float: left;
    border-bottom: 3px solid #005c97;
    padding: 0 10px 0 12px;

}
.contit a{
    float: right;
    line-height: 34px;
    font-size: 14px;
    color: #929292;
}
.list-blue {
    padding-top: 12px;
    padding-left: 20px;
}
.list-blue li {
    font-size: 18px;
    line-height: 36px;
    padding-left: 12px;
    width: 100%;
   
    list-style-type:disc !important;
}
.list-blue li a{
   /* display: block; */
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ztheader {
    width: 100%;
    height: 300px;
    background: url(../images/czzjzdjctop.jpg) no-repeat top center;
}
/* .ztheader img{
    display: block;
    margin: 0 auto;
} */
.ztheader a>img {
    margin-top: 15px;
}
.con1{
    /* min-height: 240px; */
}
body>.content{
    padding: 45px 0 90px 0;
}
.list-blue span{
    float:right;
}