<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0;
	 margin:0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

html,
body {
	min-width: 1200px; font: 16px/1.5 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
	color: #333;
}


.wrap {
	/* width: 1200px; */
	width: 1330px;
	margin: 0 auto 10px;
}

.fl {
	display: flex;
}

.fl-c {
	display: flex;
	flex-direction: column;
}

.fl-r {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fl-rb {
	display: flex;
	justify-content: space-between;
	align-items: top;
}

/* 澶撮儴閮ㄥ垎 */

/* 閫夐」 */

.header .tab {
	width: 100%;
	height: 50px;
	background-color: #038890;
}

.tabBox {
	width: 1253px;
	margin: 0 auto;
	justify-content: space-between;
}

.leftBox {
	margin-top: 10px;
	height: 40px;
}

.tabBox .leftBox a {
	display: inline-block;
	/* width: 116px; */
	padding: 0 35px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
}

.tabBox .leftBox a:hover,
.tabBox .leftBox .active-a {
	background-color: #fff;
	color: #353535;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.tabBox .rightBox {
	height: 50px;
	text-align:right; float:right; line-height:50px;
}

.tabBox .rightBox a {
	display: inline-block;
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #009fa8;
	border-radius: 50%;
	margin-left: 11px;
}
.inputText{
	background: #fff;
				box-shadow: 3px 3px 3px rgba(0,0,0,0.5) inset;
				-ms-flex: 1;
				flex: 1;
				padding: 0 12px;
				font-size: 16px;
				-webkit-appearance: none;
				appearance: none;
				border-radius: 4px;
				outline: 0;
				height: 40px;
				width: 430px;
				border: 0;
}

.tabBox .rightBox a:hover {
	background-color: #33bc8a;
}


.tabBox .rightBox a&gt;img {
	width: 19px;
	height: 19px;
}

/* logo + 瀵艰埅鏉� */
.header .nav {
	width: 1330px;
	/* margin: 37px auto 16px; */
	margin: 0 auto;
	/* padding-top: 37px; */
}

.header .nav .logo {
	margin-top: 10px;
}



.navBox {
	width: 540px;
	height:61px;
	margin-top: 47px;
	align-items: flex-start;
}

.navBox div {
	width: 122.5px;
	height: 100%;
	position: relative;
	display: flex;
	/* align-items: center; */
	justify-content: center;
}

.navBox div ul {
position: absolute;
    width: 110%;
    top: 38px;
    left: 0;
    z-index: 999;
    /* padding: 8px 22px 8px; */
    background-color: rgba(255, 255, 255, 1);
    font-size: 16px;
    border-top: 5px solid #009ea8;
    text-align: center;
	box-shadow: rgb(73 73 73) 0px 3px 10px;
}

.navBox div ul li {
	/* padding: 0 25px; */
	height: 35px;
	line-height: 35px;
	color: #fff;
}

.navBox div ul li a {
	color: #000;
}

.navBox div ul li a:hover {
	color: #000;
}

.navBox div&gt;span a {
	color: #1F1F1F;
}

.navBox&gt;div&gt;span a:hover {
	color: #038890;
	cursor: pointer;
}

.navBox&gt;div&gt;span a:hover {
	color: #038890;
	cursor: pointer;
}

.active-nav {
	color: #038890;
	position: relative;
}
.navBox&gt;div&gt;span a:hover::before {
	color: #038890;
	cursor: pointer;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -15px;
	left: 35px;
	border-width: 10px 10px 0;
	border-style: solid;
	border-color: #038890 transparent transparent;
}

.active-nav::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -15px;
	left: 20px;
	border-width: 10px 10px 0;
	border-style: solid;
	border-color: #038890 transparent transparent;
}

.active-nav a {
	color: #038890 !important;
}

 

.banner {
	position: relative;
                margin-top: 20px;
}

.slide1 {
	width: 100%;
	min-width: 1200px;
}

.slide1 .swiper-wrapper {
	width: 100%;
}

.slide1 .swiper-slide {
	width: 100%;
	overflow: hidden;
}

.slide1 .swiper-slide&gt;img {
	 
}

.slide1 .swiper-slide-active&gt;img{
	 
}

.swiper-pagination {
	text-align: right !important;
	bottom: 35px !important;
	right: 5px !important;
}

.swiper-pagination-bullet {
	width: 33px !important;
	display: inline-block;
	opacity: 1 !important;
	font-size: 16px !important;
	margin: 0 8px !important;
	color: #fff;
	text-align: center;
	background: 0 !important;
}

.swiper-pagination-bullet-active {
	width: 30px !important;
	height: 30px !important;
	background: #038890 !important;
	z-index: 2;
	border-radius: 4px !important;
	line-height: 33px;
}

.button-next,
.button-prev {
	position: absolute;
	width: 30px;
	height: 67px;
	top: 50%;
	z-index: 888;
	outline: 0;
	cursor: pointer;
}

.button-next {
	right: 7%;
}

.button-prev {
	left: 7%;
}

.button-next img,
.button-prev img {
	width: 100%;
}

/* 鍐呭閮ㄥ垎 */

.content .topBox {
	padding-top: 45px;
	background-color: #f0eeee;
}

/* 鏂伴椈 + 鍥炬爣 */

.content .topBox .thisTitle{
	justify-content: space-between;
	align-items: end;
}
.commonTitle{
	align-items: flex-end;
}
.commonTitle&gt;p{
	font-size: 30px;
	font-weight: bold;
	color: #252525;
	padding-bottom: 9px;
	border-bottom: 4px solid #009fa8;
	margin-right: 16px;
                margin-top:10px;
}
.commonTitle&gt;p&gt;span{
	color: #1791A3;
}

.commonTitle&gt;span{
	color: #A5A5A5;
	font-size: 20px;
	margin-bottom: 5px;
}

 
.content .topBox {
	 
	padding-bottom: 48px;
	margin-bottom: 40px;
}

 
.top-left-Box .tabs {
	margin-bottom: 3px;
}

.top-left-Box .tabs ul&gt;li {
	color: #9F9F9F;
	font-size: 22px;
	 
	cursor: pointer;
	width: 134px;
	background-image: url(../img/xieline.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: center;
}

.top-left-Box .tabs ul&gt;li:last-child {
	background-image: none;
}

.top-left-Box .tabs .active-tabs {
	color: #038890;
}

.top-left-Box .tabs a {
	color: #aaa;
	display: flex;
	align-items: center;
}

.top-left-Box .tabs a:hover {
	color: #038890
}

/* 鍐呭 */

.bt-box{
	background-image: url(../img/news-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* margin-top: 20px; */
	padding: 37px 22px 21px 42px;

}
.newsSwiper{
	width: 508px;
	height: 352px;
	position: relative;
}

.newsSwiper .swiper-wrapper{
	width: 100% ;
	height: 100% ;
}
.newsSwiper .swiper-wrapper .swiper-slide{
	width: 100% ;
	height: 100% ;
}
.newsSwiper .swiper-wrapper .swiper-slide img{
	width: 100%;
	height: 316px;
}

.newsSwiper .swiper-slide {
	position: relative;
}

.newsSwiper .swiper-slide a{
	display: block;
	width: 100%;
}

.newsSwiper .swiper-slide a div {
	position: absolute;
	height: 41px;
	bottom: 36px;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	margin-bottom: 0;
	color: #fff;
	text-align: left;
	padding: 0 125px 0 22px;
	font-size: 18px;
}
.newsSwiper .swiper-slide a p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 8px;
	color: #5B5B5B;
	width: 100%;text-align:center;
}


.newsSwiper .swiper-pager {
	position: static;
	/* top: 287px; */
	height: 20px !important;
	padding: 0 30px;
	display: flex;
	align-items: center;
}

.newsSwiper .swiper-pager .swiper-pagination-bullet {
	background-color: #fff !important;
	opacity: 1 !important;
	width: 10px !important;
	height: 10px !important;
	border-radius: 10% !important;
}

.newsSwiper .swiper-pager .swiper-pagination-bullet-active {
	background-color: #038890 !important;
	opacity: 1 !important;
}
.arrow-right,
.arrow-left{
	/* position: absolute; */
	top: 0;
	right: 0;
	z-index: 99;
	cursor: pointer;
}
.arrow-left{
	right: 172px;
}

.posit{
	position: absolute;
	display: flex;
	right: 46px;
	bottom: 42px;
}

.subContent ul {
	width: 702px;
	height: 308px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 16px;
	padding-left: 10px;
}

.subContent ul li {
	width: 100%;
	display: flex;
	align-items: center;
}

.subContent ul li p:before {
	float: left;
	content: '';
	border: 2px solid #038890;
	width: 4px;
	height: 4px;
	border-radius: 20%;
	color: red;
	font-weight: bold;
	margin-right: 16px;
	margin-top: 8px;
}

.subContent ul li p:hover {
	color: #038890;
}

.subContent ul li a {
	display: inline-block;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.subContent ul li a p {
	width: 76%;
	margin-right: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #4E4E4E;
}

.subContent ul span {
	color: #4E4E4E;
	font-size: 14px;
}

.subContent .keshiBox,
.subContent .gonggaoBox {
	display: none;
}

.subContent .jujiaoBox,
.subContent .mingyiBox {
                      display: none;
}


.subContent .gonggaoBox ul{
	/* height: 505px; */
}

.gonggaoBox li {
	/* line-height: 42px; */
}


/* 鍙冲崐鍥炬爣 */
 
 

 

 
/* 鎵嬮鐞� */
.content .middleBox {
	width: 100%;
	height: 496px;
	/* background-color: #E7E7E7; */
}

.content .middleBox .effect {
	/* background-color: #00100C; */
	height: 100%;
}

.list_box {
	width: 100%;
	height: 100%;
	/* box-shadow: 0 0 4px black; */
}

.list {
	width: 100%;
	height: 100%;
	list-style: none;
	display: flex;
}

.item_num_top {
	position: relative;
	display: inline-block;
	width: 178px;
	height: 100%;
	overflow: hidden;
	transition: .5s;
}

.item_num_top .non-active-content {
	position: absolute;
	height: 100%;
	width: 178px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 21;
}

.item_num_top .non-active-content p {
	margin-top: 70px;
	margin-bottom: 27px;
	font-size: 24px;
}

.item_num_top .non-active-content .hr-line-s {
	width: 47px;
	border-bottom: 1px solid #fff;
}


.item_num_top .mengban {
	position: absolute;
	width: 178px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	/* background-color: rgba(0, 0, 0, 0.4); */
}

.item_num_top .mengban&gt;img{
	width: 100%;
	height: 100%;
}

.active {
	width: auto;
	height: 100%;
	overflow: hidden;
	transition: 0.6s linear;
	/* flex-grow: 10; */
}

.active .non-active-content,
.active .mengban {
	display: none;
}

.active a&gt;img {
	transition: all .6s;
}

.active img:hover {
	transform: scale(1.1);
}

.item_img {
	display: inline-block;
	width: 430px;
	height: 100%;
	position: relative;
}

.item_img&gt;img {
	width: 100%;
	height: 100%;
}

.item_img .active-content {
	position: absolute;
	width: 430px;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .2);
}

.item_img .active-content img {
	margin-bottom: 15px;
}

.item_img .active-content p {
	font-size: 30px;
	color: #FFF08B;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF08B;
	margin-bottom: 16px;
}

.item_img .active-content span {
	font-size: 16px;
	color: #FFF08B;
	width: 100%;
	text-align: center;
	line-height: 30px;
}


/*涓撳浠嬬粛*/
.content .jieshaobox {
               margin:20px auto 30px;
               width: 100%;
               height: 700px;
  

}



/* 鍋ュ悍绉戞櫘 */

.content .bottomBox {
	margin: 40px auto 30px;
	background-color: #f0eeee;
	padding: 34px 0 36px;
}
.content .bottomBox .leftSubBox{
	width: 640px;
}

.content .bottomBox .leftSubBox .thisTitle{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.content .bottomBox .leftSubBox .thisTitle a{
	display: block;
	color: #7E7E7E;
}


.content .bottomBox .kepuList{
	margin-top: 8px;
}

.content .bottomBox .kepuList&gt;div{
	margin-top: 28px;
}

.content .bottomBox .kepuList .date{
	width: 70px;
	height: 64px;
	background-color: #fff;
	border: 1px solid #038890;
	color: #038890;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 5px;
}
.content .bottomBox .kepuList .date .date-day{
	font-size: 30px;
}
.content .bottomBox .kepuList .date .date-month{
	font-size: 12px;
}
.content .bottomBox .kepuList a{
	width: 549px;
	padding-left: 22px;
}

.content .bottomBox .kepuList a p{
	color: #333;
	font-size: 20px;
	margin-bottom: 9px;
}

.content .bottomBox .kepuList a span{
	display: block;
	width: 537px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #A5A5A5;
}

/* 涓撻涓撴爮 */
.content .zhuanti .zt-content{
	justify-content: space-between;
	margin-top: 25px;
}

.content .zhuanti .zt-content img{
	 width:248px; height:310px;
}

.content .zhuanti .zt-content a{
	display: block;
	position: relative;
}

.content .zhuanti .zt-content .title{
	position: absolute;
	writing-mode: vertical-lr;
	top: 23px;
	left: 31px;
}

.content .zhuanti .zt-content .title p:first-child{
	font-size: 26px;
	color: #fff;
	transition: .5s ease;
}
.content .zhuanti .zt-content .title p:last-child{
	font-size: 18px;
	margin-left: 18px;
	color: #fff;
	transition: .5s ease;
}

/* 搴曢儴淇℃伅 */

.footer {
	background-color: #4a4a4a;
	padding: 10px 0;
}

.baseInfo {
	width: 1250px;
	margin: 0 auto;
	height: 160px;
	display: flex;
	align-items: center;
}

.logoLink {
	width: 560px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logoLink img{
	width: 340px;
}

.link{
	display: flex;
	flex-direction: column;
}
.link select {
	width: 190px;
	height: 30px;
	outline: 0;
	text-align: center;
	text-align-last: center;
}

.link select:last-child{
	margin-top: 10px;
}

.link select option {
	width: 190px;
	height: 30px;
	text-align: center;
	text-align-last: center;
}



.hr-line-c {
	height: 80px;
	border-right: 1px solid #aaa;
}

.baseInfo .info {
	font-size: 14px;
	color: #fff;
}

.baseInfo .info p {
	margin: 10px 0;
}

.baseInfo .qrCode{
	display: flex;
	/* justify-content: space-between; */
	width: 248px;
}

.baseInfo .qrCode li{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.baseInfo .qrCode li:nth-child(2){
	margin-left: 14px;
}

.baseInfo .qrCode li:last-child{
	margin-left: 8px;
}


.baseInfo .qrCode img {
	/* margin: 0 3px; */
}

.baseInfo .qrCode li p{
	font-size: 14px;
	color: #EAEAEA;
	margin-top: 9px;
}

/* 鏂伴椈灏鹃〉 */

/* .weiye-tabBox {
	width: 955px;
} */

/* 瀵艰埅 */
.weiye-nav {
	width: 1100px !important;
	/* padding-right: 80px; */
}

/*
.weiye-nav .navBox {
	width: 668px;
}

.weiye-nav .navBox&gt;div {
	width: 95.42px;
}

.weiye-nav .navBox&gt;div&gt;ul {
	width: 100%;
	padding: 20px 5px;
	text-align: center;
} */

.weiye-line {
	width: 100%;
	border-bottom: 1px solid #B9B8B8;
	/*margin-bottom: 29px;*/
}

/* 璺緞瀵艰埅 */
.weiye-content .path,
.weiye-content .path a {
	font-size: 16px;
	color: #6E6E6E;
}

.weiye-content .path a:hover {
	color: #038890;
}

.weiye-content .path {
	width: 1170px;
	margin: 0 auto 45px;
}

/* 鏂伴椈鍐呭 */
.weiye-content .news {
	width: 100%;
	padding-left: 17px;
	margin-bottom: 85px;
}

.weiye-content .news .news-title,
.weiye-content .news .news-info {
	width: 100%;
	text-align: center;
}

.weiye-content .news .news-title {
	font-size: 28px;
	font-weight: bold;
	color: #5B5B5B;
	margin-bottom: 20px;
}

.weiye-content .news .news-info {
	font-size: 14px;
	color: #979797;
	margin-bottom: 68px;
}

.weiye-content .news .news-body p {
	margin-bottom: 35px;
	text-indent: 2em;
	line-height: 28px;
}

.weiye-content .news .news-body p:last-child {
	margin-bottom: 0;
}

/* 閾炬帴 */
.weiye-content .news-link {
	padding: 0 17px;
	margin-bottom: 245px;
}

/* 涓婁笅绡� */
.weiye-content .news-link .leftBox {
	height: 50px;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.weiye-content .news-link .leftBox span {
	color: #069C72;
	font-size: 16px;
	font-weight: bold;
}

.weiye-content .news-link .leftBox&gt;div {
	display: flex;
	align-items: center;
}

.weiye-content .news-link .leftBox a {
	color: #5B5B5B;
	font-size: 16px;
	width: 385px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

.weiye-content .news-link .leftBox a:hover {
	color: #038890;
}


/* 澶栭摼 */

.weiye-content .news-link .rightBox i {
	width: 22px;
	margin: 0 2px;
}

.weiye-content .news-link .rightBox a {
	display: inline-block;
	padding: 4px;
	border-radius: 50%;
}

.weiye-content .news-link .rightBox a:hover {
	background-color: rgba(24, 127, 77, .6);
	color: #fff;
}


.weiye-content .news-link .rightBox .icon-icon-,
.weiye-content .news-link .rightBox .icon-QQzone,
.weiye-content .news-link .rightBox .icon-weibo {
	font-size: 26px;
}

.weiye-content .news-link .rightBox .icon-qq,
.weiye-content .news-link .rightBox .icon-tengxunweibo,
.weiye-content .news-link .rightBox .icon-add {
	font-size: 20px;
}

/* .weiye-code img {
	margin: 0 8px !important;
} */


/* -------鏂伴椈鍒楄〃椤�------- */
.weiye-content .path .active-path {
	color: #079C72 !important;
}

/* 璺緞瀵艰埅 */
.list-content .path {
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 18px;
}

/* 鏂伴椈鍔ㄦ€侀€夋嫨 */
.list-content .selectBox {
	width: 100%;
	position: relative;
	min-width: 1200px;
	margin-bottom: 45px;
}

.list-content .selectBox img {
	width: 100%;
	height: auto;
}

.list-content .selectBox .selectOption {
	position: absolute;
	bottom: 16%;
	width: 735px;
	left: 50%;
	transform: translateX(-50%);
}

.list-content .selectBox .selectOption a {
	display: inline-block;
	padding: 14px 36px;
	color: #fff;
	border-radius: 7px;
	background-color: #229CE4;
	font-size: 20px;
}

.list-content .selectBox .selectOption a:hover {
	background-color: #069C72;
}

.list-content .selectBox .selectOption .active-op {
	background-color: #069C72 !important;
}

/* 鏂伴椈鍒楄〃 */
.list-content .newsList {
	width: 1100px;
	margin: 0 auto;
}

.list-content .newsList li {
	padding-bottom: 7px;
	margin-bottom: 36px;
	border-bottom: 1px solid #B9B8B8;
}

.list-content .newsList .newsItemTitle {
	margin-bottom: 17px;
	color: #494949;
	font-size: 22px;
	margin-right: 90px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-content .newsList .listBox a:hover .newsItemTitle {
	color: #038890;
}

.list-content .newsList .newsItemTitleAbs {
	margin-right: 90px;
	text-indent: 2em;
	color: #7F7F7F;
	line-height: 24px;
	margin-bottom: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 16px;
}

.list-content .newsList .newsItemDate {
	margin-right: 90px;
	font-size: 16px;
	color: #B8B8B8;
	text-align: right;
}

.list-content .newsList .listBox {
	margin-bottom: 40px;
}


/* 鍒嗛〉鍣� */
.list-content .newsList .pager {
	margin: 0 auto;
	justify-content: center;
	margin-bottom: 45px;
}

.list-content .newsList .pager .left-box a {
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	height: 40px;
	line-height: 25px;
	margin-right: 5px;
}

.list-content .newsList .pager .active-page,
.list-content .newsList .pager .left-box a:hover {
	background-color: #2b9b77;
	color: #fff !important;
}

.list-content .newsList .pager .right-box {
	width: 97px;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: flex;
	margin-left: 20px;
	padding: 5px 14px;
}

.list-content .newsList .pager .right-box input {
	width: 35px;
	border: 0;
	outline: 0;
	color: #2b9b77;
}

.list-content .newsList .pager .right-box span {
	margin: 0 4px;
	color: #999;
}

.list-content .newsList .pager .right-box a {
	border: 0;
	line-height: 25px;
	color: #333;
}

.list-content .newsList .pager .right-box a:hover {
	color: #2b9b77;
}

/* -----璐㈠姟绠＄悊------- */

/* logo + 瀵艰埅鏉� */
.finance-logo {
	justify-content: flex-start;
	margin-bottom: 10px !important;
	padding-top: 37px;
}

.finance-logo span {
	margin: 0 15px;
	height: 32px;
	border-left: 1px solid #707070;
}

.finance-logo p {
	font-size: 28px;
	line-height: 28px;
	color: #0B724E;
	margin-bottom: 10px;
}

.finance-line {
	width: 100%;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 26px;
}

.finance-nav {
	width: 853px;
	margin: 0 auto;
	margin-bottom: 27px;
}

.finance-nav a {
	color: #333232;
	font-size: 18px;
}

.finance-nav a:hover {
	color: #079C72;
}

.finance-content {}

/* 鍏敤閮ㄥ垎 */
.f-wrap {
	width: 1150px;
	margin: 0 auto 72px;
}

.f-line {
	border-bottom: 1px solid #ccc;
	margin-left: 5px;
	margin-bottom: 18px;
}

.f-line&gt;div {
	width: 70px;
	border-top: 3px solid #1e8273;
}

.finance-content .title {
	width: 100%;
	color: #0B724E;
	font-size: 24px;
	padding-bottom: 13px;
}


/* 閫氱煡鍏憡+绉戝鏂伴椈 */
.finance-content .f-topBox {
	width: 100%;
	height: 360px;
	background-color: #f0efef;
	padding: 30px 0;
	margin-bottom: 56px;
}

.f-topContent,
.f-middleBox {
	padding-right: 70px;
}


/* 閫氱煡鍏憡 */
.f-topContent .left {
	width: 671px;
	height: 300px;
}

/* 澶存潯閮ㄥ垎 */
.f-topContent .left .headlines {
	height: 80px;
	width: 100%;
	padding-right: 76px;
	justify-content: space-between;
	margin-bottom: 15px;
}

.f-topContent .left .headlines .left {
	height: 100%;
	width: 70px;
	align-items: center;
}

.f-topContent .left .headlines .left .calendar {
	width: 100%;
	height: 60px;
	flex-direction: column;
}

.f-topContent .left .headlines .left .calendar .month {
	width: 100%;
	background-color: #438e72;
	text-align: center;
	padding: 2px 0;
	color: #fff;
}

.f-topContent .left .headlines .left .calendar .day {
	padding: 3px 0;
	border: 2px solid #ddd;
	border-top: 0;
	text-align: center;
	font-size: 18px;
}

.f-topContent .left .headlines .right {
	width: 495px;
	height: 100%;
	flex-direction: column;
	justify-content: space-around;
}

.f-topContent .left .headlines .right p {
	width: 100%;
	color: #187F4D;
	font-size: 20px;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.f-topContent .left .headlines .right span {
	color: #696868;
	font-size: 14px;
	text-indent: 2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 鍏憡鍒楄〃 */
.f-topContent .left ul {
	height: 125px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 30px;
}

.f-topContent .left ul li a {
	display: flex;
	justify-content: space-between;
}

.f-topContent .left ul li a:hover p,
.f-topContent .left ul li a:hover span {
	color: #1A7F5A;
}

.f-topContent .left ul li a p {
	width: 530px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333232;
	font-size: 16px;
}

.f-topContent .left ul li a span {
	color: #333232;
}

.f-topContent .left ul li a p:before {
	/* position: absolute; */
	content: '';
	display: inline-block;
	width: 7px;
	height: 13px;
	background-image: url(../img/code1.png);
	background-size: 100% 100%;
	margin-right: 19px;
	vertical-align: middle;
}

/* 绉戝鏂伴椈 */

.f-topContent .right {
	width: 319px;
	height: 300px;
	display: flex;
	flex-direction: column;
}

/* 鏂伴椈鍒楄〃 */
.f-topContent .right ul {
	display: flex;
	flex-direction: column;
	/* flex: 1; */
	justify-content: space-between;
	padding-right: 10px;
	width: 100%;
	margin-top: 10px;
	height: 210px;
}

.f-topContent .right ul li {
	width: 100%;
}

.f-topContent .right ul li a {
	display: inline-block;
	width: 100%;
	color: #333232;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.f-topContent .right ul a:hover {
	color: #438e72;
}


/* 鏈嶅姟鎸囧崡+鏀跨瓥瑙勭珷+甯哥敤涓嬭浇 */
.f-middleBox&gt;div {
	width: 320px;
}

.f-middleBox .title {
	padding-bottom: 25px;
}

.f-middleBox .title img {
	margin-right: 10px;
}

.f-middleBox .f-line {
	margin-left: 0;
}

.f-middleBox .left {
	height: 289px;
}

.f-middleBox .left ul {
	padding-right: 10px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.f-middleBox .left ul li {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 9px;
	margin-bottom: 15px;
}

.f-middleBox .left ul li:last-child {
	border-bottom: 0;
}

.f-middleBox .left ul li a {
	display: inline-block;
	width: 100%;
}

.f-middleBox .left ul li a:hover p {
	color: #1A805A;
}

.f-middleBox .left ul li a p {
	color: #333232;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.f-middleBox .left ul li a span {
	color: #B2B2B2;
	font-size: 16px;
}

.f-middleBox .right ul li {
	border-bottom: 0;
}

.f-middleBox .right ul li a {
	display: flex;
	align-items: center;
}

.f-middleBox .right ul li p:before {
	/* position: absolute; */
	content: '';
	display: inline-block;
	width: 20px;
	height: 7px;
	background-image: url(../img/code2.png);
	background-size: 100% 100%;
	margin-right: 10px;
	vertical-align: middle;
}

.f-bottomBox {
	padding-left: 5px;
}

.f-bottomBox .pic {
	width: 341px;
	height: 304px;
	margin-right: 28px;
}

.f-bottomBox .pic&gt;img {
	width: 100%;
	height: 100%;
}

.f-bottomBox .content {
	width: 747px;
	margin-top: 26px;
}

.f-bottomBox .content .title {
	width: 100%;
	margin-bottom: 20px;
}

.f-bottomBox .content .title&gt;img {
	width: 100%;
	height: auto;
}

.f-bottomBox .content .info {
	padding: 0 37px 0 7px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #333232;
	line-height: 36px;
	margin-bottom: 55px;
	text-indent: 2em;
}

.f-bottomBox .content .more {
	width: 100%;
	text-align: right;
}

.f-bottomBox .content .more a {
	padding: 6px 10px;
	background-color: #0A724E;
	color: #fff;
	font-size: 14px;
}

.f-bottomBox .content .more a:hover {
	background-color: #079C72;
}


/* --------绉戝瀵艰埅---------- */

/* 璺緞瀵艰埅 */
.depar .path {
	width: 1200px;
}

.departBox {
	margin-bottom: 120px;
}

/* 椤舵爣棰� */
.deparTitle {
	text-align: center;
	color: #069b71;
	font-size: 22px;
	margin-bottom: 38px;
}

.subjectNav {}

.labBox .navItem,
.subjectBox .navItem {
	/* margin-bottom: 15px; */
	display: flex;
}

/* 宸︿晶瀛愭爣棰� */
.departBox .itemTitle {
	width: 180px;
	height: 40px;
	background-color: #069b71;
	text-align: center;
	/* line-height: 40px; */
	color: #fff;
	margin-right: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 鍐呭鐩掑瓙 */
.labBox .itemBox,
.subjectBox .itemBox {
	width: 980px;
	flex-wrap: wrap;
}

/* 閲嶇偣瀛︾鍐呭鐩掑瓙 */
.subjectBox .itemBox a {
	display: block;
	width: 180px;
	height: 38px;
	/* line-height: 38px; */
	border: 1px solid #ECE8E8;
	color: #474747;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.subjectBox .itemBox a .name {
	display: inline-block;
	width: 140px;
	text-align: center;
	border-right: 1px solid #ECE8E8;
}

.subjectBox .itemBox a .go {
	display: inline-block;
	width: 38px;
	text-align: center;
}

/* 閲嶇偣瀹為獙瀹ゅ唴瀹圭洅瀛� */
.labBox .itemBox a {
	display: block;
	width: 374px;
	line-height: 38px;
	border: 1px solid #ECE8E8;
	color: #474747;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}

.labBox .itemBox a .name {
	display: inline-block;
	width: 334px;
	text-align: center;
	border-right: 1px solid #ECE8E8;
}

.labBox .itemBox a .go {
	display: inline-block;
	width: 38px;
	text-align: center;
}

.subjectBox .itemBox a:hover,
.labBox .itemBox a:hover {
	color: #069b71;
}


/* --------绉戝浠嬬粛---------- */

/* 鏍囬 */
.deparinfoTitle{
	color: #0A724D;
	font-size: 24px;
	margin-bottom: 14px;
	justify-content: space-between;
}
.deparinfoTitle&gt;p{
	display: flex;
	align-items: center;
}

.deparinfoTitle span{
	color: #919191;
	font-size: 18px;
}

.deparinfoTitle a{
	color: #39AA7A;
	font-size: 16px;
	margin-right: 28px;
}


/* 绉戝浠嬬粛 */
.departInfo .infoBox{
	margin-bottom: 68px;
}

.infoContent{
	justify-content: space-between;
}
.infoContent .pic{
	width: 524px;
	height: 378px;
}

.infoContent .pic&gt;img{
	width: 100%;
	height: 100%;
}

.infoContent .infoText{
	width: 630px;
	height: 378px;
}
.infoContent .infoText p{
	margin-top: 35px;
	color: #6E6E6E;
	font-size: 16px;
	text-indent: 2em;
	line-height: 34px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
}
.infoContent .infoText a{
	display: block;
	float: right;
	background-color: #39aa7a;
	padding: 5px 5px 5px 11px;
	text-align: center;
	color: #fff;
}


/* 鍒嗗壊绾� */
.deparInfoLine{
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 35px;
}

/* 涓撳鍥㈤槦 */
.expertBox{
	position: relative;
	margin-bottom: 105px;
}
.expertBox .slide2 {
	width: 1200px;
	height: 325px;
}

/* 杞挱灞曠ず */
.slide2 .swiper-wrapper{
	width: 100%;
	height: 100%;
}
.slide2 .swiper-slide{
	width: 224px;
	height: 318px;
	position: relative;
}
.slide2 .swiper-slide&gt;img{
	width: 100%;
	height: 100%;
}
.slide2 .swiper-slide .zjInfo{
	position: absolute;
	width: 100%;
	height: 65px;
	background-color: rgba(2,131,83,.5);
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.arrow-next,
.arrow-prev{
	position: absolute;
	top: 378px;
	right: 18px;
	width: 30px;
	height: 30px;
	outline: 0;
	cursor: pointer;
}
.arrow-prev{
	right: 70px;
}
</pre></body></html>