    div.section {
        width: 100%;
        text-align: center;
    }
    div.section p {
        height: 2em;
        line-height: 2em;
    }
    div.title {
        height: 2em;
        line-height: 2em;
        font-size: 16px;
    }
    ul.title-ul li {
        height: 2em;
        float: left;
        font-size: 16px;
    }
    li.title {
        width: 7em;
        color: #1655a3;
        border-bottom: 1px solid #1655a3;
    }
    li.line {
        width: 892px;
        width: calc(100% - 7em);
        border-bottom: 1px solid #c9c9c9;
    }
    div.context {
        display: inline-block;
        text-align: left;
        margin: 3em 109px 0px 0px;
    }
    p.infront {
        width: 100%;
        height: 2em;
        line-height: 2em;
    }
    div.form div{
        height: 3em;
        line-height: 3em;
    }
    label.colume-1 {
        display: inline-block;
        width: 8em;
    }
    .colume-2 {
        margin: auto .5em;
    }
    div.operation {
        margin: 1em 0;
    }
    div.operation input {
        height: 2em;
        width: 8em;
        margin: 0 2em;
        border-color: #035BC8;
        border-radius: .4em;
        background-color: #025CCB;
        background-image: linear-gradient(90deg, #025CCB, #035bc8e0);
        color: #fff;
    }
    div.explanation {
        
    }
    div.explanation div {
        height: 2em;
    }
    div.explanation img{
        height: 2em;
        line-height: 2em;
        float: left;
    }
    
     div.explanation p {
        height: 15em;
        line-height: 2em;
        float: left;
      }
    div.imageNum {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        height: 3em;
        
    }
    div.imageNum img {
        vertical-align: middle;
        cursor: pointer;
    }
    div.imageNum span{
        cursor: pointer;
    }
    div.queryResult textarea {
        border: none;
        width: 100%;
        text-indent: 2em;
        color: #f00;
        overflow: auto;
        outline: none;
        resize: none;
        height: 120px;
    }
    div.queryResult textarea:focus {
        outline: none;
    }
    
    
    .ywsm{
      overflow: hidden;
    }
    
    .infomation{
      width: 300px;
      margin-top: 10px
    }
    
    .infomation_p{
      text-indent: 1em;
    }
    
    input {
	    width: 200px;
	}