
.zj_banner{
	margin: 0 auto;
    width: 1380px;
    height: 320px;
    background: url(../image/zj_banner.jpg) no-repeat center top;
    background-size: 100%;
}

.doctror_body {
    width: 1200px;
    margin: 0 auto;
}

.doctror_left {
    float: left;
    width: 860px;
}

.doctror_content h4 {
	display: inline-block;
    width: 860px;
    font-size: 16px;
    line-height: 54px;
	border-bottom: 1px solid #ccc;
}

.figure {
    width: 420px;
    height: 291px;
    overflow: hidden;
    display: inline-block;
    margin: 20px 0;
    position: relative;
    float: left;
}

.figure img {
    width: 200px;
	display: inline-block;
}
.figure_new {
	width: 200px;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    padding-top: 40px;
}
.figure_new b{
	font-size: 16px;
}

span.figure_left {
    float: left;
    line-height: 40px;
    padding: 0px 15px;
    margin: 10px 0;
    font-size: 16px;
    background: #e5e5e5;
    font-weight: bolder;
	position: absolute;
    top: 240px;
}

span.figure_right {
    float: right;
    line-height: 40px;
    padding: 0 15px;
    margin: 10px 0;
    font-size: 16px;
    background: #ff9000;
    font-weight: bolder;
    color: #ffffff;
	position: absolute;
    top: 240px;
    right: 9px;
}

