﻿.animated {
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
 @-webkit-keyframes shake {
 0%, 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translate3d(-50px, 0, 0);
 transform: translate3d(-50px, 0, 0)
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translate3d(50px, 0, 0);
 transform: translate3d(50px, 0, 0)
}
}
 @keyframes shake {
 0%, 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translate3d(-50px, 0, 0);
 transform: translate3d(-50px, 0, 0)
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translate3d(50px, 0, 0);
 transform: translate3d(50px, 0, 0)
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
.text-by {
	background-color: #f5f5f5;
	height: 60px;
	display: block;
	color: #393
}
.text-by h3 {
	margin: 0!important;
	padding: 0!important;
	line-height: 60px;
	font-size: 16px
}


.qu{ border-bottom:#181818 1px dashed; padding:15px;}
.wen{ margin-bottom:15px;}
.wendaqu{ margin-top:20px;}
.wendatitle{ font-weight:bold; font-size:19px; border-bottom:1px solid #000; padding:5px 0;}

.tagqu .tagkuai{ width:50%; float:left; box-sizing:border-box;}


.taglink{ background-color:#182029; color:#eee; text-align:center;}
.taglink a{ color:#eee; margin-left:10px;}

