.Header {
  border-bottom: 1px solid #ccc;
}

.Main {
  display: block;
  padding: 0;
}

.SearchContainerContainer {
  flex: 1;
}
.SearchContainer {
  width: 27vw;
  margin-left: 24px;
}

.Banner {
  height: 101px;
  width: 100%;
  background: #0069b7;
  padding: 0 38vw 0 18.75vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.BannerPic {
  max-height: 101px;
}

.TopicTitle {
  height: 101px;
  width: 300px;
  background: transparent url(../img/banner.png) no-repeat right bottom;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  line-height: 101px;
}

.Containers {
  flex: 1;
  padding-top: 24px;
  padding: 0 18.75vw;
}

.InnerContent {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 16px;
}

.InnerContentLeft {
  flex: 1;
}

.InnerContentLeftList {
  min-height: 700px;
}

.InnerContentLeftItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 24px 0;
}

.InnerContentLeftItemPic {
  height: 117px;
  width: 157px;
  margin-right: 16px;
}

.InnerContentLeftItemInfo {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  height: 117px;
}

.InnerContentLeftItemTitle {
  /* font-weight: bold; */
  font-size: 1.25rem;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.InnerContentLeftItemOther {
  color: #969696;
}

.InnerContentRight {
  margin-left: 16px;
  width: 18.75vw;
}

.InnerContentRightList {
  min-height: 300px;
}

.InnerContentRightItem {
}

.InnerContentRightItemPic {
  width: 18.75vw;
  margin-bottom: 12px;
}

.InnerContentRightPages {
  height: 66px;
  background: #f2f2f2;
  color: #898989;
  text-align: center;
  line-height: 66px;
  display: block;
}
@media (max-width: 750px) {
  * {
    margin: 0;
  }
  .Header {
    height: unset;
    padding: 4vw 4vw;
    flex-direction: column-reverse;
    align-items: center;
  }
  .Main {
    padding: 0 4vw;
  }

  .Logo {
    display: none;
  }

  .SearchContainerContainer {
    width: 100%;
    margin-top: 10px;
  }
  .SearchContainerContainer .SearchContainer {
    width: 100%;
    margin-left: 0;
  }

  .Banner {
    padding: 0;
  }
	.BannerPic {
		width: 100%;
    height: 100%;
	}
  .TopicTitle {
    display: none;
  }

  .Containers {
    padding: 0;
  }
  .InnerContentLeftItemTitle {
    -webkit-box-orient: vertical;		
    -webkit-line-clamp: 3;
  }
}
