@charset "utf-8";
body{background:#f3f3f3;font-size:.7rem;}
/* *{user-select: none;} */

.main{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1 !important;
  overflow-y: auto;
}
.header{
  position: relative;
  overflow-x: hidden;
}
.header .topbar{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header .topbar .logo{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4.15rem;
}
.header .topbar .logo::before,
.header .topbar .logo::after{
  position: absolute;
  content: '';
}
.header .topbar .logo::before{
  top: .2rem;
  left: 2.6rem;
  width: 14.0rem;
  height: 4.0rem;
  bottom: 0;
  z-index: 5;
  background-image: url(../../images/logo_h.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* .header .topbar .logo::after{
  background-image: linear-gradient(to right, rgba(255,255,236,.8), rgba(255,255,236,.0));
  top: 0;
  left: -1rem;
  right: -1rem;
  bottom: -.5rem;
  z-index: 1;
} */
.header .nav{
  position: absolute;
  top: 0;
  left: 24.15rem;
  right: 0rem;
  z-index: 10;
  height: 4.8rem;
  display: flex;
}
.header .nav a{
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.55rem;
  padding: 0 1.95rem .2rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fee;
  text-shadow: #000 0 .05rem 0;
  white-space: nowrap;
  transition: all .2s;
}
.header .nav a:hover{
  top: -.1rem;
  color: #fff;
  text-shadow: #000 0 .15rem 0;
}
.header .nav a.active{
  top: -.1rem;
  color: #fff;
  /* background-color: rgba(0,0,0,.6); */
  background-image: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,0));
  pointer-events: none;
}
.banner{
  width: 100%;
  height: 0;
  padding-bottom: 47%;
  background-image: url(../../images/banner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.banner_s{
  width: 100%;
  height: 0;
  padding-bottom: 20.83%;
  background-image: url(../../images/subBanner2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.body .page > div{
  width: 75rem;
  margin: 0 auto;
  padding: 6rem 0;
}
.body .page > div > .title{
  text-align: center;
}
.body .page > div > .title > div:nth-child(1){
  font-size: 2.5rem;
  height: 2.5rem;
  color: #600;
  margin-bottom: 1.2rem;
}
.body .page > div > .title > div:nth-child(2){
  font-size: .9rem;
  height: 1.0rem;
  color: #c99;
  text-transform: uppercase;
  letter-spacing: .75rem;
  margin-bottom: 3rem;
}

.orgWrap{
  position: relative;
  width: 100% !important;
  padding: 0 !important;
  height: 40rem;
  background-image: url(../../images/subBanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.orgWrap::before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  content: '';
  margin: auto;
  width: 12.3rem;
  height: 13.95rem;
  background-image: url(../../images/dw.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.orgWrap > div{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: '楷体';
  font-size: 1.5rem;
  color: #fe9;
  text-shadow: #000 0 .15rem 0;
  margin: auto;
  height: 2rem;
  line-height: 2rem;
  width: 25rem;
  cursor: pointer;
  transition: all .2s;
}
.orgWrap > div:hover{
  color: #fed;
}
.orgWrap > div::before{
  position: absolute;
  content: '';
  width: 1rem;
  height: 1rem;
  background-image: url(../../images/point01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.orgWrap > div.pl{
  text-align: left;
}
.orgWrap > div.pr{
  text-align: right;
}
.orgWrap > div.pt{
  text-align: center;
}
.orgWrap > div.pl::before{
  top: .3rem;
  left: -1.5rem;
  bottom: 0;
  margin: auto 0;
}
.orgWrap > div.pr::before{
  top: .3rem;
  right: -1.5rem;
  bottom: 0;
  margin: auto 0;
}
.orgWrap > div.pt::before{
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.orgWrap > div:nth-child( 1){bottom: 23.4rem; left:  45.2rem;}
.orgWrap > div:nth-child( 2){bottom: 15.4rem; left:  56.0rem;}
.orgWrap > div:nth-child( 3){bottom:  7.0rem; left:  60.6rem;}
.orgWrap > div:nth-child( 4){top:     2.4rem; left:  61.2rem;}
.orgWrap > div:nth-child( 5){top:    11.4rem; left:  58.5rem;}
.orgWrap > div:nth-child( 6){top:    20.0rem; left:  51.1rem;}
.orgWrap > div:nth-child( 7){top:    29.0rem;}
.orgWrap > div:nth-child( 8){bottom: 23.4rem; right: 45.2rem;}
.orgWrap > div:nth-child( 9){bottom: 15.4rem; right: 56.0rem;}
.orgWrap > div:nth-child(10){bottom:  7.0rem; right: 60.6rem;}
.orgWrap > div:nth-child(11){top:     2.4rem; right: 61.2rem;}
.orgWrap > div:nth-child(12){top:    11.4rem; right: 58.5rem;}
.orgWrap > div:nth-child(13){top:    20.0rem; right: 51.1rem;}
.img img{
  width: 100%;
}
.dater{
  position: relative;
  display: block;
  width: 8.7rem;
  height: 6.85rem;
  overflow: hidden;
  opacity: .6;
}
.dater.dater_s{
  width: 3rem;
  height: 2.35rem;
}
.dater::before{ 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  content: '';
  margin: auto;
  width: 3.45%;
  height: 100%;
  display: block;
  background-color: #ccc;
  transform: skew(-39deg)
}
.dater .num{
  position: absolute;
  width: 30.46%;
  height: 54.74%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.dater .num:nth-child(1){top: 0;left: 0;}
.dater .num:nth-child(2){top: 0;left: 30.46%;}
.dater .num:nth-child(3){bottom: 0;right: 31.46%;}
.dater .num:nth-child(4){bottom: 0;right: 1%;}
.dater .num.num0  {background-image: url(../../images/nums/num0.png)}
.dater .num.num1  {background-image: url(../../images/nums/num1.png)}
.dater .num.num2  {background-image: url(../../images/nums/num2.png)}
.dater .num.num3  {background-image: url(../../images/nums/num3.png)}
.dater .num.num4  {background-image: url(../../images/nums/num4.png)}
.dater .num.num5  {background-image: url(../../images/nums/num5.png)}
.dater .num.num6  {background-image: url(../../images/nums/num6.png)}
.dater .num.num7  {background-image: url(../../images/nums/num7.png)}
.dater .num.num8  {background-image: url(../../images/nums/num8.png)}
.dater .num.num9  {background-image: url(../../images/nums/num9.png)}
.dater .num:nth-child(2).num0 {background-image: url(../../images/nums/num0s.png)}
.dater .num:nth-child(2).num1 {background-image: url(../../images/nums/num1s.png)}
.dater .num:nth-child(2).num2 {background-image: url(../../images/nums/num2s.png)}
.dater .num:nth-child(2).num3 {background-image: url(../../images/nums/num3s.png)}
.dater .num:nth-child(2).num4 {background-image: url(../../images/nums/num4s.png)}
.dater .num:nth-child(2).num5 {background-image: url(../../images/nums/num5s.png)}
.dater .num:nth-child(2).num6 {background-image: url(../../images/nums/num6s.png)}
.dater .num:nth-child(2).num7 {background-image: url(../../images/nums/num7s.png)}
.dater .num:nth-child(2).num8 {background-image: url(../../images/nums/num8s.png)}
.dater .num:nth-child(2).num9 {background-image: url(../../images/nums/num9s.png)}
.dater .num:nth-child(3).num0 {background-image: url(../../images/nums/num0x.png)}
.dater .num:nth-child(3).num1 {background-image: url(../../images/nums/num1x.png)}
.dater .num:nth-child(3).num2 {background-image: url(../../images/nums/num2x.png)}
.dater .num:nth-child(3).num3 {background-image: url(../../images/nums/num3x.png)}
.dater .num:nth-child(3).num4 {background-image: url(../../images/nums/num4x.png)}
.dater .num:nth-child(3).num5 {background-image: url(../../images/nums/num5x.png)}
.dater .num:nth-child(3).num6 {background-image: url(../../images/nums/num6x.png)}
.dater .num:nth-child(3).num7 {background-image: url(../../images/nums/num7x.png)}
.dater .num:nth-child(3).num8 {background-image: url(../../images/nums/num8x.png)}
.dater .num:nth-child(3).num9 {background-image: url(../../images/nums/num9x.png)}
.list_f{
  display: flex;
  flex-wrap: nowrap;
}
.list_f .articleItem{
  position: relative;
  width: 22rem;
  height: 32.5rem;
  margin-right: 4.5rem;
  background-color: #600;
  overflow: hidden;
}
.list_f .articleItem:last-of-type{
  margin-right: 0;
}
.list_f .drawer{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(102,0,0,.8);
  transition: all .2s;
  cursor: pointer;
}
.list_f .drawer > div:nth-child(1){
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
}
.list_f .drawer .title{
  width: 15rem;
  font-family:'fzcs' !important;
  margin-right: 2rem;
  color: #fff;
  font-size: 1.2rem;
  padding-top: .2rem;
}
.list_f .drawer > div:nth-child(2){
  overflow: hidden;
  padding: 0 1.4rem;
  height: 0;
  transition: all .3s;
}
.list_f .drawer.active > div:nth-child(2){
  height: 21.5rem;
}
.list_f .drawer p{
  color: #fff;
  text-indent: 2em;
  line-height: 1.5;
  opacity: .8;
  margin-bottom: .5rem;
  opacity: 0;
  transition: all .5s;
}
.list_f .drawer.active p{
  opacity: 1;
}
.list_f .drawer > div:nth-child(2) > div{
  text-align: right;
  margin-bottom: 1rem;
}
.list_f .drawer > div:nth-child(2) > div > a{
  color: #fc0;
  transition: all .2s;
}
.list_f .drawer > div:nth-child(2) > div > a:hover{
  color: #fff;
}
.list_f .drawer > div:nth-child(2) > div > a::after{
  content: ">>";
}
.page3{
  background-color: #fff;
  background-image: url(../../images/bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.list_m .articleItem{
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: #ddd solid 1px;
}
.list_m .articleItem:last-of-type{
  border-bottom: none;
}
.list_m .articleItem > div{
  display: flex;
  padding-left: 1rem;
}
.list_m .articleItem > div > div:nth-child(1){
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
  padding-top: 0.2rem;
}
.list_m .articleItem .title{
  margin-bottom: .5rem;
}
.list_m .articleItem .title a,
.list_m .articleItem .title a:visited{
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: #444;
}
.list_m .articleItem .title a:hover{
  color: #600;
}
.list_m .articleItem .desc{
  color: #ccc;
}
.list_l .articleItem{
  display: flex;
  padding: 3rem 0 3rem 1rem;
  border-bottom: #ddd solid 1px;
}
.list_l .articleItem:last-of-type{
  border-bottom: none;
}
.list_l .articleItem > div:nth-child(1){
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 3.25rem;
}
.list_l .articleItem > div:nth-child(1) > div{
  text-align: center;
}
.list_l .articleItem > div:nth-child(1) > div a{
  font-size: 1rem;
  font-weight: lighter;
  color: #f99;
  transition: all .2s;
}
.list_l .articleItem > div:nth-child(1) > div a:hover{
  color: #f00;
}
.list_l .articleItem > div:nth-child(2){
  width: 38rem;
  margin-right: 3rem;
}
.list_l .articleItem > div:nth-child(3){
  width: 20rem;
}
.list_l .articleItem .title{
  font-size: 1.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 1.9rem;
}
.list_l .articleItem .title a{
  color: #444;
  transition: all .2s;
}
.list_l .articleItem .title a:hover{
  color: #600;
}
.list_l .articleItem .desc{
  color: #bbb;
  font-size: 1rem;
  line-height: 1.5;
}
.list_l .articleItem .desc p{
  text-indent: 2em;
}
.body{
  position: relative;
  padding-bottom: 48rem;
  background-image: url(../../images/footerImage.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  overflow: hidden;
}
.footer{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 27rem;
  background-color: rgba(84,28,28,.7);
}
.footer a{
  color: #fff;
  transition: all .2s;
}
.footer a:hover{
  color: #fc0;
}
.footer > div{
  display: flex;
  padding: 5rem 0 0;
}
.footer .logo{
  width: 9.5rem;
  height: 15.5rem;
  margin-right: 4rem;
  background-image: url(../../images/logo_v.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: .8;
}
.footer > div > div:nth-child(2){
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.footer .nav{
  display: flex;
}
.footer .nav > div{
  flex: 1;
}
.footer .nav > div > div:nth-child(1){
  margin-bottom: 1.2rem;
}
.footer .nav > div > div > a{
  font-size: 1.2rem;
  font-weight: bold;
}
.footer .nav > div > ul a{
  font-size: .8rem;
  line-height: 1.6;
  color: rgba(255,255,255,.6);
}
.footer .nav > div > ul a:hover{
  color: rgba(255,255,255,1);
}
.footer .copyright{
  display: flex;
  margin-bottom: 0.5rem;
}
.footer .copyright > ul{
  display: flex;
}
.footer .copyright > ul,
.footer .copyright > div{
  margin-right: 2rem;
  color: #fff;
}
.footer .copyright > ul > li{
  margin-right: 1rem;
}
.footer .copyright > ul > li + li::before{
  content: '|';
  margin-right: 1rem;
}
.body .page.crumbs > div{
  padding:0 !important;
  display: flex;
  align-content: center;
}
.body .page.crumbs > div a{
  display: block;
  color: #999;
  margin-right: 1rem;
  font-size: .9rem;
  padding: .7rem 0;
}
.body .page.crumbs > div a:hover{
  color: #900;
}
.body .page.crumbs > div a + a::before{
  content: '/';
  color: #ccc;
  margin-right: 1rem;
}
.body .page.crumbs > div a:hover::before{
  color: #ccc;
}
.body .page.crumbs > div a:last-of-type{
  margin-right: 0;
  pointer-events: none;
  color: #600;
}
.page.panel > div{
  display: flex;
  background-color: #fff;
  box-shadow: rgba(0,0,0,.4) 0 .1rem .2rem;
  padding: 0 !important;
}
.page.panel > div > .left{
  width: 47rem;
  margin-right: 2rem;
  padding: 2rem;
}
.page.panel > div > .right{
  flex: 1;
  background-image: url(../../images/rightHeader.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 10.7rem 2rem 2rem 0;
}
.list_k .articleItem{
  margin-bottom: 4rem;
}
.list_k .articleItem .title{
  margin-bottom: .3rem;
}
.list_k .articleItem .title a{
  font-size: 1.2rem;
  color: #444;
  transition: all .2s;
}
.list_k .articleItem .title a:hover{
  color: #600;
}
.list_k .imgList{
  display: flex;
}
.list_k .imgList > div + div{
  margin-left: 1rem;
}
.list_k .imgText{
  display: flex;
}
.list_k .imgText .img{
  width: 15rem;
  margin-right: 1rem;
}
.list_k .imgText div:nth-child(2){
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30rem;
}
.list_k .imgText .author{
  margin-bottom: 0;
}
.list_k .desc{
  color: #999;
}
.list_k .desc p{
  text-indent: 2em;
}
.list_k .author{
  display: flex;
  color: #ccc;
  font-size: .7rem;
  margin-bottom: .8rem;
}
.list_k .author > div{
  white-space: nowrap;
}
.list_k .author > div + div{
  margin-left: 1.5rem;
}

.pagination{
  border-top: #ccc solid 1px;
  padding: 1.4rem 0;
  text-align: center;
}
.pagination a{
  display: inline-block;
  font-size: .9rem;
  color: #999;
  padding: .2rem .5rem;
}
.pagination a + a{
  margin-left: 1rem;
}
.pagination a.active{
  color: #600;
  pointer-events: none;
}
.pagination a.disabled{
  color: #ddd;
  pointer-events: none;
}

.page.panel .right .subNav{
  border-top:#eee dotted 4px;
  margin-bottom: 3.8rem;
}
.page.panel .right .subNav > li{
  border-bottom:#eee dotted 4px;
  padding: 1px 0;
}
.page.panel .right .subNav > li > a{
  display: block;
  padding: .9rem 1rem .8rem 2.7rem;
  background-image: url(../../images/hui_gray.png);
  background-repeat: no-repeat;
  background-position: 1.35rem center;
  font-size: .8rem;
  color: #ccc;
}
.page.panel .right .subNav > li.active > a{
  color: #f33;
  background-image: url(../../images/hui_pink.png);
}
.page.panel .right .subNav > li.active{
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(255,0,0,.1), rgba(255,0,0,0));
}
.list_o .articleItem{
  margin-bottom: 2rem;
}
.list_o .img{
  margin-bottom: .4rem;
}
.list_o .title{
  margin-bottom: .2rem;
}
.list_o .title a{
  font-size: .8rem;
  color: #444;
  transition: all .2s;
}
.list_o .title a:hover{
  color: #600;
}
.list_o .author{
  display: flex;
  color: #ccc;
  font-size: .6rem;
}
.list_o .author > div{
  white-space: nowrap;
}
.list_o .author > div + div{
  margin-left: 1rem;
}

.articleDetail .title{
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.articleDetail .author{
  display: flex;
  color: #ccc;
  font-size: .7rem;
  margin-bottom: 2.8rem;
}
.articleDetail .author > div{
  white-space: nowrap;
}
.articleDetail .author > div + div{
  margin-left: 1rem;
}
.articleDetail .textWrap p{
  font-size: 1rem;
  text-indent: 2em;
  line-height: 1.9;
  color: #444;
  margin-bottom: 2.5rem;
}
.articleDetail .img{
  max-width: 35rem;
  margin: 0 auto 2.5rem;
}