.top {
	width: 60%;
	margin: 0 auto;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-left {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #31898a;
	font-size: 20px;
}

.top-left img {
	margin-right: 10px;
	width: 65px;
	height: 65px;
}

.top-right {
	display: flex;
	flex-direction: row;
}

.list {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 7px;
	text-align: center;
}

.list-one {
	margin: 0 7px;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	color: white;
	background-color: #088082;
}

a:link {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	color: #007072;
}

/* 底部 */
.foot {
	margin-top: 50px;
	padding: 20px 0;
	background-color: #007072;
}

.foota {
	width: 60%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	text-align: center;
	color: white;
}

.link {
	margin: 15px;
	text-align: right;
	width: 220px;
	font-weight: bold;
	font-size: 18px;
}

.line {
	margin: 20px auto;
	height: 1px;
	width: 100%;
	background-color: #dfdfdf;
}

.main {
	width: 60%;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	/* flex-direction: row; */
}

.banner {
	width: 50%;
}

.main-right {
	/* flex: 1; */
	width: 50%;
}

/* banner */
.el-carousel__item h3 {
	color: #475669;
	font-size: 14px;
	opacity: 0.75;
	line-height: 150px;
	margin: 0;
}

.el-carousel__item:nth-child(2n) {
	background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
	background-color: #d3dce6;
}

/* 搜索 */
/* 搜索 */
.search {
	width: 20%;
	margin: 10px auto;
	background-color: #f5f5f5;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.search .input{
	width: 85%;
}
.search input {
	border: none;
	background-color: #f5f5f5;
	height: 30px;
	margin-left: 10px;
	width: 80%;
}
.search button {
	border-style: none;
}

.im{
	height: 100%;
	text-align: center;
	flex: 1;
	background-color: #007072;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.im img{
	margin-top: 5px;
}
.main-rightlist {
	margin-left: 20px;
	height: 350px;
	overflow: hidden;
}

.main-rightlist ul {
	padding-left: 10px;
}

.main-rightlist li {
	margin-top: 23px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.main-rightlist p {
	margin: 0;
}
.main-left{
	padding-right: 20px;
	box-sizing: border-box;
	width: 60%;
	border-right: 1px solid #eeeeee ;
}
.main-leftlist {
	margin-left: 20px;
}

.main-leftlist ul {
	padding-left: 10px;
}

.main-leftlist li {
	margin-top: 22px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.main-leftlist p {
	margin: 0;
}


.hui {
	flex: 1;
	text-align: right;
	color: gray;
	font-size: 14px;
}

.text {
	width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.texta {
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.cicle {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #007072;
	margin: 0 10px;
}
.foot a:link{
	text-decoration: none;
	color: white;
}
.foot a:visited{
	text-decoration: none;
	color: white;
}
.foot a:hover{
	color: #00e3e6;
}