
body{
	margin:0;
	padding:0;
	vertical-align: baseline;
	color:#333;
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	}
ul,li,img {list-style:none;border:none; padding:0; margin:0;}
a {text-decoration:none;cursor:pointer;outline:none; color:#333}	
table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
}


/*正文*/
.con-hcp{
	width: 1200px;
	margin: 0 auto;
}

.hcp-title{
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	line-height: 40px;
	margin-top: 20px;
	height: 40px;
    border-bottom: 3px solid #333;
}

.hcp-list{
	margin-top: 25px;
}
 .hcp-list ul li{
	 width: 100%;
	height: 120px;
	display:inline-block;
	margin-bottom: 25px;
	background: #fff;
	transition: all .3s ease;
    box-shadow: 0 0 1.5rem rgba(9,41,77,.08);
}
.hcp-list-l{
	width: 920px;
	float: left;
	margin-left: 25px;
}
.list-name{
	font-size: 18px;
	font-weight: 700;
	line-height: 70px;
	padding-left: 30px;
	background: url(../img/list-icon.png) no-repeat left;
}
.list-depart{
	font-size: 14px;
	color: #888;
}
.list-depart span{ margin-right: 20px;}

 .r-handle{
	font-size: 14px;
	width: 112px;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	background: #4c9ef6;
	cursor: pointer;
	float:right;
    margin-right: 25px;
    margin-top: 40px;
}
.r-handle:hover{background: #328cf5;}
.r-handle img{ margin-right: 8px;}
.r-handle a{color: #fff;}



