body,
html {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	color: #000;
	min-width: 320px;
	background: #f5f5f5;
	letter-spacing: 0.5px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #000;
}

ol,
ul {
	list-style: none;
}

img {
	width: 100%;
	max-height: 100%;
	vertical-align: top;
	pointer-events: none;
	will-change: transform;
}

::-webkit-scrollbar-track {
	background-color: #eee;
	border-radius: 0;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-thumb {
	cursor: pointer;
	border-radius: 0;
	background-color: #959eaa;
	transition: color .2s ease;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

textarea::-webkit-input-placeholder {
	color: #ccc;
}

/* .............................. Header .............................. */
header {
	padding: 10px 0;
	width: 100%;
}

.dcms-web-logo {
	flex-shrink: 0;
	max-width: 480px;
	transition: max-width 0.3s ease;
}

.dcms-web-search {
	flex: 0 0 200px;
	padding: 0 10px;
	width: 200px;
	border-radius: 20px;
	background: #eee;
}

.dcms-search-input {
	font-size: 16px;
	padding-left: 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	outline: none;
	background: transparent;
}

/* .............................. Header .............................. */

/* .............................. Footer .............................. */
footer {
	padding: 20px 0;
	width: 100%;
	background: url(../img/footer_bg.jpg);
}

.dcms-footer-code {
	margin-right: 30px;
	flex: 0 0 120px;
	width: 120px;
}

.dcms-footer-code>.text {
	font-size: 12px;
	color: #444;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.dcms-footer-text {
	font-size: 14px ;
	color: #444;
	height: 24px;
	line-height: 24px;
}

.dcms-footer-copy {
	margin-top: 20px;
	padding: 10px 0;
	font-size: 12px;
	color: #666;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* .............................. Footer .............................. */

/* .............................. Webnav .............................. */
.dcms-webnavs {
	width: 100%;
	display: flex;
	align-items: center;
}

.dcms-return-main {
	margin-right: 40px;
	height: 30px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 15px;
}

.dcms-return-text {
	padding-left: 20px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.dcms-return-icon {
	margin: 0 10px;
	width: 30px;
	height: 30px;
}

.dcms-webnav {
	flex: 1;
	min-width: 0;
}

.dcms-web-nav {
	position: relative;
	width: 100%;
	height: 50px;
}

.dcms-web-nav>li {
	padding: 0 15px;
	display: inline-block;
	position: relative;
}

.dcms-web-nav>li a {
	display: block;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	height: 50px;
	line-height: 50px;
}

.dcms-web-nav>li a:hover {
	color: #fff;
}

.dcms-nav-slider {
	position: absolute;
	height: 10px;
	background: #fff;
	top: -5px;
	z-index: 9;
	transition: all 0.3s ease;
}

.dcms-web-subnav {
	position: absolute;
	display: none;
	padding: 5px;
	width: auto;
	min-width: 120px;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	z-index: 9;
}

.dcms-web-subnav>li {
	border-bottom: 1px solid #eee;
}

.dcms-web-subnav>li:last-child {
	border: none;
}

.dcms-web-subnav>li>a {
	padding: 0 10px;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	color: #777;
	text-align: center;
	white-space: nowrap;
}

.dcms-web-subnav>li>a:hover {
	color: #2e5ca8;
	background: #eee;
}

.dcms-mobile-menu {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	display: none;
}

.dcms-mobile-list>li {
	border-bottom: 1px solid #eee;
}

.dcms-mobile-list>li:last-child {
	border: none;
}

.dcms-mobile-list>li>a {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 46px;
}

.dcms-mobile-list>li.selected>a {
	font-weight: bold;
	color: #000;
}

/* .............................. Webnav .............................. */
/* .............................. Common .............................. */
.dcms-container {
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	padding: 0 15px;
}

.dcms-flex {
	width: 100%;
	display: flex;
	align-items: center;
}

.dcms-flex-meta {
	flex: 1;
	min-width: 0;
}

.dcms-grids2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.dcms-grids3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.dcms-web-main {
	display: flex;
	flex-wrap: wrap;
}

.dcms-web-sidebar {
	margin-right: 30px;
	width: 240px;
	flex-shrink: 0;
	background: url(../img/sidebar_bg.jpg) #eee bottom center no-repeat;
}

.dcms-web-sidebar.web-sidebar-head {
	height: 120px;
}

.dcms-web-sidebar .web-sidebar-body .web-sidebar-list li {
	position: relative;
	display: block;
}

.dcms-web-sidebar .web-sidebar-body .web-sidebar-list li a {
	display: block;
	padding: 0 30px;
	font-size: 16px;
	color: #000;
	height: 60px;
	line-height: 60px;
}

.dcms-web-sidebar .web-sidebar-body .web-sidebar-list li a:hover {
	background: #f5f5f5;
}

.dcms-web-sidebar .web-sidebar-body .web-sidebar-list li.selected {
	background: #f5f5f5;
}

.dcms-web-sidebar .web-sidebar-body .web-sidebar-list li.selected::after {
	position: absolute;
	content: " ";
	width: 6px;
	height: 60%;
	left: 10px;
	top: 20%;
	bottom: 20%;
	background: #999;
	z-index: 9;
}

.dcms-web-content {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	padding-bottom: 200px;
}

.dcms-list-item {
	padding: 20px 0;
	display: flex;
	align-items: center;
	width: 100%;
}

.dcms-list-cover {
	margin-right: 20px;
	flex: 0 0 200px;
	height: 150px;
	background: #eee;
}

.dcms-list-content {
	flex: 1;
	min-width: 0;
}

.dcms-list-title {
	display: inline-block;
	max-width: 100%;
	font-size: 24px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.dcms-list-desc {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dcms-list-time {
	flex: 0 0 150px;
	width: 150px;
}

.dcms-time-day {
	font-size: 48px;
	color: #666;
	font-weight: bold;
	text-align: center;
}

.dcms-time-year {
	font-size: 16px;
	color: #999;
	text-align: center;
}

/* Paging */
.dcms-paging {
	padding-top: 20px;
	text-align: center;
}

.dcms-paging>.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 10px 0;
}

.dcms-paging>.pagination>li {
	float: left;
	display: inline-block;
	margin-right: 5px;
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	font: 500 14px "Microsoft YaHei";
	min-width: 14px;
}

.dcms-paging>.pagination>li.disabled {
	border-color: #eee;
	color: #ccc;
}

.dcms-paging>.pagination>li>span {
	display: block;
	padding: 5px 10px;
}

.dcms-paging>.pagination>li>a {
	display: block;
	padding: 5px 10px;
}

.dcms-paging>.pagination>li.active {
	border-color: #ccc;
	color: #000;
	background: #eee;
}

/* Paging */
.dcms-page-content {
	padding: 30px 0;
}

.dcms-view-title {
	padding-bottom: 20px;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	line-height: 1.4;
}

.dcms-view-attribute {
	padding: 10px;
	border-top: 1px solid #ddd;
}

.dcms-attribute-text {
	font-size: 14px;
	color: #666;
}

.dcms-view-icon {
	margin-left: 10px;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.dcms-view-content {
	padding: 30px 0;
}

.dcms-view-content p {
	padding: 10px 0;
	color: #000;
	line-height: 1.4;
	text-align: justify;
}

/* Nodata CSS */
.dcms-nodata {
	padding: 40px;
}

.dcms-nodata-img {
	margin: 0 auto;
	width: 300px;
	height: 300px;
}

.dcms-nodata-text {
	font-size: 12px;
	color: #ccc;
	text-align: center;
}

/* .............................. Common .............................. */

/* .............................. Crumbs .............................. */
.dcms-web-crumbs {
	overflow: hidden;
	border-bottom: 1px solid #666;
}

.dcms-web-crumbs>li {
	font-size: 14px;
	color: #666;
	display: inline-block;
}

.dcms-web-crumbs>li+li:before {
	padding: 0 5px;
	color: #ddd;
	content: "/\00a0";
}

.dcms-web-crumbs>li a {
	color: #666;
	height: 40px;
	line-height: 40px;
}

/* .............................. Crumbs .............................. */

/* .............................. Web Home .............................. */
.dcms-web-banner-cell {
	height: 400px;
}

.dcms-web-slide {
	margin-left: 30px;
	flex: 0 0 660px;
	width: 660px;
}

.dcms-web-slide-space {
	padding: 30px;
}

.dcms-web-news-ul li {
	padding: 15px 0;
}

.dcms-web-time {
	margin-right: 30px;
	padding: 10px;
	flex: 0 0 100px;
	background: #ddd;
}

.dcms-web-time-day {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.dcms-web-time-year {
	font-size: 14px;
	color: #666;
	text-align: center;
}

.dcms-web-news-title {
	font-size: 18px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.dcms-web-news-title:hover {
	color: #367ae0;
}

.dcms-web-news-desc {
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.dcms-homelist-item {
	padding: 20px 0;
}

.dcms-homelist-head {
	padding-top: 10px;
}

.dcms-homelist-title {
	padding: 10px;
	font-size: 24px;
	color: #000;
}

.dcms-homelist-ul {
	padding-top: 10px;
}

.dcms-homelist-ul>li {
	padding: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.dcms-homelist-ul>li>.title {
	font-size: 16px;
	text-align: left;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	flex: 1;
}

.dcms-homelist-ul>li>.title:hover {
	color: #367ae0;
}

.dcms-homelist-ul>li>.time {
	font-size: 16px;
	color: #999;
	white-space: nowrap;
	flex-shrink: 0;
}

.dcms-department {
	padding: 20px;
	background: #eee;
}

/* .............................. Web Home .............................. */

/* .............................. Mask .............................. */
.dcms-mask {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

/* .............................. Mask .............................. */

/* .............................. Action sheet .............................. */
.dcms-actionsheet {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	overflow: hidden;
	outline: 0;
	z-index: 1000;
	background: #fff;
	border-radius: 24px 24px 0 0;
}

.dcms-actionsheet-toggle {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.dcms-actionsheet-head {
	padding: 10px 20px;
}

.dcms-actionsheet-close {
	width: 30px;
	height: 30px;
}

.dcms-actionsheet-body {
	padding: 20px;
}

.dcms-actionsheet-search {
	padding: 5px;
	background: #eee;
	border-radius: 25px;
}

.dcms-actionsheet-icon {
	width: 40px;
	height: 40px;
}

/* .............................. Action sheet .............................. */
@media (max-width: 960px) {
	.dcms-web-logo {
		max-width: 320px;
	}

	.dcms-webnav-list {
		display: none;
	}

	.dcms-mobile-menu {
		display: inline;
	}

	.dcms-web-banner-cell {
		height: 300px;
		background-size: cover !important;
		background-position: center !important;
	}

	.dcms-web-slide {
		display: none;
	}

	.dcms-grids3 {
		grid-template-columns: 1fr;
	}

	.dcms-footer-code {
		display: none;
	}
	
	.dcms-list-cover {
		display: none;
	}
}

@media (max-width: 750px) {
	.dcms-web-search {
		display: none;
	}

	.dcms-web-banner-cell {
		height: 200px;
		background-size: cover !important;
		background-position: center !important;
	}
	
	.dcms-web-sidebar {
		display: none;
	}
}

@media (max-width: 320px) {
	.dcms-homelist-title {
		font-size: 18px;
	}
}