@import 'root.css';
body {
  font-family: 'Microsoft YaHei';
  overflow-x: hidden;
  line-height: inherit;
  font-size: 14px;
}
h1, h2, h3, h4, p, ol, ul, li {
  margin: 0;
  padding: 0;
}
a:link, a:visited {
  color:#333333;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: var(--main-color);
  text-decoration: none;
}
ul {
  list-style: none;
}
.themes-font-color {
  color: var(--main-color);
}
.font-color-white {
  color: #fff;
}
.font-color-grey {
  color: #a3a3a3;
}
.content-date {
  font-size: 13px;
}
.display-none {
  display: none;
}
.main-title {
  margin: 30px 0;
}
.main-title-line {
  width: 16%;
  height: 2px;
  margin: 9px auto; 
  background-color: var(--main-color);
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.text-color-white {
  color: #fff;
}
.list-box {
  padding: 1%;
  margin-bottom: 1%;
  border: 1px solid #e5e5e5;
}
.list-box:hover {
  /*cursor: pointer;*/
  border-left-color: var(--main-color);
  background-color: #ededed;
}
a.transition-item, div.transition-item {
  width: 100%;
  display: block;
  transition: transform 0.25s ease;
}
a.transition-item:hover, div.transition-item:hover {
  cursor: pointer;
  transform: scale(1.01,1.01);
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  z-index: 22;
}
.transition-item img.error {
  width: 100vw;
  height: 48vh;
  background-color: var(--main-color-trn1);
}
.page-box {
 /* width: 100%;*/
  padding: 8%;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 16px 3px rgba(0,0,0,.1);
}
.arrow-down {
  background-image: url('../imgs/icon/arrow-down.png');
  background-repeat: no-repeat;
}
.detail-title {
  color: var(--main-color);
  margin-bottom: 5%;
}
.detail-title h1 {
  padding-bottom: 4%;
}
.detail-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  /* position: absolute; */
  right: 0;
  /* bottom: -18px; */
  background: linear-gradient(to right, transparent, rgba(146,61,154));
}
.detail-title-en {
  font-size: 18px;
}
.list-item {
  position: relative;
  cursor: pointer;
}
.list-item::before {
  content: "";
  position: absolute;
  top: 44%;
  left: 0.4%;
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--main-color);
}
.activity-item, .org-item {
  margin-bottom: 5%;
}
.page-type-title {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.page-type-text {
  font-size: large;
  color: var(--main-color);
  padding-bottom: 9px;
  border-bottom: 3px solid var(--main-color);
}
.focus-pic img.error {
  width: 100vw;
  height: 28.7vh;
  background: var(--main-color-trn3);
}
@media screen and (min-width: 1200px) {
  .single-page {
    padding: 3% 20%;
  }
  .layout-normal-main {
    padding: 3% 10%;
  }
}
@media screen and (max-width: 1200px) {
  .single-page {
    padding: 3% 10%;
  }
  .layout-normal-main {
    padding: 3% 8%;
  }
}
@media screen and (max-width: 800px) {
  .single-page, .layout-normal-main {
    padding: 5%;
  }
  /* .layout-normal-main {
    padding: 5% 0;
  } */
}
/*@media screen and (max-width: 767px){
  .single-page, .layout-normal-main {
    padding: 2% 0;
  }
}*/
.single-line {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.home-title-container {

}
.home-title-container .home-more-small {

}
@media(max-width: 767px) {
  .home-title-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 30px;
  }
}