@charset "utf-8";

/* CSS Document */
.bg-fir {
	background-color: #FFFFFF;
}

.bg-sec {
	background-color: #F0F5FF;
	padding-bottom: 22px;
}


@media(min-width:992px) {
	.widthPre62 {
		width: 62%;
		float: left;
	}

	.widthPre38 {
		width: 38%;
		float: left;
		padding-left: 21px;

	}

	.widthPre56 {
		width: 56%;
		float: left;
	}

	.widthPre44 {
		width: 44%;
		float: left;


	}
}

.flex-control-nav {
	position: absolute;
	bottom: 90px;
	right: 9px;
}

.flex-control-nav li {
	display: inline-block;
	padding: 0px 4px;
}

.flex-control-nav li a {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	border-radius: 15px;
	color: rgba(0, 0, 0, 0)
}

.flex-control-nav li a:hover {
	color: rgba(0, 0, 0, 0) !important;
}

.flex-active {
	width: 25px !important;
}

.flexslider {
	margin-top: 6px;
	margin-bottom: 16px;
}

.flexslider li {
	position: relative;
}

.flexslider li a img {
	width: 100%;
	height: 443px;
	object-fit: cover;
}

.focus-title-index {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	background: rgba(32, 87, 210, 0.84);
	display: inline-block;
	position: absolute;
	left: 5px;
	bottom: 17px;
	right: 29px;
	z-index: 999;
	padding: 12px 18px 9px 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.focus-title-index:hover {
	color: #FFFFFF !important;
}

@media(max-width:1200px) {
	.widthPre56 .flexslider {
		margin-top: 40px;

	}

	.flexslider li a img {
		height: 350px;
	}
}

@media(max-width:991px) {
	.flexslider li a img {
		height: 350px;
	}

}

@media(max-width:780px) {

	.widthPre62,
	.widthPre38 {
		padding: 0 15px !important;
	}

}

@media(max-width:768px) {

	.widthPre62,
	.widthPre38 {
		padding: 0 15px;
	}

	.flexslider li a img {
		height: 250px;
	}

	.focus-title-index {
		font-size: 18px;
		bottom: 0px;
		padding: 5px 22px;
		-webkit-line-clamp: 99;
	}

	.flex-control-nav {
		position: absolute;
		bottom: -30px;
		right: 0px;
		width: 100%;
		text-align: center;
		z-index: 999;
	}

	.notice-list {
		padding-right: 20px !important;
	}
}

@media(max-width:500px) {
	.flexslider li a img {
		height: 180px;
	}

}

.column-left {
	padding-right: 4px;
}

.title-index {
	margin: 26px 21px 17px;
}

.bg-sec .title-index {
	margin: 56px 0 22px;
}

.focus-title-index {}

.title-index a {
	line-height: 26px;
	font-size: 26px;
	font-family: Arial;
	font-weight: bold;
	color: #444444;
}

.news-line {
	height: 161px;
	margin-bottom: 26px;
	background-color: #FFFFFF;
	padding: 12px 21px;
}

.news-line-img {
	display: inline-block;
	width: 203px;
	height: 136px;
	float: right;
	border: 1px solid #EEEEEE;
	overflow: hidden;
	margin-left: 38px;
	border: none;
}

.news-line-img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s
}

.news-line-img img:hover {
	transform: scale(1.1);
}

.news-line-title-index {
	padding: 19px 0px;
	display: block;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #1B69C4;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-line span {
	display: block;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #444444;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 文本溢出时显示省略号来代表被修剪的文本 */
	display: -webkit-box;
	/* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 */
	-webkit-box-orient: vertical;
	/* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-line-clamp: 3;
	/* 文本需要显示多少行 */
}

.news-line .fr a {}

@media(max-width:768px) {
	.news-line {
		height: auto;
	}

	.news-line .fr {
		float: none;

	}

	.news-line-img {
		display: block;
		float: none;
		width: auto;
		height: 100%;
		margin-left: 0;
	}

	.news-line-title-index {
		white-space: inherit;
	}

}

.news-list-index li {
	/* background: url("list-.png") left 25px no-repeat; */
	padding: 24px 0 24px 38px;
	border-bottom: solid 1px #F0F5FF;
}

.news-list-index a {

	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #444444;
	line-height: 24px;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-list-index span {
	float: right;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}


.notice-date {
	width: 55px;
	height: 68px;
	background: url("date-bg-2022.png") no-repeat center;
	background-position: 10% 70%;
	margin-right: 20px;
	margin-left: 14px;
	float: left;
}

.notice-date span {
	display: inline-block;
}

.notice-list {
	background-color: #FFFFFF;
	padding: 0 60px 23px 0;
	margin-bottom: 33px;
}

.notice-list li::after {
	content: '';
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.notice-list a {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #444444;
	line-height: 26px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 文本溢出时显示省略号来代表被修剪的文本 */
	display: -webkit-box;
	/* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 */
	-webkit-box-orient: vertical;
	/* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-line-clamp: 3;
	/* 文本需要显示多少行 */

}

.notice-list li {
	height: 108px;
	padding: 23px 0 12px 0;
	border-bottom: solid 1px #E3EAFB;
	display: flex;
	align-items: center;
}

.notice-list li:last-child {
	border: none;
}

.day {
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1C77D4;
	line-height: 28px;
	margin-top: 6px;
	/* margin-left: 5px; */
}

.month {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1C77D4;
	line-height: 18px;
	margin-top: 2px;
	margin-left: 30px;
}

@media(min-width:1200px) {
	.column-home {
		height: 465px
	}


}

@media(min-width:991px) and (max-width:1199px) {


	.notice-list {
		padding-right: 30px;
	}
}

@media(max-width:990px) {
	.notice-list a {
		width: inherit;
		float: none;
	}

	.news-list-index a {
		white-space: inherit;
		overflow: inherit;
		text-overflow: inherit;
		width: 100%;
		display: block;
	}

	.news-list-index span {
		display: block;
		float: none;
	}

	.column-left {
		padding-right: 0px;
	}
}

@media(max-width:768px) {
	.news-list-index li {
		padding: 24px 0 24px 15px !important;
	}
}

.mt-20 {
	margin-top: -20px
}

.links {
	padding: 10px 0px 10px 14px;
	background: #F5F9FF;
}

.links li {
	/* background: url("links-.png") left no-repeat; */
	padding-left: 20px;
}

.links a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 38px;
}