
#articleInfo16 .item {
	overflow: hidden;
	position: relative;
	margin: 15px 0 30px;
}
#articleInfo16 .item > div {
	width: 25%;
}

#articleInfo16 .item .photo {
	overflow: hidden;
	padding: 70px 110px 0 0;
	width: 68%;
	position: relative;
	order: -1;
}
#articleInfo16 .item .photo:before {position: absolute;width: 100px;height: 130px;background-image: url(/images/42/img_Cases_02.png);background-repeat: no-repeat;background-size: cover;display: block;top: 5px;left: 5px;z-index: 0;content: "";}

#articleInfo16 .item .photo .slick-slider{
    margin-bottom: 60px;
}

#articleInfo16 .item .photo:before {
    content: '';
    position: absolute;
    width: 830px;
    height: 400px;
    left: 40px;
    bottom: 0;
    z-index: -2;
    background-image: url(/images/42/img_team_01.png);
    background-repeat: no-repeat;

}
#articleInfo16 .item .photo:after {
    content: '';
    position: absolute;
    width: 500px;
    height: 60px;
    right: 0;
    bottom: 0;
    z-index: -2;
    background-color: #3d7874;
}
#articleInfo16 .item .photo img {
	width: 100%;
	border-radius: 0 120px 0 0;
}

#articleInfo16 .item .photo .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: left;
}
#articleInfo16 .item .info {
	margin: 0px 0 0 3%;
	width: 55%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

#articleInfo16 .info_item{
}

#articleInfo16 .teamArea .teaminfo h3 {
    padding: 20px 0 10px 0;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 160%;
    color: #3d7874;
}

#articleInfo16 .teamArea .teaminfo p {
    width: 100%;
    margin-top: 20px;
    line-height: 200%;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 16px;
    color: #848483;
}


@media screen and (max-width: 1280px) {
		#articleInfo16 .item > div{
    width: 84%;
    margin: auto;
    margin-bottom: 20px;
}

	#articleInfo16 .item .photo img{
    border-radius: 0;
}
	#articleInfo16 .item .photo .slick-slider{
    margin-bottom: 0;
}
	#articleInfo16 .item .photo:before,#articleInfo16 .item .photo:after,#articleInfo16 .item .photo .slick-dots{
    display: none;
}
	#articleInfo16 .item .photo {
		width: 100%;
		top: 0;
		padding: 0 0 20px;
		margin-bottom: 0;
	}

	#articleInfo16 .item .info {
		margin: 0;
		width: 100%;
	}

	
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {

	#articleInfo16 .item .photo {
		position: relative;
		width: 100%;
		display: block;
	}
	#articleInfo16 .teamArea .teaminfo h3{
    font-size: 20px;
    padding: 20px 0 0px 0;
}
	#articleInfo16 .teamArea .teaminfo p{
    margin-top: 10px;
}
}
