.container {
	height: 180px;
}

.headwbw img {
	margin-top: 40px;
}

.header .img {
	margin-top: 15px;

}

/* end响应式头部 */

/* ********************* */
/* ********************* */


.container {
	position: relative;
}

.container .bg {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 78rem;
	background: url(../img/nav.png) left no-repeat;
	height: 3.8125rem;
	background-size: cover;
}

.container .link {
	margin-top: 60px;
}

.container .link a {
	font-size: 1rem;
	color: #cde1fc;
}

.container .link a:hover {
	text-decoration: underline;
}

.sidemenu_wrap {
	margin-top: -3.8125rem;
	height: 3.8125rem;
	line-height: 3.8125rem;
}

.sidemenu .sidemenulist {
	text-align: right;
	position: relative;
	z-index: 99999;
}

.sidemenu .sidemenulist li {
	margin-left: 3.4375rem;
	position: relative;
	display: inline-block;
}

.sidemenu .sidemenulist li:first-child {
	margin-left: 0;
}

.sidemenu .sidemenulist li a {
	color: #333333;
	text-align: center;
	font-size: 1rem;
	position: relative;
	z-index: 9999;
}

.sidemenu .sidemenulist li.on a {
	color: #063e8d;
	font-weight: bold;
}

.sidemenu .sidemenulist li::before {
	content: "";
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	height: 0.125rem;
	background-color: #063e8d;
	display: block;
	bottom: 0;
	width: 0;
	z-index: 99999;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.sidemenu .sidemenulist li.on::before {
	width: 1.875rem;
}

.sidemenu .sidemenulist li:hover::before {
	width: 1.875rem;
}

.sidemenu .sidemenulist li dl {
	position: absolute;
	width: 7.5rem;
	left: 0;
	background-color: #FFFFFF;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 999;
}

.sidemenu .sidemenulist li dl dd {
	background-color: #1f69d0 !important;
	margin-bottom: 1px;
}

.sidemenu .sidemenulist li dl dd a {
	color: #FFFFFF !important;
	text-align: center;
	display: block;
	line-height: 2.4375rem;
	font-weight: normal !important;
}

.sidemenu .sidemenulist li dl dd:last-child {
	margin-bottom: 0;
}

.sidemenu .sidemenulist li dl dd:hover {
	background-color: #1778fe !important;
}

.box-1 {
	margin-top: 2.5rem;
}

.box-1 .left {
	max-width: 320px;
	width: 25%;
}

.box-1 .left .title {
	color: #ffffff;
	font-size: 1.5rem;
	text-align: center;
	line-height: 4.375rem;
	background-color: #1f69d0;
	padding: 0 1.25rem;
	box-sizing: border-box;
	white-space: nowrap
}

.box-1 .left .title i {
	position: relative;
}

.box-1 .left .title i::before {
	position: absolute;
	background-color: #FFFFFF;
	content: "";
	height: 1px;
	width: 4.0625rem;
	top: 51%;
	transform: translateY(-50%);
	transform: translateX(-100%);
}

.box-1 .left .title i.i2::before {
	transform: translateX(18px);
}

.box-1 .bottom {
	background-color: #f0f5fd;
	padding: 0.25rem 1.25rem 1.25rem 1.25rem;
}

.box-1 .bottom ul {
	padding-top: 1.25rem;
}

.box-1 .bottom ul li {
	margin-bottom: 1.25rem;
}

.box-1 .bottom ul li a {
	display: flex;
}

.box-1 .bottom ul li .name {
	color: #8c2126;
	font-size: 1.125rem;
}

.box-1 .bottom ul li .name img {
	vertical-align: -0.15625rem;
	margin-left: 0.3125rem;
}

.box-1 .bottom ul li .text {
	color: #114894;
	font-size: 0.875rem;
	margin: 0 0.625rem;
	flex: 1;
}

.box-1 .bottom ul li .img {

	border-radius: 50%;
	width: 2.375rem;
	height: 2.375rem;
	text-align: center;
	line-height: 2.375rem;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	background-position: center;


}

.box-1 .bottom .cle:hover .img {
	background-color: #1f69d0;
	background-image: url(../img/icon2.png);
}


.box-1 .bottom ul li:last-child {
	margin-bottom: 0.5rem;
}

.box-1 .bottom .tel {
	color: #114894;
	font-size: 0.875rem;
	text-align: center;
	background-color: rgba(17, 72, 148, .1);
	border-radius: 0.625rem;
	padding: 0.75rem 0;
}

.box-1 .bottom .tel .t2 {
	color: #114894;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 0.3125rem;
}

.index_title {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 1.25rem;
	line-height: 1.5rem;
}

.index_title .name {
	color: #063e8d;
	font-size: 1.5rem;
	font-weight: bold;
}

.index_title .name em {
	color: #8c2126;
}

.index_title .more a {
	color: #999999;
	font-size: 0.875rem;
}

.index_title .more a img {
	margin-left: 0.3125rem;
}

.index_title .more a:hover {
	color: #063e8d;
}

.box-1 .center {
	margin: 0 3.125%;
	max-width: 32.5rem;
	width: 60.625%;
}

.box-1 .center .hot {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 0.625rem;
}

.box-1 .center .hot .t {
	color: #333333;
	font-size: 1.125rem;
	margin: 0.9375rem 0;
}

.box-1 .center .hot:hover .t {
	color: #8c2126;
}

.box-1 .center .hot .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666666;
	font-size: 0.875rem;
	line-height: 1.625rem;
}

.box-1 .center ul li {
	margin-top: 0.9375rem;
	display: flex;
}

.box-1 .center ul li .t {
	flex: 1;
	margin-right: 0.625rem;
}

.box-1 .center ul li a {
	color: #222222;
	font-size: 0.875rem;
}

.box-1 .center ul li img {
	margin-right: 0.625rem;
}

.box-1 .center ul li .date {
	color: #999999;
	font-size: 0.875rem;
}

.box-1 .center ul li a:hover {
	color: #8c2126;
}

.box-1 .right {
	max-width: 22.5rem;
	width: 39.125%;
}

.box-1 .right ul {
	background-color: #f0f5fd;
	padding: 0 1.25rem;
	padding-top: 0;
}

.box-1 .right ul li {
	padding: 1.085rem 0;
	border-bottom: 1px solid #DDDDDD;
}

.box-1 .right ul li .t {
	color: #222222;
	font-size: 1rem;
}

.box-1 .right ul li .t2 {
	color: #999999;
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.box-1 .right ul li .t2 img {
	vertical-align: -0.125rem;
	margin-right: 0.625rem;
}

.box-1 .right ul li:hover .t {
	text-decoration: underline;
}

.box-2 {
	margin-top: 2.5rem;
}

.box-2 ul li {
	position: relative;
	height: 10rem;
	width: 25%;
}

.box-2 ul li:hover {
	opacity: 0.9;
}

.box-2 ul li .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.box-2 ul li .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-2 ul li .text {
	position: relative;
	z-index: 9;
	text-align: center;
	padding: 1.25rem 0;
}

.box-2 ul li .text .t {
	color: #ffffff;
	font-size: 1.25rem;
	margin-top: 0.625rem;
}

.box-2 ul li .text .t2 {
	color: rgba(255, 255, 255, .3);
	font-size: 1rem;
}

.box-3 {
	margin-top: 2.5rem;
	padding: 3.75rem 0;
	padding-bottom: 6.25rem;
	background-size: cover !important;
}

.box-3 .w {
	position: relative;
}

.box-3 .image {
	position: relative;
	z-index: 9;
	width: 56.25%;
	margin-left: 2.5rem;
}

.box-3 .image .swiper-slide .img {
	position: relative;
	width: 100%;
	padding-bottom: 66.667%;
}

.box-3 .image .swiper-slide .img img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.box-3 .text-box {
	position: absolute;
	bottom: -2.5rem;
	background-color: #f5f4f0;
	width: 100%;
	padding: 2.5rem 0;
	min-height: 20rem;
	box-sizing: border-box;
}

.box-3 .text-box .go {
	position: absolute;
	right: 0;
	bottom: 0;
}

.box-3 .w .swiper-container.text {
	width: 32.8125%;
	margin-right: 3.75rem;
}

.box-3 .w .swiper-container.text .box .t {
	color: #222222;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 2.5rem;
}

.box-3 .w .swiper-container.text .box .txt {
	color: #666666;
	font-size: 0.875rem;
	line-height: 1.6875rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.box-3 .w .swiper-container.text .box .more {
	margin-top: 2.5rem;
}

.box-3 .w .swiper-container.text .box .more a {
	color: #063e8d;
	font-size: 0.875rem;
}

.box-3 .w .swiper-container.text .box .more a:hover {
	text-decoration: underline;
}

.box-3 .w .swiper-container.text .box .more a img {
	margin-left: 0.3125rem;
}

.box-3 .swiper-button-next,
.box-3 .swiper-button-prev {
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	background-size: 0.75rem 1.375rem;
	width: 3.75rem;
	height: 3.75rem;
}

.box-3 .swiper-button-prev {
	left: 5.46%;
}

.box-3 .swiper-button-next {
	left: 52.34%;
}

.index_title2 {
	font-size: 0.875rem;
	color: #FFFFFF;
	line-height: 1.5rem;
	position: absolute;
	left: 62.5%;
	top: 5rem;
}

.index_title2 .name {
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: bold;
}

.index_title2 a {
	color: #FFFFFF;
}

.index_title2 a img {
	vertical-align: -2px;
	margin-left: 0.3125rem;
}

.box-4 {
	margin: 2.5rem auto;
}

.box-4 .index_title {
	margin-bottom: 2.5rem;
}

.box-4 .left {
	max-width: 37.5rem;
	width: 46.875%;
	position: relative;
}

.box-4 .left .swiper-slide {
	position: relative;
}

.box-4 .left .swiper-slide .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(6, 62, 141, .7);
	height: 3.75rem;
	line-height: 3.75rem;
	box-sizing: border-box;
	padding: 0 1.875rem;
}

.box-4 .left .img {
	position: relative;
	padding-bottom: 66.67%;
}

.box-4 .left .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-4 .left .swiper-slide .text .fl {
	color: #ffffff;
	font-size: 1rem;
}

.box-4 .left .swiper-slide .text .fr {
	color: #FFFFFF;
	font-size: 0.875rem;
}

.box-4 .left .swiper-slide .text .fr img {
	vertical-align: -0.125rem;
	margin-right: 0.3125rem;
}

.box-4 .left .swiper-button-next,
.box-4 .left .swiper-button-prev {
	background-size: 1.5rem 1.5rem;
	background-color: rgba(0, 0, 0, .5);
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
}

.box-4 .right {
	max-width: 40rem;
	width: 50%;
	display: flex;
}

.box-4 .right .item {
	flex: 1;
}

.box-4 .right .item:last-child {
	margin-left: 2.5rem;
}

.box-4 .right .item .img {
	position: relative;
	padding-bottom: 66.67%;
	overflow: hidden;
}

.box-4 .right .item .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-4 .right .item .t {
	color: #333333;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 1.25rem;
	height: 2.8125rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 1rem;
}

.box-4 .right .item .txt {
	color: #666666;
	font-size: 0.875rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.3rem;
        height: 62px;
}

.box-4 .right .item .date {
	border-bottom: 2px solid #063e8d;
	padding-bottom: 0.625rem;
	margin-top: 15px;
}

.box-4 .right .item .date .fl {
	color: #063e8d;
	font-size: 0.875rem;
}

.box-4 .right .item .date .fl img {
	vertical-align: -0.125rem;
	margin-right: 0.3125rem;
}

.box-4 .right .item .i2 {
	display: none;
}

.box-4 .right .item:hover .i2 {
	display: inline-block;
}

.box-4 .right .item:hover .i1 {
	display: none;
}

.box-4 .right .item:hover .date .fl {
	color: #8c2126;
}

.box-4 .right .item:hover .date {
	border-bottom: 2px solid #8c2126;
}

.box-5 {
	height: 14.6875rem;
	box-sizing: border-box;
	padding-top: 2.5rem;
}

.box-5 .index_title {
	border-bottom: none;
	text-align: center;
}

.box-5 ul li {
	margin-right: 2.375rem;
}

.box-5 .bd {
	overflow: hidden;
}

.box-5 ul li img {
	width: 16.625rem;
	height: 6.25rem;
	object-fit: cover;
}

.box-5 .hd .next {
	background: url(../img/next.png) center no-repeat;
	width: 3.125rem;
	height: 3.125rem;
	display: block;
	right: -4.375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	background-size: cover;
}

.box-5 .hd .prev {
	background: url(../img/prev.png) center no-repeat;
	width: 3.125rem;
	height: 3.125rem;
	display: block;
	left: -4.375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	background-size: cover;
}

.picMarquee-left {
	position: relative;
}

.picMarquee-left .hd {
	position: absolute;
	width: 100%;
	height: 100px;
}

.footer {
	background-color: #114894;
	padding: 1.875rem 0;
}

.footer .text .t {
	color: #d6e7fd;
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
}

.footer .text .number {
	color: #4985d9;
	font-size: 0.875rem;
	width: 10rem;
	height: 2.5rem;
	border-radius: 0.3125rem;
	line-height: 2.5rem;
	background-color: rgba(0, 0, 0, .2);
	text-align: center;
}

.footer .text .number span{
	color:#4985d9;
}

.footer .image .wx {
	width: 110px;
	height: 110px;
	background-color: rgba(0, 0, 0, .2);
	text-align: center;
	color: #4985d9;
	font-size: 0.875rem;
}

.footer .image .wx img {
	margin: 25px 0 10px 0;
}

.wrap {
	min-height: 600px;
	margin-top: 2.5rem;
	display: flex;
	padding-bottom: 2.5rem;
}

.wrap .menu {
	width: 15rem;
	background-color: #d6e7fd;
}

.wrap .menu img {
	position: absolute;
	right: 1.25rem;
	top: 50%;
	margin-top: -16px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	/* IE 9 */
	-moz-transform: rotate(-90deg);
	/* Firefox */
	-webkit-transform: rotate(-90deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-90deg);
	display: none;
}

.wrap .menu span {
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 1.25rem;
	line-height: 3.625rem;
	padding-left: 1.25rem;
	background-color: #1f69d0;
}

.wrap .menu span.on img {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-moz-transform: rotate(0deg);
	/* Firefox */
	-webkit-transform: rotate(0deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(0deg);
}

.wrap .menu ul {
	padding: 1.25rem 0 1.25rem 1.25rem;
}

.wrap .menu ul li a {
	display: block;
	color: #333333;
	font-size: 1rem;
	padding-left: 1.25rem;
	line-height: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0.625rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.wrap .menu ul li:last-child a {
	margin-bottom: 0;
}

.wrap .menu ul li {
	background-color: #FFFFFF;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.wrap .menu ul li.active {
	background-color: #1778fe;
}

.wrap .menu ul li.active a {
	color: #FFFFFF;
}

.wrap .menu ul li:hover {
	background-color: #1778fe;
}

.wrap .menu ul li:hover a {
	color: #FFFFFF;
}

.wrap .menu dl {
	background-color: #c2d9f9;
}

.wrap .menu dl dd {
	border-bottom: 1px solid #b4c5dd;
}

.wrap .menu ul li dl dd a {
	color: #333333 !important;
	font-size: 1rem;
}

.wrap .menu ul li dl dd.active a {
	color: #1262d2 !important;
}

.wrap .menu dl dd:last-child {
	border-bottom: none;
}

.wrap .menu ul li dl dd a:hover {
	color: #1262d2 !important;
}

.index_position {
	border-bottom: 2px solid #dddddd;
	margin-bottom: 20px;
}

.index_position .name {
	position: relative;
	color: #063e8d;
	font-size: 1.5rem;
	font-weight: 600;
	box-sizing: border-box;
	padding-bottom: 0.625rem;
}

.index_position ul {
	margin-top: 0.5rem;
}

.index_position ul li {
	color: #666666;
	font-size: 0.875rem;
	margin-left: 0.3125rem;
}

.index_position ul li a {
	color: #666666;
	font-size: 0.875rem;
}

.index_position ul li.on a {
	color: #8c2126;
}

.wrap .view {
	flex: 1;
	margin-left: 2.5rem;
width: 10rem;
}

.news_list ul li {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
}

.news_list ul li a {
	display: flex;
}

.news_list ul li .text {
	color: #222222;
	font-size: 1rem;
	flex: 1;
}

.news_list ul li .text img {
	vertical-align: -0.125rem;
	margin-right: 0.3125rem;
}

.news_list ul li .date {
	width: 7.5rem;
	text-align: right;
	color: #999999;
	font-size: 1rem;
}

.news_list ul li .text:hover {
	color: #1f6bbf;
}

.img_list ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2.5rem;
}

.img_list ul li:nth-child(3n) {
	margin-right: 0;
}

.img_list ul li .img {
	position: relative;
	padding-bottom: 66.67%;
	overflow: hidden;
}

.img_list ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img_list ul li .t {
	color: #333333;
	font-size: 1rem;
	text-align: center;
	border-bottom: 2px solid #063e8d;
	padding: 1.25rem 0;
}

.team_list ul li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 1.25rem;
}

.team_list ul li:nth-child(3n) {
	margin-right: 2.5%;
}

.team_list ul li:nth-child(5n) {
	margin-right: 0;
}

.team_list ul li .img {
	position: relative;
	padding-bottom: 133%;
	overflow: hidden;
}

.wrap .cont {
	font-size: 1rem;
	color: #333333;
	line-height: 2.25rem;
	text-indent: 2rem;
}

.wrap .content .title {
	text-align: center;
}

.wrap .content .title p {
	display: block;
	color: #333333;
	font-size: 1.5rem;
	border-bottom: 1px dashed #dadada;
	padding-bottom: 1.5625rem;
	margin-bottom: 1.25rem;
	font-weight: 600;
}

.wrap .content .title .time {
	color: #333333;
	font-size: 14px;
}



.wrap .content .text {
	color: #333333;
	font-size: 1rem;
	line-height: 2rem;
	margin-top: 2.5rem;
}

/*add*/
.sidemenu .sidemenulist li.parent a,
.sidemenu .sidemenulist li.selected a {
	color: #063e8d;
	font-weight: bold;
}

.sidemenu .sidemenulist li.parent::before,
.sidemenu .sidemenulist li.selected::before {
	width: 1.875rem;
}

.wrap .menu ul li.selected,
.wrap .menu ul li.parent {
	background-color: #1778fe;
}

.wrap .menu ul li.selected a,
.wrap .menu ul li.parent a {
	color: #FFFFFF;
}

.wrap .menu ul li dl dd a.selected {
	color: #1262d2 !important;
}

.sidemenu .sidemenulist li dl {
	position: absolute;
	width: 7.5rem;
	left: 0;
	background-color: #FFFFFF;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.sidemenu .sidemenulist li dl dd {
	background-color: #d6e7fd !important;
}

.sidemenu .sidemenulist li dl dd:hover {
	background-color: #d6e7fd !important;
}

.sidemenu .sidemenulist li dl dd a {
	color: #333333 !important;
	font-size: 0.875rem;
}

.sidemenu .sidemenulist li dl dd:hover a {
	color: #063e8d !important;
}

.sidemenu .sidemenulist li:hover dl {
	display: block;
	z-index: 999;
}
/*00*/
.wp_entry img{
	max-width:900px
	}

.wp_paging li{width: auto !important;margin: 0 !important;}
.number{width:12rem !important;}
.number p{text-align:left;padding-left:2rem;}
.WP_VisitCount{display:inline-block !important;}
.siteCounter5 span{border:none !important;color:#fff !important;margin:0 !important;padding:0 !important;}

/*weixin*/
.im-box { width: 40px; position: fixed; bottom:260px; right:0px; z-index: 999; }
.im-box .im-ewm { width: 58px; height: 78px; position: relative; }
.im-box .im-ewm .ewm-hover { position: absolute; left: -145px; top: 0px; display: none; }
.im-box .im-ewm:hover .ewm-hover { display: block; }


/*story*/
.box-1a {
	position: absolute;
	top: 35.95rem;
}
.story{height: 5rem;
padding-left: 35.125%;
}
.story_r{
	width: 74.175%;
	margin-left: 0.825%;
}
.story_nr{
	position: relative;
	width: 96.875%;
	height: 4rem;
	padding: 0.5rem 0;
	background-color: #f0f5fd;
	border-radius: 0.625rem;
	/*border: 1px #dddddd solid;*/
	margin-left: 3.125%;
	margin-top: 2rem;
}

.story_tit{
	height: 4rem;
	line-height: 4rem;
	margin-left: 1rem;
	color: #333333;
	font-size: 1.05rem;
}
.story_tit span{
	color: #063e8d;
	font-size: 1.2rem;
	margin-right: 0.5rem;
	font-weight: bold;
}
.story_tit a{
	color: #333333;
	text-decoration:none;
}
.story_tit a:hover{
	color: #8c2126;
}

.story_img{
	position: absolute;
	top:0.5rem;
	right:0;
	width: 6rem;
	height: 4rem;
	margin-right: 1rem;
}
.story_img img{
	width: 6rem;
	height: 4rem;
	border-radius: 0.625rem;
}
.t_jq{margin: 0.3rem 0;}

/**.tooltip-link {
    display: inline-block;
}
.tooltip-link::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #dae3f2;
    color: #666666;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s;
    width: max-content;
    max-width: 600px;
	line-height: 24px;
	white-space: normal;
}
.tooltip-link:hover::after {
    opacity: 1;**/