.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;}

/* sideNav2 */
#sideNav2{margin-bottom: 40px;}
#sideNav2 ul.Cate{text-align: center;font-size: 15px;color: #9e9e9e;display: flex;justify-content: center;}
#sideNav2 >ul >li {position: relative;display: inline-block;border: 1px solid #e1e1e1;margin: 10px;}
#sideNav2 >ul >li >h3 {display: block;}
#sideNav2 >ul >li >h3 a {font-size: 15px;font-weight: 400;color: #35393a;display: block;padding: 15px 20px;transition: 0.9s;line-height: 0.8;text-align: center;}

.tit h3{padding-bottom: 5px;margin-bottom: 20px;font-size: 24px;letter-spacing: 0.2px;color: #1a1a1a;font-weight: 500;}

#articleInfo15{
    margin-bottom: 30px;
}
#articleInfo15  h2{
	border-bottom: 1px dashed #d6d6d6;
    color: #2d5ea4;
    padding: 12px 0;
    margin-bottom: 1em;
    font-weight: 600;
    line-height: 170%;
    position: relative;
    font-size: 24px;
    letter-spacing: 1px;
}
#articleInfo15 .tit {text-align: center;z-index: 2;border-bottom: 1px dashed #d6d6d6;color: #303030;padding: 12px 0;font-weight: 500;line-height: 170%;position: relative;font-size: 18px;letter-spacing: 1px;background-color: #e6e6e6;}
#articleInfo15 .tit h5 {padding: 10px 15px;border-bottom: 1px #adadad solid;font-size: 19px;color: #4c4c4c;font-weight: 500;background-color: rgb(249 249 249);}
#articleInfo15 .tit h3 {text-align: center;font-size: 33px;}
#articleInfo15 .tit p{padding: 20px;}
#articleInfo15 .tit font {padding: 0 20px;background: #fff;display: inline-block;}#articleInfo15:hover .tit h3 ,#articleInfo15:hover .tit font{letter-spacing: 5px;}
#articleInfo15 ul {overflow: hidden;position: relative;z-index: 1;}
#articleInfo15 ul li {width: 100%;animation-name: fadeInUp;-webkit-animation-name: fadeInUp;border-bottom: 1px #e4e4e4 solid;}
#articleInfo15 ul li:hover{background-color: #eeeeee;}
#articleInfo15 .circle {padding: 10px 0;}
#articleInfo15 .circle h3{padding: 10px 0;font-weight: 300;font-size: 18px;color: #6b6b6b;}
#articleInfo15 ul li .item article{width: calc( 100% - 0px );display: flex;align-items: center;}
#articleInfo15 ul li .item article a{width: 100%;box-sizing: border-box;color: #22282b;display: inline-block;text-decoration: none;white-space: pre-wrap;padding: 10px 10px;font-size: 18px;font-weight: 500;line-height: 150%;display: flex;align-items: center;justify-content: space-between;}
#articleInfo15 ul li .item article a b{
    font-size: 20px;
    font-weight: 400;
    width: calc(100% - 60px);
}
#articleInfo15 ul li .item article a i{padding: 10px 10px;font-size: 30px;border: 1px solid #e8e8e8;background-color: #f3f3f34a;overflow: hidden;text-align: center;font-weight: 600;display: inline-block;vertical-align: top;margin: 0px 5px 0px;color: #989898;width: 30px;height: 30px;}
#articleInfo15 ul li .item .btnPdf{padding: 5px;width: 70px;}
#articleInfo15 ul li .item .btnPdf a{width: 100%;display: inline-block;text-decoration: none;white-space: pre-wrap;padding: 10px 5px;text-align: center;}
#articleInfo15 ul li .item .btnPdf a.bbpdf i{color: #17a8ad;}
#articleInfo15 ul li .item{vertical-align: top;color: #515151;display: -ms-flexbox;display: flex;}
#articleInfo15 ul li .item span{padding: 10px 5px;font-size: 14px;border: 1px solid #e8e8e8;background-color: #f3f3f34a;margin: 5px;overflow: hidden;display: inline-block;vertical-align: initial;width: 3%;text-align: center;font-weight: 600;display: inline-block;height: 30px;vertical-align: top;margin: 10px 5px 0px;display: none;}

.classLink {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-flow: wrap;flex-flow: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-bottom: 20px;}
.classLink li{border: 1px solid #dedede;margin-left: 10px;}
.classLink a {display: inline-block;line-height: 40px;text-align: center;background-color: #FFF;color: #888888;padding-left: 25px;padding-right: 25px;}
.classLink a:hover {color: #fff;background-color: #7f1084;}


@media screen and (max-width: 768px) {
    #sideNav2 ul.Cate{display: flex;flex-wrap: wrap;}

	#articleInfo15 h2{
		    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 21px;
    letter-spacing: 0.5px;
	}
}
@media screen and (max-width: 640px) {
	#articleInfo15 .circle {padding: 10px 0px 20px 0px;}
}
@media screen and (max-width: 480px) {
	#articleInfo15 ul li {width: 100%;}
	#articleInfo15 .imgBox p {margin: 10px 0;width: 100%;}
	#sideNav2 >ul >li >h3 a{padding: 16px 20px;letter-spacing: 0px;}
	#sideNav2 >ul >li{margin: 8px 10px;}
	#articleInfo15 ul li .item article a b{
    font-size: 18px;
}
}
