body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family:'微软雅黑',Sans-Serif;
	background: #EEE;
}
.main_container {
	text-align: center;
}
.popup_container {
	width: 650px;
	/*width: auto;*/
	margin: 20px auto;
	background-color: #ffffff;
	padding: 10px;
}
.notice_title {
	overflow: auto;
	clear: both;
	margin-top: 20px;
}
.notice_title div{
	float: left;
	width: 33.3%;
}

.right_part .line_1{margin-left: 50px;}
div span.underline {
	/*text-decoration: underline;	*/
	display: inline-block;
	border-bottom: 1px solid #000000;
	width: 100px;
}
.notice_container {
	margin-top: 20px;
	overflow: auto;
	clear: both;
	border:1px solid #000000;
}
.notice_container div.left_part {
	float: left;
	width: 10%;
	padding: 10px;
	text-align: left;
}
.notice_container div.right_part {
	float: left;
	width: 83%;
	border-left: 1px solid #000000;
	padding: 10px 10px 20px;
	text-align: left;
	font-size: 14px;
}
.notice_container div.left_part div.disease_space {
	margin-top: 5px;
}
.notice_container div.right_part div.notice_info {
	margin-top: 30px;
}
.doctorImg {
	position: absolute;
	top: -23px;
    left: 15px;
    width: 92px;
}
.jiliang .underline,.hospital .underline{width: 440px;}
.number .underline,.doctor_register .underline{width: 412px;}
.doctor_responsable .underline{width: 342px;}
@media only screen and (min-width: 320px) and (max-width: 480px){
	.popup_container {
		width: 93%;
		margin: 0 auto;
	}
	.doctorImg {left: 2px;}
	.notice_container div.left_part{width: 6%;}
	.notice_container div.right_part{width: 80%;}
	div span.underline{width: 14.5%;}
	.right_part .line_1{margin-left: 10px;}
	.jiliang .underline,.hospital .underline{width: 63.6%;}
	.number .underline,.doctor_register .underline{width: 50.8%;}
	.doctor_responsable .underline{width: 39.2%;}
	.time span.underline{width: 14%;}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px){
	div span.underline{width: 27%;}
	.doctorImg {left: 24px;}
	.jiliang .underline,.hospital .underline{width: 73.2%;}
	.number .underline,.doctor_register .underline{width: 63.1%;}
	.doctor_responsable .underline{width: 52.9%;}
	.time span.underline{width: 16.8%;}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px){
	div span.underline{width: 33.9%;}
	.jiliang .underline,.hospital .underline{width: 75.8%;}
	.number .underline,.doctor_register .underline{width: 66.6%;}
	.doctor_responsable .underline{width: 56.8%;}
	.time span.underline{width: 18.4%;}
}