.banner-wrap {
	position: relative;
	width: 100%;
	background-color: #CCCCCC;
	display: flex;
	align-items: center;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* .trendsSwiper .swiper-slide-active, .trendsSwiper .swiper-slide-duplicate-active{
      transform: scale(1.3);
	  margin-left: 50px !important;
	  margin-right: calc(50px + 15px) !important;
} */



@media (max-width: 768px) {
	.content-wrap {
		width: 90%;
		margin: 20px 5% 60px 5%;
	}
}

@media (min-width: 768px) {
	.content-wrap {
		width: 90%;
		margin: 66px 5% 60px 5%;
	}
}

@media (min-width: 992px) {
	.content-wrap {
		width: 90%;
		margin: 66px 5% 60px 5%;
	}
}


@media (min-width: 1200px) {
	.content-wrap {
		width: 1200px;
		margin: 66px auto 60px auto;
	}
}

.content-box1 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 66px;
}

@media (max-width: 768px) {
	.content-box1 .box-swiper {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.content-box1 .box-swiper {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.content-box1 .box-swiper {
		width: 38.833%;
		margin-right: 24px;
	}
}

@media (min-width: 1200px) {
	.content-box1 .box-swiper {
		width: 38.833%;
		height: 320px;
		margin-right: 24px;
		margin-bottom: 0;
	}
}


@media (max-width: 768px) {
	.box-content {
		position: relative;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.box-content {
		position: relative;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

@media (min-width: 992px) {
	.box-content {
		position: relative;
		width: calc(100% - 38.833% - 24px);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

@media (min-width: 1200px) {
	.box-content {
		position: relative;
		width: calc(100% - 38.833% - 24px);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}



/* @media (max-width: 768px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

} */


.box-content .title {
	color: #0059B3;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.box-content .describe {
	font-size: 16px;
	color: #727C8D;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 2px;
	
	word-break: break-all;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical; 
}

@media (max-width: 768px) {
	.detailbtn-warp {
		margin-top: 20px;
	}
}

.detailbtn-warp {
	display: flex;
}

.detail_btn {
	display: flex !important;
	justify-content: center;
	align-items: center !important;
	padding: 8px 36px 8px 36px;
	border-radius: 25px;
	background: linear-gradient(90deg, #185FD9 0.69%, #0059B3 100%), linear-gradient(90deg, #014CCE 0%, #1D72F2 99.31%);
	-webkit-backdrop-filter: blur(4px);
	box-sizing: border-box;
	color: #fff !important;
	font-size: 16px;
	cursor: pointer;
}

.detail_btn img {
	width: 20px;
	height: 20px;
}


.content-title {
	margin-bottom: 48px;
	color: #0059B3;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}

.content-box2 {
	margin-top: 1.2rem;
}

.content-box2 .box-swiper {
	width: 100%;
	margin-bottom: 36px;
	overflow-x: hidden;
}


.content-box2 .swiper {
	width: 100%;
	height: 100%;
}

.box2-content-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 42px;
}

.box2-content-wrap .item {
	display: block;
	width: 100%;
	padding-bottom: 24px;
	margin-bottom: 24px;
	display: flex;
	border-bottom: 1px solid rgba(231, 231, 231, 1);
}

@media (max-width: 768px) {
	.box2-content-wrap .item {
		width: 100%;

	}
}

@media (min-width: 768px) {
	.box2-content-wrap .item {
		width: 100%;
	}

}

@media (min-width: 992px) {
	.box2-content-wrap .item {
		width: 47%;

	}

}

@media (min-width: 1200px) {
	.box2-content-wrap .item {
		width: 47%;

	}

}

.item .item-r {
		width: 100%;
	}

/* @media (max-width: 768px) {
	.item .item-l {
		width: 30%
	}

	.item .item-r {
		width: 70%;
	}
}

@media (min-width: 768px) {
	.item .item-l {
		width: 19%
	}

	.item .item-r {
		width: 81%;
	}
}

@media (min-width: 992px) {
	.item .item-l {
		width: 19%
	}

	.item .item-r {
		width: 81%;
	}
}

@media (min-width: 1200px) {
	.item .item-l {
		width: 19%
	}

	.item .item-r {
		width: 81%;
	}
}
 */


.item .item-l .month-text {
	color: #0059B3;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
}

.item .item-l .year-text {
	color: #727C8D;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
}



.item .item-r .title {
	color: #0059B3;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 8px;
}

.item .item-r .describe {
	color: #727C8D;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}



.con3 {
	width: 100%;
	
	background-image: url('../image/search_back.png');
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 66px;
	border-radius: 3px;

}

@media (max-width: 768px) {
	.con3 {
		padding: 20px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
	}
}

@media (min-width: 768px) {
	.con3 {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 200px;
	}
}

@media (min-width: 992px) {
	.con3 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (min-width: 1200px) {
	.con3 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.con3-title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;

}

@media (max-width: 768px) {
	.con3-title {
		text-align: center;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.con3-title {
		text-align: center;
		margin-right: 80px;
	}
}

.con3-title span {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
}


.con3-input1 {

	height: 45px;
	background-color: #fff;

	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 12px 30px;
	border-radius: 6px;
}

@media (max-width: 768px) {
	.con3-input1 {
		width: 80%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.con3-input1 {
		width: 150px;
		margin-right: 16px;
	}
}


.con3-input1 input {
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
	outline: none;
	border: unset;
}

.con3-input2 {

	height: 45px;
	background-color: #fff;
	display: flex;
	padding: 12px 30px;
	box-sizing: border-box;
	align-items: center;
	border-radius: 6px;

}

@media (max-width: 768px) {
	.con3-input2 {
		width: 80%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.con3-input2 {
		width: 202px;
		margin-right: 48px;
	}
}

.con3-input2 input {
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
	outline: none;
	border: unset;
}

.con3-btn {
	
	height: 45px;
	border-radius: 8px;
	background: #FBB726;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
}

@media (max-width: 768px) {
	.con3-btn {
		width: 80%;
	}
}

@media (min-width: 768px) {
	.con3-btn {
		width: 182px;
	}
}

.con3-btn img {
	position: relative;
	top: 2px;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.content-titlet {
	margin-bottom: 12px;
	color: #0059B3;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}

.con4 {}

.con4 .describe {
	color: #727C8D;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.9;
	text-align: center;
	margin-bottom: 54px;
}

.con4-btn-wrap {
	margin-bottom: 66px;
}

.con4-btn-wrap a {
	cursor: pointer;
	margin: 0 auto;
	width: 130px;
	height: 40px;
	border-radius: 24px;
	background: linear-gradient(90deg, #185FD9 0.69%, #0059B3 100%), linear-gradient(90deg, #014CCE 0%, #1D72F2 99.31%);
	backdrop-filter: blur(4px);
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
	border: unset;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.con4-btn-wrap a img {
	position: relative;
	top: 1px;
	width: 20px;
	height: 20px;
	margin-left: 6px;
}

.con5-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 180px;
}

.con5-box .swiper-box {
	border-radius: 8px !important;
}

@media (max-width: 768px) {
	.con5-box .swiper-box {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.con5-box .swiper-box {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.con5-box .swiper-box {
		width: 41.66%;
		margin-right: 24px;
	}
}

@media (min-width: 1200px) {
	.con5-box .swiper-box {
		width: 41.66%;
		height: 320px;
		margin-right: 24px;
		margin-bottom: 0;
	}
}


.con5-box .swiper-box img {
	border-radius: 8px !important;
	width: 100%;
	height: 100%;
}

.con5-box .con5-content {
	box-sizing: border-box;
	padding: 24px;
	border-radius: 8px;
	background: #FFFFFF;
	box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

@media (max-width: 768px) {
	.con5-box .con5-content {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.con5-box .con5-content {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.con5-box .con5-content {
		width: calc(100% - 41.66% - 24px);
	}
}

@media (min-width: 1200px) {
	.con5-box .con5-content {
		width: calc(100% - 41.66% - 24px);
	}
}


.con5-content .item-line {
	width: 100%;
	margin-bottom: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.con5-content .item-line .title {
	display: flex;
	align-items: center;
	
}

@media (max-width: 768px) {
	.con5-content .item-line .title {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.con5-content .item-line .title {
		width: 64.64%;
	}
}

.con5-content .item-line .title .cycle {
	border-radius: 50%;
	margin-right: 16px;
	width: 7.5px;
	height: 7.5px;
	background: rgba(0, 89, 179, 1);
	border: 1.67px solid rgba(0, 89, 179, 1);
}

.con5-content .item-line .title .describe {
	color: #727C8D;
	
	font-weight: 400;
	letter-spacing: 1px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 768px) {
	.con5-content .item-line .title .describe {
		width: 100%;
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.con5-content .item-line .title .describe {
		width: 93.6%;
		font-size: 24px;
	}
}

.con5-content .item-line .date_text {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 34.75px;
	color: #727C8D;
}
@media (max-width: 768px) {
	.con5-content .item-line .date_text {
		display: none;
	}
}


::deep .el-dialog__headerbtn{
	right: 8px;
}
