/* news */
.news_content {
	padding: 38px 40px 0 40px;
}
.news_content .news_title {
	font-size: 24px;
	color: #333333;
}
.news_content .news_more_btn {
	padding: 0 20px;
	color: #333333;
	font-size: 14px;
	border: 1px solid #eee;
	border-radius: 1000px;
	cursor: pointer;
}
.news_content .news_more_btn:hover {
	color: #003e1b;
}
.news_content .news_banner {
	padding-top: 14px;
	cursor: pointer;
}
.news_content .news_banner .news_banner_img {
	width: 420px;
	height: 275px;
}
.news_content .news_banner .news_banner_img img {
	width: 100%;
	height: 100%;
}
.news_banner .swiper-container .swiper-pagination-bullets {
	bottom: 1px;
	left: 182px;
}
.news_banner .news_banner_title {
	padding-top: 16px;
	padding-bottom: 13px;
	font-size: 16px;
	color: #333333;
}
.news_banner .news_banner_time {
	font-size: 14px;
	color: #989898;
}
.news_content .news_item {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e7e7e7;
	cursor: pointer;
}
.news_content .news_item .news_text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #333333;
}
.news_content .news_item .news_text:hover {
	color: #003e1b;
}
.news_content .news_item .news_time {
	margin-top: 1px;
	font-size: 14px;
	color: #989898;
}
.enter {
	width: 272px;
	height: 450px;
	padding: 40px 17px 25px 17px;
	background-color: #dee6f2;
	box-sizing: border-box;
}
.enter .enter_title {
	padding-bottom: 30px;
	font-size: 24px;
	color: #333333;
}
.enter .enter_item {
	padding: 20px 0;
	border-top: 1px solid #c0cde1;
	cursor: pointer;
}
.enter_item .enter_icon {
	width: 70px;
	height: 70px;
	margin-right: 16px;
}
.enter_item .enter_icon img {
	width: 100%;
	height: 100%;
}
.enter_item .enter_r_zh {
	font-size: 16px;
	color: #333333;
}
.enter_item .enter_r_zh:hover {
	color: #003e1b;
}
.enter_item .enter_r_en {
	position: relative;
	padding: 2px 6px;
	margin-top: 10px;
	background-color: #b7c6e0;
	color: #dee6f2;
	font-size: 12px;
}
.enter_item .enter_r_en::after {
	position: absolute;
	content: "";
	top: 6px;
	right: -3px;
	width: 10px;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #fff;
	border-bottom: 5px solid transparent;
}
/* news */
.news {
	z-index: 999;
	position: relative;
	top: -46px;
}
.old-news {
	height: 366px;
	background-color: #faf5ef;
}
.old-news .old-news-item {
	width: 33.33%;
	height: 100%;
}
.old-news .active {
	background-color: #f2e9e4;
}
.old-news-item .news-pic {
	width: 300px;
	height: 168px;
	margin: 42px 50px 25px 60px;
}
.old-news-item .news-pic img {
	width: 100%;
	height: 100%;
}
.old-news-item .news-content {
	margin: 0 50px;
}
.old-news-item .news-content .news-title {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	line-height: 18px;
	padding: 10px 30px;
	background-color: #ab8181;
	border-radius: 18px;
	margin-bottom: 24px;
}
.old-news-item .news-content .news-desc a {
	font-size: 16px;
	line-height: 24px;
	color: #ab8181;
}
.now-news {
	border-top: 7px solid #146d37;
}
.school-news, .alumni-news {
	width: 33.33%;
}
.other-news {
	width: 300px;
}
.now-news .news-title {
	padding-top: 25px;
}
.now-news .news-title .title {
	font-size: 24px;
	color: #333333;
	line-height: 50px;
}
.now-news .news-title .more a {
	font-size: 14px;
	color: #a3a3a3;
}
.now-news .news-list .item {
	position: relative;
	font-size: 14px;
	line-height: 14px;
	color: #333;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 14px;
}
.now-news .news-list .item span a {
	display: inline-block;
	padding: 14px 0;
	width: 95%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}
.now-news .news-list .item::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 6px;
	height: 6px;
	background-color: #146d37;
	border-radius: 50%;
}
.other-news .donate {
	width: 100%;
	height: 172px;
	background: #146d37;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	line-height: 42px;
}
.other-news .donate img {
	margin-top: 40px;
}
/* project_1 */
.project_1 {
	margin-top: 42px;
}
.project_1 .prject_1_title {
	text-align: center;
	margin-bottom: 42px;
}
.project_1 .prject_1_title_zh {
	color: #333333;
	font-size: 24px;
}
.project_1 .prject_1_title_en {
	position: relative;
	color: #cfd6e1;
	font-size: 16px;
}
.project_1 .prject_1_title_en::before, .project_1 .prject_1_title_en::after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translate(0, -50%);
	width: 258px;
	height: 1px;
	background-color: #dee6f2;
}
.project_1 .prject_1_title_en::before {
	left: 23%;
}
.project_1 .prject_1_title_en::after {
	right: 23%;
}
/* interview */
.interview {
	background-color: #f7f5f4;
	padding-top: 52px;
	padding-bottom: 100px;
}
.interview-list {
	padding-bottom: 66px;
}
.interview .interview-item {
	width: 50%;
	cursor: pointer;
}
.interview-item .person-pic, .interview-item .person-about {
	width: 50%;
}
.interview-item .person-pic img {
	width: 315px;
	height: 315px;
}
.interview-item .person-pic {
	position: relative;
}
.interview-item .person-pic::after {
	position: absolute;
	bottom: 88px;
	content: '';
	width: 0;
	height: 0;
	border-top: 12px transparent solid;
	border-bottom: 12px transparent solid;
}
.interview-item .person-pic-1::after {
	right: 0;
	border-right: 12px #fff solid;
}
.interview-item .person-pic-2::after {
	left: 0;
	border-left: 12px #fff solid;
}
.person-about .interview-title {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	padding: 20px;
}
.person-about .person-info {
	font-size: 14px;
	color: #989898;
	line-height: 24px;
	padding: 0 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	word-break: break-all;
}
.person-about .get-more a {
	display: inline-block;
	font-size: 14px;
	color: #a6a6a6;
	padding: 12px 26px;
	border: 1px #e5e5e5 solid;
	border-radius: 30px;
	margin: 30px 0 0 22px;
	cursor: pointer;
}
.more-interview a {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	font-size: 14px;
	color: #a6a6a6;
	padding: 16px 66px;
	border: solid 1px #e5e5e5;
	border-radius: 30px;
	cursor: pointer;
}
/* entrepreneurial-story */
.entrepreneurial-story {
	position: relative;
}
.story-list {
	margin-bottom: 52px;
}
.entrepreneurial-story .story-item {
	width: 32%;
	box-shadow: 2px 3px 8px 0px rgba(12, 3, 6, 0.1);
	cursor: pointer;
	padding-bottom: 34px;
}
.story-item .story-pic {
	height: 220px;
}
.story-item .story-pic img {
	width: 100%;
	height: 100%;
}
.story-about .story-title {
	font-size: 18px;
	color: #333333;
	padding: 16px;
	line-height: 30px;
	min-height: 60px;
}
.story-about .story-desc {
	font-size: 14px;
	color: #989898;
	line-height: 24px;
	padding: 0 20px 0 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	word-break: break-all;
}
.more-story a {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	font-size: 14px;
	color: #a6a6a6;
	padding: 16px 66px;
	border: solid 1px #e5e5e5;
	border-radius: 30px;
	cursor: pointer;
}
.project_1_item {
	z-index: 9999;
	width: 400px;
}
.project_swiper {
	margin: 74px 0 0 0;
}
.project_1 .project_1_img {
	width: 400px;
	height: 216px;
}
.project_1 .project_1_img img {
	width: 100%;
	height: 100%;
}
.p_1_content {
	position: relative;
	top: -110px;
	width: 340px;
	margin: 0 auto;
	box-sizing: border-box;
	box-shadow: 0px 3px 8px 0px rgba(12, 3, 6, 0.08);
}
.p_1_content .triangle {
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-left: 340px solid transparent;
}
.p_1_content .p_1_text {
	padding: 14px 14px 33px 13px;
	background-color: #fff;
}
.p_1_content .p_1_text .tips {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	cursor: pointer;
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
}
.p_1_content .p_1_text .tips:hover {
	color: #003e1b;
}
.p_1_content .p_1_text .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 24px;
	font-size: 14px;
	color: #686868;
}
.p_1_content .p_1_btn {
	position: relative;
	padding-bottom: 32px;
	padding-right: 30px;
	text-align: right;
	color: #a6555b;
	user-select: none;
	cursor: pointer;
	font-size: 14px;
}
.p_1_content .p_1_btn::after {
	position: absolute;
	content: "";
	top: 5px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #a6555b;
	border-bottom: 5px solid transparent;
}
.arrow_wrapper .arrow {
	cursor: pointer;
}
.arrow_wrapper .arrow:nth-child(1) {
	margin-right: -520px;
}
.arrow_wrapper .arrow:nth-child(2) {
	margin-left: -520px;
}
/* project_2 */

.project_2_item {
	width: 397px;
	padding-bottom: 35px;
	margin-bottom: 78px;
	margin-top: 117px;/*  box-shadow: 0 2px 0 #eee;*/
}
.project_2_item .item_img {
	width: 100%;
	height: 226px;
}
.project_2_item .item_img img {
	width: 100%;
	height: 100%;
}
.project_2_item .item_mid {
	padding: 27px 22px;
}
.project_2_item .item_mid .item_title {
	color: #333333;
	font-size: 24px;
}
.project_2_item .item_mid .item_btn a {
	padding: 0 20px;
	color: #333333;
	font-size: 14px;
	border: 1px solid #eee;
	border-radius: 1000px;
	cursor: pointer;
	display: block;
	line-height: 30px;
}
.project_2_item .item_text a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 13px 0;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.project_2_item .item_text a:hover, .project_2_item .item_mid .item_btn:hover {
	color: #003e1b;
}
.project_2_item .item_text:nth-child(2) {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.latest_item {
  padding: 20px 0;
}

.latest_item ~ .latest_item {
  border-top: 2px solid #e9e9e9;
}

.latest_item .latest_img {
  width: 260px;
  height: 150px;
  margin-right: 20px;
}

.latest_item .latest_img img {
  width: 100%;
  height: 100%;
}

.lastest_item_r {
  overflow: hidden;
  height: 150px;
}
.router_item.active a{
  color: #fff;
}
.latest_item .lastest_title a{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
}

.latest_item .lastest_title a:hover {
  color: #003e1b;
}
.router_item a{
  padding: 16px 0;
  text-align: center;
  font-size: 16px;
  color: #333333;
  
}
.router_item a:hover{
  color: #fff;
  
}

.latest_item .latest_text {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  width: 100%;
  font-size: 14px;
  color: #686868;
}


.latest_item .lastest_time {
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #e3e3e3;
}

.human {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
}

.human .item-wrapper {
  width: 33.3%;
  margin-bottom: 40px;
}

.human .item {
  width: 250px;
  height: 371px;
  margin: 0 auto;
}


.human .item .item-img {
  width: 100%;
  height: 250px;
}

.human .item .item-img img {
  width: 100%;
  height: 100%;
}

.human .item .item-content {
  line-height: 30px;
  padding: 20px;
  color: #333333;
  word-wrap: break-word;
  box-shadow: 2px 3px 8px 0px rgba(12, 3, 6, 0.1);
}
.item-content a{
  color: #333333;
}

.business-card-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
}

.business-card-list .item {
  width: 33.3%;
  margin-bottom: 20px;
}

.business-card-list .item-img {
  width: 260px;
  height: 110px;
  margin: 0 auto;
	border: solid 1px #eaeaea;
}

.business-card-list .item-img img {
  width: 100%;
  height: 100%;
}

.syy .MMi1,.selected1,.parent1 {background-color: #0d5a2b !important;}
.router_list .router_item:hover a { color:#fff;}
.selected2,.parent2 {background-color:#1a723c !important;}
.selected2 a,.parent2 a { color:#fff !important;}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 3px;}
.lbyy { min-height:400px; padding-bottom:50px;}
.wp_entry {
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    color: #383838;
    overflow: hidden;
}
.wp_entry p {
    text-indent: 0em;
    margin-bottom: 5px;
    text-indent: 30px;
}



