@import url('/css/animate.css');

.wow {
	animation: fadeInUp 1.5s both;
	-webkit-animation: fadeInUp 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
}

.delay3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s
}

.delay4 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s
}

.delay5 {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s
}


#content-wrap .layout_title2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px rgb(18 44 91 / 60%) solid;
}

#content-wrap .layout_title2 h2 {
	font-weight: 400;
	font-size: max(1.5 * (1vw + 1vh) / 2, 16px);
	color: #122c5b;
}

#content-wrap .layout_title2 .time {
	color: #959595;
}

#content-wrap {
	padding-top: 0;
}

#articleInfo20 .topBox {
	padding: 70px 0 30px;
	background: url(/images/style/18/img-topBg.png) no-repeat 0 0
}

#articleInfo20 .topBox .text {
	margin: 0 0 0 auto;
	width: 40%
}

#articleInfo20 .topBox .text h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 30px;
	color: #004285;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp
}

#articleInfo20 .topBox .text article {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s
}

#articleInfo20 .secBox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100vw;
	left: -13%;
}

#articleInfo20 .secBox,
#articleInfo20 .secBox * {
	-webkit-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
	transition: unset;
}

#articleInfo20 .secBox>div {
	width: 100%;
	margin-bottom: 50px;
	position: relative
}

#articleInfo20 .secBox .photoBox {
	overflow: hidden;
	margin: 0 0 20px
}

#articleInfo20 .secBox .item h5 {
	font-weight: 400;
	font-size: 18px;
	color: #886d5c;
	margin-bottom: 5px;
	line-height: 130%
}

#articleInfo20 .secBox .item h5 img {
	width: 25px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
	margin-bottom: 4px
}

#articleInfo20 .secBox .item article {
	font-size: 15px;
	text-align: justify
}

#articleInfo20 .secBox .photoBox>div {
	overflow: hidden
}

#articleInfo20 .secBox .photoBox>div:nth-child(3n-1) {
	margin: 0 30px
}

#articleInfo20 .fillatag {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2
}

#articleInfo20 .centertitleJ {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 19px;
}

#articleInfo20 .centertitleJ h2 {
	font-size: max(2 * (1vw + 1vh) / 2, 28px);
	text-align: center;
}

#articleInfo20 .centertitleJ p {
	font-size: max(1.8 * (1vw + 1vh) / 2, 16px);
}

#artmlistbox {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	padding: 20px 0;
}

#artmlistbox .artmlist {
	display: flex;
	margin-bottom: 20px;
}

#artmlistbox * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#artmlistbox .artmlist .artmleft {
	display: flex;
	width: 50%;
}

#artmlistbox .artmlist .artmleft a {
	overflow: hidden;
}

#artmlistbox .artmlist .artmleft a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#artmlistbox .artmlist .artmright {
	display: flex;
	flex-direction: column;
	width: 60%;
	padding: 50px;
	justify-content: space-between;
}

#artmlistbox .artmlist .artmright .textbmbox {
	display: flex;
	flex-direction: column;
}

#artmlistbox .artmlist .artmright .textbmbox h6 {
	font-size: max(1.8*(1vw + 1vh) / 2, 22px);
	color: #223b72;
	border-bottom: rgb(34 59 114) 2px solid;
	margin-bottom: 10px;
}

#artmlistbox .artmlist .artmright .textbmbox p {
	overflow: hidden;
	margin: 10px 0;
	height: 57px;
	text-align: left;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#artmlistbox .artmlist .artmright .armlink {
	display: flex;
	flex-direction: column;
}

#artmlistbox .artmlist .artmright .armlink a,
.nwlink a {
	display: flex;
	flex-direction: column;
	padding: 20px;
	border: #b1b1b1 1px solid;
	width: 200px;
	align-items: center;
}

#artmlistbox .artmlist .artmright .armlink a:hover,
#content-wrap .nwlink a:hover {
	background: #223b72;
	color: #ffffff;
}

#content-wrap .nwlink {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 30px 0 0;
}

#solgonJbox {
	position: relative;
	display: flex;
	width: 100vw;
	left: -13%;
	flex-direction: column;
	align-items: center;
	background-image: url(/images/38/sogon_bg.jpg);
	background-attachment: fixed;
	padding: 290px 0;
	background-position: 50%;
	background-size: cover;
}

#solgonJbox .sogoJinfo {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(95%, 500px);
}

#solgonJbox .sogoJinfo .sotitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}

#solgonJbox .sogoJinfo .sotitle h4 {
	font-size: max(3.5*(1vw + 1vh) / 2, 40px);
	color: #ffffff;
}

#solgonJbox .sogoJinfo .sotitle p {
	font-size: max(1.5*(1vw + 1vh) / 2, 16px);
	color: #919191;
}

#solgonJbox .sogoJinfo p.tmsotext {
	text-align: center;
	color: #ffffff;
}

#solgonJbox .tom-img {
	margin-top: 80px;
}

#solgonJbox .tom-img img {
	width: 100px;
}

#twoolink {
	position: relative;
	display: flex;
	width: 100vw;
	left: -13%;
}

#twoolink a {
	display: flex;
	width: 100%;
	overflow: hidden;
}

#twoolink img {
	width: 100%;
}

#twoolink .wooltftbox {
	width: 50%;
}

#twoolink .woorightbox {
	width: 50%;
}

#twoolink a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#newcideobox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#newcideobox .nwtitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0 10px;
	margin-bottom: 15px;
	width: 100%;
}

#newcideobox .nwtitle h3 {
	font-size: max(2.5*(1vw + 1vh) / 2, 28px);
	color: #223b72;
	border-bottom: rgb(34 59 114) 2px solid;
	width: 100%;
	text-align: center;
}

#newcideobox .newvbox {
	display: flex;
	flex-direction: column;
	margin: 5px 5px;
}

@media screen and (min-width: 1367px) {
	#content-wrap .workframe {
		width: 80%;
	}
}

@media screen and (max-width:1470px) {
	#solgonJbox {
		padding: 160px 0;
	}
}


@media screen and (max-width:1366px) {
	#content-wrap .workframe {
		width: 95%;
	}

	#articleInfo20 .secBox,
	#solgonJbox,
	#twoolink {
		left: -3%;
	}
}

@media screen and (max-width:768px) {
	#articleInfo20 .topBox {
		position: relative
	}

	#articleInfo20 .topBox:before {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.35);
		top: 0;
		left: 0;
		z-index: 1;
		content: ""
	}

	#articleInfo20 .topBox .text {
		position: relative;
		width: 50%;
		z-index: 2
	}

}

@media screen and (max-width:640px) {
	#solgonJbox {
		padding: 100px 0;
	}

	#artmlistbox .artmlist {
		display: flex;
		flex-direction: column;
	}

	#artmlistbox .artmlist .artmleft {
		width: 100%;
	}

	#artmlistbox .artmlist .artmright {
		width: 100%;
		padding: 30px 0;
	}

	#artmlistbox .artmlist .artmright .armlink a {
		width: 140px;
		padding: 15px;
	}

	#articleInfo20 .secBox>div {
		width: 100%;
		margin-bottom: 20px
	}

	#articleInfo20 .topBox:before {
		background: rgba(255, 255, 255, 0.6)
	}

	#articleInfo20 .secBox .item h5,
	#articleInfo20 .secBox .item article {
		width: 100%
	}

	#articleInfo20 .secBox .item h5 {
		margin-bottom: 15px;
		text-align: left
	}

	#articleInfo20 .secBox .photoBox img {
		height: 290px;
		object-fit: cover;
	}

	#twoolink {
		display: flex;
		flex-direction: column;
	}

	#twoolink .wooltftbox {
		width: 100%;
	}

	#twoolink .woorightbox {
		width: 100%;
	}

}

@media screen and (max-width:550px) {
	#newcideobox .newvbox {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #000000;
	}
}

@media screen and (max-width:480px) {
	#articleInfo20 .topBox:before {
		background: rgba(255, 255, 255, 0.75)
	}

	#articleInfo20 .topBox .text {
		width: 80%
	}

	#articleInfo20 .secBox .photoBox>div {
		width: calc((100%/2) - 10px)
	}

	#articleInfo20 .secBox .photoBox>div:nth-child(3) {
		margin: 10px 0;
		width: 100%
	}
}

@media screen and (max-width:450px) {
	#articleInfo20 .topBox {
		padding: 30px 0
	}

	#articleInfo20 .topBox .text {
		width: 95%
	}

	#articleInfo20 .secBox .photoBox>div {
		margin: 10px 0;
		width: 100%
	}
}