﻿.content .groupbox {
	width: 858px;
}
.content .groupbox .groupleft {
	width: 230px;
	margin-right: 50px;
	float: left;
	display: inline;
}
.content .groupbox .groupleft img {
	width: 230px;
	border-radius: 200px;
	margin-right: 30px;
}
.content .groupbox .groupleft .name {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	color: #838383;
	font-style: italic;
	text-align: center;
}
.content .groupbox .groupright {
	float: left;
	display: inline;
	margin-top: 15px;
}
.content .groupbox .groupright .title {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
}
.content .groupbox .groupright .subtitle {
	font-size: 18px;
	line-height: 24px;
	color: #838383;
}
.content .groupbox .groupright .info {
	font-size: 14px;
	color: #838383;
}
.content .groupbox .groupright .info em {
	font-size: 14px;
	color: #fe8637;
	display: block;
	margin-bottom: 20px;
}
.content .groupbox .groupright img {
	width: 100px;
	margin-left: 50px;
}
.content .groupbox .shortline {
	border-bottom: 1px solid #000000;
    font-size: 0;
    margin: 20px 0;
    padding: 0;
    line-height: 1;
    width: 9%;
    display: block;
    clear: both;
}
.content .line {
	border-bottom: 1px solid #c8bfb6;
    font-size: 0;
    margin: 50px 0;
    padding: 0;
    line-height: 1;
    width: 90%;
    display: block;
    clear: both;
}