img {
	width: 100%;
}

body {
	background-color: #efefef !important;
}

.container-fluid {
	padding: 0 !important;
	margin: 0 !important;
}

/* Í·²¿ÐÂÀ¸Ä¿ */
.top2Bg {
	background-color: #fff !important
}

.top2Bg .headMenu .menuBlock li {
	width: 90px;
}

.top2Bg .headMenu .menuBlock li a {
	padding: 14px 0 0px;
	height: 50px;
	color: #257851;
}

.top2Bg .headMenu .menuBlock li .submenu {
	width: 130px;
}
.top2Bg .headMenu .menuBlock li .submenu li a .smallTrigle{
	border-right: none;
}

.finance {
	padding: 0;
}

.finance {
	padding: 0;
	position: relative;
	width: 100%;
	margin-bottom: 120px;
}

.finance .finance_backgroud>img {
	width: 100%;
	position: absolute;
	height: 100%;
}

.finance .finance_content {
	padding-top: 60px;
	padding-bottom: 50px;
}

.finance .finance_content .finance_main {
	position: absolute;
	right: 0;
}

.finance .finance_content .finance_left {
	padding-top: 80px;
	padding-left: 40px;
	padding-bottom: 200px;
	font-size: 18px;
}

.finance .finance_content .finance_left>div:nth-of-type(1) {
	font-size: 40px;
	color: #016637;
	font-weight: bold;
}

.finance .finance_content .finance_main img {
	position: relative;
	top: 40px;
	left: 20px;
	width: 100%;
}

.main {
	padding: 30px 0 0 0;
}

.main>div {
	background-color: #F9F9F9;
	padding: 40px;
	margin: 30px 0;
}

.main .notice {
	display: flex;
	justify-content: space-between;
}

.main .notice .notice_content_top {
	background-color: #27b374;
	color: white;
	padding: 8px;
	text-align: right;
}

.main .notice .notice_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
}

.main .notice .notice_titles {
	color: #27b374;
}

.main .notice .notice_top i {
	font-size: 120px;
}

.main .notice .notice_main .notice_item {
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #E5E5E5;
	background-color: white;
	transition: all 0.5s;
}

.main .notice .notice_main .notice_item img {
	width: 8px;
}

.main .notice .notice_main .notice_item>div:nth-of-type(3) {
	text-align: left;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;


}

.main .notice .notice_main .notice_item:hover {
	background-color: #27b374;
	color: #fff;
	border-top-color: #27b374;
}