.lunbo{width: 100%;position: relative;text-align: -moz-center;overflow: hidden;}
.lunbo  li{position: relative;width: 100%;max-height: 5rem;}
.lunbo img{width: 100%;}

.list{width: 100%;padding-bottom: 0;}
.list-content{width: 12rem;max-width: 100%;margin: 0 auto;padding: 0 0.1rem;box-sizing: border-box;}
.list h3{font-size: 0.40rem;font-weight: 700;text-align: center;position: relative;height: 0.9rem;line-height: 0.7rem;letter-spacing: 8px;}
.list h3::after{width: 0.6rem;height: 0.04rem;background: #000000;content: '';position: absolute;left: 50%;margin-left: -0.3rem;top: 0.7rem;border-radius: 0.08rem;}


.yewu-b{width: 100%;padding: 1rem 0 0.8rem 0;}
.yewu ul{display: inline-block;position: relative;z-index: 1;width: 100%}
.yewu ul li{float: left;width: 49%;box-sizing: border-box;height: 2.68rem;box-sizing: border-box; margin-right: 2%;margin-top: 0.4rem;overflow: hidden;position: relative;cursor: pointer;}
.yewu ul li:nth-child(2n){margin-right: 0;}
.yewu ul li .tubiao{float: left;width: 1rem;height: 2.68rem;line-height: 2.68rem;padding: 0 0.4rem;}
.yewu ul li .tubiao img{max-width: 100%;}
.yewu ul li .tubiao img:nth-child(2n){display: none;}
.yewu ul li h4{color: #000000;font-size: 0.24rem;padding: 0.4rem 0 0 0;font-weight: 700;margin-bottom: 0.2rem}
.yewu ul li p{color: #666666;font-size: 0.16rem;line-height: 0.35rem;padding: 0 0.4rem 0 0;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;}

.yewu ul li .as{float: left;width: 100%;height: 100%;z-index: 2;top: 0;left: 0;position: absolute;background: #FFFFFF;border: 1px solid #D0AC83;box-sizing: border-box;z-index: 1;}
.yewu ul li .in{
	transform: rotateX(0);
	transition: all 0.50s ease-in-out 0s;
}
.yewu ul li:hover .in{
	z-index: 0;
    transform: rotateX(-90deg);
}
.yewu ul li .info{background: #D0AC83;overflow: hidden;top: 0;z-index: 0;
	transform: rotateX(180deg);
	transition: all 0.50s ease-in-out 0s;
}
.yewu ul li:hover .info{
    transform: rotateX(0deg);
	z-index: 1;
}
.yewu ul li .in a{color: #666;}
.yewu ul li .info a{color: #FFFFFF;}
.yewu ul li .info a:hover{color: #FFFFFF !important;}
.yewu ul li .info h4{color: #FFFFFF !important;}
.yewu ul li .info p{color: #FFFFFF !important;}
.yewu ul li .info img:nth-child(n){display: none;}
.yewu ul li .info img:nth-child(2n){display: inline-block;}

.button-list{margin: 0 auto;width: 100%;text-align: center;}
.button-list a{display: inline-block;height: 0.3rem;line-height: 0.3rem;color: #8D9299;font-size: 0.2rem;}
@media only screen and (min-width: 1200px){

}
@media only screen and (min-width: 900px) and (max-width: 1280px) {

	
	
}
@media only screen and (max-width: 900px) {
	.yewu ul {padding: 0 0rem;}
	.yewu ul li{width: 100%;margin-right: 0;}
}

