.pr {
	position: relative;
}

.cf {
	color: #fff !important;
}

.subtitle {
	-webkit-text-stroke: 1px rgba(65, 136, 200, 0.3);
	color: transparent;
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 0.8;
	text-transform: uppercase;
	text-align: center;
	z-index: 6;
	position: relative;
}

.title {
	color: #262626;
	font-size: 0.48rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	z-index: 6;
	position: relative;
	margin-top: -0.5rem;
}

.subtitle.cff {
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}


.index_two {
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 9;
	padding: 1.25rem 0;
}

.index_two::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 5;
}

.index_two .bgg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.index_two .bgg div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: 0;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	background-size: cover;
	background-position: center center;
}

.index_two .bgg div.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.index_two .index_two_top {
	margin-top: 1rem;
	z-index: 6;
}

.index_two .index_two_top .name {
	color: #FFF;
	font-size: 0.48rem;
	font-weight: 700;
	line-height: 1.5;
}

.index_two .index_two_top .text {
	color: #FFF;
	margin: 0.1rem 0 0.35rem;
	width: 80%;
	font-size: 0.16rem;
	font-weight: normal;
}

.index_two .swiper_btn {
	z-index: 998;
	background: #fff;
	margin-top: -0.275rem;
}

.index_two .swiper_btn .iconfont {
	color: #ff0506;
}

.index_two .bottom {
	margin-top: 1.25rem;
	z-index: 6;
	position: relative;
}

.index_two .bottom::before {
	content: "";
	position: absolute;
	top: 0.465rem;
	left: 50%;
	width: 100%;
	height: 1px;
	background: #fff;

	transform: translateX(-50%);
}

.index_two .bottom .swiper-slide {
	text-align: center;
	padding-top: 0.25rem;
}

.index_two .bottom .swiper-slide.swiper-slide-thumb-active>div div {
	background: rgba(255, 255, 255, 0.2);
	animation: fangda 2s infinite;
}

@keyframes fangda {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.index_two .bottom .swiper-slide>div {
	display: inline-block;
	cursor: pointer;
	margin: 0 auto;
}

.index_two .bottom .swiper-slide>div div {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
}

.index_two .bottom .swiper-slide>div div::before,
.index_two .bottom .swiper-slide>div div::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.index_two .bottom .swiper-slide>div div::before {
	width: 0.275rem;
	height: 0.275rem;
	background: rgba(255, 255, 255, 0.2);
}

.index_two .bottom .swiper-slide>div div::after {
	width: 0.09rem;
	height: 0.09rem;
	background: #ffffff;
}

.index_two .bottom .swiper-slide p {
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.1875rem;
	margin-top: 0.175rem;
}



.index_two .swiper_btn {
	width: 0.45rem;
	height: 0.45rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: none;
	border-radius: 50%;
	/* border: 1px solid #D9D9D9; */
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;

	opacity: 1;
}

.index_two .swiper_btn:hover {
	background: #ff0506;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.index_two .swiper_btn:hover .iconfont {
	color: #fff;
}

.index_two .swiper_btn .iconfont {
	font-size: 0.16rem;
	color: #ff0506;
}



.igongchang {
	padding: 1rem 0;
	position: relative;
	overflow: hidden;
}

.igongchang .box-2 {
	text-align: center;
	
	background: none;
	background-size: cover;
	background-attachment: fixed;
	min-height: auto;
}

.igongchang .box-2 .swiper-slide:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.igongchang .box-2 .swiper-slide:hover h5 {
	color: #ff0506;
}

.igongchang .box-2 .swiper-slide a {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}

.igongchang .box-2 .pic {
	width: 50%;
}

.igongchang .box-2 .pic img {
	height: auto;
	object-fit: cover;
}

.igongchang .box-2 .info {
	background: url(../images/culturebg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 1.06rem;
	text-align: left;
}

.igongchang .box-2 .en {
	font-size: 0.28rem;
	text-transform: uppercase;
	color: #ff0506;
	line-height: 0.36rem;
}

.igongchang .box-2 h5 {
	font-size: var(--fs30);
	color: #2e2624;
	line-height: 0.5rem;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	margin: 0.02rem auto 0.2rem;
}

.igongchang .box-2 .desc {
	font-size: var(--fs16);
	color: #888;
	line-height: 0.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.igongchang .box-2 .desc p {
	margin-bottom: 0.1rem;
	text-indent: 0.3rem;
}

.igongchang .box-2 .index-more {
	margin-top: 0.8rem;
}

.igongchang .box-2 .info,
.igongchang .btn {
	width: 50%;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.igongchang .btn {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	position: absolute;
	right: 0;
	bottom: 0.5rem;
	z-index: 10;
}

.igongchang .btn a {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	background-position: center center;
	background-size: 0.12rem;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.igongchang .btn a:hover {
	background-color: #ff0506;
}

.igongchang .prev {
	margin-right: 0.3rem;
	background-image: url("../images/i-prev4.png");
}

.igongchang .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.igongchang .next {
	background-image: url("../images/i-next4.png");
}

.igongchang .next:hover {
	background-image: url("../images/i-next3.png");
}



/* 新闻 */

.indexNew {
	width: 100%;
	height: auto;
	overflow: hidden;

	/* display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 0.25rem;
	grid-row-gap: 0.25rem; */

	display: flex;
	justify-content: space-between;
}

.indexNew_item {
	position: relative;
	width: 28%;
	display: block;
	height: auto;
	overflow: hidden;
	z-index: 3;
}

.indexNew_item::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, transparent, rgba(0 0 0 / 0.15));
	z-index: 2;
}

.indexNew_item_img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	min-height: 5rem;
}

.indexNew_item_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;

	max-width: 100%;
	vertical-align: middle;
	transition: all .8s;
}

.indexNew_item:hover .indexNew_item_img img {
	transform: scale(1.1);
}

.indexNew_item_txt {
	position: absolute;
	bottom: 0;
	padding: 0.2rem;
	z-index: 4;
	color: #fff;
	/* height: 1.3rem; */
	background: rgba(0, 0, 0, 0.5);
}

.indexNew_item_txt_date {
	font-size: 0.18rem;
	color: #fff;
	margin-bottom: 0.1rem;
	font-family: "cn_medium";
}

.indexNew_item_txt_bt {
	color: #fff;
	font-size: 0.18rem;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0.1rem;
}

.indexNew_item_txt_des {
	color: #fff;
	font-size: 0.14rem;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.indexNew_item_right {
	width: 40%;
	height: auto;
	overflow: hidden;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.indexNew_item_right a {
	background: #fff;
	display: block;
	padding: 0.3rem;

	height: 47%;
}


.newslink {
	height: 48%;
	padding: 40px 50px;
	position: relative;

	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
}

.newslink>div {
	position: relative;
	z-index: 5;
}

.newslink::after {
	width: 0;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #b50000;
	content: '';
	display: block;
	transition: all .36s;
}

.newslink .icon1 {
	max-width: 0.25rem;
}

.newslink:hover::after {
	width: 100%;
}

.newslink i {
	margin-left: 0.05rem;
}

.newslink:hover i {
	transition: all .36s;
	/* transform: rotate(45deg); */
	margin-left: 0.08rem;
}

.newslink .xian {
	display: flex;
	align-items: center;

	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.newslink .xian img {
	margin-left: 0.25rem;
}

.newslink .xian::after {
	width: 0;
	transition: all .36s;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #666;
	display: block;
	content: '';
}

.newslink:hover .xian:after {
	width: 35px;
}

.newslink:hover .xian {
	padding-left: 50px;
	color: #666;
}

.indexNew_item_right_bt {
	font-size: 0.18rem;
	line-height: 2;
	margin-bottom: 0.1rem;
}

.newslink:hover .indexNew_item_right_bt {
	color: #b50000;
}


.indexNew_item_right_des {
	font-size: 0.15rem;
	line-height: 1.5;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.newslink:hover .indexNew_item_right_des {
	color: #666;
}



@media screen and (max-width: 1004px) {


	.pr {
		position: relative;
	}

	.cf {
		color: #fff !important;
	}

	.subtitle {
		-webkit-text-stroke: 1px rgba(65, 136, 200, 0.3);
		color: transparent;
		font-size: 0.85rem;
		font-weight: 700;
		line-height: 0.8;
		text-transform: uppercase;
		text-align: center;
		z-index: 6;
		position: relative;
	}

	.title {
		color: #262626;
		font-size: 0.48rem;
		font-weight: 700;
		line-height: 2;
		text-align: center;
		z-index: 6;
		position: relative;
		margin-top: -0.5rem;
	}

	.subtitle.cff {
		-webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
	}


	.index_two {
		height: 10rem;
		overflow: hidden;
		position: relative;
		z-index: 9;
		padding: 50px 0;
	}

	.index_two::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.3;
		z-index: 5;
	}

	.index_two .bgg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 3;
	}

	.index_two .bgg div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		-webkit-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
		opacity: 0;
		-webkit-transition: all 0.7s;
		-o-transition: all 0.7s;
		transition: all 0.7s;
		background-size: cover;
		background-position: center center;
	}

	.index_two .bgg div.active {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.index_two .index_two_top {
		margin-top: 50px;
		z-index: 6;
	}

	.index_two .index_two_top .name {
		color: #FFF;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.5;
	}

	.index_two .index_two_top .text {
		color: #FFF;
		margin: 10px 0 20px;
		width: 100%;
		font-size: 12px;
		font-weight: normal;
	}

	.index_two .swiper_btn {
		z-index: 998;
		background: #fff;
		margin-top: 0;
	}

	.index_two .swiper_btn .iconfont {
		color: #ff0506;
	}

	.index_two .bottom {
		margin-top: 50px;
		z-index: 6;
		position: relative;
	}

	.index_two .bottom::before {
		content: "";
		position: absolute;
		top: 36px;
		left: 50%;
		width: 100%;
		height: 1px;
		background: #fff;

		transform: translateX(-50%);
	}

	.index_two .bottom .swiper-slide {
		text-align: center;
		padding-top: 25px;
	}

	.index_two .bottom .swiper-slide.swiper-slide-thumb-active>div div {
		background: rgba(255, 255, 255, 0.2);
		animation: fangda 2s infinite;
	}

	@keyframes fangda {
		0% {
			transform: scale(1);
		}

		50% {
			transform: scale(1.1);
		}

		100% {
			transform: scale(1);
		}
	}

	.index_two .bottom .swiper-slide>div {
		display: inline-block;
		cursor: pointer;
		margin: 0 auto;
	}

	.index_two .bottom .swiper-slide>div div {
		width: 24px;
		height: 24px;
		border-radius: 50%;
		position: relative;
		margin: 0 auto;
	}

	.index_two .bottom .swiper-slide>div div::before,
	.index_two .bottom .swiper-slide>div div::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 50%;
	}

	.index_two .bottom .swiper-slide>div div::before {
		width: 0.275rem;
		height: 0.275rem;
		background: rgba(255, 255, 255, 0.2);
	}

	.index_two .bottom .swiper-slide>div div::after {
		width: 0.09rem;
		height: 0.09rem;
		background: #ffffff;
	}

	.index_two .bottom .swiper-slide p {
		color: #fff;
		font-size: 12px;
		line-height: 1.25;
		margin-top: 5px;
	}



	.index_two .swiper_btn {
		width: 24px;
		height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-image: none;
		border-radius: 50%;
		/* border: 1px solid #D9D9D9; */
		transition: all 0.4s;
		-webkit-transform: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;

		top: 35%;
		opacity: 1;
	}

	.index_two .swiper_btn:hover {
		background: #ff0506;
		transition: all 0.4s;
		-webkit-transform: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
	}

	.index_two .swiper_btn:hover .iconfont {
		color: #fff;
	}

	.index_two .swiper_btn .iconfont {
		font-size: 10px;
		color: #ff0506;
	}



	.igongchang {
		padding: 50px 0 100px 0;
		position: relative;
		overflow: hidden;
	}

	.igongchang .box-2 {
		background: none;
		background-size: cover;
		background-attachment: fixed;
		min-height: auto;
	}

	.igongchang .box-2 {
		text-align: center;
	}

	.igongchang .box-2 .swiper-slide:hover .pic img {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
	}

	.igongchang .box-2 .swiper-slide:hover h5 {
		color: #ff0506;
	}

	.igongchang .box-2 .swiper-slide a {
		display: block;
		padding: 10px;
	}

	.igongchang .box-2 .pic {
		width: 100%;
	}

	.igongchang .box-2 .pic img {
		height: auto;
		object-fit: cover;
	}

	.igongchang .box-2 .info {
		background: url(../images/culturebg.jpg) no-repeat center center;
		background-size: cover;
		padding: 30px 0;
		text-align: left;
	}

	.igongchang .box-2 .en {
		font-size: 20px;
		text-transform: uppercase;
		color: #ff0506;
		line-height: 1.5;
	}

	.igongchang .box-2 h5 {
		font-size: 16px;
		color: #2e2624;
		line-height: 1;
		transition: color 0.3s ease;
		-webkit-transition: color 0.3s ease;
		-moz-transition: color 0.3s ease;
		-ms-transition: color 0.3s ease;
		-o-transition: color 0.3s ease;
		margin: 10px auto 20px;
	}

	.igongchang .box-2 .desc {
		font-size: 12px;
		color: #888;
		line-height: 1.5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}

	.igongchang .box-2 .desc p {
		margin-bottom: 10px;
		text-indent: 20px;
	}

	.igongchang .box-2 .index-more {
		margin-top: 20px;
	}

	.igongchang .box-2 .info,
	.igongchang .btn {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.igongchang .btn {
		width: auto;
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		position: absolute;
		right: 50%;
		transform: translateX(50%);
		bottom: -50px;
		z-index: 10;
	}

	.igongchang .btn a {
		display: inline-block;
		width: 30px;
		height: 30px;
		background-position: center center;
		background-size: 10px;
		background-repeat: no-repeat;
		background-color: rgba(0, 0, 0, 0.05);
		border-radius: 50%;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}

	.igongchang .btn a:hover {
		background-color: #ff0506;
	}

	.igongchang .prev {
		margin-right: 20px;
		background-image: url("../images/i-prev4.png");
	}

	.igongchang .prev:hover {
		background-image: url("../images/i-prev3.png");
	}

	.igongchang .next {
		background-image: url("../images/i-next4.png");
	}

	.igongchang .next:hover {
		background-image: url("../images/i-next3.png");
	}




	/* 新闻 */

	.indexNew {
		width: 100%;
		height: auto;
		overflow: hidden;

		/* display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 0.25rem;
		grid-row-gap: 0.25rem; */

		/* display: flex;
		justify-content: space-between; */
		
		display: block;
	}

	.indexNew_item {
		float: left;
		
		position: relative;
		width: 100%;
		display: block;
		height: auto;
		overflow: hidden;
		z-index: 3;
		margin: 5px 0;
	}

	.indexNew_item::before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to bottom, transparent, rgba(0 0 0 / 0.15));
		z-index: 2;
	}

	.indexNew_item_img {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		min-height: 50px;
	}

	.indexNew_item_img img {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;

		max-width: 100%;
		vertical-align: middle;
		transition: all .8s;
	}

	.indexNew_item:hover .indexNew_item_img img {
		transform: scale(1.1);
	}

	.indexNew_item_txt {
		position: absolute;
		bottom: 0;
		padding: 10px;
		z-index: 4;
		color: #fff;
		/* height: 1.3rem; */
		background: rgba(0, 0, 0, 0.2);
	}

	.indexNew_item_txt_date {
		font-size: 12px;
		color: #fff;
		margin-bottom: 10px;
		font-family: "cn_medium";
	}

	.indexNew_item_txt_bt {
		color: #fff;
		font-size: 14px;
		word-break: break-all;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.indexNew_item_txt_des {
		color: #fff;
		font-size: 12px;
		word-break: break-all;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.indexNew_item_right {
		width: 100%;
		height: auto;
		overflow: hidden;
		
		margin-top: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.indexNew_item_right a {
		background: #fff;
		display: block;
		padding: 20px 10px;
		margin-bottom: 10px;
		height: auto;
	}


	.newslink {
		height: 100%;
		padding: 40px 50px;
		position: relative;

		display: flex !important;
		flex-direction: column;
		justify-content: space-between;
	}

	.newslink>div {
		position: relative;
		z-index: 5;
	}

	.newslink::after {
		width: 0;
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #b50000;
		content: '';
		display: block;
		transition: all .36s;
	}

	.newslink .icon1 {
		max-width: 25px;
	}

	.newslink:hover::after {
		width: 100%;
	}

	.newslink i {
		margin-left: 5px;
	}

	.newslink:hover i {
		transition: all .36s;
		/* transform: rotate(45deg); */
		margin-left: 0.08rem;
	}

	.newslink .xian {
		font-size: 12px;
		
		display: flex;
		align-items: center;
		
		transition: all 0.4s;
		-webkit-transform: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
	}

	.newslink .xian img {
		margin-left: 10px;
	}

	.newslink .xian::after {
		width: 0;
		transition: all .36s;
		height: 1px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background-color: #666;
		display: block;
		content: '';
	}

	.newslink:hover .xian:after {
		width: 35px;
	}

	.newslink:hover .xian {
		padding-left: 50px;
		color: #666;
	}

	.indexNew_item_right_bt {
		font-size: 14px;
		line-height: 1.25;
		margin-bottom: 15px;
	}

	.newslink:hover .indexNew_item_right_bt {
		color: #b50000;
	}


	.indexNew_item_right_des {
		font-size: 12px;
		line-height: 1.5;
		color: #999;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-bottom: 15px;
	}

	.newslink:hover .indexNew_item_right_des {
		color: #666;
	}


}
