.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.header {
  height: 100px;
  background-color: #fff;
  padding: 10px 0 0;
}
.header .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.header .logo {
  width: 448px;
  height: 70px;
}
.header .right-container {
	margin-bottom: 8px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.header .right-container .search-group {
  width: 220px;
  height: 36px;
  border-radius: 10px;
  border: solid 1px #243b2b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.header .right-container .search-group .i-input {
  width: 236px;
  height: 39px;
  font-size: 14px;
  border: none;
  text-indent: 12px;
}
.header .right-container .search-group .btn {
  width: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .right-container .search-group .btn .search-icon {
  width: 24px;
  height: 24px;
}
.header .right-container .language {
	display: inline-block;
	padding-left: 12px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fe0101;
}
.nav-list {
  height: 60px;
  background: #f4faf5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #0c8416;
}
.nav-list .item {
	position: relative;
	height: 60px;
  flex: 1;
  text-align: center;
}
.nav-list .item a {
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 60px;
	font-size: 21px;
	color: #000;
}
.nav-list .item a::after {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 21px;
	background-color: #0c8416;
	top: 50%;
	right: 0;
	margin-top: -10px;
	z-index: 9;
}
.nav-list .item a:last-child::after {
	display: none;
}
.nav-list .item .sub-nav-list {
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
	left: 0;
	z-index: 99;
}
.nav-list .item:hover .sub-nav-list {
	display: block;
}
.nav-list .item .sub-nav-item a {
	display: inline-block;
	width: 100%;
	line-height: 50px;
	font-size: 16px;
	background-color: #23942d;
	color: #fff;
}
.nav-list .item .sub-nav-item a:hover, .nav-list .item .sub-nav-item.active a{
	background-color: #0c8416;
}
.title-container {
	position: relative;
	margin-top: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title-container .left {
	display: flex;
	align-items: center;
}
.title-container .left .adorn-box {
	width: 48px;
	height: 38px;
}
.title-container .left .adorn {
	margin-left: 16px;
	width: 27px;
	height: 38px;
}
.title-container .left .title {
	width: 191px;
	height: 28px;
	background-image: linear-gradient(90deg, #0c8416 0%, #fff 100%);
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
}
.title-container .more {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #000;
}
.title-container .more .triangle-icon {
	width: 22px;
	height: 22px;
}
.title-container::after {
	position: absolute;
	display: block;
	content: '';
	width: calc(100% - 27px);
	height: 1px;
	background-image: linear-gradient(90deg, #0c8416 0%, #fff 100%);
	right: 0;
	bottom: 2px;
	z-index: 9;
}
.footer-container {
  min-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #243b2b 0%, #39483d 90%, #536257 100%);
}
.footer {
  padding: 13px 35px 23px;
  display: flex;
  justify-content: space-between;
}
.footer .left-container {
  margin-top: 29px;
  display: flex;
}
.footer .school-list {
  margin-right: 35px;
}
.footer .school-list .school-item {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.footer .school-list .school-item a {
  text-decoration: underline;
  color: #ededed;
}
.footer .school-list .school-item .icon {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
.right-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.right-container .logo2 {
  width: 121px;
  height: 46px;
}
.right-container .copyright {
  font-size: 16px;
  color: #fff;
  text-align: right;
  line-height: 30px;
}
.footer-container {
	background: #0C8416;
	padding: 20px 0;
}
.footer-container .footer {
	text-align: center;
	flex-direction: column;
}
.footer-container .footer .info {
	font-family: SimSun;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #ffffff;
}
.footer-container .footer .copyright {
	padding-top: 10px;
	font-size: 18px;
	line-height: 23px;
	color: #fefefe;
}
.friends-link-list {
	margin: 40px auto 36px;
	display: flex;
	align-items: center;
}
.friends-link-list .title {
	font-size: 21px;
	padding-right: 10px;
}
.friends-link-list .link-select {
	width: 89px;
	height: 23px;
	border-radius: 5px;
	margin-left: 24px;
}
.friends-links-list {
	margin: 30px auto;
}
.friends-links-list .friends-list {
	display: flex;
	flex-wrap: wrap;
}
.friends-links-list .friends-list .item {
	width: 33.33%;

	margin-bottom: 10px;
}
.friends-links-list .friends-list .item img {

	width: auto;
	height: 48px;

}
.article-content table tbody td{
	vertical-align: top !important;
}
.article-content table tbody td a{
 text-decoration: none !important;
}
