
#pagesize {
    margin: 40px 0 0;
    text-align: center;
    width: 100%;
}

#pagesize ul {
    font-size: 0
}

#pagesize ul li {
    display: inline-block;
    vertical-align: top
}

#pagesize ul li a {
    line-height: 16px;
    padding: 8px 13px;
    margin: 0 2px;
    display: inline-block;
    border: 1px solid #bebebe;
    background: #fff;
    font-size: 15px
}

#pagesize ul li a:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    box-shadow: 0 1px 0 0 #fff;
    color: #fff !important;
}

#pagesize ul li span {
    line-height: 16px;
    padding: 8px 13px;
    margin: 0 2px;
    display: inline-block;
    font-size: 14px
}

#pagesize ul li a.active {
    border: var(--color-primary) 1px solid;
    background: var(--color-primary);
    color: #fff
}

#pagesize ul li a.disabled {
    color: #fff;
    border: 1px solid #cecece;
    background: #cecece
}

@media screen and (max-width:768px) {
    #pagesize ul li a {
        padding: 6px 10px;
        font-size: 13px
    }

    #pagesize ul li span {
        padding: 6px 10px;
        font-size: 13px
    }
}



.newslist ul li .more {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 11px;
  display: inline-block;
  margin-top: 10px;
}




.head-top-sangni {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 56px;
  background: var(--color-noticeboard-backgroud);
}

/* Chrome */
.head-top-sangni .head-searchbg input::-webkit-input-placeholder{
  color: #fff;
}
/* IE 10+ */
.head-top-sangni .head-searchbg input:-ms-input-placeholder{
  color: #fff;
}
/* Firefox 4-18 */
/* Firefox 19+ */
.head-top-sangni .head-searchbg input:-moz-placeholder,.head-top-sangni .head-searchbg input::-moz-placeholder{
  color: #fff;
  opacity: 1;
}

.head-top-sangni .head-fl {
  line-height: 56px
}

.head-top-sangni .head-fl span {
  margin-right: 20px
}

.head-top-sangni .head-fl span i {
  display: inline-block;
  margin-top: 10px;
  margin-right: 12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
  background: rgba(176, 176, 176, .3);
  font-size: 16px;
  color: #fff
}

.head-top-sangni .head-fl span b {
  font-size: 16px;
  font-weight: 500;
  color: #fff
}

.head-top-sangni .head-searchbg {
  float: left;
  width: 204px;
  height: 32px;
  margin-top: 11px;
  border-radius: 50px;
  background: rgba(255, 255, 255, .24)
}

.head-top-sangni .head-searchbg input {
  float: left;
  width: 160px;
  height: 32px;
  padding-left: 24px;
  font-size: 13px;
  color: #fff;
  border: none;
  outline: none;
  background: 0 0;
  outline: none
}

.head-top-sangni .head-searchbg button {
  float: right;
  width: 44px;
  height: 32px;
  background: 0 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  outline: none
}

.head-top-sangni .head-searchbg button::before {
  /* content: '\e727'; */
  font-size: 22px;
  color: #fff;
  opacity: .7;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  transition: .3s all
}

.head-top-sangni .head-searchbg button:hover::before {
  opacity: 1
}

.head-top-sangni .lang-show {
  position: relative;
  float: left;
  padding: 17px 0 15px
}

.head-top-sangni .lang-show .show-current {
  padding-left: 30px
}

.head-top-sangni .lang-show .show-current img {
  margin-right: 12px
}

.head-top-sangni .lang-show .show-current span {
  display: inline-block;
  margin-top: 2px;
  font-size: 14px;
  color: #fff;
  vertical-align: top
}

.head-top-sangni .lang-show .show-current span i::before {
  /* content: '\e60c'; */
  margin-left: 10px;
  margin-top: 2px;
  font-size: 14px;
  opacity: .8
}

.head-top-sangni .lang-show .lang-hide {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 9;
  min-width: 120px;
  padding: 5px 15px 15px;
  background: #fff;
  box-shadow: 1px 3px 5px 2px rgba(0, 0, 0, .1)
}

.head-top-sangni .lang-show .lang-hide {
  margin-top: 5px
}

.head-top-sangni .lang-show .lang-hide a {
  display: block;
  margin-top: 10px;
  font-size: 14px
}

.head-top-sangni .lang-show .lang-hide img {
  border-radius: 50%;
  margin-right: 10px
}

.head-top-sangni .lang-show .lang-hide a:hover span {
  color: var(--color-noticeboard-backgroud)
}

.header-height-sangni {
  height: 90px
}

.header-height-sangni .header-sangni {
  position: relative;
  width: 100%;
  height: 90px;
  background: #fff;
  z-index: 10;
  font-size: 0;
  box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, .08)
}

.fixed {
  position: fixed !important;
  top: 0;
  z-index: 10 !important;
  max-width: 1920px;
}

.header-height-sangni .head-logo {
  width: 16%;
  margin-top: 16px;
  vertical-align: top
}

.header-height-sangni .head-nav {
  width: 66%;
  margin-top: 38px;
  text-align: center
}

.header-height-sangni .head-nav ul {
  width: 100%
}

.header-height-sangni .head-nav li {
  position: relative;
  display: inline-block;
  padding: 0 21px;
  height: 52px
}

.header-height-sangni .head-nav li h3.down {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  transition: .3s all
}

.header-height-sangni .head-nav li h3 b::before {
  /* content: '\e60c'; */
  display: inline-block;
  margin-left: 10px;
  margin-top: 2px;
  font-size: 14px;
  color: #2a2a2a;
  vertical-align: top
}

.header-height-sangni .head-nav li a {
  display: block;
  padding: 0 2px;
  font-size: 17px
}

.header-height-sangni .head-nav li h3 a {
  color: #212121;
  font-family: montserrat-medium
}

.header-height-sangni .head-nav li h3 a:hover {
  text-decoration: none
}

.header-height-sangni .head-nav li h3:hover,
.header-height-sangni .head-nav li h3.current {
  border-bottom: 1px solid #4a9b54
}

.header-height-sangni .head-nav li h3:hover a,
.header-height-sangni .head-nav li h3.current a {
  color: var(--color-noticeboard-backgroud);
  padding-bottom: 3px
}

.header-height-sangni .head-nav li h3.down:hover b::before,
.header-height-sangni .head-nav li h3.down.current b::before {
  color: var(--color-noticeboard-backgroud)
}

.header-height-sangni .nav-slidedown {
  display: none;
  position: absolute;
  width: 312px;
  top: 47px;
  left: 0;
  padding: 0 20% 18px;
  background: #fff;
  text-align: left;
  z-index: 2;
  box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, .1)
}

.header-height-sangni .head-nav li .nav-slidedown a {
  height: auto;
  padding-top: 18px;
  font-size: 15px;
  color: #666
}

.header-height-sangni .head-nav li .nav-slidedown a:hover {
  color: var(--color-noticeboard-backgroud)
}

.header-height-sangni .header-sangni .href {
  margin-top: 22px
}

.header-height-sangni .href a,
.mobile-height-sangni .href a {
  display: inline-block;
  padding: 14px 48px;
  background: var(--color-noticeboard-backgroud);
  font-size: 15px;
  color: #fff;
  font-family: montserrat-bold;
  border-radius: 50px
}

.header-height-sangni .href a:hover,
.mobile-height-sangni .href a:hover {
  background: #30318B;
  text-decoration: none
}

.mobile-height-sangni {
  display: none;
  height: 60px
}

.mobile-height-sangni .mobile-nav-sangni {
  display: none;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.mobile-height-sangni .m-navico {
  font-weight: 700;
  font-size: 22px;
  line-height: 60px
}

.m-navlist-sangni {
  position: fixed;
  left: -80%;
  top: 0;
  bottom: 0;
  width: 76%;
  padding: 0 0 20px;
  background: #fff;
  box-shadow: 1px 2px 8px 3px rgba(0, 0, 0, .2);
  z-index: 999
}

.m-navlist-sangni .m-listtop {
  padding: 20px;
  font-size: 24px
}

.m-navlist-sangni .m-listtop img {
  width: 146px
}

.m-navlist-sangni .m-listtop span {
  float: right;
  font-size: 24px;
  color: #999;
  font-weight: 100;
  line-height: 36px;
  opacity: .8
}

.m-navlist-sangni .m-navlistcon {
  margin-left: 20px
}

.m-navlist-sangni .m-navlistcon ul {
  display: none
}

.m-navlist-sangni .m-navlistcon span {
  display: block;
  border-bottom: 1px solid #dedede;
  overflow: hidden
}

.m-navlist-sangni .m-navlistcon span a {
  display: inline-block;
  width: 70%;
  padding: 15px 0;
  font-size: 16px;
  color: #000009;
  float: left
}

.m-navlist-sangni .m-navlistcon span a.current,
.m-navlist-sangni .m-navlistcon li a.current {
  color: var(--color-noticeboard-backgroud)
}

.m-navlist-sangni .m-navlistcon span i {
  text-align: right;
  width: 24%;
  float: right;
  font-size: 18px;
  padding: 15px 6% 15px 0
}

.m-navlist-sangni .m-navlistcon ul li {
  margin-left: 20px;
  border-bottom: 1px solid #dedede
}

.m-navlist-sangni .m-navlistcon ul li a {
  display: block;
  padding: 15px 0;
  font-size: 15px;
  color: #666
}

.m-navlist-sangni .m-navlistcon ul li a b {
  padding-left: 10px
}

.m-navlist-sangni .m-navlistcon .xla-three {
  border-top: 1px solid #dedede;
  padding-left: 20px
}

.mobile-height-sangni .m-navtap {
  padding-left: 6%
}

.mobile-height-sangni .m-navtap,
.mobile-height-sangni .m-navcenter {
  float: left
}

.mobile-height-sangni .m-navcenter {
  width: 57%;
  margin-top: 13px;
  padding-left: 36px;
  text-align: center
}

.mobile-height-sangni .m-navcenter img {
  width: 136px
}

.mobile-height-sangni .m-navright {
  float: right
}

.mobile-height-sangni .m-navright .href a {
  margin-top: 12px;
  margin-right: 20px;
  padding: 12px;
  font-size: 12px
}

.head-top-sangni .container,
.header-height-sangni .container {
  width: 1400px;
  margin: 0 auto;
}

.head-top-sangni .wp,
.header-height-sangni .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s
}

.cd-popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 1000
}

.cd-popup .div_info {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15%;
  margin-top: -15%;
  float: none;
  max-height: 100%;
  overflow: auto
}

.cd-popup .div_info {
  width: 30%;
  padding: 55px;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, .1);
  border-radius: 24px
}

.cd-popup .div_info h3 {
  padding-bottom: 20px;
  font-size: 28px;
  color: #333;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: montserrat-bold
}

.cd-popup .div_info input,
.cd-popup .div_info textarea {
  display: block;
  width: 100%;
  height: 52px;
  margin: 0 auto;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 15px;
  border: none;
  background: #fafafa;
  border: 1px solid #eee;
  outline: none;
  border-radius: 8px
}

.cd-popup .div_info button {
  width: 100%;
  height: 56px;
  font-size: 15px;
  color: #fff;
  background: var(--color-noticeboard-backgroud);
  margin-top: 30px;
  border: none;
  outline: none;
  letter-spacing: 1px;
  font-family: montserrat-bold;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  transition: .3s all;
  border-radius: 8px
}

.cd-popup .div_info button:hover {
  background: #30318B;
  cursor: pointer
}

.cd-popup .div_info textarea {
  height: 166px;
  padding: 20px 30px;
  line-height: 30px
}

.cd-popup .cd-popup-close {
  position: absolute;
  right: 7%;
  top: 41px;
  font-size: 26px;
  line-height: 42px;
  color: #999
}

.cd-popup .cd-popup-close:hover {
  text-decoration: none
}


.cd-popup .input-position {
  position: relative
}

@media screen and (max-width:1580px) {

  .head-top-sangni .container,
  .header-height-sangni .container {
    width: 78%
  }

  .header-height-sangni {
    height: 76px;
}

  .header-height-sangni .head-logo {
    width: 18%;
    margin-top: 13px
  }

  .header-height-sangni .head-logo img {
    width: 100%
  }

  .header-height-sangni .header-sangni {
    height: 76px
  }

  .header-height-sangni .head-nav {
    width: 62%;
    margin-top: 30px
  }

  .header-height-sangni .head-nav li {
    height: 46px;
    padding: 0 22px
  }

  .header-height-sangni .nav-slidedown {
    top: 45px
  }

  .header-height-sangni .header-height-sangni .head-nav li a {
    font-size: 16px
  }

  .header-height-sangni .href a,
  .mobile-height-sangni .href a {
    padding: 14px 38px;
    font-size: 14px
  }

  .header-height-sangni .header-sangni .href {
    margin-top: 16px
  }

  .cd-popup .div_info {
    top: 80px;
    margin-left: -18%;
    margin-top: 0;
    max-height: 76%;
    width: 36%;
  }

  .cd-popup .div_info input {
    height: 48px
  }

  .cd-popup .div_info {
    padding: 40px
  }

  .cd-popup .div_info h3 {
    padding-bottom: 15px
  }

  .cd-popup .div_info textarea {
    height: 150px
  }

  .cd-popup-close {
    top: 24px
  }
}

@media screen and (max-width:1420px) {
  .header-height-sangni .head-logo img {
    width: 100%
  }

  .header-height-sangni .href a,
  .mobile-height-sangni .href a {
    padding: 14px 30px
  }

  .header-height-sangni .head-nav li {
    padding: 0 14px;
  }
}

@media screen and (max-width:1280px) {
  .header-height-sangni .head-nav li {
    padding: 0 6px;
  }

  .header-height-sangni .href a,
  .mobile-height-sangni .href a {
    padding: 14px;
    font-size: 13px;
  }

  .header-height-sangni .head-logo {
    margin-top: 18px
  }

  .header-height-sangni .head-nav li a {
    font-size: 14px
  }

  .header-height-sangni .head-nav li .nav-slidedown a {
    font-size: 14px
  }

  .cd-popup .div_info textarea {
    line-height: 26px
  }
}

@media screen and (max-width:960px) {

  .head-top-sangni .container,
  .header-height-sangni .container {
    width: 88%
  }

  .head-top-sangni .container{
    flex-wrap: nowrap;
    width: 92%;
  }

  .header-height-sangni .header-sangni,
  .header-height-sangni {
    display: none
  }

  .mobile-height-sangni .mobile-nav-sangni,
  .mobile-height-sangni {
    display: block
  }

  .head-top-sangni .head-fl span b {
    font-size: 14px
  }

  .head-top-sangni .lang-show .show-current {
    padding: 0 0 0 12px
  }

  .head-top-sangni .lang-show .lang-hide {
    left: auto;
    right: -42%;
    top: 46px;
    margin-top: 2px
  }

  .head-top-sangni .head-fl {
    line-height: 48px
  }

  .head-top-sangni .head-fl span i {
    margin-top: 7px
  }

  .head-top-sangni {
    position: relative;
    height: 48px
  }

  .head-top-sangni .lang-show {
    padding: 13px 0 11px
  }

  .head-top-sangni .head-searchbg {
    display: none
  }

  .cd-popup .div_info {
    width: 86%;
    margin-left: -43%;
    padding: 30px;
  }

  .cd-popup .cd-popup-close {
    top: 15px
  }

  .cd-popup .div_info button {
    margin-top: 28px
  }

  .mobile-height-sangni {
    position: relative;
    z-index: 9
  }
}

@media screen and (max-width:340px) {
  .head-top-sangni .head-fl span {
    margin-right: 0
  }

  .mobile-height-sangni .m-navcenter {
    width: 48%;
    padding-left: 26px
  }

  .cd-popup .div_info textarea {
    height: 204px
  }
}
  
  
  .header-lang .lang-hide{width:200px;padding:15px;position:absolute;right:0;top:42px;z-index:200;background:#fff;transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;box-shadow:0 0 10px rgba(63,62,62,0.2);}
.header-lang .lang-hide::before{content:'';position:absolute;right:37px;top:-8px;overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;display:block;}
.header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.header-lang ul li:last-child{border:none;}
.header-lang ul li a{color:#333;font-size:14px;display:block;}
.header-lang ul li a:hover{color:var(--active-color);}
.header-lang ul li img{vertical-align:middle;margin-right:7px;}
.header-lang:hover .lang-hide{opacity:1;visibility:visible;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);}