@charset "UTF-8";
html {
	margin: 0px;
	padding: 0px;
	font: normal 16px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft Yahei", "PingFang", "Droid Sans";
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
a {
	color: #333;
}
a:hover {
	opacity: 85%;
	color: #005197;
	text-decoration: none;
}
.dxdc-header {
	height: 500px;
	width: 100%;
	background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper {
	text-align: center;
}
.dxdc-summary h2 {
	font-family: "方正大标宋简体";
}
.dxdc-summary p {
	font-size: 18px;
	line-height: 180%;
	text-indent: 36px;
}
.news-tab {
	flex-wrap: nowrap;
	border-bottom: 1px solid #e1e1e1;
	align-items: center;
	position: relative;
}
.news-tab .nav-link {
	text-wrap: balance;
	font-size: 22px;
	padding: 6px 10px 4px;
	color: #333333;
	line-height: 32px;
	text-align: center;
	border-bottom: 4px solid transparent;
}
.news-tab .nav-link.active {
	color: #2667e5;
	border-bottom: 4px solid #2667e5;
}
.news-tab .nav-link.active a {
	color: #0070BF;
}
.news-tab .more-tag a {
	color: #999;
}
.news-list-wrapper .entry-wrapper {
	display: flex;
	font-size: 16px;
	line-height: 42px;
	color: #666;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
	color: #333;
}
.news-list-wrapper .entry-wrapper .date {
	color: #999;
	flex: 0 0 3rem;
	text-align: right;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #666;
	margin-right: 6px;
}
p.dxdc-text {
	line-height: 175%;
}
 @media only screen and (max-width: 767px) {
.dxdc-header {
	height: 240px;
	background: top right / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper img {
	width: 70%;
}
.main-title-wrapper {
	margin-top: 15px;
}
}
 @media only screen and (max-width: 575px) {
.dxdc-header {
	height: 140px;
	background: top right / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper img {
	width: 85%;
}
.main-title-wrapper {
	margin-top:-15px;
}

.dxdc-summary h2 {
	font-size: 18px;
}
.dxdc-summary p {
	font-size: 16px;
}
}