﻿/** @format */

.page-banner {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.news-navbar {
	width: 300px;
	margin-right: 40px;
}

.news-navbar h3 {
	margin-top: -50px;
	background: #b50729;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.news-navbar a {
	padding-left: 20px;
	display: block;
	line-height: 44px;
	background: #eee;
	border-bottom: #ddd 1px solid;
}

.news-navbar a:hover {
	color: #b50729;
}

.news-navbar .list > li.on .dropdown {
	display: block;
}

.news-navbar .list > li .arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 44px;
	background: url(../images/arrow.png) no-repeat center;
	-o-background-size: 18px;
	background-size: 18px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.news-navbar .list li{
	position: relative;
}
.news-navbar .list > li .arrow.down {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.news-navbar .list .dropdown {
	/*display: none;*/
display: block;
	background: #f3f3f3;
}

.news-navbar .list .dropdown a {
	border-bottom: #ddd 1px solid;
	padding-left: 50px;
	font-size: 16px;
	line-height: 50px;
}

.news-navbar .list .dropdown a:hover {
	color: #d20001;
}

.news-navbar .list .dropdown a.on {
	color: #d20001;
	font-weight: bold;
}

.news-list-wrap {
	padding: 20px 0;
}

.news-list-wrap .hd {
	margin-bottom: 30px;
	border-bottom: #b50729 1px solid;
}

.news-list-wrap .hd h3 {
	position: relative;
	font-size: 24px;
	padding-bottom: 7px;
	color: #b50729;
}

.news-list-wrap .hd h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 4px;
	background: #b50729;
}

.news-list-wrap .bd {
	font-size: 14px;
}

.news-list-wrap .list li {
	padding: 10px 0;
	border-bottom: 1px dashed #b50729;
}

.news-list-wrap .list a {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-list-wrap .list a:hover {
	color: #b50729;
}

.news-list-wrap .list a span {
	margin-right: 20px;
	padding: 5px 10px;
	display: block;
	background: #b50729;
	color: #fff;
	width: auto;
	line-height: 1;
}

.news-list-wrap .list .info span {
	margin-right: 20px;
}

.news-list-wrap .title {
	margin-bottom: 30px;
	padding: 10px 0 20px;
	border-bottom: 1px solid #666;
}

.news-list-wrap .title h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	color: #b50729;
	font-weight: 600;
}

.news-list-wrap .title .info span {
	margin-right: 30px;
}

.news-list-wrap .title .info span:last-child {
	margin-right: 0;
}
.news-list-wrap .detail img{
	display: inline-block !important;
}
.news-list-wrap .detail p {
	margin-bottom: 30px;
	text-indent: 2em;
	font-size: 14pt;
	line-height: 2;
}

.news-list-wrap .detail .img {
	margin-bottom: 30px;
	text-align: center;
}

.news-list-wrap .detail .img img {
	display: inline-block;
	margin-bottom: 30px;
	text-align: center;
}

.pages {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
}

.pages a {
	display: block;
	border: 1px solid #ccc;
	padding: 5px 8px;
	margin-right: 5px;
	height: 24px;
	line-height: 12px;
}

.pages a.active {
	border-color: #b50729;
	background: #b50729;
	color: #fff;
}

.breadcrumb {
	font-size: 12px;
	color: #b50729;
}

.breadcrumb li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumb li::after {
	content: '>';
	display: block;
	margin: 0 7px;
	color: #b50729;
}

.breadcrumb li:last-child::after {
	display: none;
}

.vsbcontent_img {
	align-items: center;
}

@media only screen and (max-width: 820px) {
	.page-banner {
		height: 210px;
	}
	.news-navbar {
		margin-right: 0;
		width: 100%;
	}

	.news-list-wrap {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}

	.news-list-wrap .hd h3 {
		font-size: 18px;
	}

	.news-list-wrap .list a span {
		margin-right: 10px;
	}
}