/**
* author: WU
* 2015.7.13
**/

.title-bar {
    width: 1000px;
    height: 45px;
    line-height: 35px;
    margin: 0 auto 10px auto;
}
.title-bar span:first-child {
    font-size: 24px;
    color: #109c92;
}
.title-bar .last-span {
    font-size: 14px;
    float: right;
    line-height: 35px;
}
.detail-div {
    font-size: 14px;
    border: 1px solid #efefef;
    padding: 45px 50px 60px 50px;
    overflow: hidden;
}
.d-map {
    margin-bottom: 40px;
}
.icon-div {
    float: right;
    display: inline;
    width: 75px;
}
.icon-div p {
    width: 65px;
    height: 65px;
    margin-bottom: 55px;
    background: url("../images/icon.png") no-repeat;
}
.icon-div p a {
    display: block;
    width: 100%;
    height: 100%;
}
.icon-div .d-icon1 {
    background-position: -235px -296px;
}
.icon-div .d-icon2 {
    background-position: -235px -393px;
}
.icon-div .d-icon3 {
    background-position: -235px -483px;
    margin: 0;
}
.d-text {
    float: left;
    display: inline;
}
.d-text p {
    line-height: 40px;
}
.d-text p:first-child {
    font-size: 18px;
    color: #109c92;
}
#content-div {
    margin-bottom: 30px;
}