.n_session1 {
	width: 100%;
	margin-top: 140px;
	position: relative;
}

.swiper_btn {
	position: absolute;
	top: calc(50% - 36px);
	z-index: 8;
	cursor: pointer;
}

.prev {
	left: 15%;

}

.next {
	right: 15%;
}

#swiper1 .swiper-button-next,
#swiper1 .swiper-button-prev {
	opacity: 0;
}

.n_session2 {
	width: 100%;
	padding: 60px 0;
}

.n_s2_title {
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	height: 80px;
	line-height: 80px;
}

.n_main {
	width: 1200px;
	margin: auto;
	padding: 100px 0;
}

.n_title {
	width: 1200px;
	border-bottom: 4px solid #e81b2b;
}

.title1 {
	font-size: 40px;
}

.title2 {
	font-size: 22px;
	margin-left: 10px;
}

.new_row {
	width: 100%;
	display: grid;
	grid-template-columns: 380px 380px 380px;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin-top: 30px;
}

.new_item {
	width: 100%;
	display: inline-grid;
	cursor: pointer;
}

.news_item_content {
	width: calc(94% - 2px);
	height: 100px;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 0 3%;
}

.new_title {
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new_time {
	font-size: 14px;
	color: #a2a2a3;
	margin-top: 10px;
}

.new_item img {
	height: 165px;
}

#demo2,
#demo2-1,
#demo2-2,
#demo2-3 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.layui-laypage a:hover {
	color: #e81b2b !important;
}



/* 
	新闻详情页样式 
 */
.nd_session1 {
	width: 100%;
	height: 60px;
	line-height: 65px;
	background-color: #f0f0f0;
	margin-top: 120px;
}

.weizhixx {
	width: 1200px;
	margin: auto;
	color: #9d9d9d;
	font-size: 18px;
}

.nd_session2 {
	width: 800px;
	margin: auto;
	padding: 50px;
	border-bottom: 1px solid #e7e7e7;
}

.nd_title {
	font-size: 35px;
	font-weight: bold;
	line-height: 60px;
}

.nd_time {
	font-size: 20px;
	color: #b0b0b0;
	margin-top: 20px;
}

.nd_session3 {
	width: 900px;
	margin: auto;
	padding: 60px 0;
}

.top_row {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.top_row_left,
.top_row_right {
	width: 43%;
}

.top_row_text {
	width: 80%;
	margin: auto;
	font-size: 22px;
	line-height: 40px;
	text-align: justify
}

.nd_content {
	width: 100%;
	padding-top: 60px;
}

.nd_content_t {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nd_content_img,
.nd_content_jj {
	width: 49%;
}

.nd_content_jj {
	text-indent: 32px;
	font-size: 22px;
	line-height: 42.2px;
	text-align: justify;
}

.nd_text {
	text-indent: 32px;
	font-size: 22px;
	line-height: 42.2px;
	text-align: justify;
}
