.box_main{
    width: 1200px;
    margin: auto;
    padding: 40px 45px;
    box-sizing: border-box;
   font-size: 14px;
   background-color: #fff;
}
.bg_box{
    background:  no-repeat center;
    background-size: cover;
}
.line2{
    width: 100%;
    margin: auto;
    border-bottom: 2px solid #e7e7e7;
}
.title_info{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    text-align: center;
}
.title_time{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.c_content{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    padding: 35px 0;
}
.line{
    border: 1px dashed #979797;
    width: 1108px;
    margin: auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.p-24{
    padding: 24px 0 87px;
}
.f-16{
    font-size: 16px;
    font-weight: 400;
    color: #0f60c3;
    line-height: 26px;
    position: relative;
}
.prive::after{
    position: absolute;
    background: url(/uploads/image/p2111image/5b0e37.png)  no-repeat;
    width: 12px;
    height: 18px;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    top: 8px;
}
.next::after{
    position: absolute;
    background: url(/uploads/image/p2111image/be1170.png) no-repeat;
    width: 12px;
    height: 18px;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    top: 8px;
}
.point{
    cursor: pointer;
    position: relative;
}
.p-20{
    padding: 0 20px;
}
.pb-10{
    margin-bottom: 10px;
}