﻿.online_form {
    float: none;
    background-color: #f9f9f9;
}

.contain_left {}

.contain_left p {
    font-size: 12px;
    color: #555555;
    line-height: 76px;
}

.contain_left .each {
    overflow: hidden;
    margin-top: 14px;
    border-bottom: 1px dashed #a3a3a3;
    padding-bottom: 30px;
}

.contain_left .each div {
    float: left;
    width: 146px;
    height: 146px;
    margin-left: 10px;
    margin-right: 40px;
}

.contain_left .each div img {
    max-height: 146px;
    max-width: 146px;
}

.contain_left .each dl {
    float: left;
    width: 526px;
}

.contain_left .each dl dt {
    font-size: 22px;
    color: #000;
    line-height: 60px;
}

.contain_left .each dl dd {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
}

.contain_left .each dl .overflow {
    overflow: hidden;
}

.contain_left .each dl dd a {
    float: right;
    font-size: 13px;
    color: #0069ae;
    line-height: 36px;
    background: url(../images/detail_blue.png) no-repeat right center;
    padding-right: 22px;
}