* {
    box-sizing: border-box;
}
.index {
    display: block;
    position: relative;
    height: 100%;
    background: #eff3f5;
    overflow: hidden;
}
.text-content {
    width: 100%;
    height: 100%;
}
.push-title {
    background: #ffffff;
}
.text-line {
    border-bottom: 2px solid #0a82e5;
    font-size: 18px;
    margin: 20px 20px 0 20px;
    padding-top: 20px;
    color: #ff9a33;
    font-weight: bold;
}
.right-back {
    float: right;
    margin-right: 20px;
}
.text-back {
    text-decoration: underline;
    color: #000000;
}
.text-line img {
    margin: 0 10px 0 20px;
}
.text-main {
    background: #ffffff;
    padding: 0 60px;
    height: 100%;
    overflow-y: scroll;
}
.text-con {
    padding: 10px 80px 60px 80px;
}
.text-detail {
    padding-top: 20px;
}
.text-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    text-indent: 110px;
}
.export-box {
    margin-left: 6%;
}
.el-col-10{
    width:50%;
    float:left;
    padding-left:70px;
}
.el-col-10:last-child{
    width:100%;
}
.el-col-6{
    width:50%;
    float:right;
    padding-right:70px;
}
.el-col-6 div{
    float:right;
}
.clause-content{
    margin-top:20px;
}