.wow {
	animation: fadeInRight 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.delay2 {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
.delay3 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.delay4 {
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
}
table{
    margin: 15px 0;
    width: 100%;
    border-collapse: collapse;
}
td, th{
    padding: 10px;
    border: 1px solid #dadada;
    text-align: center;
}
table tr:first-child{
    background: #4a4a4a;
    color: #fff;
}
table tr.twobox{
    background: #eaeaea;
}
table tr td:nth-child(3){
    text-align: left;
}
#articleStyle25{
    width: 100%;
    margin: 0 auto;
}
#articleStyle25 .art-info .large-list-box ul li .smallimg img{width: 45%;-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);-webkit-transform-origin: left bottom;-ms-transform-origin: left bottom;transform-origin: left bottom;-webkit-animation: dailogAni 4s infinite ease-in-out alternate;animation: dailogAni 4s infinite ease-in-out alternate;}
#articleStyle25 .art-pic{margin-bottom: 30px;}
#articleStyle25 .art-info{overflow: hidden;}
#articleStyle25 .art-info .large-art-box{
    margin-bottom: 40px;
}
#articleStyle25 .art-info .large-art-box img{
    margin: 0 auto;
    width: 80%;
    display: block;
}
#articleStyle25 .art-info .large-art-box h4{font-size: 1.3rem;font-weight: normal;color: #3a3a3a;}
#articleStyle25 .art-info .large-art-box h3{font-size: 1.7rem;font-weight: normal;margin: 10px 0 50px;position: relative;text-align: center;}
#articleStyle25 .art-info .large-art-box h3:after{content:'';display:block;width:80px;background:#000;position: relative;left:0;bottom: -18px;height: 1px;margin: 0 auto;}
#articleStyle25 .art-info .large-art-box p{color: #717171;font-size: 16px;line-height: 200%;width: 70%;margin: 0 auto;text-align: center;}
#articleStyle25 .art-info .large-art-box .tinymore{margin-top: 80px;text-align: center;}
#articleStyle25 .art-info .large-art-box .tinymore a{display: inline-block;text-decoration: none;color: #181818;border: 1px solid #181818;padding: 15px 60px;line-height: 100%;font-size: 0.9rem;position:relative;}
#articleStyle25 .art-info .large-art-box .tinymore a:before {
    content: '';
    width: 25px;
    height: 1px;
    background: #181818;
    position: absolute;
    right: -12.5px;
    top: 24px;
}
#articleStyle25 .art-info .large-art-box .tinymore a:after {
    content: '';
    width: 0;
    height: 100%;
    background: #f3f3f3;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
#articleStyle25 .art-info .large-art-box .tinymore a:hover:after{width: 100%;}
#articleStyle25 .art-info .large-art-box .tinymore a svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
    color: #181818;
    display: inline-block;
    vertical-align: sub;
}
#articleStyle25 .art-info .large-list-box ul{list-style: none;text-align: center;width: 90%;margin: 70px auto 0;}
#articleStyle25 .art-info .large-list-box ul li{display: inline-block;width: calc(20% - 45px);padding: 0 20px;vertical-align: top;}
#articleStyle25 .art-info .large-list-box ul li .smallimg{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #3c4c64;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 auto 20px;
}
#articleStyle25 .art-info .large-list-box ul li .smallimg b{position: absolute;display: block;right: -10px;top: 0;background: #cc9d55;color: #fff;font-weight: normal;font-size: 0.9rem;padding: 2px 8px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;max-width: 60%;}
#articleStyle25 .art-info .large-list-box ul li .small-info{margin-top: 10px;}
#articleStyle25 .art-info .large-list-box ul li .small-info h4{font-size: 14px;text-align: center;padding: 0 20px;}
#articleStyle25 .art-info .large-list-box ul li .small-info p .tag{font-size: 0.9rem;color: #969696;}
#articleStyle25 .art-info .large-list-box ul li .small-info p .tag2{color: #a7772f;font-size: 0.9rem;}
#articleStyle25 .art-info .large-list-box ul li .small-info p b{display: inline-block;width: 1px;height: 20px;background: #d0d0d0;margin: 0 15px;}

@media screen and (min-width: 1025px) {
	#articleStyle25 .art-info .large-art-box .tinymore a{ transition: all linear .2s;}
	#articleStyle25 .art-info .large-art-box .tinymore a:hover{border: 1px solid #585858;}
}
@media screen and (max-width: 1024px) {
#articleStyle25 .art-info .large-list-box ul li{
    width: calc((100%/3) - 45px);
    padding: 20px;
}
}
@media screen and (max-width: 980px) {
	#articleStyle25 .art-info .large-art-box{width:100%;margin-bottom: 40px;}
	#articleStyle25 .art-info .large-list-box{width:100%;}
}
@media screen and (max-width: 480px) {
	table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
#articleStyle25 .art-info .large-list-box ul li{
    width: calc(50% - 25px);
    padding: 10px;
}
	#articleStyle25 .art-info .large-list-box ul li .smallimg{width: 120px;height: 120px;}
	#articleStyle25 .art-info .large-list-box ul{width: 100%;}
#articleStyle25 .art-info .large-list-box ul li .small-info h4{padding: 0;}
#articleStyle25 .art-info .large-list-box ul li .small-info p b{
    margin: 0 10px;
    height: 15px;
}
#articleStyle25 .art-info .large-list-box ul li .small-info p .tag,
#articleStyle25 .art-info .large-list-box ul li .small-info p .tag2{
    font-size: 0.8rem;
}
#articleStyle25 .art-info .large-art-box p{width: 100%;text-align: justify;}
#articleStyle25 .art-info .large-list-box ul li .smallimg b{font-size: 0.6rem; max-width:50%;}
#articleStyle25 .art-info .large-art-box h3{font-size: 1.6rem;}
#articleStyle25 .art-info .large-art-box h4{    font-size: 1.1rem;}
}

