.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo16 >h5{font-size:32px;color:#262726;line-height:170%;font-family:'Noto Serif TC',serif}
#articleInfo16 h5 b{display:block;color:var(--primary);font-size:20px;font-weight:400;letter-spacing:3px}
#articleInfo16 .item{overflow:hidden;position:relative;margin:30px 0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
#articleInfo16 .item > div{float:left;width:45%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item:nth-child(odd) .photo{animation-name:fadeInRight;-webkit-animation-name:fadeInRight;order:1}
#articleInfo16 .item .photo{overflow:hidden;border-radius:35px}
#articleInfo16 .item .photo img{width:100%}
#articleInfo16 .item .info{width:50%;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo16 .item:nth-child(2n) .info{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item .info h5{padding:10px 15px;border-top:2px #000 solid;border-bottom:1px #000 solid;font-size:14px;color:#444}
#articleInfo16 .item .info h3{padding:15px;color:#666666;font-size:20px}
#articleInfo16 .item .info article{margin:0 15px;line-height:200%}

@media screen and (max-width:768px){
	#articleInfo16 .item .photo{width: 100%;}
	#articleInfo16 .item:nth-child(2n) .photo{right:0}
	#articleInfo16 .item .info{margin:0;width:100%}
	#articleInfo16 .item:nth-child(odd) .photo{order:0}
}
@media screen and (max-width:480px){
	#articleInfo16 >h5{font-size: 28px;}
	#articleInfo16 .item > div,#articleInfo16 .item:nth-child(2n) > div{float:none}
	#articleInfo16 .item .photo{position:relative;margin:0 auto 10px;width: 100%;display:block}
	#articleInfo16 .item .info h5,#articleInfo16 .item .info h3,#articleInfo16 .item:nth-child(2n) .info h5,#articleInfo16 .item:nth-child(2n) .info h3{margin:0;padding:10px 2%;width:96%}
	#articleInfo16 .item .info article{margin:0;}
}