.fwzclist .hdimg{
    width: 100%;
    height: 240px;
    min-width: 1200px;
}
.content{
    width: 1200px;
    /*min-height: 500px;*/
    margin: auto;
    padding: 30px 0 0;
}
.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: 56px;
}
.fwdetail{
    color: #333;
    width:1200px;
    margin:auto;
    margin-bottom:100px;
}

    .fwdetail .flt {
        font-weight:bolder;
        font-size:20px;
        padding-bottom:20px;
    }
    .fwdetail h3 {
        font-size: 20px;
    }
.fwdetail img{
    font-size: 20px;
    display: block;
    margin: 30px auto 50px;
}
.fwdetail h4{
    font-size: 20px;
    color: #005bac;
    margin-bottom: 18px;
}
.fwdetail p{
    font-size: 16px;
    text-indent: 32px;
    margin-bottom: 22px;
}
.cursorp{cursor: pointer}