.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}

#articleInfo5 ul {
	position: relative;
}

#articleInfo5 ul:before {
    position: absolute;
    margin-left: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    background: #ffffff;
    left: 24%;
    content: "";
}

#articleInfo5 ul li {
	overflow: hidden;
	margin: 10px 0 20px;
}

#articleInfo5 ul li > div {
	float: left;
}

#articleInfo5 ul li .titBox p ,
#articleInfo5 ul li .titBox h3 {
	margin-right: 10px;
	text-align: right;
	color: #84bcde;
}

#articleInfo5 ul li .titBox h3 {
	transition: all 0.4s ease-in-out 0s;
	display: inline-block;
	padding: 4px 13px;
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
	background-color: #4a339f;
	-moz-border-radius: 15px / 15px;
	-webkit-border-radius: 15px 15px;
	border-radius: 15px / 15px;
}

#articleInfo5 ul li:hover .titBox h3 {
	margin-top: 5px;
}

#articleInfo5 ul li .icon {
	margin: 8px 10px 0;
	width: 10px;
	height: 10px;
	background: #46a4da;
	/* -webkit-box-shadow: 0 0 0 8px #afdcf8; */
	-moz-box-shadow: 0 0 0 8px #afdcf8;
	-ms-box-shadow: 0 0 0 8px #afdcf8;
	/* box-shadow: 0 0 0 8px #afdcf8; */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	display: none;
}
#articleInfo5 ul li .icon i{
	display: none;
}

#articleInfo5 ul li .info {
	position: relative;
	margin: 0px 0 20px 3%;
	width: 65%;
	/* -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1); */
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	/* box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1); */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#articleInfo5 ul li .info:before {
    position: absolute;
    left: -7px;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #818181;
    content: "";
    margin-right: 0px;
}

#articleInfo5 ul li .info h3 {
	padding: 10px;
	background: #46a4da;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	color: #fff;
}

#articleInfo5 ul li:hover .info h3 {
	-webkit-animation: animatedIcon 1s infinite linear;
	-moz-animation: animatedIcon 1s infinite linear;
	-ms-animation: animatedIcon 1s infinite linear;
	-o-animation: animatedIcon 1s infinite linear;
}

@keyframes animatedIcon { 
	0%{ padding-left: 10px; }
	50%{ padding-left: 20px; }
	100%{ padding-left: 10px; }
}
@-o-keyframes animatedIcon { 
	0%{ padding-left: 10px; }
	50%{ padding-left: 20px; }
	100%{ padding-left: 10px; }
}
@-webkit-keyframes animatedIcon { 
	0%{ padding-left: 10px; }
	50%{ padding-left: 20px; }
	100%{ padding-left: 10px; }
}
@-moz-keyframes animatedIcon { 
	0%{ padding-left: 10px; }
	50%{ padding-left: 20px; }
	100%{ padding-left: 10px; }
}
@-ms-keyframes animatedIcon { 
	0%{ padding-left: 10px; }
	50%{ padding-left: 20px; }
	100%{ padding-left: 10px; }
}

#articleInfo5 ul li .info article {
	padding: 0px 20px;
	/* border-left: 1px #ccc solid; */
	/* border-right: 1px #dedada solid; */
	line-height: 180%;
}


/************ = é????‰?€§ = ************/
/* +width:1280 a?“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#articleInfo5 ul:before {
		margin-left: -4px;
	}
}


/* +width:768 a?“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo5 ul:before {
		margin-left: 3px;
	}
	#articleInfo5 ul li .titBox h3 {
		font-size: 20px;
	}
#articleInfo5 ul li .info article {
    padding: 0px 0px;
    line-height: 180%;
}
}


/* +width:640 a?“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo5 ul:before {
		display: none;
	}
	#articleInfo5 ul li .titBox {
		width: auto;
	}
	#articleInfo5 ul li:hover .titBox h3 {
		margin-top: 0;
	}
	#articleInfo5 ul li .icon {
		-webkit-box-shadow: 0 0 0 8px #fff;
		-moz-box-shadow: 0 0 0 8px #fff;
		-ms-box-shadow: 0 0 0 8px #fff;
		box-shadow: 0 0 0 8px #fff;
	}
	#articleInfo5 ul li:hover .icon {
		-webkit-box-shadow: 0 0 0 8px #afdcf8;
		-moz-box-shadow: 0 0 0 8px #afdcf8;
		-ms-box-shadow: 0 0 0 8px #afdcf8;
		box-shadow: 0 0 0 8px #afdcf8;
	}
	#articleInfo5 ul li .info {
		margin: 10px 0 20px 0;
		width: 100%;
	}
	#articleInfo5 ul li .info:before {
		left: 40px;
		top: -7px;
		border-top: 0;
		border-bottom: 7px solid #818181;
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		display: none;
	}
}