﻿.banner_scond {
	height: 254px;
}

.banner-title {
	text-align: right;
	color: #fff;
	float: right;
	width: 200px;
}

.txt42 {
	font-size: 42px;
}

.txt32 {
	font-size: 32px;
}

.banner img.baimg {
	display: none
}

.banner .swiper-pagination {
	right: 45%;
	bottom: 6%;
	left: inherit;
	display: flex;
	width: auto;
	justify-content: space-between;
	flex-wrap: nowrap;
	z-index: 20
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
	{
	margin: 0 8px
}

.banner .swiper-slide {
	height: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.banner .swiper-slide .wp {
	height: 100%;
	position: relative;
	z-index: 30px
}

.banner .swiper-slide .wp .txt {
	position: absolute;
	left: 0;
	bottom: 5%;
	z-index: 990;
	font-weight: normal;
	right: 30%
}

.banner .swiper-slide .wp .txt a {
	color: #fff;
	font-size: 25px
}

.banner .swiper-pagination-bullet {
	position: relative;
	z-index: 99;
	width: 10px;
	height: 10px;
	background: #9d9d9d;
	opacity: .5;
	transition: width .3s
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 60px;
	opacity: 1;
	background: #e9c587;
}

.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
	opacity: 1;
}

.flex.slide-con {
	background: #f3f3f3;
	height: 218px;
}

.slide-img {
	flex: 2;
	height: 100%;
}

.slide-img img {
	/* width: 300px; */
	height: 100%;
}

.slide-txt {
	flex: 3;
	padding: 20px;
}

.slide-txt-title {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}

.slide-txt-con {
	color: #747474;
	font-size: 14px;
	margin-bottom: 20px;
	min-height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.slide-txt-more {
	overflow: hidden;
}

.slide-txt-more img {
	float: right;
	cursor: pointer;
}

.news-list.flex {
	border-bottom: 1px solid #dfdfdf;
	padding: 25px 0px;
}

.news-time {
	width: 90px;
	text-align: center;
	color: #940a0a;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news-time .day {
	font-size: 26px;
	font-weight: bold;
}

.news-time .month {
	font-size: 12px;
}

.news-box {
	flex: 1;
	padding: 0 10px;
}

.news-title {
	font-size: 16px;
	color: #1a1a1a;
	margin-bottom: 15px;
	cursor: pointer;
}

.news-content {
	font-size: 12px;
	color: #979696;
	cursor: pointer;
}

.recoMoreIcon {
	display: inline-block;
	background: url(../img/notice/moreNews_icon1.jpg) no-repeat;
	width: 8px;
	height: 10px;
	margin-right: 10px;
}

*+html .recoMoreIcon {
	position: relative;
	bottom: 3px;
}

.recoMoreBtn:hover {
	background: #ae0e10;
	color: #fff;
}

.recoMoreBtn:hover .recoMoreIcon {
	background: url(../img/notice/moreNews_icon1_hover.jpg) no-repeat;
}

.banner2Ul li {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #616161;
	margin-right: 10px;
	border-radius: 6px;
	cursor: pointer;
}

.banner2Ul li {
	display: inline-block;
	*display: block;
	*display: inline;
}

.banner2Ul .active {
	background: #a21415;
}

.banner2Ul {
	width: 100%;
	margin: 20px auto 0px;
	text-align: center;
}

.littleMoreNewsDiv {
	width: 308px;
	float: left;
	margin-right: 21px;
	*margin-right: 18px;
	border: 1px solid #d5d5d5;
	box-shadow: 2px 2px 3px #ccc;
	padding-bottom: 15px;
	box-sizing: border-box;
	margin-top: 40px;
	height: 280px;
}

.littleMoreNewsDiv .imageMoreImg {
	width: 100%;
	height: 174px;
}

.newsTitleP a {
	color: #353232;
	font-size: 15px;
	text-align: center;
	margin-top: 15px;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 5px;
}

.newsTitleP a:hover {
	color: #1275d2;
	text-decoration: underline;
}

.newsIntroP {
	width: 240px;
	margin: 8px auto 15px;
	color: #9a9494;
	line-height: 20px;
}

.text-center {
	text-align: center;
}

.last {
	margin-right: 0px !important;
}

.moreNewsBtnBtm {
	width: 100%;
	height: 48px;
	border: 1px solid #e6e6e6;
	background: #f2f1ec;
	line-height: 48px;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
	color: #726f6f;
	display: block;
	margin-top: 40px;
}

.moreNewsBtnBtm .moreSpanrightIntro1 {
	width: 7px;
	height: 7px;
	border-radius: 3px;
	background: #716f6f;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 2px;
}

.moreNewsBtnBtm .moreSpan2 {
	width: 7px;
	height: 7px;
	border-radius: 3px;
	background: #aeacaa;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 2px;
}

.moreNewsBtnBtm .moreSpan3 {
	width: 7px;
	height: 7px;
	border-radius: 3px;
	background: #d4d3cf;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 2px;
}

.moreNewsBtnBtm:hover {
	background: #e7e5e5;
}

.recoMoreBtn {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #6d6d6d;
	font-size: 15px;
	background: #f1f1f1;
	display: inline-block;
}