.intercept {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main {
  width: 60rem;
  min-height: 50vw;
  margin: 0 auto;
}
#main #about_quick {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
#main #about_quick .about {
  width: 50%;
  height: 100%;
  padding: 2% 1%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../assets/images/aboutBg.jpg);
  background-origin: border-box;
  background-position: 20% 60%;
  background-repeat: no-repeat;
  color: white;
}
#main #about_quick .about h2 {
  font-size: 36px;
}
#main #about_quick .about .about_content {
  line-height: 25px;
  font-size: 14px;
  text-align: justify;
}
#main #about_quick .about .about_content .content_cn {
  margin: 10px 0;
}
#main #about_quick .about .about_content .content_en {
  margin: 0;
  font-size: 12px;
}
#main #about_quick .quick {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#main #about_quick .quick .quick_item {
  cursor: pointer;
  width: 40%;
  height: 30%;
  margin-left: 6.5%;
  background: #f6f7f9;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #57b9b3;
  transition: ease-in-out 300ms all;
}
#main #about_quick .quick .quick_item .icons {
  font-size: 24px;
}
#main #about_quick .quick .quick_item aside {
  width: 100%;
  height: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#main #about_quick .quick .quick_item button {
  padding: 10px 20px;
  background: #606266;
  color: white;
  border: none;
  border-radius: 5px;
}
#main #about_quick .quick .quick_item:hover {
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.08), 0 0.125rem 0.125rem rgba(0, 0, 0, 0.001), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.001), 0 0.5rem 0.5rem rgba(0, 0, 0, 0.09);
  margin-top: -10px;
}
#main #news_dynamic {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  justify-content: center;
  background: white;
}
#main #news_dynamic .news {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#main #news_dynamic .news #navigation {
  width: 100%;
  height: 35px;
  border-bottom: 3px solid #1ca098;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#main #news_dynamic .news #navigation .left {
  width: 120px;
  height: 100%;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  background: #1ca098;
  color: white;
  letter-spacing: 2px;
  position: relative;
}
#main #news_dynamic .news #navigation .left::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #1ca098;
  position: absolute;
  bottom: -18px;
  left: calc(50% - 15px);
}
#main #news_dynamic .news #navigation .right {
  height: 100%;
  letter-spacing: 2px;
  display: none;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
#main #news_dynamic .news #navigation .right span {
  width: 100px;
  height: 100%;
  text-align: center;
  line-height: 30px;
}
#main #news_dynamic .news #navigation .right em {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #1ca098;
  transition: ease-in-out 300ms all;
  position: absolute;
  bottom: 0;
}
#main #news_dynamic .news #navigation .right span:hover {
  color: #1ca098;
}
#main #news_dynamic .news #news_item {
  width: 100%;
  height: calc(100% - 80px);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
#main #news_dynamic .news #news_item #main_item {
  width: 40%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#main #news_dynamic .news #news_item #main_item p {
  width: 100%;
  height: 50px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 111.47%);
  transition: 300ms ease-in-out all;
  position: absolute;
  bottom: -50px;
  left: 0;
  color: white;
  line-height: 50px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
#main #news_dynamic .news #news_item #main_item:hover p {
  bottom: 0;
}
#main #news_dynamic .news #news_item #vice_item,
#main #news_dynamic .news #news_item #hot_item {
  width: 28%;
  height: 100%;
}
#main #news_dynamic .news #news_item #vice_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
#main #news_dynamic .news #news_item #vice_item a {
  width: 128px;
  height: 158px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main #news_dynamic .news #news_item #vice_item a img {
  width: 100%;
  height: 80%;
}
#main #news_dynamic .news #news_item #vice_item a p {
  width: 100%;
  height: 25px;
  line-height: 25px;
  padding: 0 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: black;
}
#main #news_dynamic .news #news_item #hot_item {
  padding: 0 10px;
}
#main #news_dynamic .news #news_item #hot_item #hot_item_title {
  cursor: pointer;
  width: 100%;
  height: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#main #news_dynamic .news #news_item #hot_item #hot_item_title span {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#main #news_dynamic .news #news_item #hot_item #hot_item_title span i {
  color: #57b9b3;
}
#main #news_dynamic .news #news_item #hot_item #hot_item_title span:nth-of-type(1) {
  width: 40%;
}
#main #news_dynamic .news #news_item #hot_item #hot_item_title span:nth-of-type(1) em {
  font-weight: bolder;
}
#main #news_dynamic .news #news_item #hot_item #hot_item_title a {
  color: #1ca098;
}
#main #news_dynamic .news #news_item #hot_item .hot_item {
  margin: 8px 0;
  width: 100%;
  height: 28px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: black;
}
#main #news_dynamic .news #news_item #hot_item .hot_item i {
  font-size: 12px;
  color: #1ca098;
}
#main #news_dynamic .news #news_item #hot_item .hot_item p {
  width: 91%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main #news_dynamic .news #news_item #hot_item .hot_item em {
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  background: #1ca098;
  font-size: 12px;
}
#main #resource_navigation {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
}
#main #resource_navigation .resource_title {
  width: 100%;
  height: 80px;
  margin: 20px 0;
  color: #1ca098;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#main #resource_navigation .resource_title p {
  font-size: 36px;
}
#main #resource_navigation .resource_title span {
  width: 118px;
  height: 5px;
  display: block;
  background: #1ca098;
}
#main #resource_navigation #resource_item {
  width: 100%;
  height: 320px;
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
#main #resource_navigation #resource_item .resource_item {
  width: 220px;
  height: 150px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
#main #resource_navigation #resource_item .resource_item img {
  height: 100%;
}
#main #resource_navigation #resource_item .resource_item P {
  font-size: 24px;
  position: absolute;
  top: 20px;
  left: 10px;
}
#main #resource_navigation #resource_item .resource_item i {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
#mmain {
  display: none;
}
@media (max-width: 414px) {
  #main {
    display: none;
  }
  #mmain {
    width: 100%;
    min-height: 50vw;
    margin-bottom: 1.5rem;
    display: block;
  }
  #mmain #about {
    width: 100%;
    min-height: 50vh;
    text-align: justify;
    padding: 0.5rem;
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../assets/images/aboutBg.jpg);
    background-origin: border-box;
    background-position: 20% 60%;
    background-repeat: no-repeat;
  }
  #mmain #resource {
    width: 100%;
    height: 60vh;
    background: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  #mmain #resource .resource {
    width: 48%;
    height: 32%;
    margin-left: 1%;
    background: #f6f7f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #57b9b3;
  }
  #mmain #resource .resource .icons {
    font-size: 2rem;
  }
  #mmain #resource .resource aside {
    width: 100%;
    height: 35%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
  }
  #mmain #news {
    width: 100%;
    height: 15rem;
    margin: 1rem 0;
    background: chocolate;
    position: relative;
  }
  #mmain #news p {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    padding: 0 0.5rem;
    color: white;
    z-index: 9;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 111.47%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
  }
}
