.titlebar {
    height: 37px;
    background: #d9e9f5 url(../images/titbar_ico.png) no-repeat 0 0;
    background-size: 23px 37px;
    position: relative;
}
.titlebar h3 {
    display: block;
    padding: 0 0 0 30px;
    height: 37px;
    line-height: 37px;
    font-size: 20px;
    font-weight: 500;
}
.titlebar span {
    font-size: 12px;
    font-family: Verdana;
    position: absolute;
    right: 10px;
    top: 8px;
    color: #03A9F4;
    height: 20px;
    line-height: 20px;
}
.conbox_about {
    padding: 15px 20px;
}
.conbox_about p {
    font-size: 16px;
    line-height: 28px;
	text-align: justify;
	margin:0;
}
.conbox_about .about_btn {
    height: 24px;
    line-height: 24px;
    text-align: right;
    font-size: 14px;
}
.about_btn a {
    display: inline-block;
    background: url(../images/ico_zd.png) no-repeat right center;
    background-size: 12px 7px;
    padding-right: 15px;
    color: #666;
}