@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::selection {
  background-color: #4f4223;
  color: #fff;
}

::-moz-selection {
  background-color: #4f4223;
  color: #fff;
}

body {
  background-image: url(../images/bg-t01.png), url(../images/bg-t02.png), url(../images/bg.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-attachment: fixed, fixed, scroll;
  background-size: 25% auto, 20% auto, auto;
  background-position: left 10%, 95% 90%, left top;
  background-color: #e2ddd2;
  font-family: "Noto Serif TC", serif;
  position: relative;
}
@media screen and (max-width: 960px) {
  body {
    background-size: 50% auto, 40% auto, auto;
  }
}
@media screen and (max-width: 560px) {
  body {
    background-size: 60% auto, 50% auto, auto;
    background-position: left 50px, 95% calc(100% - 50px), left top;
  }
}

h1, h2, h3, p, a, b {
  font-family: "Noto Serif TC", serif;
  line-height: 1.5em;
  font-weight: 400;
}

img {
  width: auto;
  max-width: 100%;
}

a {
  outline: none;
  text-decoration: none;
}

p {
  color: #000;
  font-size: 18px;
}
p i {
  display: inline;
}

/*- icon -*/
i {
  display: inline-block;
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
}

i.iPage_w {
  background-image: url(../images/iPage_w.svg);
}

i.iLive_w {
  background-image: url(../images/iLive_w.svg);
}

i.iArrow_w {
  background-image: url(../images/iArrow_w.svg);
}

i.iArrow_b {
  background-image: url(../images/iArrow_b.svg);
}

i.iTime_br {
  background-image: url(../images/iTime_br.svg);
}

i.iPin_br {
  background-image: url(../images/iPin_br.svg);
}

i.iView_r {
  background-image: url(../images/iView_r.svg);
}

i.iBackArrow_br {
  background-image: url(../images/iBackArrow_br.svg);
}

i.iEmail {
  background-image: url(../images/iEmail.svg);
}

i.iPhone {
  background-image: url(../images/iPhone.svg);
}

i.iGlobe {
  background-image: url(../images/iGlobe.svg);
}

/*- pageNum -*/
.pageNum {
  width: 100%;
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.pageNum a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 0.1em 0.5em;
  text-align: center;
}
.pageNum a.current {
  background-color: #5b082c;
  color: #fff;
}
.pageNum .btnPrev, .pageNum .btnNext {
  background-size: 40% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/iArrow02_b.svg);
}
.pageNum .btnPrev {
  transform: rotate(90deg);
}
.pageNum .btnNext {
  transform: rotate(-90deg);
}

/*- button -*/
.btnBg {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  position: relative;
  margin: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 0.2em;
  width: 120px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}
.btnBg i {
  margin: 0 0.1em;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 400px) {
  .btnBg {
    height: 30px;
    line-height: 30px;
  }
}

.btnBg.col-r {
  color: #fff;
  background-color: #67193b;
  border: solid #67193b 1px;
  opacity: 0.9;
}

.btnBg.col-br {
  color: #fff;
  background-color: #af7125;
  border: solid #af7125 1px;
  opacity: 0.8;
}

.btnBg.col-r:active, .btnBg.col-r:visited, .btnBg.col-r:focus, .btnBg.col-br:active, .btnBg.col-br:visited, .btnBg.col-br:focus {
  color: #ffffff;
}
.btnBg.col-r:hover, .btnBg.col-br:hover {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .btnBg.web {
    display: none;
  }
}

.btnBg.mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .btnBg.mobile {
    display: block;
  }
}

.btnRound {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  position: relative;
  margin: 0;
  height: 94px;
  padding: 0 5px;
  width: 94px;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s;
}
.btnRound i {
  margin-bottom: 0.1em;
  width: 30px;
  height: 30px;
}

.btnRound.col-br {
  color: #aa6f26;
  background-color: #f9f9eb;
  border: solid #aa6f26 1px;
  opacity: 1;
}
.btnRound.col-br:active, .btnRound.col-br:visited, .btnRound.col-br:focus {
  color: #aa6f26;
}
.btnRound.col-br:hover {
  background-color: #fff;
  border: solid #aa6f26 2px;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}

.btnTxt {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  opacity: 0.8;
  display: inline-block;
  position: relative;
}
.btnTxt i {
  width: 18px;
  height: 18px;
  margin: 0 0.2em;
}
.btnTxt::after {
  content: "";
  width: 0px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
}
.btnTxt:hover {
  opacity: 1;
}
.btnTxt:hover::after {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .btnTxt {
    font-size: 18px;
  }
  .btnTxt i {
    width: 12px;
    height: 12px;
  }
}

.btnTxt.s {
  font-size: 18px;
}
.btnTxt.s i {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 760px) {
  .btnTxt.s {
    font-size: 14px;
  }
}

/*- text -*/
.container-title {
  display: table;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3em;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../images/titleL-line.png), url(../images/titleR-line.png);
  background-position: left center, right center;
}
.container-title .title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.container-title .title::before, .container-title .title::after {
  content: "";
  width: 163px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto;
}
.container-title .title::before {
  margin-left: 0.3em;
  background-image: url(../images/titleL.png);
  background-position: right center;
}
.container-title .title::after {
  margin-right: 0.3em;
  background-image: url(../images/titleR.png);
  background-position: left center;
}
.container-title .title span {
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .container-title {
    margin-bottom: 1em;
  }
  .container-title .title {
    font-size: 36px;
  }
  .container-title .title::before, .container-title .title::after {
    width: 30px;
  }
}
@media screen and (max-width: 400px) {
  .container-title {
    background: none;
  }
  .container-title .title {
    font-size: 28px;
  }
}

/*- activityBox -*/
.activityBox {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 1em;
  width: 100%;
}
.activityBox .item {
  position: relative;
  background-color: #f9f9eb;
  border: 1px solid #af7125;
  padding: 1em;
  display: flex;
  width: calc(50% - 2em);
  margin: 0 1em 2em 1em;
  float: left;
}
.activityBox .item .dateBox {
  background-color: #af7125;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
  padding: 0.5em 0;
  position: absolute;
  left: -1em;
  top: -1em;
}
.activityBox .item .dateBox p {
  color: #f9f9eb;
  line-height: 1.2em;
}
.activityBox .item .dateBox .y {
  font-size: 14px;
  font-weight: 700;
}
.activityBox .item .dateBox .m {
  font-size: 16px;
  font-weight: 700;
}
.activityBox .item .dateBox .d {
  font-size: 28px;
  font-weight: 700;
}
.activityBox .item .dateBox .line {
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin: 0.3em auto;
  display: block;
}
.activityBox .item .picBox {
  width: 217px;
}
.activityBox .item .txtBox {
  width: calc(100% - 217px);
  padding: 0.5em 0.5em 0 1em;
}
.activityBox .item .txtBox .title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.activityBox .item .txtBox .info .txt {
  padding-top: 1em;
  font-size: 18px;
  color: #655438;
  font-weight: 500;
}
.activityBox .item .txtBox .info b {
  color: #af7125;
  font-size: 20px;
  font-weight: 600;
}
.activityBox .item .txtBox .info i {
  width: 20px;
  height: 20px;
  margin-right: 0.1em;
}
.activityBox .item .txtBox .btnBox {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #af7125;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.activityBox .item .txtBox .btnBox .btnBg + .btnBg {
  margin-left: 0.2em;
}
.activityBox .item .txtBox .btnBox .btnBg {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1280px) {
  .activityBox .item .picBox, .activityBox .item .txtBox {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .activityBox .item {
    width: 300px;
    max-width: 44%;
    flex-direction: column;
  }
  .activityBox .item .txtBox {
    padding: 0 0 0.5em 0;
  }
  .activityBox .item .txtBox .txt {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 760px) {
  .activityBox .item {
    padding: 0.5em;
  }
}
@media screen and (max-width: 700px) {
  .activityBox {
    flex-wrap: wrap;
  }
  .activityBox .item {
    width: 90%;
    max-width: none;
    flex-direction: row;
  }
  .activityBox .item .picBox, .activityBox .item .txtBox {
    width: 50%;
  }
  .activityBox .item .txtBox {
    padding: 0.5em 0 0.5em 0.5em;
  }
}
@media screen and (max-width: 560px) {
  .activityBox .item {
    width: 100%;
    margin: 0 0 2em 0;
  }
  .activityBox .item .dateBox {
    left: -1px;
    top: -1.5em;
  }
  .activityBox .item .picBox {
    width: 200px;
  }
  .activityBox .item .txtBox {
    width: calc(100% - 200px);
  }
  .activityBox .item .txtBox .title {
    font-size: 20px;
  }
  .activityBox .item .txtBox .info i {
    width: 18px;
    height: 18px;
  }
  .activityBox .item .txtBox .info b {
    font-size: 18px;
  }
  .activityBox .item .txtBox .info .txt {
    padding-top: 0.5em;
  }
  .activityBox .item .txtBox .btnBox {
    margin-top: 0.5em;
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 400px) {
  .activityBox .item {
    width: 300px;
    max-width: 90%;
    flex-direction: column;
  }
  .activityBox .item .picBox, .activityBox .item .txtBox {
    width: 100%;
  }
  .activityBox .item .dateBox {
    left: -1em;
    top: -1em;
  }
}

/*- articleBox -*/
.articleBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.articleBox .item {
  position: relative;
  background-color: #f9f9eb;
  border: 1px solid #af7125;
  padding: 1em;
  display: flex;
  margin-bottom: 1em;
}
.articleBox .item .author {
  color: #af7125;
  font-size: 18px;
}
.articleBox .item .picBox {
  width: 338px;
}
.articleBox .item .txtBox {
  width: calc(100% - 338px);
  padding: 1em 0.5em 0 1em;
}
.articleBox .item .txtBox .title {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.articleBox .item .txtBox .btnBox {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.articleBox .item .txtBox .btnBox .btnBg + .btnBg {
  margin-left: 0.2em;
}
.articleBox .item .txtBox .btnBox .btnBg {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 500px) {
  .articleBox {
    justify-content: center;
  }
}

/*- bookBox -*/
.bookBox {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 2em 0;
}
.bookBox > p {
  width: 100%;
  text-align: center;
  font-weight: 500;
  padding: 1em 0;
}
.bookBox .item {
  width: 33%;
  padding: 0 2em;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.25s ease 0s;
}
.bookBox .item .photo {
  margin-bottom: 1.2em;
  width: 342px;
  max-width: 100%;
  position: relative;
}
.bookBox .item .photo img {
  width: 100%;
  border-top-right-radius: 60px;
  transition: all 0.25s ease 0s;
  max-width: 342px;
}
.bookBox .item .txt {
  width: 100%;
}
.bookBox .item .title {
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.bookBox .item .title::after {
  content: "";
  background-color: #000;
  height: 1px;
  width: 100%;
  margin-bottom: 3px;
  display: block;
}
.bookBox .item .title span {
  margin: 0 5%;
}
.bookBox .item .btnBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bookBox .item .btnBox .btnBg + .btnBg {
  margin-left: 0.2em;
}
.bookBox .item .btnBox .btnBg {
  margin-bottom: 0.5em;
  width: 50%;
}
.bookBox .item .btnBox .btnBg i.iArrow_w {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 1200px) {
  .bookBox .item {
    padding: 0 1%;
  }
}
@media screen and (max-width: 960px) {
  .bookBox .item .btnBox {
    flex-wrap: wrap;
  }
  .bookBox .item .btnBox .btnBg {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .bookBox {
    flex-direction: column;
  }
  .bookBox .item {
    width: 100%;
    flex-direction: row;
    margin-bottom: 0;
  }
  .bookBox .item .photo {
    width: 50%;
  }
  .bookBox .item .photo img {
    max-width: 90%;
  }
  .bookBox .item .txt {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .bookBox .item .title {
    margin-bottom: 0.5em;
  }
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    padding-top: 90px;
  }
}
@media screen and (max-width: 780px) {
  .wrapper {
    padding-top: 70px;
  }
}
@media screen and (max-width: 460px) {
  .wrapper {
    padding-top: 56px;
  }
}

.container {
  width: 1600px;
  max-width: 100%;
  padding: 0 3%;
  margin: 0 auto;
  position: relative;
}

/*-- topHead ----------------*/
.topHead {
  background-color: #6b1b36;
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 5px 1%;
}
.topHead .logo {
  width: auto;
  height: 100%;
  max-height: 94px;
}
.topHead .logo a {
  width: auto;
  height: 100%;
}
.topHead .logo a img {
  height: 100%;
  width: auto;
  max-width: none;
}
.topHead .mbBtnNav {
  width: 60px;
  height: 45px;
  transform: rotate(0deg);
  transition: 0.1s ease-in-out;
  cursor: pointer;
  display: none;
  margin: 20px 3% 0 0;
}
.topHead .mbBtnNav p {
  width: 100%;
  height: 100%;
  position: relative;
}
.topHead .mbBtnNav span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #f3f2db;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.1s ease-in-out;
}
.topHead .mbBtnNav span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.topHead .mbBtnNav span:nth-child(2) {
  top: calc(50% - 2px);
  transform-origin: left center;
}
.topHead .mbBtnNav span:nth-child(3) {
  bottom: 0;
  transform-origin: left center;
}
.topHead .mbBtnNav.btnOpen span:nth-child(1) {
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  top: 50%;
  left: calc(50% - 2px);
}
.topHead .mbBtnNav.btnOpen span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.topHead .mbBtnNav.btnOpen span:nth-child(3) {
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  top: 50%;
  left: calc(50% + 2px);
}
.topHead .menu ul, .topHead .menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topHead .menu ul {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: row;
}
.topHead .menu a {
  font-size: 22px;
  color: #f3f2db;
  font-weight: 600;
  padding: 0;
  position: relative;
  margin: 0 1em;
}
.topHead .menu a::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #d8b270;
  position: absolute;
  left: 0;
  top: 40px;
  transition: all 0.5s ease 0s;
}
.topHead .menu a:hover {
  color: #d8b270;
}
.topHead .menu a.current {
  color: #d8b270;
}
.topHead .menu a.current::after {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .topHead .menu a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .topHead {
    height: 90px;
    align-items: normal;
    justify-content: space-between;
    position: fixed;
    z-index: 5;
    top: 0;
  }
  .topHead .mbBtnNav {
    display: block;
  }
  .topHead .logo {
    margin-left: 3%;
    width: 116px;
    height: 80px;
  }
  .topHead .menu {
    width: 100%;
    height: 0;
    overflow: hidden;
    display: none;
    margin: 0 auto;
  }
  .topHead .menu ul {
    width: 100%;
    overflow-y: auto;
    flex-direction: column;
    align-items: center;
  }
  .topHead .menu li {
    width: 100%;
  }
  .topHead .menu a {
    width: 100%;
    padding: 1em 0;
    text-align: center;
    display: block;
    margin: 0;
    font-size: 30px;
  }
  .topHead .menu a:hover {
    color: #f3f2db;
  }
  .topHead .menu a:hover::after {
    display: none;
  }
  .topHead .menu a.current:hover {
    color: #d8b270;
  }
  .topHead .menu a.current::after {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .topHead {
    height: 70px;
  }
  .topHead .mbBtnNav {
    width: 50px;
    height: 36px;
    margin: 15px 3% 5px 10px;
  }
  .topHead .logo {
    width: 87px;
    height: 60px;
  }
}
@media screen and (max-width: 460px) {
  .topHead {
    height: 56px;
  }
  .topHead .mbBtnNav {
    width: 40px;
    height: 26px;
    margin: 7px 3% 5px 10px;
  }
  .topHead .mbBtnNav span {
    height: 3px;
  }
  .topHead .logo {
    width: auto;
    height: 46px;
  }
  .topHead .menu a {
    font-size: 24px;
  }
}

.topHead.open {
  height: 100%;
}
.topHead.open .menu {
  height: 100%;
  display: block;
}
@media screen and (max-width: 460px) {
  .topHead.open .mbBtnNav.btnOpen span:nth-child(1) {
    left: calc(50% - 1.5px);
  }
  .topHead.open .mbBtnNav.btnOpen span:nth-child(3) {
    left: calc(50% + 1.5px);
  }
}

/*-- banner ----------------------*/
.banner {
  position: relative;
  margin: 0;
  padding: 60px 5% 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .txtBox {
  margin: 0;
  text-align: center;
}
.banner .txtBox h1 {
  opacity: 0;
  height: 0;
  width: 0;
  visibility: hidden;
}
.banner .txtBox .mobTitle {
  display: none;
}
.banner .txtBox + img {
  margin-top: 60px;
}
.banner .mobPhoto {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner .txtBox .mobTitle {
    display: block;
  }
  .banner .txtBox .webTitle {
    display: none;
  }
  .banner .webPhoto {
    display: none;
  }
  .banner .mobPhoto {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .banner {
    padding: 30px 5%;
  }
  .banner .txtBox {
    margin-bottom: 30px;
  }
}

/*-- idx-activity ----------------*/
.idx-activity {
  padding: 3em 0;
  clear: both;
  width: 100%;
  overflow: hidden;
}
.idx-activity .activityBox {
  display: initial;
  padding: 2em 0;
}
.idx-activity .activityBox .item {
  width: calc(100% - 20px);
  margin: 20px;
  left: -1px;
}
.idx-activity .owl-carousel .owl-item img {
  width: auto;
}
.idx-activity .owl-carousel .owl-nav button.owl-next, .idx-activity .owl-carousel .owl-nav button.owl-prev {
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -3%;
  transform: translateY(-50%) rotate(-90deg);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url(../images/iArrow02_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-color: #af7125;
}
.idx-activity .owl-carousel .owl-nav button.owl-next span, .idx-activity .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}
.idx-activity .owl-carousel .owl-nav button.owl-next:hover, .idx-activity .owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url(../images/iArrow02_w.svg);
  background-color: #6b1b36;
}
.idx-activity .owl-carousel .owl-nav button.owl-prev {
  left: -1.5%;
  transform: rotate(90deg);
}
.idx-activity .owl-dots {
  width: 100%;
  display: flex;
  padding: 0 30px;
  justify-content: center;
  flex-direction: row;
}
.idx-activity .owl-dots button.owl-dot {
  width: 0.7em;
  height: 0.7em;
  border-radius: 0.35em;
  margin: 0 0.2em;
  border: 1px solid #67193b;
}
.idx-activity .owl-dots button.owl-dot:hover {
  background-color: #67193b;
}
.idx-activity .owl-dots button.owl-dot.active, .idx-activity .owl-dots button.owl-dot.active:hover {
  background-color: #67193b;
}
@media screen and (max-width: 1024px) {
  .idx-activity .activityBox .item {
    flex-direction: row;
    width: 700px;
    max-width: 90%;
    float: none;
    margin: 20px auto;
  }
  .idx-activity .activityBox .item .txtBox {
    padding: 0.5em 0.5em 0 1em;
  }
}
@media screen and (max-width: 460px) {
  .idx-activity .activityBox .item {
    flex-direction: column;
  }
  .idx-activity .activityBox .item .picBox {
    width: 100%;
  }
  .idx-activity .activityBox .item .txtBox {
    width: 100%;
    padding: 0.5em 0 0 0;
  }
  .idx-activity .activityBox .item .dateBox {
    left: -20px;
  }
}

/*-- idx-book --------------------*/
.idx-book {
  padding: 5em 0;
  clear: both;
  width: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 560px) {
  .idx-book {
    padding: 3em 0;
  }
}
.idx-book .videoBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 5em;
}
.idx-book .videoBox .item {
  width: calc(50% - 3em);
  margin: 0 1.5em 1em 1.5em;
}
.idx-book .videoBox .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1em;
}
.idx-book .videoBox .title span {
  font-size: 24px;
  line-height: 1em;
}
.idx-book .videoBox .video {
  width: 100%;
  height: 400px;
  border: 1px solid #67193b;
}
@media screen and (max-width: 1200px) {
  .idx-book .videoBox {
    flex-direction: column;
    align-items: center;
  }
  .idx-book .videoBox .item {
    width: 80%;
    margin: 0 0 2em 0;
  }
}
@media screen and (max-width: 768px) {
  .idx-book .videoBox {
    margin-bottom: 0;
  }
  .idx-book .videoBox .item {
    width: 100%;
  }
  .idx-book .videoBox .title {
    font-size: 28px;
  }
  .idx-book .videoBox .title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .idx-book .videoBox .item .video {
    height: 300px;
  }
}
@media screen and (max-width: 400px) {
  .idx-book .videoBox .item .video {
    height: 220px;
  }
}
.idx-book .bookBox {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1em 0;
}
.idx-book .txtBox {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1em 2em;
}
@media screen and (max-width: 960px) {
  .idx-book .txtBox {
    padding: 1em 0;
  }
}

/*-- idx-chapter -----------------*/
.idx-chapter {
  padding: 5em 0;
  clear: both;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .idx-chapter {
    padding: 3em 0;
  }
}
.idx-chapter .chapterBox {
  margin-bottom: 0.3em;
  outline: none;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
}
.idx-chapter .chapterBox .bdrT, .idx-chapter .chapterBox .bdrB {
  height: 62px;
}
.idx-chapter .chapterBox .bdrT b, .idx-chapter .chapterBox .bdrB b {
  width: calc(100% - 124px);
  height: 100%;
  display: inline-block;
}
.idx-chapter .chapterBox .bdrT:before, .idx-chapter .chapterBox .bdrT:after, .idx-chapter .chapterBox .bdrB:before, .idx-chapter .chapterBox .bdrB:after {
  content: "";
  height: 100%;
  width: 62px;
  display: inline-block;
}
.idx-chapter .chapterBox .bdrT:before {
  background: url(../images/bdr-LT.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.idx-chapter .chapterBox .bdrT:after {
  background: url(../images/bdr-RT.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.idx-chapter .chapterBox .bdrT b {
  background: url(../images/bdr-T.png) 0 0 repeat-x;
  background-size: auto 100%;
}
.idx-chapter .chapterBox .bdrB:before {
  background: url(../images/bdr-LB.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.idx-chapter .chapterBox .bdrB:after {
  background: url(../images/bdr-RB.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.idx-chapter .chapterBox .bdrB b {
  background: url(../images/bdr-B.png) 0 bottom repeat-x;
  background-size: auto 100%;
}
.idx-chapter .chapterBox .bdrM {
  background: url(../images/bdr-L.png) 0 0 repeat-y, url(../images/bdr-R.png) right 0 repeat-y;
  background-size: 62px 100%, 62px auto;
  padding: 0 62px;
}
@media screen and (max-width: 768px) {
  .idx-chapter .chapterBox .bdrT, .idx-chapter .chapterBox .bdrB {
    height: 31px;
  }
  .idx-chapter .chapterBox .bdrT b, .idx-chapter .chapterBox .bdrB b {
    width: calc(100% - 62px);
  }
  .idx-chapter .chapterBox .bdrT:before, .idx-chapter .chapterBox .bdrT:after, .idx-chapter .chapterBox .bdrB:before, .idx-chapter .chapterBox .bdrB:after {
    width: 31px;
  }
  .idx-chapter .chapterBox .bdrM {
    background-size: 31px 100%, 31px auto;
    padding: 0 31px;
  }
}
.idx-chapter .chapterBox .chapter {
  background: url(../images/bg-C.png) 0 0 repeat;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.idx-chapter .chapterBox .chapter .item {
  width: 50%;
  padding: 0.5em 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
.idx-chapter .chapterBox .chapter .item a {
  color: #000;
  font-weight: 700;
  width: 100%;
  height: 100%;
  padding-right: 0.5em;
  padding-right: 30px;
  position: relative;
}
.idx-chapter .chapterBox .chapter .item a::after {
  content: "";
  background-image: url(../images/iView_r.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.idx-chapter .chapterBox .chapter .item .title {
  font-size: 22px;
  font-weight: 700;
}
.idx-chapter .chapterBox .chapter .item .num {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.idx-chapter .chapterBox .chapter .item:hover {
  background-color: rgba(175, 113, 37, 0.3);
}
@media screen and (max-width: 960px) {
  .idx-chapter .chapterBox .chapter .item {
    padding: 0.5em 3%;
  }
}
@media screen and (max-width: 768px) {
  .idx-chapter .chapterBox .chapter .item {
    width: 100%;
    padding: 0.5em;
    border-bottom: 1px solid #af7125;
  }
  .idx-chapter .chapterBox .chapter .item:hover {
    background: none;
  }
}
@media screen and (max-width: 560px) {
  .idx-chapter .chapterBox .chapter .item {
    padding: 0.5em 0;
  }
  .idx-chapter .chapterBox .chapter .item .title {
    font-size: 18px;
  }
  .idx-chapter .chapterBox .chapter .item .num {
    font-size: 14px;
  }
}

.idx-source {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 2em;
}
.idx-source .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 3%;
  border-right: 1px solid #af7125;
}
.idx-source .left .item {
  padding: 1em 0;
}
.idx-source .left .item p {
  font-size: 20px;
  font-weight: 500;
}
.idx-source .left .item p span {
  color: #6b1b36;
}
.idx-source .left .item .title {
  font-size: 30px;
  color: #6b1b36;
  font-weight: 700;
}
.idx-source .right {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.idx-source .right .item {
  padding: 1em 3%;
  border-right: 1px solid #af7125;
}
.idx-source .right .item:last-of-type {
  border: none;
}
.idx-source .right .item .title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1200px) {
  .idx-source .right {
    flex-wrap: wrap;
  }
  .idx-source .right .item {
    border: none;
  }
}
@media screen and (max-width: 760px) {
  .idx-source {
    flex-direction: column;
    align-items: center;
  }
  .idx-source .left {
    border-right: none;
    border-bottom: 1px solid #af7125;
    width: 94%;
  }
  .idx-source .left .item .title {
    font-size: 24px;
  }
  .idx-source .right {
    width: 90%;
    justify-content: normal;
  }
  .idx-source .right .item {
    padding: 1em 0;
  }
}

/*-- fot -------------------------*/
.fot {
  position: relative;
  background-color: #5b082c;
  padding: 1em 3%;
  height: auto;
  clear: both;
}
.fot::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #5b082c;
  position: absolute;
  left: 0;
  top: -5px;
  display: block;
}
.fot p {
  color: #f6f3df;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fot p {
    font-size: 12px;
    line-height: 20px;
  }
}

/*-- page-about ------------------*/
.page-about .book {
  padding: 3em 0;
  clear: both;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .page-about .book {
    padding-top: 1em;
  }
}
.page-about .bookBox {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1em 0;
}
.page-about > .txtBox {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1em 2em;
}
@media screen and (max-width: 960px) {
  .page-about > .txtBox {
    padding: 1em 0;
  }
}
.page-about .preface {
  width: 100%;
  position: relative;
}
.page-about .preface .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #fff;
}
.page-about .preface .item .picBox {
  width: 30%;
  max-width: 582px;
}
.page-about .preface .item .txtBox {
  width: 70%;
  padding: 1em 10% 1em 3%;
}
.page-about .preface .item .txtBox .title {
  margin-bottom: 1em;
  color: #000;
}
.page-about .preface .item .txtBox .title .ts {
  font-size: 20px;
  display: block;
  clear: both;
  font-weight: 700;
}
.page-about .preface .item .txtBox .title b {
  font-size: 30px;
  display: block;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.page-about .preface .item .txtBox .txt {
  margin-bottom: 1em;
}
.page-about .preface .item .txtBox .btnBox .btnBg {
  width: 200px;
}
.page-about .preface .item .txtBox .btnBox .btnBg i.iArrow_w {
  width: 12px;
  height: 12px;
}
.page-about .preface .btnNavBox {
  position: absolute;
  z-index: 1;
  width: 90px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.page-about .preface .btnNavBox a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  width: 100%;
  text-align: right;
  position: relative;
  padding: 0.5em 1em 0.5em 0.2em;
}
.page-about .preface .btnNavBox a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 2;
  background-color: #eee;
}
.page-about .preface .btnNavBox a:hover {
  color: #be8b4c;
}
.page-about .preface .btnNavBox a:hover::after {
  background-color: #be8b4c;
}
.page-about .preface .btnNavBox a.active {
  color: #be8b4c;
}
@media screen and (max-width: 1200px) {
  .page-about .preface .item {
    padding-top: 60px;
    align-items: flex-start;
  }
  .page-about .preface .item .picBox {
    padding: 1em;
  }
  .page-about .preface .item .txtBox {
    padding: 1em 3% 2em 3%;
  }
  .page-about .preface .item .txtBox .title .tS {
    font-size: 16px;
  }
  .page-about .preface .item .txtBox .title b {
    font-size: 30px;
  }
  .page-about .preface .btnNavBox {
    width: 100%;
    height: 50px;
    transform: translateY(0);
    flex-direction: row;
    align-items: center;
    left: 0;
    right: auto;
    top: 0;
  }
  .page-about .preface .btnNavBox a {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .page-about .preface .item {
    flex-direction: column;
    align-items: center;
  }
  .page-about .preface .item .picBox {
    width: 60%;
  }
  .page-about .preface .item .txtBox {
    width: 100%;
  }
  .page-about .preface .btnNavBox a {
    font-size: 14px;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 400px) {
  .page-about .preface .item .picBox {
    width: 80%;
  }
}
.page-about .introduction {
  padding: 3em 0;
  clear: both;
  width: 100%;
  overflow: hidden;
  background-color: rgba(229, 229, 229, 0.5);
}
.page-about .introduction .itemBox {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.page-about .introduction .item {
  border-bottom: 1px solid #999;
}
.page-about .introduction .item .title {
  width: 100%;
  padding: 1em calc(1em + 36px) 1em 1em;
  position: relative;
  cursor: pointer;
}
.page-about .introduction .item .title p {
  font-size: 20px;
  font-weight: 700;
}
.page-about .introduction .item .title .iArrow {
  background: url(../images/iArrow02_b.svg) no-repeat center center;
  background-size: 80% auto;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease 0s;
}
.page-about .introduction .item .txtBox {
  overflow: hidden;
  padding: 0 3%;
  height: 0;
  transition: all 0.5s ease 0s;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-about .introduction .item .txtBox .photo {
  width: 50%;
  text-align: center;
  margin-bottom: 1.5em;
}
.page-about .introduction .item .txtBox .photo p {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.page-about .introduction .item .txtBox .photo p::before {
  content: "▲";
  margin: 0 0.2em;
}
.page-about .introduction .item .txtBox .txt {
  width: 50%;
  padding-left: 1em;
}
.page-about .introduction .item .txtBox .txt p {
  margin-bottom: 1em;
}
.page-about .introduction .item .txtBox .txt .btnBg {
  width: 200px;
  float: right;
}
.page-about .introduction .item .txtBox .txt .btnBg i.iArrow_w {
  width: 12px;
  height: 12px;
}
.page-about .introduction .item.open .title {
  background-color: #530a25;
}
.page-about .introduction .item.open .title p {
  color: #fff;
}
.page-about .introduction .item.open .title .iArrow {
  transform: rotate(180deg) translateY(50%);
  background: url(../images/iArrow02_w.svg) no-repeat center center;
  background-size: 80% auto;
}
.page-about .introduction .item.open .txtBox {
  transition: all 0.5s ease 0s;
  height: auto;
  padding: 2em 3%;
}
@media screen and (max-width: 960px) {
  .page-about .introduction .container {
    padding: 0;
  }
  .page-about .introduction .item .title .iArrow {
    width: 28px;
    height: 28px;
  }
  .page-about .introduction .item .title p {
    font-size: 20px;
  }
  .page-about .introduction .item .txtBox .photo {
    width: 100%;
  }
  .page-about .introduction .item .txtBox .txt {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 560px) {
  .page-about .introduction .item .title {
    padding: 0.5em calc(1em + 36px) 0.5em 1em;
  }
  .page-about .introduction .item .title .iArrow {
    width: 22px;
    height: 22px;
  }
  .page-about .introduction .item .title p {
    font-size: 18px;
  }
}

/*-- page-masterhsingyun ------------------*/
.page-masterhsingyun .contentArea {
  position: relative;
}
.page-masterhsingyun .contentArea::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: calc(100% - 16em);
  position: absolute;
  z-index: 0;
  left: 0;
  top: 16em;
}
.page-masterhsingyun .contentArea .txtBox {
  padding: 2em 0 2em;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.page-masterhsingyun .contentArea .txtBox img {
  float: left;
  padding: 0 2em 1em 0;
  max-width: 50%;
}
.page-masterhsingyun .contentArea .txtBox p {
  text-indent: 2em;
}
.page-masterhsingyun .contentArea .txtBox p:first-of-type {
  margin-top: 8em;
}
.page-masterhsingyun .contentArea .btnBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 1em 0;
}
.page-masterhsingyun .contentArea .btnBox .btnBg {
  width: 200px;
  margin-right: 0.5em;
}
.page-masterhsingyun .contentArea .btnBox .btnBg i.iArrow_w {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .page-masterhsingyun .contentArea .txtBox {
    padding: 0em 0 2em;
  }
  .page-masterhsingyun .contentArea .txtBox img {
    float: none;
    margin: 0 auto;
    max-width: 70%;
    display: block;
    padding: 0 0 1em 0;
  }
  .page-masterhsingyun .contentArea .txtBox p:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .page-masterhsingyun .contentArea .txtBox img {
    max-width: 80%;
  }
}

/*-- page-activity ----------------*/
.page-activity .activity {
  padding-bottom: 2em;
  clear: both;
  width: 100%;
  overflow: hidden;
  min-height: 700px;
}
@media screen and (max-width: 560px) {
  .page-activity .container {
    padding: 0;
  }
}

/*-- page-activityDetail ----------------*/
.page-activityDetail .contentArea {
  padding: 0 2em;
}
.page-activityDetail .contentArea .txtBox {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto 4em;
  background-color: #f9f9eb;
  border: 1px solid #af7125;
  padding: 4em;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.page-activityDetail .contentArea .txtBox .title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5em;
}
.page-activityDetail .contentArea .txtBox img {
  margin: 0 2em;
  max-width: 50%;
}
.page-activityDetail .contentArea .txtBox .txt {
  width: 50%;
}
.page-activityDetail .contentArea .txtBox .txt a {
  color: #000;
  word-wrap: break-word;
}
.page-activityDetail .contentArea .txtBox .txt a:hover {
  text-decoration: underline;
}
.page-activityDetail .contentArea .txtBox .btnRound {
  position: absolute;
  left: -47px;
  bottom: 10%;
}
@media screen and (max-width: 1400px) {
  .page-activityDetail .contentArea .txtBox {
    padding: 1em;
  }
}
@media screen and (max-width: 960px) {
  .page-activityDetail .contentArea .txtBox .title {
    font-size: 30px;
  }
  .page-activityDetail .contentArea .txtBox img {
    width: 30%;
    margin: 0 1em 0 0;
  }
  .page-activityDetail .contentArea .txtBox .txt {
    width: 70%;
  }
  .page-activityDetail .contentArea .txtBox .btnRound {
    width: 70px;
    height: 70px;
    font-size: 18px;
  }
  .page-activityDetail .contentArea .txtBox .btnRound i {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-activityDetail .contentArea {
    padding: 0;
  }
  .page-activityDetail .contentArea .txtBox {
    flex-direction: column;
    align-items: center;
  }
  .page-activityDetail .contentArea .txtBox img {
    width: 70%;
    margin: 0 0 1em 0;
  }
  .page-activityDetail .contentArea .txtBox .txt {
    width: 100%;
    margin-bottom: 2em;
  }
  .page-activityDetail .contentArea .txtBox .btnRound {
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
  }
}
@media screen and (max-width: 400px) {
  .page-activityDetail .container {
    padding: 0;
  }
  .page-activityDetail .contentArea .txtBox .btnRound {
    width: 50px;
    height: 50px;
    bottom: -25px;
    font-size: 14px;
  }
}

/*-- page-news ----------------*/
.page-news .btnBox {
  text-align: right;
}
.page-news .txtNews {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 3em;
}
.page-news .txtNews .newsList {
  width: 100%;
  padding-bottom: 2em;
}
.page-news .txtNews .item {
  border-bottom: 1px solid #aaaaaa;
  width: 100%;
}
.page-news .txtNews .item a {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1em 3em 1em 0.5em;
  transition: all 0.5s;
  position: relative;
}
.page-news .txtNews .item a p {
  font-weight: 700;
}
.page-news .txtNews .item a .date {
  background-color: #b47b33;
  color: #f9f9eb;
  font-size: 16px;
  padding: 0 0.5em;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  margin-right: 0.5em;
  transition: all 0.5s;
}
.page-news .txtNews .item a i {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 1em;
  top: 24px;
  display: block;
  transition: all 0.5s;
}
.page-news .txtNews .item a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.page-news .txtNews .item a:hover .date {
  background-color: #976324;
}
.page-news .txtNews .item a:hover i {
  right: 0.5em;
}
.page-news .txtNews > .item:first-of-type {
  border-top: 1px solid #aaaaaa;
}
.page-news .txtNews .moreList {
  height: 0;
  transition: all 0.5s;
  padding: 0;
  overflow: hidden;
}
.page-news .txtNews .moreList.open {
  height: auto;
  transition: all 0.5s;
}
@media screen and (max-width: 960px) {
  .page-news .txtNews .item a .date {
    height: 30px;
    line-height: 30px;
  }
  .page-news .txtNews .item a i {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 400px) {
  .page-news .txtNews .container {
    padding: 0;
  }
  .page-news .txtNews .newsList {
    padding-bottom: 1em;
  }
  .page-news .txtNews .item a .date {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
  .page-news .txtNews .item a i {
    width: 14px;
    height: 14px;
  }
  .page-news .txtNews .btnTxt {
    margin-left: 0.5em;
  }
}
.page-news .videoNews {
  background-color: #fbfaf4;
  padding: 3em 0;
}
.page-news .videoNews .videoBox {
  width: calc(1400px - 4em);
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
  overflow: hidden;
}
.page-news .videoNews .videoBox .item {
  width: calc(33.3333333333% - 2em);
  margin: 0 1em 2em 1em;
}
.page-news .videoNews .videoBox .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1em;
}
.page-news .videoNews .videoBox .title span {
  font-size: 24px;
  line-height: 1em;
}
.page-news .videoNews .videoBox .video {
  width: 100%;
  height: 300px;
  border: 1px solid #67193b;
}
.page-news .videoNews .videoBox .btnBox {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .page-news .videoNews .videoBox .item {
    width: calc(50% - 2em);
    margin: 0 1em 2em 1em;
  }
}
@media screen and (max-width: 768px) {
  .page-news .videoNews .videoBox .item {
    width: 80%;
    margin: 0 0 2em 0;
  }
  .page-news .videoNews .videoBox .title {
    font-size: 28px;
  }
  .page-news .videoNews .videoBox .title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .page-news .videoNews .videoBox .item .video {
    height: 300px;
  }
}
@media screen and (max-width: 460px) {
  .page-news .videoNews .videoBox .item {
    width: 100%;
  }
  .page-news .videoNews .videoBox .item .video {
    height: 220px;
  }
}

/*-- page-article ----------------*/
.page-article .article {
  padding-bottom: 2em;
  clear: both;
  width: 100%;
  overflow: hidden;
  min-height: 700px;
}
.page-article .article .articleBox {
  width: 100%;
}
.page-article .article .articleBox .item {
  width: calc(50% - 2em);
  margin: 0 1em 2em 1em;
  float: left;
}
@media screen and (max-width: 1280px) {
  .page-article .article .articleBox .item {
    width: calc(33.3333333333% - 1em);
    padding: 0.5em;
    margin: 0 0.5em 2em 0.5em;
    flex-direction: column;
  }
  .page-article .article .articleBox .item .picBox, .page-article .article .articleBox .item .txtBox {
    width: 100%;
  }
  .page-article .article .articleBox .item .txtBox {
    padding: 0;
  }
  .page-article .article .articleBox .item .author {
    margin: 0;
  }
}
@media screen and (max-width: 760px) {
  .page-article .article .articleBox .item {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 500px) {
  .page-article .article .articleBox .item {
    width: calc(80% - 1em);
  }
  .page-article .article .articleBox .item .txtBox .author {
    font-size: 16px;
  }
  .page-article .article .articleBox .item .txtBox .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .page-article .article .articleBox .item {
    width: calc(100% - 1em);
  }
  .page-article .article .articleBox .item .txtBox .btnBox {
    flex-direction: column;
  }
  .page-article .article .articleBox .item .txtBox .btnBox .btnBg {
    width: 100%;
  }
}

/*-- page-activityDetail ----------------*/
.page-articleDetail .contentArea {
  padding: 0 2em;
}
.page-articleDetail .contentArea .txtBox {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto 4em;
  background-color: #f9f9eb;
  border: 1px solid #af7125;
  padding: 4em;
  position: relative;
}
.page-articleDetail .contentArea .txtBox img {
  padding: 0;
  margin-bottom: 1em;
}
.page-articleDetail .contentArea .txtBox .title {
  margin-bottom: 1em;
}
.page-articleDetail .contentArea .txtBox .title b {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}
.page-articleDetail .contentArea .txtBox .title .date {
  color: #af7125;
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: 100%;
}
.page-articleDetail .contentArea .txtBox .btnRound {
  position: absolute;
  left: -47px;
  bottom: 10%;
}
@media screen and (max-width: 1400px) {
  .page-articleDetail .contentArea .txtBox {
    padding: 1em;
  }
}
@media screen and (max-width: 960px) {
  .page-articleDetail .contentArea .txtBox .title b {
    font-size: 30px;
  }
  .page-articleDetail .contentArea .txtBox .btnRound {
    width: 70px;
    height: 70px;
    font-size: 18px;
  }
  .page-articleDetail .contentArea .txtBox .btnRound i {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-articleDetail .contentArea {
    padding: 0;
  }
  .page-articleDetail .contentArea .txtBox {
    flex-direction: column;
    align-items: center;
  }
  .page-articleDetail .contentArea .txtBox img {
    width: 100%;
    margin: 0 0 1em 0;
  }
  .page-articleDetail .contentArea .txtBox .txt {
    width: 100%;
    margin-bottom: 2em;
  }
  .page-articleDetail .contentArea .txtBox .btnRound {
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
  }
}
@media screen and (max-width: 400px) {
  .page-articleDetail .container {
    padding: 0;
  }
  .page-articleDetail .contentArea .txtBox .title .date {
    font-size: 16px;
  }
  .page-articleDetail .contentArea .txtBox .title b {
    font-size: 20px;
  }
  .page-articleDetail .contentArea .txtBox .btnRound {
    width: 50px;
    height: 50px;
    bottom: -25px;
    font-size: 14px;
  }
}

/*-- page-page-selected-thoughts ----------------*/
.page-selected-thoughts .article {
  padding-bottom: 2em;
  clear: both;
  width: 100%;
  overflow: hidden;
  min-height: 700px;
}
.page-selected-thoughts .article .articleBox {
  width: 100%;
}
.page-selected-thoughts .article .articleBox .item {
  width: calc(50% - 2em);
  margin: 0 1em 2em 1em;
  float: left;
}
@media screen and (max-width: 1280px) {
  .page-selected-thoughts .article .articleBox .item {
    width: calc(33.3333333333% - 1em);
    padding: 0.5em;
    margin: 0 0.5em 2em 0.5em;
    flex-direction: column;
  }
  .page-selected-thoughts .article .articleBox .item .picBox, .page-selected-thoughts .article .articleBox .item .txtBox {
    width: 100%;
  }
  .page-selected-thoughts .article .articleBox .item .txtBox {
    padding: 0;
  }
  .page-selected-thoughts .article .articleBox .item .author {
    margin: 0;
  }
}
@media screen and (max-width: 760px) {
  .page-selected-thoughts .article .articleBox .item {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 500px) {
  .page-selected-thoughts .article .articleBox .item {
    width: calc(80% - 1em);
  }
  .page-selected-thoughts .article .articleBox .item .txtBox .author {
    font-size: 16px;
  }
  .page-selected-thoughts .article .articleBox .item .txtBox .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .page-selected-thoughts .article .articleBox .item {
    width: calc(100% - 1em);
  }
  .page-selected-thoughts .article .articleBox .item .txtBox .btnBox {
    flex-direction: column;
  }
  .page-selected-thoughts .article .articleBox .item .txtBox .btnBox .btnBg {
    width: 100%;
  }
}

/*-- page-video ----------------*/
.page-video .videoBox {
  background-color: rgba(251, 250, 244, 0.5176470588);
  margin-bottom: 0;
}
.page-video .videoBox:nth-of-type(2n+1) {
  background-color: #fbfaf4;
}
.page-video .videoBox .videoList {
  width: calc(1400px - 4em);
  padding: 3em 0;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.page-video .videoBox .videoList .itemTitle {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  padding: 0 0.5em;
}
.page-video .videoBox .videoList .itemTitle h3 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  width: calc(100% - 120px);
}
.page-video .videoBox .videoList .itemTitle .iArrow_w {
  width: 12px;
  height: 12px;
}
.page-video .videoBox .videoList .item {
  width: calc(25% - 1em);
  margin: 0 0.5em 2em;
}
.page-video .videoBox .videoList .video {
  width: 100%;
  height: 200px;
  border: 1px solid #67193b;
}
.page-video .videoBox .videoList .btnBox {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .page-video .videoBox .videoList .item {
    width: calc(50% - 2em);
    margin: 0 1em 2em 1em;
  }
  .page-video .videoBox .videoList .itemTitle h3 {
    font-size: 24px;
  }
  .page-video .videoBox .videoList .video {
    height: 340px;
  }
}
@media screen and (max-width: 960px) {
  .page-video .videoBox .videoList .itemTitle .btnBg {
    font-size: 14px;
    width: 90px;
    height: 28px;
    line-height: 28px;
  }
  .page-video .videoBox .videoList .itemTitle .iArrow_w {
    width: 10px;
    height: 10px;
  }
  .page-video .videoBox .videoList .video {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .page-video .videoBox .videoList {
    padding: 1em 0;
  }
  .page-video .videoBox .videoList .itemTitle {
    margin-bottom: 0.5em;
    align-items: flex-start;
  }
  .page-video .videoBox .videoList .itemTitle .btnBg {
    width: 60px;
    margin-left: 0.2em;
  }
  .page-video .videoBox .videoList .itemTitle .btnBg span {
    display: none;
  }
  .page-video .videoBox .videoList .itemTitle h3 {
    width: 100%;
  }
  .page-video .videoBox .videoList .item {
    width: calc(50% - 0.4em);
    margin: 0 0.2em 1em 0.2em;
  }
  .page-video .videoBox .videoList .video {
    height: 200px;
  }
}
@media screen and (max-width: 560px) {
  .page-video .videoBox .videoList .item {
    width: 100%;
    margin: 0 0 2em 0;
  }
  .page-video .videoBox .videoList .video {
    height: 360px;
  }
}
@media screen and (max-width: 460px) {
  .page-video .videoBox .videoList .item {
    margin: 0 0 1em 0;
  }
  .page-video .videoBox .videoList .itemTitle h3 {
    font-size: 20px;
  }
  .page-video .videoBox .videoList .video {
    height: 220px;
  }
}

/*-- page-contact ----------------*/
.page-contact .infoBox {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
.page-contact .infoBox .item {
  background-color: #f9f9eb;
  border: 1px solid #af7125;
  padding: 2em 1.5em;
  display: flex;
  flex-direction: column;
  width: 450px;
  margin: 1em;
}
.page-contact .infoBox .item .title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.page-contact .infoBox .item .txt a, .page-contact .infoBox .item .txt p {
  font-size: 20px;
  color: #655438;
  overflow-wrap: break-word;
}
.page-contact .infoBox .item .txt span {
  font-weight: 900;
  min-width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  font-size: 16px;
  display: inline-block;
  margin-right: 0.5em;
  border: 1px solid #655438;
  padding: 0 0.5em;
}
.page-contact .infoBox .item .txt p {
  margin-bottom: 0.5em;
}
.page-contact .infoBox .item .txt a:hover {
  text-decoration: underline;
}
.page-contact .infoBox .item .txt i {
  width: 20px;
  height: 20px;
  margin-right: 0.2em;
  display: inline-block;
  transform: translateY(3px);
}
@media screen and (max-width: 500px) {
  .page-contact .infoBox .item {
    width: 100%;
    margin: 1em 0;
  }
  .page-contact .infoBox .item .txt a, .page-contact .infoBox .item .txt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .page-contact .infoBox .item .txt span {
    display: table;
  }
}
.page-contact .linkBox {
  margin-bottom: 3em;
}
.page-contact .linkBox .title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.page-contact .linkBox .btnBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.page-contact .linkBox .btnBox a {
  margin: 0.5em;
  max-width: 40%;
  padding: 1em;
  transition: all 0.3s;
  position: relative;
}
.page-contact .linkBox .btnBox a:hover {
  background-color: rgba(175, 113, 37, 0.3);
}
@media screen and (max-width: 900px) {
  .page-contact .linkBox .btnBox a {
    max-width: 90%;
  }
}/*# sourceMappingURL=style.css.map */