.ContentBoxForIndex {
  width: 1400px;
}
.dropdown-toggle::after {
  display: none;
}

.carousel-item {
  height: 500px;
}
.carousel-item img {
  height: 500px;
	width:100%
}
.carousel-caption {
  width: 100%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.45);
}
.carousel-caption h5,p {
  font-size: 2rem;
}
.card{
  overflow: hidden;
  margin: 10px 0;
  width: 480px;
  height: 280px;
  min-width: 360px;
  min-height: 240px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.125);
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}
.CardRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: -50px;
  margin-left: -50px;
  justify-content: space-between;
}
.card_inner {
  padding: 10px 20px;
}
.card_inner .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card_inner .header .title{
  color: #0e4132;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  font-family: SourceHanSansSC;
  line-height: 38px;
}
.card_inner .header .more .tipLinks {
  margin-left: 5px;
  margin-right: 5px;
  color: #0e4132;
}
.card_inner .header .more .tipLinks a {
  color: #0e4132;
}
.moreAlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #0e4132;
}
.more .tipLinks a {
  color: #0e4132;
}
.card_inner .header .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.Mycontent {
  padding-top: 10px;
}

.MycontentScroll {
  padding-top: 10px;
}

.newsList {
    
    height: 285px;
}
.newsList .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding:3px 0px;
  justify-content: space-between;
}
.newsList .listItem  .icon{
  display: flex;
  align-items: center;
}
.newsList .listItem a {
  margin-left: 5px;
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  width: 350px;
}
.card_line {
  display: block;
  height: 2px;
  width: 100%;
  margin: 24px 0;
  margin: 0;
  background: #0e4132!important;
}
.ellipse {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.ellipses{
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card .links .title {
  width: 340px;
}
.card .links .title:hover {
  color: #7cb30e;
}
.card .postTime {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.card .header .title {
  font-size: 1.85rem;
}
.card .header span {
  margin-left: 5px;
}
.card .miniBanner img {
  height: 280px;
}

.Profiles{
  padding-bottom: 25px;
  width: 100%;
}
.rowHeader{
  padding-bottom: 5px;
    color: #0e4132;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: bolder;
    font-style: normal;
    font-size: 26px;
    font-family: SourceHanSansSC;
    line-height: 38px;
    display: flex;
    justify-content: space-between;
}
.studentCard{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 
}
.studentCard .cardItem{
  width: 290px;
  height: auto;
  
}
.studentCard .cardItem .student{
  padding: 40px 0px;
  /* width: 300px; */
  height: 360px!important;
  border-radius: 10px;
  background: #fff;
  font-weight: 400;
  font-style: normal;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0,0,0,.125);
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}
.studentCard .cardItem .student{
  text-align: center;
}
.studentCard .cardItem .student img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
} 
.studentCard .cardItem .student .name{
  padding-top: 15px;
  font-weight: bolder;
}
.intro{
  color: #8f8e94;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  width: 200px;
}
.erweima{
  margin-left: 10px;
  width: 80px;
  height: 80px;
}
.lianxiwomen{
  margin: 25px 0;
}