.articel{
    overflow: auto;
    width:100%;
    height: 935px;
    background-color: #e2e2e2;
}
.detail{
    width:1200px;
    margin:0 auto;
}
.detail h1{
    color: #323232;
    font-size:20px;
    text-align: center;
    margin:47px 0 32px;
}
.detail .wenzi{
    color: #646464;

    text-align: center;

}
.detail .wenzi img{
    max-width:1200px;
    display: block;
    margin: 0 auto;
    
}
.detail .wenzi p{
    line-height:26px;
    text-align: justify;
}

.detail .shangxia {
    border-top: 1px solid rgba(100,100,100,.3);
    text-align: left;
    margin: 70px 0 90px;
    position: relative;
}
.detail .shangxia p {
    margin: 10px 0 0;
}
.detail .shangxia p a {
    color: #646464;
    font-size: 12px;
}
.detail .shangxia p a:hover{
    color: #F7B400;
}
.detail .shangxia .a-fh {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    padding: 0 0 0 15px;
    width: 65px;
    height: 26px;
    line-height: 26px;
    background-color: #0a3c5b;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.detail .shangxia .a-fh img {
    vertical-align: middle;
    margin:0 0 0 7px;
}

