/* 内容开始 */ 
.content{
    width: 100%;
    background:#f4f4f4;
    padding-bottom: 100px;
}
.content .Position{
    width:1200px;
    height:40px;
    margin:0 auto;
    line-height: 40px;
   font-size: 12px;
}
.content .Position a{
    color:#505050;
    margin:0 5px;
}
.content .in-content{
    width:1200px;
    background:#fff;
    margin:0 auto;
    padding-bottom: 80px;
}
.content .in-content .one-content{
    height:50px;
    background:#fff;
    padding-top: 30px;
}
.content .in-content .one-content li{
    float: left;
    width:173px;
    text-align: center;
    border-right:2px solid #ccc;
   height:15px;
    line-height: 15px;
}
.content .in-content .one-content li a{
    color:#919191;
    font-size: 14px;
}
.content .in-content .one-content li a.cunt{
    color:#f27b28;
}
.content .in-content .one-content li a:hover{
    color:#f27b28;
}
.content .in-content .bannero{
    width:1200px;
    height:400px;
    display: block;

}
.content .in-content .bannero img{
        width:1200px;
    height:400px;
}
.content .in-content h5{
    font-size: 14px;
line-height: 30px;
color:#919191;
text-align: center;
margin-top: 40px;
}
.content .in-content h6{
    font-size: 16px;
line-height: 30px;
color:#919191;
text-align: center;
}
.content .in-content .problem{
    width:1000px;
    margin:0 auto;
    margin-top: 30px;
    margin-bottom: 100px;
}
.content .in-content .problem li{
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
}
.content .in-content .problem p{
    float: left;
}
.content .in-content .problem span{
    float: right;
}
.content .in-content .problem li a{
    color:#3e87f0;
    display: block;
    width:100%;
    height:30px;
    line-height: 30px;

}
.content .in-content .problem li a:hover{
    color:#f27b28;
}
.fenye{
    background: #fff;
    height:48px;
    text-align: center;
   
}
 .fenye ul{
    margin:0 auto;
    overflow:hidden;
    display:inline-block;
    margin-top: 8px;
}
 .fenye ul li{
    list-style: none;
    float: left;
    margin-right: 10px;
    padding:3px 10px;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;

}
.fenye ul li a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #505050;


}

.fenye ul li.xiala:hover{
    background: #fff;
}

.fenye ul li:hover{
    background: #f27b28;

}
.fenye ul li:hover a{
   color:#fff;
}
.fenye ul li.current,.fenye ul li.active{
    background: #f27b28;
}
.fenye ul li.current a{
   color:#fff;
}
/* 内容结束 */ 
