@import url(procommon.css);
.box-banner{
    height:385px;
    background: url("../images/changjianwenti_banner@2x.jpg") no-repeat;
    background-size: 100% 100%;
}
.question-main{
    width:100%;
    min-width: 1200px;
    background: #f5f6fa;
    padding-bottom: 390px;
}
.question-main h2{
    font-weight: normal;
    text-align: center;
    font-size: 28px;
    color:#333;
    padding:72px 0 48px;
}
.question-box{
    width:1200px;
    height:552px;
    margin:0 auto;
}
.question-left{
    width:585px;
    height:552px;
    float: left;
}
.question-left h3{
    color:#333;
    font-size: 20px;
    font-weight: normal;
}
.question-left p{
    font-size: 14px;
    color: #929292;
    margin-bottom: 33px;
    padding-left: 30px;
}
.question-left .color-333333{
    color: #333333 !important;
}

.question-left img {
    width: 540px;
    height: 239px;
    margin-bottom: 20px;
}
.question-right{
    float: right;
    width:488px;
    height:552px;
    background: white;
}
.question-right .right-top{
    width:488px;
    padding-top:76px;
    text-align: center;
}
.question-right .right-top p{
    font-size: 18px;
    color:#929292;
    margin-bottom: 15px;
}

.question-right .right-top img{
    border: 1px solid #929292;
}
.question-right .right-btm{
    width:488px;
}
.question-right .right-btm{
    width:488px;
    height:50px;
}
.right-btm ul{
    width:231px;
    height:50px;
    margin: 50px 0 0 132px;
    display: flex;
    justify-content: space-around;
}

.right-btm ul li {
    text-align: center;
    flex: 1;
}
.right-btm ul .right-btm-QQ{
    position: relative;
}
.right-btm ul .right-btm-QQ::after{
    content: "";
    display: block;
    /*width: 1px;*/
    height: 100%;
    background: #929292;
    position: absolute;
    top: 0;
    right: 0;
}
.right-btm ul li a{
    font-size: 12px;
    color: #929292;

}
.right-btm ul li p{
    font-size: 12px;
    color:#929292;
}






























