.wrapper{
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.wrapper .main{
    width: 1200px;
    margin: 0 auto;
}

.wrapper .main .top-header{
    overflow: hidden;
}
.wrapper .main .top-header .crumbs{
    float: left;
    padding: 30px 0 16px;
}
.wrapper .main .top-header .crumbs .icon{
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 15px;
}
.wrapper .main .top-header .crumbs .icon img{
    float: left;
    width: 100%;
}
.wrapper .main .top-header .crumbs a,
.wrapper .main .top-header .crumbs span{
    float: left;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.wrapper .main .top-header .crumbs a:hover,
.wrapper .main .top-header .crumbs span.active{
    color: #F88F07;
}
.wrapper .main .top-header .crumbs em{
    float: left;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-family: 'Microsoft YaHei';
    padding: 0 6px;
}



html,body{
    background: transparent;
}
.detail-content{
    background: #fff;
    padding: 34px 80px 180px;
    margin: 40px auto;
}
.detail-content .title{
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
    font-family: 'Microsoft YaHei';
    text-align: center;
}
.detail-content .desc{
    height: 30px;
    background: #F6F8FA;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    font-family: 'Microsoft YaHei';
    text-align: center;
}
.detail-content img{
    display: block;
    margin: 20px auto;
    max-width: 90%;
}
.detail-content p,
.detail-content div{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-family: 'Microsoft YaHei';
    text-indent: 2em;
    margin-bottom: 20px;
}
.detail-content .pTitle{
    font-weight: bold;
    text-align: center;
}