body,
html {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	color: #000;
	min-width: 320px;
	background: #fff;
	letter-spacing: 0.5px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

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;
}

/* .............................. Common Header Css .............................. */
header {
	width: 100%;
}

.dcms-search {
	flex: 0 0 200px;
	width: 200px;
	height: 40px;
	background: #eee;
	border-radius: 20px;
}

.dcms-search-input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	border: none;
	outline: none;
	background: transparent;
}

.dcms-search-button {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
}

/* .............................. Common Header Css .............................. */

/* .............................. Home Header Css .............................. */
.dcms-home-header {
	background: #386ac0;
}

/* .............................. Home Header Css .............................. */

/* .............................. Home Slide Css .............................. */
.dcms-main-slide {
	width: 100%;
	background: #f5f5f5;
}

.dcms-main-slideimg {
	width: 100%;
	height: 500px;
}

/* .............................. Home Slide Css .............................. */

/* .............................. Home Css .............................. */
.dcms-top-slide {
	margin-right: 50px;
	flex: 0 0 500px;
	width: 500px;
}

.dcms-topslide-title {
	margin: 10px 0;
	font-size: 18px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.dcms-topslide-desc {
	font-size: 14px;
	color: #777;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.dcms-toptitle-list>li {
	padding: 0 20px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.5);
}

.dcms-toptitle-list>li.selected {
	color: #386ac0;
}

.dcms-toptitle-list>li.selected::before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 6px;
	left: 0;
	right: 0;
	background: #386ac0;
	bottom: 0;
	z-index: 1;
}

.dcms-top-list>li {
	padding: 15px;
}

.dcms-top-list>li>.news-time {
	display: flex;
	align-items: center;
	width: 100%;
}

.dcms-top-list>li>.news-time>.day {
	font-size: 32px;
	font-weight: bold;
	color: #e4bb6c;
}

.dcms-top-list>li>.news-time>.year {
	padding: 0 20px;
	font-size: 16px;
	color: #999;
}

.dcms-top-list>li>.news-time>.line {
	position: relative;
	flex: 1;
	min-width: 0;
}

.dcms-top-list>li>.news-time>.line::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	background: linear-gradient(to right, #2c5bab 50%, #ddd 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: background-position 1s ease;
}

.dcms-top-list>li:hover>.news-time>.line::before {
	background-position: left bottom;
}

.dcms-top-list>li>.news-item {
	display: block;
}

.dcms-top-list>li>.news-item>.title {
	font-size: 18px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.dcms-top-list>li>.news-item:hover>.title {
	color: #2c5bab;
}

.dcms-top-list>li>.news-item>.desc {
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.dcms-top-more {
	font-size: 16px;
	font-weight: bold;
	color: #245fc1;
}

.dcms-home-a {
	padding: 30px 0;
	background: url(../img/main_1_bg.jpg) #f6fbff right center no-repeat;
}

.dcms-home-b {
	padding: 30px 0;
	width: 100%;
	background: url(../img/main_b_bg.jpg);
}

.dcms-card {
	padding: 20px;
	background: white;
}

.dcms-card-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	height: 40px;
	line-height: 40px;
}

.dcms-card-more {
	font-size: 16px;
	font-weight: bold;
	color: #245fc1;
}

.dcms-listb {
	padding-top: 20px;
	opacity: 0;
	transform: translateY(30px);
}

.dcms-listb>.time {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #b5cbf0;
}

.dcms-listb>.time>.time-day {
	font-size: 32px;
	font-weight: bold;
	color: #245fc1;
}

.dcms-listb>.time>.time-year {
	padding: 0 20px;
	font-size: 18px;
	color: #999;
}

.dcms-listb>.title {
	display: block;
	font-size: 16px;
	color: #444;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.dcms-listb>.title:hover {
	color: #245fc1;
}

.dcms-home-c {
	padding: 30px 0;
	background: white;
}

.dcms-liste {
	opacity: 0;
	transform: translateY(30px);
}

.dcms-home-d {
	padding: 30px 0;
	background: url(../img/main_4_bg.jpg) #eee left bottom no-repeat;
}

.dcms-listc {
	padding: 20px;
	background: white;
	opacity: 0;
	transform: translateY(30px);
}

.dcms-listc-ul>li {
	padding: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.dcms-listc-ul>li>.title {
	font-size: 16px;
	text-align: left;
	color: #444;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	flex: 1;
}

.dcms-listc-ul>li>.title:hover {
	color: #245fc1;
}

.dcms-listc-ul>li>.time {
	font-size: 16px;
	color: #999;
	white-space: nowrap;
	flex-shrink: 0;
}

.dcms-home-e {
	padding: 30px 0;
	background: white;
}

.dcms-listd {
	padding: 20px;
	background: linear-gradient(to bottom, #ffffff, #f7f2e8);
	opacity: 0;
	transform: translateY(30px);
}

.dcms-plate-card {
	font-size: 14px;
	padding: 20px;
	background: white;
}

.dcms-plate-card:hover {
	background: #f1ebde;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* .............................. Home Css .............................. */

/* .............................. Page Header Css .............................. */
.dcms-home-logo {
	flex-shrink: 0;
	max-width: 480px;
	transition: max-width 0.3s ease;
}

.dcms-page-logo {
	flex-shrink: 0;
	max-width: 400px;
	transition: max-width 0.3s ease;
}

.dcms-mobile-nav {
	display: none;
	margin-left: 20px;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

/* .............................. Page Header Css .............................. */
.dcms-home-nav {
	position: relative;
	width: 100%;
	background: white;
	height: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dcms-home-nav>li {
	padding: 0 15px;
	display: inline-block;
	position: relative;
}

.dcms-home-nav>li a {
	display: block;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	height: 50px;
	line-height: 50px;
}

.dcms-home-nav>li a:hover {
	color: #fff;
}

.dcms-page-nav {
	position: relative;
	width: 100%;
	background: white;
	height: 50px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dcms-page-nav>li {
	padding: 0 15px;
	display: inline-block;
	position: relative;
}

.dcms-page-nav>li a {
	display: block;
	font-size: 16px;
	color: #666;
	height: 50px;
	line-height: 50px;
}

.dcms-page-nav>li a:hover {
	color: #2e5ca8;
}

.dcms-page-subnav {
	position: absolute;
	display: none;
	padding: 5px;
	width: auto;
	min-width: 120px;
	top: 49px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	z-index: 9;
}

.dcms-page-subnav>li {
	border-bottom: 1px solid #eee;
}

.dcms-page-subnav>li:last-child {
	border: none;
}

.dcms-page-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-page-subnav>li>a:hover {
	color: #2e5ca8;
	background: #eee;
}

.dcms-nav-slider {
	position: absolute;
	height: 6px;
	background: #2e5ca8;
	top: -3px;
	z-index: 9;
	transition: all 0.3s ease;
}

/* .............................. Page Banner Css .............................. */
.dcms-page-banner {
	width: 100%;
}

.dcms-banner-img {
	height: 460px;
	background-size: cover !important;
	background-position: center !important;
}

/* .............................. Page Banner Css .............................. */

/* .............................. Common Footer Css .............................. */
footer {
	padding-top: 30px;
	width: 100%;
	background: #2c5bab;
}

.dcms-footer-logo {
	flex: 0 0 500px;
	width: 500px;
}

.dcms-footer-code {
	margin-left: 30px;
	flex: 0 0 120px;
	width: 120px;
}

.dcms-footer-code>.code-text {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.dcms-footer-text {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 30px;
}

.dcms-footer-text a {
	color: rgba(255, 255, 255, 0.7);
}

.dcms-footer-other {
	margin-top: 30px;
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dcms-footer-bg {
	width: 100%;
	height: 80px;
	background: url(../img/footer_bg.jpg);
}

/* .............................. Common Footer Css .............................. */
/* .............................. Common Css .............................. */
.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: 30px;
}

.dcms-grids3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.dcms-grids4 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}

.dcms-container {
	margin: 0 auto;
	width: 100%;
	max-width: 1490px;
	padding: 0 15px;
}

.dcms-main {
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
}

.dcms-main>.dcms-sidebar {
	margin-right: 30px;
	flex: 0 0 240px;
	width: 240px;
}

.dcms-sidebar-ul {
	background: #eee;
}

.dcms-sidebar-ul>li {
	position: relative;
	display: block;
}

.dcms-sidebar-ul>li a {
	display: block;
	padding: 0 30px;
	font-size: 16px;
	color: #000;
	height: 60px;
	line-height: 60px;
}

.dcms-sidebar-ul>li a:hover {
	background: #fff;
}

.dcms-sidebar-ul>li.active {
	background: #fff;
}

.dcms-sidebar-ul>li.active::after {
	position: absolute;
	content: " ";
	width: 6px;
	height: 60%;
	left: 10px;
	top: 20%;
	bottom: 20%;
	background: #1ca9f2;
	z-index: 9;
}

.dcms-main>.dcms-content {
	flex: 1;
	min-width: 0;
}

.dcms-single-page {
	padding: 30px 0;
}

/* Crumbs Css */
.dcms-crumbs {
	overflow: hidden;
	border-bottom: 1px solid #2e5ca8;
}

.dcms-crumbs>li {
	font-size: 14px;
	color: #666;
	display: inline-block;
}

.dcms-crumbs>li+li:before {
	padding: 0 5px;
	color: #ddd;
	content: "/\00a0";
}

.dcms-crumbs>li a {
	color: #666;
	height: 40px;
	line-height: 40px;
}

.dcms-crumbs>li a:hover {
	color: #2e5ca8;
}

/* Crumbs Css */
/* Nodata Css */
.dcms-nodata {
	padding: 40px;
}

.dcms-nodata-img {
	margin: 0 auto;
	width: 300px;
	height: 300px;
}

.dcms-nodata-text {
	font-size: 12px;
	color: #999;
	text-align: center;
}

/* Nodata Css */

/* Article Css */
.dcms-list-item {
	padding: 20px 0;
	width: 100%;
	display: flex;
	align-items: center;
}

.dcms-list-cover {
	margin-right: 20px;
	flex: 0 0 200px;
	width: 200px;
	height: 150px;
}

.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-title:hover {
	color: #2e5ca8;
}

.dcms-list-desc {
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dcms-list-time {
	margin-left: 20px;
	flex: 0 0 180px;
	width: 180px;
}

.dcms-list-day {
	font-size: 48px;
	color: #62a1ff;
	font-weight: bold;
	text-align: center;
}

.dcms-list-year {
	font-size: 16px;
	color: #999;
	text-align: center;
}

.dcms-article-view {
	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 p {
	padding: 10px 0;
	color: #444;
	line-height: 1.4;
	text-align: justify;
}

.dcms-view-content img {
    margin: 0 auto;
    width: 50%;
}

/* Article Css */

/* .............................. Common Css .............................. */

/* .............................. Paging .............................. */
.dcms-paging {
	text-align: center;
	padding-top: 20px;
}

.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: #62a1ff;
	color: #62a1ff;
	background: #e1edff;
}

/* .............................. Paging .............................. */

/* .............................. Form Css .............................. */
.dcms-form-card {
	padding: 50px 0;
	background: #fff;
}

.dcms-form-title {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.dcms-form-item {
	padding: 20px 0;
}

.dcms-form-input {
	width: 100%;
	padding: 0 1rem;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	outline: none;
	font-size: 16px;
	color: #000;
	height: 40px;
	line-height: 40px;
}

.dcms-form-textarea {
	width: 100%;
	padding: 1rem;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	outline: none;
	resize: none;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 16px;
	color: #000;
	height: 200px;
	line-height: 150%;
}

.dcms-form-button {
	padding: 0 1rem;
	font-size: 16px;
	color: #fff;
	border: 1px solid #0055d4;
	background: #0055d4;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	border-radius: 5px;
}

.dcms-toast {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 20px 30px;
	border-radius: 6px;
	z-index: 1000;
	text-align: center;
	max-width: 80%;
	box-sizing: border-box;
}
/* .............................. Form Css .............................. */

/* .............................. Mobile Nav Css .............................. */
.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: 14px;
	color: #666;
	line-height: 40px;
}

.dcms-mobile-list>li.selected>a {
	font-weight: bold;
	color: #000;
}

/* .............................. Mobile Nav Css .............................. */

/* .............................. 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: 12px 12px 0 0;
}

.dcms-actionsheet-toggle {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.dcms-actionsheet-head {
	padding: 10px;
}

.dcms-actionsheet-close {
	width: 20px;
	height: 20px;
}

.dcms-actionsheet-body {
	padding: 20px;
}

.dcms-actionsheet-search {
	background: #f5f5f5;
	border-radius: 20px;
}

.dcms-actionsheet-icon {
	width: 40px;
	height: 40px;
}

/* .............................. Action sheet .............................. */
/* .............................. Response Css .............................. */
@media (max-width: 1200px) {
	.dcms-page-logo {
		max-width: 300px;
	}

	.dcms-home-logo {
		max-width: 360px;
	}

	.dcms-home-nav {
		display: none;
	}

	.dcms-page-nav {
		display: none;
	}

	.dcms-banner-img {
		height: 300px;
	}

	.dcms-main-slideimg {
		height: 300px;
		background-size: cover !important;
		background-position: center !important;
	}

	.dcms-mobile-nav {
		display: inline;
	}

	.dcms-footer-code {
		display: none;
	}
}

@media (max-width: 1000px) {
	.dcms-sidebar {
		display: none;
	}
	
	.dcms-top-slide {
		display: none;
	}

	.dcms-footer-logo {
		display: none;
	}

	.dcms-list-cover {
		display: none;
	}

	.dcms-grids2 {
		grid-template-columns: 1fr;
	}

	.dcms-grids3 {
		grid-template-columns: 1fr;
	}

	.dcms-grids4 {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 750px) {
	.dcms-page-logo {
		max-width: 200px;
	}

	.dcms-home-logo {
		max-width: 260px;
	}

	.dcms-search {
		display: none;
	}

	.dcms-banner-img {
		height: 150px;
	}

	.dcms-main-slideimg {
		height: 150px;
		background-size: cover !important;
		background-position: center !important;
	}

	.dcms-nodata-img {
		width: 150px;
		height: 150px;
	}

	.dcms-list-title {
		font-size: 18px;
	}

	.dcms-list-time {
		flex: 0 0 120px;
		width: 120px;
	}

	.dcms-list-day {
		font-size: 32px;
	}

	.dcms-list-year {
		font-size: 14px;
	}
	
	.dcms-view-title {
		font-size: 18px;
	}
	
	.dcms-view-content img {
    margin: 0 auto;
    width: 100%;
}

}