.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;	
}
.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;	
}
.delay1 {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.delay2 {
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
}
.delay3 {
	animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
}
.delay4 {
	animation-delay: 1.7s;
	-webkit-animation-delay: 1.7s;
}
.delay5 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}
.delay6 {
	animation-delay: 2.3s;
	-webkit-animation-delay: 2.3s;
}
#articleInfo5 {
    overflow: hidden;
}
#articleInfo5 .left{
    float: left;
    width: calc(48% - 100px);
    background: rgb(255 255 255 / 5%);
    padding: 50px;
}
#articleInfo5 .right{
    float: right;
    width: calc(48% - 100px);
    background: rgb(255 255 255 / 5%);
    padding: 50px;
}
#articleInfo5 h1{
    line-height: 100%;
    text-align: center;
    margin-bottom: 30px;
}
#articleInfo5 ul {
	position: relative;
	float: left;
	width: 50%;
}

#articleInfo5 ul:before {
    position: absolute;
    margin-left: 0;
    top: 30px;
    width: 4px;
    height: 79%;
    background: #152145;
    left: 130px;
    content: "";
}

#articleInfo5 ul li {
	overflow: hidden;
	margin: 10px 0 20px;
}

#articleInfo5 ul li > div {
	float: left;
	width: 90px;
	margin-top: 23px;
}

#articleInfo5 ul li .titBox p ,
#articleInfo5 ul li .titBox h3 {
	margin-right: 10px;
}

#articleInfo5 ul li .titBox h3 {
	font-size: 25px;
	transition: all 0.4s ease-in-out 0s;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

#articleInfo5 ul li .icon {
	margin: 9px 10px;
	width: 65px;
	height: 65px;
	background: #ffffff;
	box-shadow: 0 0 0 4px #152145;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 63px;
	font-size: 20px;
	color: #152145;
}
#articleInfo5 ul li .icon img{
	width: 38px;
}
#articleInfo5 ul li .info {
	position: relative;
	margin: 10px 0px;
	width: calc(100% - 180px);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}


#articleInfo5 ul li .info h3 {
	padding: 7px 20px;
	line-height: 170%;
	font-size: 18px;
	font-weight: 600;
}
#articleInfo5 ul li .info article {
	padding: 0 20px;
	line-height: 170%;
	font-size: 15px;
	font-weight: 100;
	color: #a9a9a9;
}


@media screen and (max-width: 1366px) {
#articleInfo5 .left{
    float: none;
    width: calc(100% - 100px);
}
#articleInfo5 .right{
    float: none;
    width: calc(100% - 100px);
    background: rgb(255 255 255 / 10%);
}
}


/* +width:768 �瞽璽�玲𦟌Ｔ�玳�
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo5 ul li .titBox h3 {
		font-size: 20px;
	}
#articleInfo5 ul li .info {
    position: relative;
    margin: 10px 0px 24px 30px;
    width: 50%;
}
	#articleInfo5 ul {
    float: none;
    width: 100%;
}
}


/* +width:640 �瞽璽�玲𦟌Ｔ�玳�
*----------------------------------------------------------------------------*/

@media screen and (max-width: 640px) {
	#articleInfo5 ul:before {
		display: none;
	}
	#articleInfo5 ul li .titBox {
		width: auto;
		margin-right: 10px;
		margin-top: 14px;
	}
	#articleInfo5 ul li .info article {
    padding: 7px 0px;
}
#articleInfo5 .left, #articleInfo5 .right{
    padding: 30px;
    width: calc(100% - 60px);
}
	#articleInfo5 ul li:hover .titBox h3 {
		margin-top: 0;
	}
	#articleInfo5 ul li .icon {
		-webkit-box-shadow: 0 0 0 4px #69615d;
		-moz-box-shadow: 0 0 0 4px #69615d;
		-ms-box-shadow: 0 0 0 4px #69615d;
		box-shadow: 0 0 0 4px #152145;
		width: 35px;
		height: 35px;
		line-height: 32px;
		font-size: 20px;
		background: #fff;
	}
	#articleInfo5 .right ul li .icon{
    background: #313131;
}
	#articleInfo5 ul li:hover .icon {
		-webkit-box-shadow: 0 0 0 8px #e0e0e0;
		-moz-box-shadow: 0 0 0 8px #e0e0e0;
		-ms-box-shadow: 0 0 0 8px #e0e0e0;
		box-shadow: 0 0 0 4px #152145;
	}
	#articleInfo5 ul li .info h3{
    padding: 7px 0;
}
	#articleInfo5 ul li .info {
		margin: 10px 0 0 0;
		width: 95%;
	}
	#articleInfo5 ul li .info:before {
		left: 40px;
		top: -7px;
		border-top: 0;
		border-bottom: 7px solid rgba(255, 255, 255, 0);
		border-right: 7px solid rgba(255, 255, 255, 0);
		border-left: 7px solid rgba(255, 255, 255, 0);
	}
}