body {
    background: #FAFAFA;
    font-family: "微软雅黑";
    min-width: 1200px;
}
.mt20{
    margin-top: 20px;
}
.fl{
    float: left;
}
.clear{
    clear: both;
}
.agency-introduce {
    margin: 0px auto;
    width: 1180px;
    display: flex;
    background: #FFFFFF;
    padding: 10px;
}

.agency-introduce .agency-img {
    width: 30%;
    height: 230px;
    margin-right: 10px;
}

.agency-introduce .agency-img img {
    width: 100%;
    height: 100%;
}

.agency-introduce .angency-info {
    padding: 10px;
    margin: 0px;
    width: 70%;
}

.agency-introduce .angency-info .agency-name {
    font-size: 1.2rem;
    width: 100%;
    width: 100%;
}

.agency-introduce .angency-info .agency-name span {
    color: #F54D33;
    font-size: .9rem;
    margin-left: 15px;
}

.agency-introduce .angency-info .agency-ave {
    color: #F54D33;
    font-size: 1.4rem;
    margin: 10px 0px;
    width: 100%;
}

.agency-introduce .angency-info .agency-phone {
    margin: 10px 0px;
}

.agency-introduce .angency-info .agency-des {
    display: flex;
    width: 100%;
}

.agency-introduce .angency-info .agency-des {
    width: 100%;
}

.detail-list{
    width: 1200px;
    margin: 20px auto;
    height: 315px;
}

.detail-list ul li{
    width: 283px;
    height: 300px;
    border: 1px solid #e0e0e0;
    margin-right: 20px;
}
.detail-list ul li:nth-child(4n){
    margin-right: 0px;
}

.detail-list ul li .info{
    width: 100%;
    height: 250px;
    border-bottom: 1px solid #e0e0e0;
}
.detail-list ul li .info img{
    width: 200px;
    height: 150px;
    background: #e0e0dd;
    margin: 0 auto;
}
.detail-list ul li .info dt{
    width: 200px;
    margin: 5px auto;
    text-align: center;
}
.detail-list ul li .trade{
    width: 100%;
    text-align: center;
}

.detail-list ul li .trade .do-buy{
    display: inline-block;
    width: 85px;
    height: 30px;
    background: #F54D32;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
    border-radius: 5px;
}

