@charset "UTF-8";

.page-pic-list ul {
  padding-top: 0.27rem;
}
.page-pic-list ul li .page-img {
  position: relative;
}
.page-pic-list ul li:hover a {
  color: #699B2C;
}
.page-pic-list .video-play {
  position: absolute;
  width: 2.8571em;
  height: 2.8571em;
  background: rgba(255,255,2155,0.7);
  border-radius: 50%;
  left: 50%;
  top:50%;
  margin: -1.4285em 0px 0px -1.4285em;
}
.page-pic-list .video-play:before {
  position: absolute;
  content: "";
  left: 50%;
  top:50%;
  width: 0px;
  height: 0px;
  border:0.5em solid #66A22A;
  border-width: 0.5em 0.75em;
  margin:-0.375em 0px 0px -0.25em;
  border-color: transparent transparent transparent #66A22A;
}

/* page-party */
.page-party {
  padding: 0.72rem 0px 0.82rem;
  color: #333;
}
.page-party .page-party-sec {
  padding-top: 0.25rem;
  margin-bottom: 0.15rem;
}
.page-party .page-party-sec .page-img {
  width: 49.023%;
  position: relative;
}
.page-party .page-party-sec .page-img:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background:#EAEAEA;
}
.page-party .page-party-sec .page-img .page-pic {
  overflow: hidden;
}
.page-party .page-party-sec .page-img .bg_container {
  height: 320px;
}
.page-party .page-party-sec .page-img dl {
  padding: 1.05em 0px;
  position: relative;
}
.page-party .page-party-sec .page-img a {
  color: #333;
}
.page-party .page-party-sec .page-img a:hover {
  color: #699B2C;
}

.page-party .page-party-sec .page-img dl dd {
  opacity: 0.5;
  padding-top: 5px;
}
.page-party .page-party-sec .page-text {
  width: 49.023%;
  border-top: 1px solid #EAEAEA;
}
.page-party .page-party-sec .page-text ul li {
  position: relative;
  padding: 1.12em 90px 1.12em 0.875em;
  border-bottom: 1px solid #EAEAEA;
}
.page-party .page-party-sec .page-text ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 2px;
  height: 0.875em;
  background: #699B2C;
  top:50%;
  margin-top: -0.4375em;
}
.page-party .page-party-sec .page-text ul li a {
  display: block;
  color: #333;
}
.page-party .page-party-sec .page-text ul li .page-time {
  position: absolute;
  right: 0px;
  top:50%;
  opacity: 0.5;
  margin-top: -0.75em;
}
.page-party .page-party-sec .page-text ul li:hover a {
  color: #699B2C;
}
.page-party .page-party-sec .page-text ul li:hover .page-time {
  color: #699B2C;
}


@media only screen and (max-width:1640px){
  .page-party .page-party-sec .page-img .bg_container {
    height: 308px;
  }
}  
@media only screen and (max-width:1340px){
  .page-party .page-party-sec .page-img .bg_container {
    height: 287px;
  }
}  
@media only screen and (max-width:1000px){
  .page-party .page-party-sec .page-img .bg_container {
    height: 261px;
  }
  .page-party {
    padding: 0.5rem 0px 0.7rem;
  }
}  


@media only screen and (max-width:767px){
  .page-party .page-party-sec .page-img {
    width: 100%;
  }
  .page-party .page-party-sec .page-img:before {
    display: none;
  }
  .page-party .page-party-sec .page-img .bg_container {
    height: 0px;
    padding-bottom: 57.97%;
  }
  .page-party .page-party-sec .page-text {
    width: 100%;
    margin-top: 0.3rem;
  }
}


/* page-news-dynamic */
.page-news-dynamic {
  padding: 0.72rem 0px 0.78rem;
  color: #333;
}
.page-news-dynamic .page-list ul {
  margin: 0px -0.8571em;
  padding: 0.14rem 0px;
}
.page-news-dynamic .page-list ul li {
  width: 33.33%;
  padding: 0.8571em;
}
.page-news-dynamic .page-list ul li a {
  display: block;
  height: 100%;
  padding: 0.24rem 0.24rem 0.2rem;
  border: 1px solid #D1D1D1;
  position: relative;
}
.page-news-dynamic .page-list ul li .page-text {
  position: relative;
  z-index: 3;
}
.page-news-dynamic .page-list ul li .page-img {
  position: absolute;
  left: 0px;
  top:0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter:alpha(opacity=0);
}
.page-news-dynamic .page-list ul li .page-img::before{
  position: absolute;
  content: "";
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0px;
  background: rgba(51,101,0,0.7);
  z-index: 2;
}
.page-news-dynamic .page-list ul li .page-img .bg_container {
  height: 100%;
}
.page-news-dynamic .page-list ul li .page-sub {
  color: #666;
  height: 3em;
}
.page-news-dynamic .page-list ul li .page-time {
  opacity:0.5;
}
.page-news-dynamic .page-list ul li .page-tit {
  margin-top: 0.32rem;
  height: 3em;
}
.page-news-dynamic .page-list ul li .page-more {
  width: 2.0714em;
  height: 1.9285em;
  background: url(../images/jt09.png) no-repeat center center/100% 100%;
}

.page-news-dynamic .page-list ul li a:hover .page-img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-news-dynamic .page-list ul li a:hover {
  color: #fff;
}
.page-news-dynamic .page-list ul li a:hover .page-sub {
  color: #fff;
}
.page-news-dynamic .page-list ul li a:hover .page-more {
  background: url(../images/jt08.png) no-repeat center center/100% 100%;
}

@media only screen and (max-width:767px){
  .page-news-dynamic {
    padding: 0.5rem 0px 0.7rem;
  }
  .page-news-dynamic .page-list ul li {
    width: 100%;
  }
  .page-news-dynamic .page-list ul li .page-more {
    background: url(../images/jt009.png) no-repeat center center/100% 100%;
  }
  .page-news-dynamic .page-list ul li a:hover .page-more {
    background: url(../images/jt008.png) no-repeat center center/100% 100%;
  }
}