.fwzclist .hdimg{
    width: 100%;
    height: 240px;
    min-width: 1200px;
}
.content{
    width: 1200px;
    min-height: 500px;
    margin: auto;
    padding: 30px 0 90px;
}
.content .header{
    font-size: 24px;
    color: #333;
    margin-bottom: 18px;
}
.content .header .line{
    width: 515px;
    height: 2px;
    background: #ccc;
}
.content .header div{
    min-width: 145px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.navitems{
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background-color: #f4f4f4;
    text-align: center;
}
.navitems div{
    display: inline-block;
    font-size: 16px;
    line-height: 60px;
}
.navitems .margin{
    margin-right: 100px;
}
.content .fwitem{
    height: 80px;
    border-bottom: 1px dashed #cdcdcd;
    overflow: hidden;
    /*text-align: justify;*/
    line-height: 80px;
}
/*.content .fwitem div{*/
    /*display: inline;*/
/*}*/
.content .fwitem .flt{
    float: left;
 }

    .content .fwitem .flt a {
        color: black;
    }
        .content .fwitem .flt a:hover {
            color: #004EA2;
        }
.content .fwitem .fgt{
    float: right;
}
