@charset "utf-8";
/*------------------------------------------------------*/
.cmshtml #page-top {
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  display: block;
  color: #063F92;
  font-size: 12px;
  padding: 0 10px 5px;
  padding-top: 50px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 33;
  transition: all 0.6s ease;
}
.cmshtml #page-top:before, .cmshtml #page-top:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  transition: all 0.6s ease;
}
.cmshtml #page-top:before {
  border: 1px solid #063F92;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 1;
}
.cmshtml #page-top:after {
  border-top: 2px solid #063F92;
  border-right: 1px solid #063F92;
  width: 6px;
  height: 27px;
  top: 23px;
  left: 0;
  right: 3px;
  z-index: 2;
  transform: skewY(-55deg);
}
.cmshtml #page-top:hover {
  background: #DFEBFF;
}
@media screen and (max-width: 1000px) {
  .cmshtml #page-top {
    bottom: 20px;
    right: 20px;
    font-size: 10px;
    padding: 0 5px 5px;
    padding-top: 35px;
  }
  .cmshtml #page-top:before {
    width: 25px;
    height: 25px;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .cmshtml #page-top:after {
    width: 5px;
    height: 13px;
    top: 20px;
    left: 0;
    right: 3px;
  }
}
/*------------------------------------------------------*/
.cmshtml .load-fade {
  opacity: 0;
  transition: all 2s;
  overflow: hidden;
}
.cmshtml .load-fade.done {
  opacity: 1;
}
.cmshtml .to-lr {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s cubic-bezier(0.4, 0.4, 0, 1);
}
.cmshtml .to-rl {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1s cubic-bezier(0.4, 0.4, 0, 1);
}
.cmshtml .to-lr.scrollin, .cmshtml .to-rl.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*------------------------------------------------------*/
.cmshtml .scnews .rdnewArticle {
  padding: 0;
  border: none;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-item {
  border-bottom: 1px solid #FF9F20;
  padding: 25px 70px 25px 25px;
  display: block;
  position: relative;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
  border-top: none;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-item:before {
  background: #FF9F20;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -4px;
  left: 0;
  z-index: 0;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-item:after {
  border-bottom: 1px solid #FF9F20;
  border-right: 2px solid #FF9F20;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 45px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 0;
  transition: all 0.3s;
  transform: skewX(45deg);
}
.cmshtml .scnews .rdnewArticle-contWrap {
  display: flex;
  flex-flow: nowrap;
  position: relative;
}
.cmshtml .scnews .rdnewArticle .rdnewArticle-ContDate {
  position: relative;
  max-width: 130px;
  min-width: 127px;
  font-size: 16px;
}
.cmshtml .scnews .rdnewArticle-ContTitle {
  margin-left: 65px;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .cmshtml .scnews .rdnewArticle .rdnewArticle-item {
    padding: 15px 60px 15px 15px;
  }
  .cmshtml .scnews .rdnewArticle-ContTitle {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .scnews .rdnewArticle .rdnewArticle-item {
    padding: 10px 30px 10px 0;
  }
  .cmshtml .scnews .rdnewArticle-contWrap {
    display: block;
  }
  .cmshtml .scnews .rdnewArticle .rdnewArticle-item:before {
    width: 4px;
    height: 4px;
    bottom: -2px;
  }
  .cmshtml .scnews .rdnewArticle .rdnewArticle-item:after {
    width: 15px;
    height: 4px;
  }
  .cmshtml .scnews .rdnewArticle .rdnewArticle-ContDate {
    max-width: none;
    min-width: 1px;
    font-size: 14px;
  }
  .cmshtml .scnews .rdnewArticle-ContTitle {
    font-size: 14px;
    margin-left: 0;
  }
}


.cmshtml .front {
    position: relative;
    z-index: 10;
}
/*------------------------------------------------------*/
.cmshtml div:has(.name_tag) {
  position: relative;
}
.cmshtml .name_tag, .cmshtml .name_tag a {
  color: #fff;
}
.cmshtml .name_tag {
  background-color: rgba(6, 63, 146, 1);
  padding: 10px;
  text-align: center;
  position: absolute;
  z-index: 10;
  max-width: 85%;
  transform: translateY(-100%);
}
@media screen and (max-width: 1100px) {
  .cmshtml .name_tag {
    position: relative;
    z-index: 10;
    transform: none;
    margin-top: -10px;
    font-size: 14px;
    max-width: none;
  }
}
@media screen and (max-width: 680px) {
    .cmshtml .name_tag {
        font-size: 12px;
    }
}
#editView .cmshtml .name_tag {
position: relative;
    z-index: auto;
    transform: none;
    margin-top: auto;
}
/*------------------------------------------------------*/