@charset "utf-8";


.card {
  -webkit-perspective: 150rem;
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
    height: 290px;
}
.card__side {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
height: 290px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
/*  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);*/
    display: block;
    padding: 50px 60px;
}


.card__side--front-1 {
    background: #fff;
}

.card__side--back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card:hover .card__side--front-1 {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);

}
.card:hover .card__side--back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.row .col-1-of-3 {
  width: 238px;
  float: left;
  margin: 31px;
}

.card__side--back-1 {
    background: #bd8942;
}


.card:hover .card__side--back  {
	color: #fff;
}

.card:hover .card__side--back p {
    	margin-bottom: 15px;
	font-size: 18px;
	color: #fff;
	line-height: 1.6;
    font-weight: 600; height:56px; overflow:hidden;word-break:break-word;
}

.card:hover .card__side--back span {
    color: #fff;
}


.card:hover .card__side--back span {
    position: absolute;
    left: 60px;
    bottom: 45px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: 'Play';
}




#atc05  li  .card__side--front-1 span {
	position: absolute;
	left: 60px;
	bottom: 45px;
	font-size: 14px;
	font-weight: 700;
	color: #bd8942;
	font-family: 'Play'
}





#atc05 {
	overflow: hidden;
	position: relative;
	height: 100vh;
    
}
#atc05:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 50%;
	height: 100%;
	margin-left: -525px;
    background: #f9f3ea  url("../../../img/newsbg.jpg") repeat;
    box-shadow: inset  -100px 0px 100px 0px rgba(0, 0, 0, 0.05);
    border-right: #fff 2px solid;
    
	
}

#atc05:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
    /*background-color: #f9f3ea*/
    background: url("../../../img/newsbg1.jpg") repeat;
	
}



#atc05 .inner {
	position: relative;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1400px;
	margin: 0 auto
}




#atc05 .tit {
	margin-bottom: 40px;
	color: #666
}
#atc05 .tit span {
	vertical-align: sub;
	padding-right: 30px;
	font-size: 40px;
	font-weight: 700;
	color: #222;
	font-family: 'Play'
}
#atc05 .latest_wrap {
	display: none
}
#atc05 .latest {
	overflow: hidden;
	height: 100%
}
#atc05 .latest li {
	position: relative;
	float: left;
    width: 420px;
    padding: 30px 0;
/*	
	height: 290px;
	border: 1px solid #e1e1e1;
    background-color: #fff;
    */
	transition: all .3s
}
#atc05 .latest li:hover {
	border-color: #bd8942
}
#atc05 .latest li+li {
	margin-left: 70px
}
#atc05 .latest li a {
	display: block;
	padding: 50px 60px;
	color: #777
}

#atc05 li .card__side--front-1  p {
	margin-bottom: 15px;
	font-size: 18px;
	color: #222;
	line-height: 1.6;
    font-weight: 600; height:56px; overflow:hidden;word-break:break-word;
}


/*#atc05 .latest li span {
	position: absolute;
	left: 60px;
	bottom: 45px;
	font-size: 14px;
	font-weight: 700;
	color: #bd8942;
	font-family: 'Play'
}*/



#atc05 .latest li em {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 37px;
	height: 37px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	line-height: 37px;
	font-style: normal;
	color: #fff;
	background-color: #bd8942;
	f: 'Play'
}









/* 选项卡 */
#atc05 .tabs_wrap {
	position: absolute;
	right: 0;
	top: 0
}
#atc05 .tabs_wrap .active {
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 48px;
	border: 2px solid #bd8942;
	border-radius: 30px;
	-webkit-transition: all .3s;
	transition: all .3s
}
#atc05 .tabs li {
	cursor: pointer;
	float: left;
	position: relative;
	width: 110px;
	height: 48px;
	font-size: 17px;
	line-height: 48px;
	text-align: center;
	color: #666;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: 'LotteMartDreamMedium'
}
#atc05 .tabs li.on {
	color: #bd8942
}
#atc05 .tabs li:hover {
	color: #bd8942
}





/* more */

#atc05 .more {
	display: block;
	position: relative;
	width: 140px;
	margin: 4% auto 0;
	padding: 10px;
	border-bottom: 2px solid #bd8942;
	font-size: 15px;
	color: #bd8942;
	-webkit-transition: all .3s;
	transition: all .3s;
    font-weight: 600;
}


#atc05 .more svg {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 22px;
	height: 22px;
	-webkit-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
#atc05 .more svg.on {
	opacity: 0;
	top: 23px;
	right: 20px
}
#atc05 .more:hover {
	border-color: #bd8942;
	color: #bd8942
}
#atc05 .more:hover svg.on {
	opacity: 1;
	top: 13px;
	right: 10px
}
#atc05 .more:hover svg.off {
	opacity: 0;
	top: 3px;
	right: 0
}
