.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
#articleInfo16{
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: calc((100%/3) - 30px);
    padding: 0 10px;
}
#articleInfo16 ul li {
	overflow: hidden;
	margin: 15px 10px 20px;
}

#articleInfo16 .item {
	vertical-align: top;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: inline-block;
}
#articleInfo16 .item .info {
	width: 67%;
	margin: 0px  10px;
	float: right;
}
#articleInfo16 .item .photo {
	overflow: hidden;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	width: 25%;
}
#articleInfo16 .item .photo img {
	width: 100%;
}

#articleInfo16 .classNote h5 {
	padding: 0px 10px 15px;
	margin: 0px 0 30px;
	text-align: initial;
	color: #000000;
	font-size: 25px;
	font-weight: bold;
	position: relative;
}
#articleInfo16 .classNote h5::after {
    content: "";
    width: 100%;
    height: 3px;
    border-top: 1px solid #000000;
    border-bottom: 3px solid #000000;
    position: absolute;
    bottom: 0;
    left: 0;
}
#articleInfo16 .classNote h5 span{
    padding: 0 10px;
}
#articleInfo16 .classNote h5 b{}
#articleInfo16 .item .info h3 {
	padding: 0px 10px 5px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1.3px;
	color: #454545;
	margin-bottom: 10px;
	border-bottom: 1px dashed #171717;
}
#articleInfo16 .item .info h3::after {
    content: "";
    padding-right: 25px;
    background: url(/images/37/square.png) center right no-repeat;
}
#articleInfo16 .item .info article {
	margin: 0px 10px 0px;
	font-weight: 500;
	line-height: 160%;
	color: #333;
	letter-spacing: 1.2px;
	font-size: 16px;
}
#articleInfo16 .item .info .price {
  font-size: 18px;
  color: #2c2c2c;
  font-family: "Stardos Stencil", cursive;
  display: flex;
  align-items: center;
  padding-top: 10px;
}
#articleInfo16 .item .info .price b {
  width: 26px;
  height: 26px;
  background: #000000;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 13px;
  margin-right: 5px;
  margin-left: 15px;
}
#articleInfo16 .item .info .price span{
    padding: 0 10px;
}
#articleInfo16 .item .info .price b:first-child {
  margin-left: 10px;
}
#articleInfo16 .item .info article img{
    margin-left: -5px;
    margin-bottom: 5px;
}


@media screen and (max-width: 1024px) {
	#articleInfo16{
    width: calc((100%/2) - 30px);
}
}
@media screen and (max-width: 960px) {

}

@media screen and (max-width: 768px) {
	#articleInfo16{
    width: calc((100%/1) - 30px);
}
	#articleInfo16 .item .photo {
		/* position: absolute; */
		width: 100%;
		top: 0;
		float: none;
	}
	#articleInfo16 .item .info {
		margin: 0;
		width: 100%;
	}
	#articleInfo16 .item .info h5 ,
	#articleInfo16 .item .info h3 {
		margin: 0 0 0 auto;
		padding: 10px 2%;
		width: 100%;
	}
	#articleInfo16 .item .info h3 {
		padding: 15px 2%;
	}
}
@media screen and (max-width: 480px) {
	#articleInfo16 .item > div ,
	#articleInfo16 .item .photo {
		position: relative;
		margin: 0 auto 10px;
		width: 100%;
		display: block;
	}
	#articleInfo16 .item {
	margin: 15px 0px 30px;
	width: calc((100%/1) - 5px);
}
}
