@import url("../font/font.css");

body {
  font-family: "微软雅黑", "Arial", "Times New Roman";
  background: #fdf8fe;
}

body .container {
  min-width: 584px;
}

body .container * {
  font-family: "ZXFMKB", "微软雅黑", "Arial", "Times New Roman";
}

.container .text-ti {
  margin-top: 30px;
  margin-bottom: 30px;
}

a {
  color: #333;
}

a * {
  color: #333;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

a:active {
  color: #333;
}

.margin-top-10 {
  margin-top: 10px;
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cover-gray {
  position: absolute;
  background-color: gray;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
}

.cover-gray:hover {
  opacity: 0;
}

.article-table a {
  color: #757575;
}

.title-text {
  font-size: 3rem;
  font-family: "ZXFMKB";
  color: #333;
}

.title-line {
  margin: auto;
  width: 2em;
  font-size: 3rem;
  height: 0;
  border: 1px solid #c1c1c1;
  background: #c1c1c1;
}

/* home head */
.head {
  width: 100%;
}

.head .banner {
  margin: auto;
  width: 100%;
  min-width: 584px;
}

.head-vertical-center {
  transform: translate(0%, 50%);
}

.home-carousel {
  position: relative;
  left: 0px;
  top: 0px;
  clear: both;
}

.navbar {
  background: #141d26;
  opacity: 0.85;
  margin: 0;
  border-radius: 0;
}

.navbar-header {
  background: url(../../../images/logo.png) no-repeat left center;
  background-size: contain;
}

.navbar-header img {
  visibility: hidden;
}

.nav {
  background: #141d26;
  opacity: 0.85;
  width: 100%;
  position: relative;
  z-index: 100;
}

.nav>li>a {
  padding: 15px 15px;
}

@media (width<1060px) {
  .nav>li>a {
    padding: 15px 10px;
  }
}

.navbar-default {
  border-color: #141d26;
}

.navbar-default>.row {
  margin: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
  background-color: #f7bf5f;
  border-color: #f7bf5f;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #d1d1d1;
  background-color: #5f656c;
}

.navbar-collapse {
  padding: 0;
  margin-left: -16px;
  margin-right: -16px;
}

.navbar-nav {
  margin: 0;
}

.pj-carousel .carousel-indicators li {
  background-color: #fff;
}

.pj-carousel .carousel-indicators .active {
  background-color: #f7bf5f;
  border-color: #f7bf5f;
}

#pjCarousel .carousel-inner {
  margin-top: 10px;
}

#pjCarousel .carousel-inner .item .center-block {
  border-radius: 10px;
}

#pjCarousel .carousel-control {
  width: 15%;
}

#pjCarousel .carousel-control.left,
#pjCarousel .carousel-control.right {
  background-image: none;
}

/* home search */
.home-search {
  background-color: #cacaca;
  clear: both;
  position: relative;
  border-bottom: 1px solid #f0f1f2;
  height: 5px;
}

/* new */
.news {
  margin-top: 10px;
}

.news img {
  /* box-shadow: 0 0 5px #c1c1c1; */
  border-radius: 10px;
  border-end-end-radius: 0px;
  border-start-end-radius: 0px;
}

.news .new-img-right {
  /* box-shadow: 0 0 5px #c1c1c1; */
  border-radius: 0;
  border-end-end-radius: 10px;
  border-start-end-radius: 10px;
}

.new-border {
  display: flex;
  /* background: url(../image/news/new_bg.png) repeat; */
  background: #fff;
  border-radius: 10px;
  margin: 0.5em 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.new-border .new-top {
  flex: 1;
}

.new-border .new-dilive {
  width: 1.5em;
}

.news .news-body {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  margin: 1em;
}

.news .news-body h3 {
  height: 3em;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
}

.news .news-body p {
  color: #767676;
  font-size: 1.5rem;
  line-height: 3rem;
  flex: 1;
  margin: 0;
  text-indent: 2em;
}

.news .news-body .new-link {
  display: flex;
  justify-content: end;
  height: 37px;
}

.news .news-body .new-link a {
  display: block;
  width: 112px;
  height: 37px;
  background: url(../image/news/btn-bg.png);
  color: #fff;
  text-align: center;
  line-height: 37px;
  font-size: 1.75rem;
}

.news a p {
  font-size: 1.75rem;
  line-height: 1.5em;
  height: 3em;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

/* activity */
.activity {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.activity .ac_start {
  width: 50%;
}

.activity .ac_end {
  width: 50%;
  position: relative;
}

.activity .ac_end .ac_context {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  padding-left: 3em;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.activity .ac_end .ac_context h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2.5rem;
  padding: 0;
  margin: 0 0 1em 0;
}

.activity .ac_end .ac_context h2 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2em;
  padding: 0;
  margin: 0;
}

.activity .ac_end .ac_context p {
  color: #555555;
  overflow: hidden;
  line-height: 2em;
  height: 12em;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
}

@media (width<=1200px) {
  .activity .ac_end .ac_context h3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2rem;
    padding: 0;
    margin: 0 0 1em 0;
  }

  .activity .ac_end .ac_context h2 {
    font-size: 2rem;
    line-height: 1.5em;
  }

  .activity .ac_end .ac_context p {
    line-height: 2em;
    height: 12em;
    font-size: 1.25rem;
  }
}

@media (width<992px) {
  .activity .ac_end .ac_context h3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    padding: 0;
    margin: 0.5em 0 0.5em 0;
  }

  .activity .ac_end .ac_context h2 {
    font-size: 2rem;
    line-height: 1.5em;
  }

  .activity .ac_end .ac_context p {
    line-height: 1.5em;
    height: 12em;
    font-size: 1.25rem;
    -webkit-line-clamp: 7;
  }
}

@media (width<768px) {
  .activity .ac_end .ac_context h3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.75rem;
    padding: 0;
    margin: 0.5em 0 0.5em 0;
  }

  .activity .ac_end .ac_context h2 {
    font-size: 2rem;
    line-height: 1.5em;
  }

  .activity .ac_end .ac_context {
    padding-left: 1.5em;
  }

  .activity .ac_end .ac_context p {
    line-height: 1.5rem;
    height: 12em;
    font-size: 1rem;
    -webkit-line-clamp: 20;
  }
}

@media (width<520px) {
  .activity .ac_end .ac_context h3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0;
    margin: 0;
  }

  .activity .ac_end .ac_context h2 {
    font-size: 1.25rem;
    line-height: 1em;
  }

  .activity .ac_end .ac_context {
    padding-left: 1.5em;
  }

  .activity .ac_end .ac_context p {
    line-height: 1.5rem;
    height: 12em;
    font-size: 1rem;
    -webkit-line-clamp: 20;
  }
}

.xjzt {
  position: relative;
}

.xjzt .context {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 80%;
  margin: auto;
}

.xjzt .context h3 {
  font-size: 4rem;
  padding: 0;
  margin: 0;
  line-height: 2.5em;
}

.xjzt .context p {
  font-size: 3rem;
  padding: 0;
  margin: 0;
  line-height: 2em;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (width<=998px) {
  .xjzt .context h3 {
    font-size: 3rem;
    padding: 0;
    margin: 0;
    line-height: 2.5em;
  }

  .xjzt .context p {
    font-size: 2.5rem;
    padding: 0;
    margin: 0;
    line-height: 2.5em;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (width<=768px) {
  .xjzt .context h3 {
    font-size: 3rem;
    padding: 0;
    margin: 0;
    line-height: 2.5em;
  }

  .xjzt .context p {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    line-height: 2em;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (width<=640px) {
  .xjzt .context h3 {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    line-height: 2em;
  }

  .xjzt .context p {
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    line-height: 1em;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.xjjd {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.xjjd div {
  width: 6rem;
  font-size: 3rem;
  text-align: center;
  padding: 0 1.5rem;
}

.xjjd img {}

@media (width<=1120px) {
  .xjjd div {
    width: 4.5rem;
    font-size: 2.5rem;
    text-align: center;
    padding: 0 1rem;
  }

  .xjjd img {}
}

@media (width<=1024px) {
  .xjjd div {
    width: 4rem;
    font-size: 2rem;
    text-align: center;
    padding: 0 1rem;
  }

  .xjjd img {}
}

@media (width<=768px) {
  .xjjd div {
    width: 3rem;
    font-size: 1.5rem;
    text-align: center;
    padding: 0 0.5rem;
  }

  .xjjd img {}
}

@media (width<=640px) {
  .xjjd div {
    width: 2rem;
    font-size: 1rem;
    text-align: center;
    padding: 0 0.5rem;
  }

  .xjjd img {}
}

.hjfs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: url(../image/lh.png) no-repeat center;
  background-size: contain;
  width: 75%;
  margin: auto;
}

.hjfs>div {
  text-align: center;
  width: 33%;
  flex-flow: row;
}

.hjfs>div h3 {
  font-size: 2.5rem;
  color: #f8511a;
  margin-bottom: 1em;
}

.hjfs>div:first-child p {
  line-height: 4rem;
  margin: 3rem 0;
}

.hjfs>div:last-child p {
  line-height: 2.5rem;
  margin: 0.5rem 0;
}

.hjfs>div p {
  font-size: 2rem;
  line-height: 3rem;
  padding: 0;
  margin: 1rem 0;
}

.hjfs>div span {
  color: #666;
}

@media (width<992px) {
  .hjfs>div h3 {
    font-size: 2rem;
    margin-bottom: 1em;
  }

  .hjfs>div:first-child p {
    line-height: 4rem;
    margin: 3rem 0;
  }

  .hjfs>div:last-child p {
    line-height: 2.5rem;
    margin: 0.5rem 0;
  }

  .hjfs>div p {
    font-size: 1.5rem;
    line-height: 3rem;
    padding: 0;
    margin: 1rem 0;
  }
}

@media (width<700px) {
  .hjfs>div h3 {
    font-size: 1.5rem;
  }

  .hjfs>div:first-child p {
    line-height: 2rem;
  }

  .hjfs>div:last-child p {
    line-height: 1.5rem;
  }

  .hjfs>div p {
    font-size: 1rem;
    line-height: 2rem;
  }
}

#carousel-news .carousel-control,
#album-photos .carousel-control {
  background-image: none;
}

.photo-box h2 {
  line-height: 3em;
}

/* temple */
.temple img {
  margin-top: 10px;
}

.temple a {
  line-height: 2em;
}

/* media */
.media {
  margin-top: 0;
  font-size: 1.5rem;
}

.media>div {
  position: relative;
  font-size: 1em;
  padding: 0;
  margin: 0;
  width: 47%;
  margin: 0 1.5%;
}

.media a {
  position: relative;
  display: block;
}

.media img.center-block {
  box-shadow: 0 0 5px #c1c1c1;
  width: 100%;
  border-radius: 10px;
}

.media .cover {
  width: 100%;
}

.media .playbtn {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  bottom: 50%;
  margin-left: -25px;
  margin-top: -25px;
  transform: rotate(0deg) scale(1);
  transition: ALL 0.4s ease;
}

.media a:hover .playbtn {
  transform: rotate(360deg) scale(1.2);
  transition: ALL 0.4s ease;
}

.media p {
  font-size: 1.75rem;
  line-height: 2rem;
  height: 4rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media (width<992px) {
  .media>div {
    width: 46%;
    margin: 0 2%;
  }

  .media p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 3rem;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
  }
}

@media (width<700px) {
  .media>div {
    width: 46%;
    margin: 0 2%;
  }

  .media p {
    font-size: 1rem;
    line-height: 1.25rem;
    height: 3rem;
    margin-top: 0.75rem;
    margin-bottom: 1.25rem;
  }
}

/* album */
.album {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.album .text-center {
  cursor: pointer;
}

.album .a-item:hover hr {
  visibility: visible;
}

.album .active .title-text {
  color: #333;
}

.album .active hr {
  visibility: visible;
}

.album .title-text {
  color: #666;
}

.album hr {
  visibility: hidden;
}

@media (width<992px) {
  .album .title-text {
    font-size: 2.5rem;
  }
}

@media (width<760px) {
  .album .title-text {
    font-size: 2rem;
  }
}

@media (width<375px) {
  .album .title-text {
    font-size: 1.5rem;
  }
}

.navbar-default {
  min-width: 584px;
}

/* foot */
.foot {
  background: #353f47;
  color: #f0f1f2;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 2em;
  margin-top: 15px;
  min-width: 584px;
}

.foot a {
  color: #fff;
  margin: 0px 10px;
}

.foot .copyright {
  color: #515f67;
}

.margin-top-0 {
  margin-top: 0;
}

.con-box {
  width: 100%;
  margin: auto;
}

.m-top-10 {
  margin-top: 10px;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-left-10 {
  margin-left: 10px;
}

.m-right-10 {
  margin-right: 10px;
}

.m-top-15 {
  margin-top: 15px;
}

.m-bottom-15 {
  margin-bottom: 15px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-top-50 {
  margin-top: 50px;
}

.ti-pic {
  width: 100%;
}

@media (width<992px) {
  .container .text-ti {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container .text-ti img {
    width: 20%;
  }

  .container .text-ti .title-text {
    font-size: 1.5rem;
  }

  .container .text-ti .title-line {
    font-size: 1rem;
    background: #c1c1c1;
  }

  .xj .m-top-30 {
    float: left;
    margin-top: 15px;
  }

  .xj .title-text {
    font-size: 1.5rem;
  }

  .xj .title-line {
    width: 1em;
  }

  .news .news-body h3 {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
  }

  .news .news-body p {
    text-align: justify;
    font-size: 1.25rem;
    line-height: 1.5em;
  }

  .news .news-body .new-link {
    width: auto;
    height: 25px;
  }

  .news .news-body .new-link a {
    font-size: 1.25rem;
    line-height: 25px;
    width: auto;
    height: 25px;
    padding: 0 15px;
    border-radius: 5px;
    background: none;
    background-color: #64cdc8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}