.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: 38px;
}
.content .con-head{
    width: 100%;
    height: 40px;
    background: #eeeeee;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 40px;
    display: flex;
    padding-left: 326px;
    box-sizing: border-box;
    margin-top: 15px;
}
.con-head span{
    display: block;
    width: 140px;
    height: 26px;
    background: #113496;
    border-radius: 2px;
    margin-top: 7px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    margin-left: 37px;
}

.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.con-box .con-le{
    /*width: 630px;*/
    height: auto;
    overflow: hidden;
}
.con-le .con-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #113496;
    line-height: 28px;
    margin-top: 27px;
}
.con-le .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    margin-top: 10px;
}
.con-box .con-ri{
    width: 594px;
    height: 662px;
}

.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;
}

