.atem-ocli{
	padding: 20px 20px 20px 40px;
	background-color: #f4f4f4;
	position: relative;
	display: none;
}
.atem-ocimg{
	width: 268px;
}
.coimg-box{
	width: 100%;
	height: 266px;
	overflow: hidden;
}
.coimg-box>img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	/* height: 100%; */
}
.atem-octxt{
	width: calc(100% - 20px - 40px - 268px);
	width: -moz-calc(100% - 20px - 40px - 268px);
	width: -webkit-calc(100% - 20px - 40px - 268px);
}
.atem-octxt>p{
	font-size: 16px;
	font-family: "Microsoft SimHei";
	color: rgb( 51, 51, 51 );
	line-height: 28px;
	margin-bottom: 15px;
}
.coimg-txt{
	padding: 20px;
	background-color: #fff;
}
.coimg-p{
	font-size: 16px;
	font-family: "Microsoft SimHei";
	color: rgb( 51, 51, 51 );
	line-height: 28px;
}
.coimg-name{
	font-size: 24px;
	font-family: "Microsoft SimHei";
	color: rgb( 51, 51, 51 );
}
.show-close {
	font-size: 16px;
	font-family: "Microsoft SimHei";
	color: rgb( 135, 135, 135 );
	line-height: 28px;
    background: url(../images/icon_close.png) no-repeat left center;
	background-size: 14px auto;
    padding-left: 20px;
    position: absolute;
    left: 40px;
    bottom: 20%;
    cursor: pointer;
}
/*  */
.ateam-tab{
	margin-top: 30px;
}
.atiem-tcbox{
	transition: all 1s;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.ati-img{
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.ati-img>img{
	width: 100%;
	height: 100%;
}
.ateam-ul{
	margin-right: -30px;
}
.ateam-ul>li{
	width: 380px;
	height: 121px;
	background-color: rgb( 244, 244, 244 );
	margin: 0 30px 30px 0px;
	float: left;
}
.intr-txt{
	width: calc(100% - 120px);
	width: -moz-calc100% - 120px);
	width: -webkit-calc(100% - 120px);
	padding: 30px 10px 0px;
}
.td-txt{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	background: url(../../images/tt1.png) no-repeat right center;
	background-size: 17px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.tdtit{
	font-size: 24px;
	color: rgb( 84, 84, 84 );
}
.ateam-ul>li>a:hover .td-txt,
.ateam-ul>li>a.on .td-txt{
	background: url(../../images/tt2.png) no-repeat right center;
	background-size: 17px auto;
}
.ateam-ul>li>a:hover .tdtit,
.ateam-ul>li>a:hover .td-txt,
.ateam-ul>li>a.on .tdtit,
.ateam-ul>li>a.on .td-txt{
	color: #0079c0;
}

.ateam-ul>li:first-child{
	display: block;
	float: none;
	margin-left: 410px;
	margin-bottom: 20px;
}
.ateam-ul>li:nth-child(2){
	display: block;
	float: none;
	margin-left: 410px;
	margin-bottom: 20px;
}
