.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
#articleInfo20 ul {
	text-align: center;
	margin: 10px 0 50px;
}
#articleInfo20 ul li {
	padding: 25px;
	width: calc(100% - 55px);
	display: inline-block;
	border: 1px #ccc solid;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	transition:all linear 0.3s;
	margin: 5px 0;
	border-radius: 30px 30px 0 30px;
}
#articleInfo20 ul li.focus {
	color: #242425;
}
#articleInfo20 ul li h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
#articleInfo20 ul li article {text-align: justify;margin: 0;}
#articleInfo20 ul li.focus h5 {
	color: #fff;
}
#articleInfo20 ul li p.photo {
	margin: 15px 0;
}
#articleInfo20 .bottomBox {
	margin-bottom: 20px;
}
#articleInfo20 .bottomBox h3 {
	text-align: left;
	font-size: 30px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	font-weight: 700;
	color: #ee3111;
	margin-bottom: 20px;
}
#articleInfo20 .bottomBox p {
	margin: 10px 0 20px;
	text-align: left;
	font-size: 16px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	line-height: 200%;
}
#articleInfo20 .bottomBox article {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
}
table tr:first-child{
    background: #f1f1f1;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
	#articleInfo20 ul li {
		width: calc(100% - 55px);
	}
}
@media screen and (max-width: 480px) {
	#articleInfo20 ul li {
		margin-bottom: 10px;
		width: calc(100% - 55px);
	}
	#articleInfo20 .bottomBox h3{
    font-size: 26px;
    line-height: 150%;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    font-size: 14px;
}
}
