.opinion{
	margin-bottom: 40px;
}
.opinion:after{
	content: "";
	display: block;
	clear: both;
}
.opinion .img{
	width: 170px;
	height: 170px;
	border-radius: 100%;
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
	border:solid 3px #ffffff;
	float: left;
}
.opinion .img img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
.opinion .caption{
	padding-left: 90px;
}
.opinion .caption .wrap{
	background: #f9f9f9;
	padding: 15px 20px;
	padding-left: 100px;
}
.opinion .name a{
	display: block;
	color:#2d4f83;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
}
.opinion .sdt{
	color:#757575;
	margin-bottom: 5px;
}
.opinion .content{
	padding: 5px 35px;
	background-repeat: no-repeat;
	background-image: url(../images/pl.png), url(../images/pr.png);
	background-position: top left, bottom right;
}
/*======================================================*/
.desOpinion{
	font-size: 13px;
	line-height: 21px;
	color:#999999;
	margin-bottom: 15px;
}
/*======================================================*/
.the-other .title {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 20px;
    background: #006faf;
    margin-bottom: 25px;
}
#slideOther .slick-list{
	margin: -15px 0px
}
#slideOther .item{
	padding: 15px 0;
}
#slideOther .item .img {
    width: 155px;
    height: 155px;
    margin: 0 auto;
    border: solid 2px #ffffff;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: -40px;
}
#slideOther .item .img img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
#slideOther .item .caption{
	padding: 20px;
	padding-top: 60px;
	background: #f8f8f8;
}
#slideOther .item .icon{
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	color:#006faf;
	margin-bottom: 15px;
}
#slideOther .item .content{
	font-size: 12px;
	line-height: 20px;
	max-height: 80px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
}
#slideOther .item .name{
	text-align: center;
	font-weight: bold;
	color:#006faf;
	text-transform: uppercase;
}
#slideOther .slick-arrow {
    position: absolute;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 0;
    width: 15px;
    height: 10px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    color: #ffffff;
    padding: 0;
}
#slideOther .slick-prev{
    top: -57px;
}
#slideOther .slick-next{
    top: -43px;
}
#slideOther .slick-arrow:before{
    font-family: FontAwesome;
    font-size:20px;
    line-height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#slideOther .slick-prev:before{
    content:"\f0d8";
}
#slideOther .slick-next:before{
    content:"\f0d7";
}
#slideOther .slick-arrow:hover{
    background: #006faf;
}
#slideOther .slick-arrow:hover:before{
    color:#ffffff;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 768px){
.opinion .caption .wrap{
	height:initial;
	padding-left: 0;
	padding: 20px 25px;
	padding-top: 65px;
}
.opinion .caption{
	padding-left: 0;
}
.opinion .img {
    float: none;
    margin: 0 auto;
    margin-bottom: -60px;
}
.opinion .content{
	max-height: initial;
	padding: 30px 0;
}
}