#content h2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 100%;
    font-size: 36px;
    margin: 10px 0 30px;
    align-items: center;
}
#content b.subbtitle{
    font-size: 10px;
    margin-left: 0;
    color: #828282;
    order: 0;
    letter-spacing: 0.55em;
    position: relative;
}
#content b.subbtitle:before{
	    content: '';
	    position: absolute;
	    top: -16px;
	    width: 400px;
	    height: 1px;
	    background-color: #9393933b;
	    left: calc(50% - 200px);
	    z-index: -1;
}
#content b.subbtitle:after{
	content:
	"";
	width: 207px;
	height: 85px;
	position: absolute;
	background: #ffffff;
	top: -57px;
	margin-left: -141px;
	z-index: -1;
}

#waylink-title {
    margin-top: 85px;
    background: #f8f8f8;
    color: #292826;
    padding: 43px 0;
}
#faqlist{
	color:#FFF;
	width:70%;
	margin:0 auto;
}
#faqlist div{
	outline:none;
    display: block;
    margin: 26px 0;
}
#faqlist iframe{
	width:100%;
}
#faqlist .menu_head{text-align: center;font-size: 30px;font-weight: normal;line-height: 110%;margin-bottom: 0;margin-left: 10px;padding-bottom: 30px;position: relative;width: 20%;float: left;border: 1px solid #2e3343;margin-right: 30px;border-bottom: none;}
#faqlist .menu_head b{font-weight: normal;position:  relative;display: inline-block;z-index: 2;color: #cacaca;font-weight: 700;    margin-top: 22px;}
#faqlist .menu_head:after{
	content:
	'';
	position:
	absolute;
	width:100%;
	height:1px;
	display:
	block;
	left:0;
	bottom: 0;
	/* background: #4e5464; */
	z-index: -1;
}
#faqlist .menu_head:before{
	content:
	'';
	position:
	absolute;
	border:1px solid #4e5464;
	width:6px;
	height:6px;
	border-radius:50%;
	left: calc(50% - 4px);
	bottom: -4px;
	background: #161c2c;
	z-index: 1;
	transition:
	all linear 0.3s;
}
#faqlist .slick-slide:hover .menu_head:before{
	background: #9da2ae;
}
#faqlist .forcontent{
	overflow: hidden;
	margin: 0 0;
	border-top: 1px solid #000;
	padding-top: 20px;
	width: 100%;
	}
#faqlist .slick-prev{top: 250px;left: -35px;width: 70%;float: unset;}
#faqlist .slick-next{top: 250px;right: -35px;}
#faqlist .slick-prev:before,
#faqlist .slick-next:before{color: #656565;font-size: 30px;}

#content .slick-prev{
    position: absolute;
    bottom: calc(50% - 60px);
    top: auto;
    background: #000000;
    left: 20px;
    z-index: 9;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: #ffffffa6 1px solid;
}
#content .slick-prev:before{
    content: "❬";
    font-size: 30px;
}
#content .slick-next{
	position: absolute;
	bottom: calc(50% - 60px);
	top: auto;
	background: #000000;
	left: auto;
	right: 25px;
	z-index: 9;
	padding: 30px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: #ffffffa6 1px solid;
}
#content .slick-next:before{
	content: "❭";
	font-size: 30px;
}
#content .faqlist_list2{
    margin-bottom: 60px;
	display: flex;
    justify-content: center;
}
#content .faqlist_list2 ul{
    /* padding: 0 100px; */
	width: 1366px;
}
#content .newswardd ul li{
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}
#content .newswardd ul li a:after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to top,rgb(0 0 0 / 0.75) 0%,rgba(0,0,0,0) 30%);content: "";transition: all 0.5s linear 0s;}

#content .newswardd a.asslink{display: block;position: absolute;width: 100%;height: 100%;}
#content .newswardd li:hover .info{
    padding: 60px 0;
}
#content .newswardd ul li a.hoverimg{
    opacity: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#content .newswardd ul li a.hoverimg:after{display:none;}
#content .newswardd ul li a.hoverimg img{
    width: 50px;
    padding-bottom: 20px;
    opacity: 0.2;
}
#content .newswardd ul li:hover a.hoverimg{
    opacity: 1;
}
#content .newswardd ul li:hover a.hoverimg img
{
	-moz-transform: scale(1.8);
	-webkit-transform: scale(1.8);
	-o-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8);
	opacity: 0.5;
}
#content .newswardd li:hover a:after{
    height: 105%;
}
#content .newswardd  .info{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}
#content .newswardd .info h3{
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: white;
}
#content .newswardd .info article{
    font-size: 16px;
    color: white;
}
#content .newswardd2{
    margin-bottom: 60px;
    margin-top: 20px;
}
#content .newswardd2 section{
    max-width: 100%;
    width: 1366px;
}
#content .newswardd2 ul li{
    margin: 5px 10px;
    position: relative;
}
#content .newswardd2 ul li:hover .info{
    -moz-transform: translateY(-0.75em);
    -webkit-transform: translateY(-0.75em);
    -o-transform: translateY(-0.75em);
    -ms-transform: translateY(-0.75em);
    transform: translateY(-0.75em);
}
#content .newswardd2 ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
}
#content .newswardd2 .info{
    background: #c49e6d;
    padding: 12px 30px;
}
#content .newswardd2 .info h3{
    font-size: 21px;
    color: white;
}
#content .newswardd2 .info article{
	color: white;
}
@media screen and (max-width: 1280px){
	#content .newswardd .info h3{
	    font-size: 15px;
	}
	#content .newswardd .info article{
    font-size: 14px;
}
}
@media screen and (max-width: 640px) {
	#faqlist{
		width:90%;
	}
	#waylink-title{
	    margin-top: 35px;
	}
	#faqlist .slick-prev:before,
	#faqlist .slick-next:before{font-size: 25px;}
	#faqlist .slick-prev{left: -25px;}
	#faqlist .slick-next{right: -25px;}
	#content .newswardd2 .info{
	    padding: 8px 7px;
	}
	#content .newswardd2 .info h3{
	    font-size: 18px;
	}
	#content .newswardd2 .info article{
	    font-size: 13px;
	}
	#content .newswardd2 ul li,#content .newswardd ul li{
    margin: 5px 3px;
}
}
@media screen and (max-width: 480px) {
#faqlist .menu_head b {
    font-weight: normal;
    position: relative;
    display: inline-block;
    z-index: 2;
    color: #cacaca;
    font-weight: 700;
    margin-top: 9px;
    font-size: 20px;
}
	#faqlist .menu_head {
    padding-bottom: 9px;
		width: 100%;
    float: none;
    margin-right: 0px;
}
	#faqlist .forcontent {
    overflow: hidden;
    margin: 0 13px 50px;
    border-top: 1px solid #fff;
    padding-top: 20px;
}
	}
