.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;
}
.title .iconfont{
    font-size: 16px!important;
    margin-right: 10px;
    color: #333333;
}
.title a{
    color: #333333;
}
.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;
    margin-top: 38px;
}
.content .con-head{
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #666666;
    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;
    margin-top: 25px;
}
.con-last .con-btn{
    cursor:pointer;
}
.con-last .con-btn:hover{
    color: #0078ba;
}
