.cl::after{
	content: '';
	clear: both;
}
#content{
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    padding-top:30px;
}

.person_info{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
/*.person_bg{
	width: 100%;
	height: 240px;
	background: url(../images/personBg.jpg) center no-repeat;
	background-size: cover;
}*/
.person_tip{
	width: 100%;
	height: 160px;
	background: #fff;
}
.person_pic{
    width: 150px;
    display: block;
    padding-top: 185px;
    margin-left: 40px;
}
.tip_info{
	width: 620px;
	height: 100%;
	padding: 30px;
	float: left;
	box-sizing: border-box;
	margin-left: 190px;
}
.tip_info h1{
	font-size: 24px;
	color: #333;
}
.tip_info .desc{
	font-size: 16px;
	margin: 15px 0;
	color: #999;
}
.tip_info .label{
	font-size: 14px;
	color: #fff;
}
.tip_info .label span{
	margin-right: 10px;
	padding: 0 8px;
	line-height: 20px;
	border-radius: 4px;
}
.cr1{
	background: #FF322D;
}
.cr2{
	background: #FF7C3D;
}
.cr3{
	background: #58B6EE;
}
.gzd_info{
	width: 390px;
	height: 100%;
	padding: 30px;
	float: right;
	box-sizing: border-box;
	/*background: red;*/
}
.add_gz{
	width: 85px;
	box-sizing: border-box;
	font-size: 20px;
    color: #fff;
    text-align: center;
    background: #FF9500;
    line-height: 35px;
    float: right;
    cursor: pointer;
    display: block;
}
.info_gz{
	width: 100%;
	margin-top: 83px;
	font-size: 22px;
	color: #666;
	text-align: right;
}
.info_gz span{
	font-size: 15px;
	color: #999;
	padding-left: 15px;
}
.dynamic{
	width: 820px;
	height: 100%;
	margin-bottom: 150px;
	/*background: red;*/
	float: left;
}
.follow{
	width: 350px;
	height: 100%;
	/*background: red;*/
	float: right;
}
.dynamic h1, .follow h1{
	font-size: 24px;
	color: #333;
	margin: 50px 0 35px;
	margin-bottom: 20px;
}
.dt_inner{
	width: 100%;
	height: 210px;
	display: block;
	background: #fff;
	padding: 20px 25px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.dt_title{
	font-size: 18px;
	color: #333;
}
/*.dt_inner .dt_pic{
	width: 270px;
	height: 135px;
	background: url(../images/s1.jpg) center no-repeat;
	background-size: cover;
	display: block;
	margin-top: 8px;
	float: left;
}*/
.dt_inner .dt_pic{
	width: 40px;
	height: 38px;
	margin-top: 48.5px;
}
.dt_info{
	width: 455px;
    height: 90px;
    float: right;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 20px;
    border-bottom: 1px solid #ddd;
}
.dt_time{
	height: 35px;
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: right;
    color: #666;
}
.dt_time p{
	display: inline-block;
}
.dt_time p span{
	margin-left: 20px;
}
.dt_time .view {
    margin-left: 10px;
    background: url(../images/eye.png) left center no-repeat;
    background-size: 19px 13px;
}
.dt_time .share {
    margin-left: 10px;
    cursor: pointer;
    background: url(../images/slink.png) left center no-repeat;
    background-size: 16px 16px;
}
.follow_box{
	width: 100%;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
}
.f_inner{
	width: 100%;
	height: 77px;
	padding-bottom: 40px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.f_inner img{
	width: 77px;
	height: 77px;
	border-radius: 50%;
}

.f_info{
    width: 100px;
    height: 65px;
    font-size: 13px;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: space-between;
}
.f_info .f_name{
	font-size: 20px;
	color: #333;
	line-height: 20px;
}
.f_info .f_gzd{
	font-size: 14px;
	color: #999;
}
.f_btn{
    width: 70px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    background: #FF9500;
    text-align: center;
    line-height: 30px;
}
.changeBtn{
	width: 270px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	border-radius: 4px;
	margin: 25px auto;
	background: #EE0D0D;
	line-height: 45px;
	text-align: center;
}









#footer{
	margin-top: 0!important;
}