@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
dd,
ul,
ol,
li,
button,
input {
	margin: 0;
	padding: 0;
}

body,
button,
input,
{
	outline: none;
}
.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

.fl {
	float: left
}

.fr {
	float: right;
}

.pa {
	position: absolute;
}

.pr {
	position: relative;
}

.dn {
	display: none;
}

.db {
	display: block;
}
/*............*/

.head_title{
	width: 710px;
	height: 30px;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.head_span{
	height: 29px;
	display: inline-block;
	padding: 0 5px;
	font:16px/29px "微软雅黑";
	color: #555;
	border-bottom:2px solid #009ee5;
}
.head_span1{
	height: 26px;
	display: inline-block;
	padding: 0 10px;
	font:14px/26px "微软雅黑";
	/*color: #007bb2;;*/
	border:1px solid #009ee5;
	border-radius: 5px;
	cursor: pointer;
	background-color: #009ee5;
	color: #fff;
}
/*.head_span1:hover,.show_mail:hover{
	background-color: #007bb2;;
	color: #fff;
}*/
.message{
	width: 700px;
	min-height: 10px;
	border-left: 2px dashed #ddd;
	/*padding-left: 4px;*/
	margin-left: 8px;
	padding-top: 15px;
	margin-bottom: 30px;
}
.m_details{
	width: 668px;
	padding: 10px;
	margin-left: 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
	
	
}
.md_span{
	width: 15px;
	height: 15px;
	top:20px;
	left: -20px;
	background-color: #ddd;
	border-radius: 50%;
}

.md_top{
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.photo_img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}
.photo_img img{
	width: 100%;
	height: 100%;
}
.show_det{
	width: 200px;
	height: 60px;
}

.show_name{
	width: 200px;
	height: 30px;
	display: block;
	font:bold 16px/30px "微软雅黑";
	color: #555;
}
.show_job{
	height: 30px;
	margin-right: 10px;
	font:14px/30px "微软雅黑";
	color: #555;
	display: inline-block;
}

.show_mail{
	height: 18px;
	padding: 0 10px;
	font:12px/18px "微软雅黑";
	color: #009ee5;
	display: inline-block;
	border: 1px solid #009ee5;
	border-radius: 5px;
	cursor:pointer;
}

.show_time{
	height: 60px;
	font:14px/60px "微软雅黑";
	color: #555;
}
.md_bot{
	width: 100%;
	
}
.md_bot_p{
	padding: 10px;
	text-indent: 2em;
	font:16px/26px "微软雅黑";
	color: #555;
}
.md_bot_img{
	width: 100%;
	height: 150px;
	/*text-align: center;*/
	margin-bottom: 15px;
}
.md_bot_img img{
	max-width: 100%;
	height: 100%;
}

.md_bot_video{
	width: 100%;
	margin-bottom: 20px;
}









