<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media screen and (min-width: 768px) {
body {
	min-width: 1350px;
}
}
body {
}
.banner .fullSlide .hd {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}
.banner .fullSlide .hd ul li {
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 4px;
	background-color: #fff;
	cursor: pointer;
}
.banner .fullSlide .hd ul li.on {
	background-color: #f4b201;
}
.banner .fullSlide .prev, .banner .fullSlide .next {
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 45%;
	font-weight: bold;
	opacity: 0;
}
.banner .fullSlide .prev {
	left: 4%;
}
.banner .fullSlide .next {
	right: 4%;
}
.banner .fullSlide:hover .prev, .banner .fullSlide:hover .next {
	opacity: 1;
}
.slogan {
	padding: 40px 0;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
	background: #076538;
	color: #fff;
	margin-top: 4px;
}
.module-title {
	padding-bottom: 15px;
}
.module-title .title {
	font-size: 24px;
	font-weight: bold;
	color: #076538;
	line-height: 1.2;
}
.module-title .more {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	padding-top: 8px;
}
/* row1 start */
.row1 {
	background: url("../img/bg-1.jpg") no-repeat center center;
	background-size: cover;
}
/* modular-1 */

.modular-1 .column-name .name .icon {
	line-height: 1;
	color: #004098;
}
.row1 .modular-1 {
}
.modular-1 .pic-news-slide {
	width: 50%;
}
.modular-1 .pic-news-slide .fullSlide .bd ul li .title {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	line-height: 45px;
	z-index: 2;
}
.modular-1 .pic-news-slide .fullSlide .hd {
	position: absolute;
	bottom: 50px;
	right: 5px;
	z-index: 2;
	display: none;
}
.modular-1 .pic-news-slide .fullSlide .hd ul li {
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 3px;
	cursor: pointer;
}
.modular-1 .pic-news-slide .fullSlide .bd ul li img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.modular-1 .pic-news-slide .fullSlide .hd ul li.on {
	background-color: #076538;
}
/*slide-tlist*/
.modular-1 .pic-news-slide .slide-tlist {
	width: 100%;
	height: 400px;
	background: #fff;
}
.modular-1 .pic-news-slide .slide-tlist .bd {
	padding-left: 60px;
	padding-right: 30px;
	padding-top: 30px;
}
.modular-1 .pic-news-slide .slide-tlist .bd li .title {
	line-height: 1.6;
	font-weight:bold;
}
.modular-1 .pic-news-slide .slide-tlist .bd .abstract {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.6;
	text-indent: 2em;
}
.modular-1 .pic-news-slide .slide-tlist .hd {
	position: absolute;
	bottom: 40px;
	left: 80px;
	z-index: 2;
}
.modular-1 .pic-news-slide .slide-tlist .hd ul li {
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #ccc;
	margin: 0 3px;
	cursor: pointer;
}
.modular-1 .pic-news-slide .slide-tlist .hd ul li.on {
	background-color: #076538;
}
/* pic-news-list */
.modular-1 .pic-news-list {
	width: 587px;
	height: 100%;
}
.modular-1 .mod-item {
	width: 50%;
}
.modular-1 .pic-news-list .list ul li {
	margin-bottom: 10px;
}
.modular-1 .pic-news-list .list ul li .a-item {
	line-height: 55px;
	text-align: left;
	background: #fff;
	padding: 0 20px;
	border-radius: 10px;
}
.modular-1 .pic-news-list .list ul li .a-item .date {
	width: 15%;
	text-align: right;
	line-height: 1.4;
	font-size: 16px;
}
.modular-1 .pic-news-list .list ul li .a-item .title {
	width: 85%;
	color: #333;
	text-align: left;
	line-height: 1.4;
	font-size: 16px;
}
.modular-1 .pic-news-list .list ul li .a-item:hover .title {
	color: #076538;
}
.modular-1 .pic-news-list .list ul li .a-item:hover {
	box-shadow: 2px 2px 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,.2);
	-ms-box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}
/* modular-1 end */
/* row1 end */

/* row2 start */
.row2 {
	background: url("../img/bg-2.jpg") no-repeat center center;
	background-size: cover;
}
.row2 .module-title .title, .row2 .module-title .more {
	color: #fff;
}
.modular-2 .pic-news-list {
	width: 50%;
}
.modular-2 .pic-news-list .module-title .title {
	color: #ffda5a;
}
.modular-2 .pic-news-list .list ul {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
}
.modular-2 .pic-news-list .list ul .a-item .date {
	width: 15%;
}
.modular-2 .pic-news-list .list ul .a-item .date .dd {
	color: #076538;
}
.modular-2 .pic-news-list .list ul .a-item .title {
	width: 85%;
	padding-left: 20px;
}
.modular-2 .pic-news-list .list ul li {
	margin-bottom: 5px;
}
.modular-2 .pic-news-list .list ul .a-item {
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding: 5px 8px;
}
.modular-2 .pic-news-list .list ul .a-item:hover .title {
	color: #076538;
	font-weight: bold;
}
.modular-2 .pic-news-list .list ul .a-item:hover {
	border-color: #076538;
}
/* row2 end */

.module-title .more:hover, .row2 .module-title .more:hover {
	color: #ffda5a;
}</pre></body></html>