.bm {
    margin: 20px auto;
    border-radius: 6px;
    box-shadow: 0px 0px 7px 1px #efefef;
    }
    
    .bm_l {
    background: white;
    }
    
    .bm_r {
    width: 300px;
    background: white;
    height: 900px;
    margin-left: 20px;
    }
    
    .bm_tit {
    font-size: 24px;
    font-weight: 600;
    padding: 15px 20px;
    margin-bottom: 20px;
    background: #0088e6;
    color: white;
    text-align: center;
    }
    
    .bm_l td>span {
    color: red;
    }
    
    td[align=right] {
    color: #6d6d6d;
    font-size:15px;
    }
    
    td[align=left] {
    padding-left: 30px;
    }
    
    .bm_l.fl tr {
    line-height: 70px;
    }
    
    td[align=left]>input {
    border: 1px solid #DEDEDE;
    line-height: 40px;
    padding: 5px 8px;
    width: 450px;
    font-size:15px;
    }
    
    .bm_l.fl form#form1 {
    margin: 20px;
    width: 560px;
    }
    
    .bm_tit>p {
    font-size: 14px;
    color: white;
    margin: 10px 0;
    }
    
    textarea {
    border: 1px solid #DEDEDE;
    width: 450px;
    }
    
    td button[type="submit"] {
    width: 505px;
    height: 44px;
    background: #0088e6;
    color: white;
    border-radius: 5px;
    cursor:pointer;
    outline: none;
    border: none;
    }
    
    .c1_r_bm {
    width: 600px;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    }
    
    .c1_r_bm .c1_r_tit {
    border-left: 5px solid #3745a0;
    padding-left: 15px;
    color: #3745a0;
    font-weight: 600;
    font-size: 17px;
    margin: 15px 0;
    }
    
    .c1_r_bm p {
    line-height: 30px;
    font-size: 14px;
    }
    
    .c1_r_bm img {
    width: 530px;
    height: auto;
    }
    
    .c1_r_img>img {
    width: 100%;
    height: 100%;
    }