@import url('/css/fontawesome-all.css');
@import url('/css/font-awesome.min.css');
@import url('/css/fontawesome.min.css');

ol,
ul,
dl {
	padding: 0 0px
}

#articleInfo1 * {
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

#articleInfo1 {
	position: relative
}

#articleInfo1 .navbox {
	background: -webkit-linear-gradient(270deg, #ffffff 0%, #e3e3e3 100%);
	padding: 20px 30px;
	border-radius: 20px;
	border: 2px solid #e6e6e6
}

#articleInfo1 .topBar {
	width: calc(100% - 0px);
	padding: 10px 20px;
	font-size: 1.4em;
	line-height: 1.6em;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#articleInfo1 .topBar:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	border-bottom-color: transparent;
	border-left-color: transparent;
	bottom: -16px
}

#articleInfo1 .topBar .box {
	display: flex;
	text-align: center;
	align-items: flex-start;
	flex-direction: column
}

#articleInfo1 .topBar .box i {
	font-size: 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	border-radius: 5px;
	border: gainsboro 1px solid;
	padding: 7px 12px
}

#articleInfo1 .topBar .box .fa span {
	font-size: 15px;
	margin-left: 2px
}

#articleInfo1 .topBar .box .tit h2 {
	font-size: 25px;
	color: #454444
}

#articleInfo1 .topBar .box p {}

#articleInfo1 .topBar .box:last-child {
	margin-left: 0;
	width: auto;
	text-align: left;
	display: flex;
	flex-direction: row;
	align-items: center
}

#articleInfo1 .infoWrap {
	overflow: hidden;
	margin-left: 0;
	padding: 20px 0 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s
}

#articleInfo1 .infoWrap.collapsed {
	height: 0;
	padding: 0;
	padding-top: 0
}

#articleInfo1 .infoWrap ul li {
	padding: 10px 30px;
	border-bottom: 1px #ccc dashed
}

#articleInfo1 .infoWrap ul li a {
	display: flex;
	align-items: center;
	font-size: 17px;
	color: #4e4e4e
}

#articleInfo1 .infoWrap ul li a .fa {
	margin-right: 10px;
	display: none
}

#articleInfo1 .infoWrap ul li a:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #a8a8a8;
	border-radius: 50%;
	display: inline-block;
	margin: 0 15px 0 0
}

#articleInfo1 .infoWrap ul li:hover {
	background: #bcbcbc40
}

#articleInfo1 .infoWrap ul li h5 {
	font-size: 22px;
	color: #104a65
}

#articleInfo1 .infoWrap ul li h5 i {
	color: #25a746
}

#articleInfo1 .infoWrap ul li p {
	padding-left: 30px;
	font-size: 16px
}

#articleInfo1 .iconBtn {
	position: absolute;
	width: 45px;
	height: 45px;
	background: #03a9f4;
	right: 25px;
	top: 8px;
	border: 2px #e6f7ff solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 26px;
	color: #e6f7ff;
	z-index: 20;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

#articleInfo1 .iconBtn i {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.flexJbox {
	display: flex
}

.flexJbox .leftbox {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.flexJbox .rightbox {
	display: flex;
	flex-direction: column;
	width: 50%
}

#articleInfo1 .infobox {
	padding: 20px
}

#articleInfo1 .infobox .inbeetext {
	padding: 25px 20px;
	border: #d0d0d0 1px solid;
	border-radius: 10px;
}

#articleInfo1 .infobox .inbeetext h2 {
	font-size: max(1.6*(1vw + 1vh) / 2, 22px);
}

#articleInfo1 .infobox .inbeetext h3 {
	font-size: max(1.6*(1vw + 1vh) / 2, 22px);
	font-weight: 400;
}

#articleInfo1 .infobox .boxn {
	margin-bottom: 20px;
	border-bottom: #b8b8b86b 1px solid;
	padding-bottom: 20px;
	margin-top: 10px
}

#articleInfo1 .infobox .maJimg {
	display: flex;
	flex-wrap: wrap;
}

#articleInfo1 .infobox .maJimg .maimg {
	display: flex;
	width: calc(50% - 20px);
	margin: 10px;
}

#articleInfo1 .infobox .temtitle {
	font-size: max(1.4*(1vw + 1vh) / 2, 17px);
	line-height: 180%;
	color: #d2421f;
}

#articleInfo1 .infobox .adress-teelist {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 16px;
}

#articleInfo1 .infobox .adress-teelist p {
	padding-left: 15px;
	display: flex;
	align-items: center;
}

#articleInfo1 .infobox .adress-teelist p:before {
	content: "";
	position: absolute;
	width: 5px;
	aspect-ratio: 1/1;
	background: #474747;
	left: 0;
}

#articleInfo1 .infobox .teelist {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

#articleInfo1 .infobox .teelist p {
	position: relative;
	padding-left: 15px;
	display: flex;
	align-items: center;
}

#articleInfo1 .infobox .teelist p:before {
	content: "";
	position: absolute;
	width: 5px;
	aspect-ratio: 1/1;
	background: #383838;
	border-radius: 50%;
	left: 0;
}

#articleInfo1 .infobox .coansay {}

#articleInfo1 .infobox .coansay .caom p {
	padding: 21px 15px;
	background: #f1f1f1;
	margin: 0px 0 5px;
}

#articleInfo1 .infobox .comlor {
	font-size: max(1.5*(1vw + 1vh) / 2, 16px);

}

#articleInfo1 .infobox .coansay b.comlor {
	color: #223b72;
}

#articleInfo1 .infobox .boxn .booxfex {
	display: flex;
	margin: 30px 0 30px;
}

#articleInfo1 .infobox .boxn .booxfex .titleJ h4 {
	margin-top: 0;
}

#articleInfo1 .infobox .boxn .siosolgon {
	padding: 20px 15px;
	background: #223b72;
	margin-top: 20px;
}

#articleInfo1 .infobox .boxn .siosolgon * {
	color: white;
}

#articleInfo1 .infobox .boxn .smalltemex {
	margin-top: 40px;
}

#articleInfo1 .infobox .boxn .smalltemex p {
	color: #ac4638;
}

#articleInfo1 .infobox .boxn .booxfex .booleftbox {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 20px;
}

#articleInfo1 .infobox .boxn .booxfex .boorightbox {
	display: flex;
	width: 50%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#articleInfo1 .infobox .boxn .booxfex .boorightbox video {
	width: 100%;
}

#articleInfo1 .infobox .boxn .booxfex .boorightbox img {
	height: 100%;
	object-fit: cover;
	object-position: 70% 50%;
}

#articleInfo1 .infobox .boxn .booxfex .boorightbox.littleJJ img {
	height: 400px;
	aspect-ratio: 1/1;
	object-fit: contain;
}

p {
	font-size: 15px;

	font-weight: 400;

	letter-spacing: 1.2px;

	line-height: 33px !important;

	color: #1f1f1f
}

#articleInfo1 .infobox .boxn .textJ2 {

	margin-left: 15px;

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;
}

#articleInfo1 .infobox .mlist {

	padding: 10px 0;

	width: 48%;
}

#articleInfo1 .infobox .mlist.numbeJ {

	display: flex;
}

#articleInfo1 .infobox .mlist.numbeJ .mlleft_box {

	width: 55px;

	aspect-ratio: 1/1;

	font-size: max(2.2 * (1vw + 1vh) / 2, 18px);

	font-weight: 600;

	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: center;

	background: #ececec;

	margin-right: 10px;
}

#articleInfo1 .infobox .mlist.numbeJ .mlright_box {}

#articleInfo1 .infobox .mlist h5 {
	color: #4f4f4f;
	font-size: max(1.1 * (1vw + 1vh) / 2, 17px);
	margin: 0px 0 5px;
}

#articleInfo1 .infobox .mlist h4 {
	font-size: 20px
}

#articleInfo1 .infobox .titleJ {

	position: relative
}

#articleInfo1 .infobox .imgJ {

	margin: 20px 0
}

#articleInfo1 .infobox .imgJ img {
	height: 360px;

	width: 100%;

	object-fit: cover
}

#articleInfo1 .infobox .titleJ h4 {
	position: relative;
	font-weight: 700;
	line-height: 180%;
	padding-left: 20px;
	display: flex;
	align-items: center;
	color: #122c5b;
	font-size: max(2 * (1vw + 1vh) / 2, 20px);
	margin: 45px 0 25px
}

#articleInfo1 .infobox .titleJ h4:before {
	content: "";

	position: absolute;

	width: 3px;

	height: 60%;

	background: #122c5b;

	left: 0;

	top: 11px
}

#video_box {

	position: relative;
}

#video_box iframe {
	width: 100%;

	aspect-ratio: 5/2.2;
}

@media screen and (max-width: 870px) {
	#articleInfo1 .infobox .boxn .booxfex {
		display: flex;
		flex-direction: column;
	}

	#articleInfo1 .infobox .boxn .booxfex .booleftbox {
		width: 100%;
		padding: 5px 0;
	}

	#articleInfo1 .infobox .boxn .booxfex .boorightbox {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	#articleInfo1 .infobox .teelist p {
		border-bottom: #d7d7d7 1px solid;
		padding-bottom: 5px;
		margin: 6px 0 10px;
	}

	#articleInfo1 .infobox .mlist {
		width: 100%;
	}

	#articleInfo1 .infobox .boxn .textJ2 {

		margin-left: 0;
	}

	#articleInfo1 .infobox .titleJ h4 {
		margin: 3px 0 10px;
		padding-left: 9px;
	}

	#articleInfo1 .infobox .titleJ h4:before {
		top: 8px;
	}

	#articleInfo1 .infobox .imgJ img {

		height: 199px;

		object-fit: cover;

		object-position: 50%
	}

	#articleInfo1 .topBar .box: last-child {
		flex-direction: column;

		align-items: flex-start
	}

	#articleInfo1 .topBar .box .tit h2 {

		font-size: 24px
	}

	#articleInfo1 .topBar .box p {

		margin-left: 0;

		font-size: 15px
	}

	#articleInfo1 .topBar .box i {

		font-size: 24px
	}

	#articleInfo1 .iconBtn {

		width: 38px;

		height: 38px;

		top: 18px
	}

	#articleInfo1 .iconBtn i {

		font-size: 20px
	}

	#articleInfo1 .infoWrap {

		padding: 0px 0 30px
	}

	#articleInfo1 .infoWrap ul li a {

		font-size: 18px
	}
}

@media screen and (max-width: 500px) {
	#articleInfo1 .navbox {
		padding: 15px 10px
	}

	#articleInfo1 .infobox {
		padding: 10px;
	}

	#articleInfo1 .infobox .titleJ {
		margin-top: 20px;
	}
}