.info_content{
    margin-top: 21px;
    text-align: left;
    font-size: 20px;
    margin-left: 2%;
}
.info_content h3{
    font-size: 20px;
}
.info_content p{
    line-height: 25px;
    font-size: 14px;
}
.ct_r {
    width: 478px;
    margin-left: 15px;
}
.ct_r li {
    width: 100%;
    margin-bottom: 12px;
}
.ct_r .tit {
    display: block;
    width: 60px;
    height: 35px;
    line-height: 35px;
    text-align: right;
    font-size: 13px;
    float: left;
    color: #333333;
}
.ct_r input {
    margin-bottom: 17px;
    width: 390px;
    height: 35px;
    border: 1px solid #ddd;
    line-height: 35px;
    padding: 0 5px;
    float: left;
    font-size: 13px;
}
.ct_r .tit i {
    font-style: normal;
    color: #F00;
}
.ct_r textarea {
    font-size: 13px;
    width: 396px;
    height: 80px;
    border: 1px solid #ddd;
    line-height: 150%;
}
.ct_r input[type="submit"] {
    width: 160px;
    height: 45px;
    background: #0072B9;
    border: 1px solid #0072B9;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    color: #FFF;
    font-size: 18px;
}
