  .top-footer-box{margin:0 auto;width:100%;max-width:1200px;}
.footer-link{display:flex;justify-content:space-between;flex-wrap:wrap;}
.footer-link>li{position:relative;width:16.666%;text-align:center;}
.footer-link>li:after{content:'';position:absolute;top:20px;right:0;width:1px;height:10px;background-color:#3385c1;}
.footer-link>li:nth-of-type(5):after,.footer-link>li:last-of-type:after{display:none;}
.footer-link>li>a{display:block;font-size:14px;color:#fff;line-height:50px;box-sizing:border-box;}

.related-site-wrap{position:relative;z-index:10;}
.related-site-box{position:relative;z-index:11;}
.related-site-title{display: block;position: relative;z-index: 10;background: #002746 url(../img/ico-related-close.png) no-repeat right 18px top 25px;font-size: 14px;line-height: 50px;color: #fff;box-sizing: border-box;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;overflow: hidden;}
.related-site-title.active{background:#002746 url(../img/ico-related-open.png) no-repeat right 18px top 25px;}
.related-site{display:none;position:absolute;bottom:36px;padding:10px 0 30px;width:100%;max-height:200px;border:1px solid #e7e7e7;background-color:#fff;overflow-y:scroll;box-sizing:border-box;}
.related-site li a{display:block;padding:4px 19px;font-size:14px;color:#666;line-height:22px;}
.related-site li a:hover{color:#121721;text-decoration:underline;}

@media screen and (max-width:1024px) {	
}
@media screen and (max-width:768px) {
	
	.footer-link>li{width:50%;}
	.footer-link>li:after{top:12px;height:15px;}
	.footer-link>li:last-of-type:after{display:inline-block;}
	.footer-link>li:nth-of-type(2):after,.footer-link li:nth-of-type(4):after{display:none;}
	.footer-link>li>a{font-size:12px;line-height:40px;}
	.related-site-title{font-size:12px;line-height:40px;}
	
}