/*
*2016.11.17
*/
body {
  padding-top: 112px;
}
/*中间内容*/
/*中间部分*/
.ws-common-head {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #333;
  background: #f1f1f1;
  padding-left: 24px;
  position: relative;
}
.ws-common-head:after {
  content: '';
  height: 30px;
  width: 4px;
  background: #f60;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -14px;
}
.ws-content {
  width: 1200px;
  min-width: 1200px;
  padding: 0;
}
.ws-content .ws-label{
	margin-right: -60px;
	padding-top: 45px;
}
.ws-content .ws-label a {
	width: 150px;
	margin-right: 60px;
	margin-bottom: 20px;
}
.ws-content .ws-label a img{
	width: 150px;
	height: 150px;
	display: block;
	border-radius: 100%;
	
}
.ws-content .ws-label a div{
	text-align: center;
	font-size: 20px;
	line-height: 1;
	color: #333;
	padding-top: 28px;
	
}
.ws-content .ws-word .ws-word-head ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ws-content .ws-word .ws-word-head ul li {
  width: 60px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  color: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-right: 20px;
  margin-top: 20px;
}
.ws-content .ws-word .ws-word-head ul li.ws-selected {
  color: #999;
  cursor: pointer;
}
.ws-content .ws-word .ws-word-head ul li.ws-selected:hover {
  background: #f60;
  color: #fff;
}
.ws-content .ws-word .ws-word-list{
	position: relative;
	border-bottom: 1px solid #f6f6f6;
	margin-top: 50px;
}
.ws-content .ws-word .ws-word-list h5 {
  font-size: 28px;
  color: #333;
  line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
  
}
.ws-content .ws-word .ws-word-list .ws-word-child {
  margin-bottom: 10px;
}
.ws-content .ws-word .ws-word-list .ws-word-child a {

}

.ws-content .ws-word .ws-word-list .ws-word-child a {
	width: 120px;
	margin-left: 80px;
}
.ws-content .ws-word .ws-word-list .ws-word-child a img{
	width: 120px;
	height: 120px;
	display: block;
	border-radius: 100%;
	
}
.ws-content .ws-word .ws-word-list .ws-word-child a div{
	text-align: center;
	font-size: 20px;
	line-height: 1;
	color: #333;
	padding: 16px 0 50px;
	
}
