.grey-bg{
	background: #f5f7fa;
}
.white-bg{
	background: #fff;
}
/*金融管理人才*/
.three-modu{
	padding: 135px 0;
}
.personnel{
	display: flex;
}
.personnel .left{
	width: 280px;
	height: 180px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 13px rgba(0,159,232,0.2);
}
.personnel .left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration:0.5s;
}
.personnel .left img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
    -moz-transform: scale(1.1); /*Firefox*/
    -ms-transform: scale(1.1); /*IE9*/
    -o-transform: scale(1.1); /*Opera*/
}
.personnel .right{
	flex: 1;
}
.person-white .right{
	margin-left: 9%;
}
.personnel .right h2{
	font-size: 24px;
	color: #3d4450;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-bottom: 40px;
	position: relative;
}
.personnel .right h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin:0 auto;
    width: 50px;
    height: 4px;
    border-radius:5px;
    background: linear-gradient(90deg,#009fe8,#4c88ee);
}
.personnel .right .text{
	font-size: 16px;
	color: #3d4450;
	line-height: 32px;
}


.person-grey .right{
	margin: 0;
}
.person-grey .left{
	margin-left: 9%;
}
















/*相关客户案例*/
.news{
	margin-top: 55px;
}
.news-list ul li{
	background: none;
	/*padding: 0;*/
}















/* 小屏幕 */
@media (max-width: 768px){ 
/*金融管理*/
.personnel {
    display: block;
}
.personnel .left{
	width: 100%;
	height: auto;
}
.person-white .left{
	margin-bottom: 30px;
}
.person-white .right {
    margin-left: 0;
}
.three-modu{
	padding: 50px 0;
}
.person-grey .left {
    margin-left: 0;
    margin-top: 30px;
}
.personnel .right h2 {
    font-size: 20px;
    color: #3d4450;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
}
.news-list ul li {
    background: none;
     padding: 0; 
}
}