/* 新闻列表 */
.newsContainer{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 450px;
	background-attachment: fixed;
	margin-bottom: 40px;
}
.invContainer{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 450px;
	background-attachment: fixed;
	margin-bottom: 40px;
}
.safeContainer{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 450px;
	background-attachment: fixed;
	margin-bottom: 40px;
}
.manageContainer{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 450px;
	background-attachment: fixed;
	margin-bottom: 40px;
}
.dqgzContainer{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-attachment: fixed;
	margin-bottom: 40px;
	padding-top: 500px;
}

.newsTitle{
	font-size: 48px;
	padding: 200px 0 80px;
	font-weight: bold;
	letter-spacing: 5px;
}

.newsTitleDrop{
	position: relative;
	width: 100%;
	height: 96px;
	z-index: 59;
	background-color: #FFFFFF;
	display: none;
}
.newsTitleDropTop{
	height: 48px;
}
.dqgzContainer .newsTitleDrop{
	height: 216px;
}
.dqgzContainer .newsTitleDropImg{
	position: relative;
	width: 100%;
	height: 120px;
	z-index: 59;
	background-size: cover;
	background-position: center center;
}
.newsTitleDropMain{
	position: relative;
	width: 100%;
	background-color: #BB2821;
	color: #FFFFFF;
	height: 48px;
	line-height: 48px;
	z-index: 59;
	padding: 0 16px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	display: none;
}
.newsTitleDropMain.show_{
	display: inline-block;
}
.newsTitleDropMain::before,.newsTitleDropMain::after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 8px;
	background-color: #FFFFFF;
	position: absolute;
	right: 20px;
	top: 20px;
	transform-origin: bottom;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.newsTitleDropMain::before{
	transform: rotate(-45deg);
}
.newsTitleDropMain::after{
	transform: rotate(45deg);
}
.newsTitleDropMain.open::before,.newsTitleDropMain.open::after{
	height: 16px;
	top: 16px;
	transform-origin: center;
}
.newsTitleDropList{
	position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 96px;
	background-color: #FFFFFF;
	left: 0;
	top: 0;
	overflow-y: auto;
	display: none;
}
.dqgzContainer .newsTitleDropList{
	padding-top: 216px;
}
.newsTitleDropItem{
	position: relative;
	width: 100%;
	height: 48px;
	line-height: 48px;
}
.newsTitleDropItem a{
	display: block;
	padding: 0 16px;
	color: #B3B0B0;
}
.newsTitleDropItem.cur a{
	color: #3E3C3C;
	font-weight: bold;
	background-color: #F8F6F6;
}
.newsTitleDropItem a::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #B3B0B0;
	border-right: 1px solid #B3B0B0;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.st_newsList_tabitem {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 20px;
	margin-top: 20px;
}

.st_newsList_tabitem a{
	display: block;
}

.st_newsList_tabitem.cur,
.st_newsList_tabitem:hover {
	background-color: #BB2821;
	color: #ffffff;
}
.st_newsList_tabitem.cur a,
.st_newsList_tabitem:hover a{
	color: #ffffff;
}

.newsList{
	padding: 0 30px;
}
.newsList_small{
	display: none;
	padding: 0 16px;
}
.newsItem{
	position: relative;
	padding: 20px 260px 20px 10px;
	border-bottom: 1px solid #F4EEEE;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.newsItemPic{
	width: 280px;
	height: 174px;
	margin-right: 40px;
	overflow: hidden;
}
.newsItemPicUrl{
	width: 280px;
	height: 174px;
}
.newsItemTitle{
	padding-top: 40px;
	line-height: 24px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.newsItemMemo{
	line-height: 24px;
	margin-top: 15px;
}
.newsItemDate{
	position: absolute;
	line-height: 24px;
	right: 10px;
	top: 60px;
}
.newsItem .st_more{
	position: absolute;
	right: 10px;
	top: 110px;
}
.newsItem:hover{
	background-color: #f0f2f5;
	box-shadow: 0 5px 10px #C0C0C0;
}
.newsItem:hover .newsItemTitle{
	color: #BB2821;
}
.invContainer .newsItem,.manageContainer .newsItem{
	min-height: 110px;
}
.invContainer .newsItemTitle,.manageContainer .newsItemTitle{
	position: relative;
	margin-top: 0;
	padding-top: 0;
}
.invContainer .newsItem::before,.manageContainer .newsItem::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: -3px;
	top: 29px;
	border-radius: 6px;
	background-color: #3E3C3C;
}
.invContainer .newsItem:hover::before,.manageContainer .newsItem:hover::before{
	background-color: #BB2821;
}
.invContainer .newsItemDate,.manageContainer .newsItemDate{
	top: 20px;
}
.invContainer .newsItem .st_more,.manageContainer .newsItem .st_more{
	top: 65px;
}
.newsBlockList{
	position: relative;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newsBlockList::after{
	content: '';
	display: inline-block;
	position: absolute;
	border-left: 1px solid #F4EEEE;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
}
.newsBlockItem{
	position: relative;
	width: 48%;
	border-bottom: 1px solid #F4EEEE;
	margin-bottom: 40px;
	padding-bottom: 30px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	top: 0;
}
.newsBlockPic{
	position: relative;
	width: 100%;
	padding-top: 50%;
	overflow: hidden;
	border: 6px solid transparent;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.newsBlockPic::before{
	content: "";
	display: none;
	width: 48px;
	height: 48px;
	background-image: url("../images/icon/iconDang.png");
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.newsBlockPicUrl{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.newsBlockTitle{
	border-bottom: 2px solid transparent;
	line-height: 26px;
	margin-top: 30px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.newsBlockMemo{
	margin-top: 10px;
	line-height: 26px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.newsBlockDate{
	font-size: 48px;
	color: #B3B0B0;
	font-weight: bold;
	margin-top: 30px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.newsBlockItem:hover{
	top: -10px;
}
.newsBlockItem:hover .newsBlockTitle{
	color: #BB2821;
	border-bottom: 2px solid #BB2821;
}
.newsBlockItem:hover .newsBlockTitle::before{
	content: "\2605";
	display: inline-block;
	color: #BB2821;
	font-size: 18px;
	margin-right: 5px;
}
.newsBlockItem:hover .newsBlockDate{
	color: #BB2821;
}
.newsBlockItem:hover .newsBlockPic{
	border: 6px solid #BB2821;
}
.newsBlockItem:hover .newsBlockPic::before{
	display: inline-block;
}
.newsBlockItem:hover .newsBlockPicUrl{
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.newsBlockMore{
	position: relative;
	width: 94px;
	line-height: 36px;
	text-align: center;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border: 1px solid #B3B0B0;
	margin-top: 46px;
	color: #B3B0B0;
}
.newsBlockMore:hover{
	border: unset;
	color: #BB2821;
	line-height: 34px;
	border-top: 2px solid #BB2821;
	border-bottom: 2px solid #BB2821;
}
.newsBlockMore:hover::before,.newsBlockMore:hover::after{
	content: "\2605";
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	color: #BB2821;
}
.newsBlockMore:hover::before{
	left: 0;
}
.newsBlockMore:hover::after{
	right: 0;
}


.st_news_item {
	position: relative;
	width: 100%%;
	border-bottom: 1px solid #F4EEEE;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	top: 0;
}
.st_news_info {
	position: relative;
	width: 100%;
	line-height: 24px;
	padding-left: 80px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	min-height: 70px;
}
.st_news_date_small{
	position: absolute;
	left: 10px;
	top: 18px;
	display: none;
}

.st_news_date_small .st_news_day{
	font-size: 36px;
	color: #BB2821;
	font-weight: bold;
}

.aboutBanners img{
	max-width: 100%;
}

.aboutContent{
	text-align: center;
}
.aboutContent img{
	max-width: 100%;
}
.aboutContentImg .centers{
	text-align: center;
}
.aboutContentImg img{
	max-width: 100%;
}
.st_firendTopBtns{
	margin-top: 190px;
}
.st_firendTopBtnItem{
	position: relative;
	width: 240px;
	height: 100px;
	color: #ffffff;
	margin-left: 20px;
	padding: 26px 10px 26px 16px;
	background-size: auto 100%;
	background-position: top right;
	background-repeat: no-repeat;
}

.st_firendTopBtnItem1{
	background-color: #BB2821;
}
.st_firendTopBtnItem2{
	background-color: #68BA28;
}
.st_firendTopBtnItem .en_{
	font-size: 12px;
	margin-top: 5px;
}
.st_firendTopBtnItem .cn_{
	font-size: 16px;
}
.st_firendTopBtnItem img.fl{
	margin-right: 5px;
}
.st_firendTopBtnItem::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	transform: rotate(45deg);
}

@media screen and (max-width: 1400px) {
	#bannerSwiper{
		min-width: unset;
	}
}

@media screen and (max-width: 1200px) {
	#bannerSwiper{
		min-width: unset;
	}
	body{
		background-color: #FFFFFF !important;
	}
	.newsContainer{
		background-image: unset !important;
		margin-bottom: 0;
	}
	.manageContainer{
		background-image: unset !important;
		margin-bottom: 0;
	}
	.invContainer{
		background-image: unset !important;
		margin-bottom: 0;
	}
	.safeContainer{
		background-image: unset !important;
		margin-bottom: 0;
	}
	.dqgzContainer{
		background-image: unset !important;
		margin-bottom: 0;
		padding-top: 0;
	}
	.newsTitle{
		display: none;
	}
	.newsList{
		display: none;
	}
	.newsBlockList{
		display: none;
	}
	.newsList_small{
		display: block;
	}
	.st_crumbs{
		display: none;
	}
	.st_newsList_tab{
		display: none;
	}
	.st_news_date_small{
		display: block;
	}
	.st_news_name_small img {
		width: 14px;
		height: 14px;
		vertical-align: middle;
		position: relative;
		top: -1px;
	}
	.st_pager{
		padding-left: unset !important;
		display: flex;
		justify-content: center;
	}
	.newsTitleDrop{
		display: block;
	}
	.aboutContent{
		padding: 0 16px;
	}
	.aboutContentImg{
		padding: 0 16px;
	}
	.st_firendTopBtns{
		margin-top: 0;
		padding: 0 16px 20px 16px;
		width: 100%;
	}
	.st_firendTopBtnItem{
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
}