.infoDetail-container{
    height: 100%;
    margin-top: 65px;
    max-width: 1200px;
    min-width: 900px;
    margin: 0px auto;
}
.infoDetail-container .title{
    font-size: 24px;
    width: 100%;
    text-align: center;
    color: #393939;
    margin-top: 120px;
    margin-bottom: 30px;
}
.infoDetail-container .info{
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #999;
    margin-bottom: 82px;
}
.info .info-time{
    margin-right: 82px;
}
.content-title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.content-title span{
    font-size: 16px;
}
.content-question{
    font-weight: bold;
}
.content-div{
    margin-bottom: 20px;
}
.content-question ul li{
    list-style-type:none;
}
ul li span{
    font-weight: bold;
}
.content{
    line-height: 2;
    font-size: 16px;
    color: #797979;
    margin-bottom: 160px;
    /* text-indent:35px; */
    padding: 0 10%;
}
.content img{
    width: 100%;
}
.foot-container{
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}
.foot-container .btn{
    width: 100%;
    text-align: center;
    width: 127px;
    height: 37px;
    color: #797979;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
}
.foot-container .last{
    color: #797979;
    background-color: #fff;
    margin-right: 138px;
}


.xz{
    line-height: 2;
    font-size: 15px;
    color: #ababab;
    margin-bottom: 160px;
    text-indent:35px;
}
.act{
    border: none !important;
    color: #fff !important;
    background-color: #0085fe !important;
}

.act:hover{
    cursor: pointer;
}