@import url("common_side.css");
ol{
	padding:0px;
	margin:0px;
}

.leftbar .items ul li.tab1{
	background-image:url(../images/expert_01.png);
}
.leftbar .items ul li.tab2{
	background-image:url(../images/expert_02.png);
}
.leftbar .items ul li.tab3{
	background-image:url(../images/expert_03.png);
}
.leftbar .items ul li.tab4{
	background-image:url(../images/expert_04.png);
}


.rightbar{
	color:#555;
	font-size:16px;
	line-height:2em;
	margin-bottom:40px;
}



.rightbar ul.crumb{
	background:none;
	border-bottom:1px dashed #7badc6;
	padding-bottom:10px;
	overflow:hidden;
	zoom:1;
}
.crumb li{
	color:#777;
	float:left;
	padding:0 15px 0 10px;
	background:url(../img/required.png) no-repeat right center;
}
.cont:after{
	clear:both;
	display:block;
	content:"";
}
p{
	clear:both;
}
.rightbar .img{
	float:left;
	margin:0 15px;
	width:112px;
	height:109px;
	border-radius:5px;
}
.rightbar .cont .info{
	float:left;
	width:550px;
}

.rightbar .img img{
	width:110px;
}

.rightbar .notice .cont{
	margin:15px 0;
}

.rightbar .notice .info .doc_name{
	font-size: 20px;
    font-weight: bold;
    margin-top:10px;
}
.rightbar .notice .info .doc_name span{
	 color: #494949;
    font-size: 16px;
    line-height: 2em;
}
.rightbar .notice .info .doc_hosp{
	color: #494949;
    font-size: 16px;
    line-height: 2em;
}
.rightbar .notice .info .doc_adept{
	color: #494949;
    font-size: 16px;
    line-height: 2em;
}
