.box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.title{
    width: 100%;
    height: 42px;
    background: #f8f8f8;
    margin-top: 100px;
    font-size: 14px;
    color: #333333;
    line-height: 42px;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.content .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
}
.content .con-head{
    width: 100%;
    height: 40px;
    background: #eeeeee;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    margin-top: 15px;
}
.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-box .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    margin-top: 10px;
}

.content .con-last{
    width: 100%;
    height: 65px;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
    line-height: 60px;
    font-size: 14px;
    color: #333333;
    display: flex;
    justify-content: space-between;
}
.con-last .con-btn{
    cursor:pointer;
}
.con-last .con-btn:hover{
    color: #113496;
}
