@charset "utf-8";
.vidoBG {
  position: absolute;
    width: 101%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    background: -webkit-linear-gradient(top, rgba(9, 82, 161, 1), rgba(255, 255, 255, .1));
    /* Safari 5.1 - 6 */
    background: -o-linear-gradient(bottom, rgba(9, 82, 161, 1), rgba(255, 255, 255, .1));
    /* Opera 11.1 - 12*/
    background: -moz-linear-gradient(bottom, rgba(9, 82, 161, 1), rgba(255, 255, 255, .1));
    /* Firefox 3.6 - 15*/
    background: linear-gradient(to bottom, rgba(9, 82, 161, 1), rgba(255, 255, 255, .1));
}

.vidoBG video {
  width: 100%;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  z-index: -1;
  opacity: .6;
  display: none;
}

.vidoBG .imgCover {
  background-image: url('http://images.china.cn/images1/ch/2021zgwj/zh/research/img/bg1.png');
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;

}
main{
  position: relative;
  overflow: hidden;
}
.main{
  padding-top: 60px;
  box-sizing: border-box;
  padding-bottom: 67px;
}
/*侧边栏*/
.gp-subLeft {

  background:linear-gradient(to right bottom , #7985e8,#1e93d3);
  background:-webkit-linear-gradient(to right bottom , #7985e8,#1e93d3);
  background:-moz-linear-gradient(to right bottom , #7985e8,#1e93d3);
  background:-o-linear-gradient(to right bottom , #7985e8,#1e93d3);

  width: 240px;
}
.gp-subLeft>ul{
  padding: 30px 0;
}
.gp-subLeft>ul>li {
  position: relative;
}

.gp-subLeft>ul>li>a {
  padding: 20px 50px;
  display: block;
  color: #fff;
  /* margin-right: 20px; */
  transition: all 0.35s ease-in-out;
}

.gp-subLeft>ul>li>a:hover, .gp-subLeft>ul>li>a.active {
  background: url(../images/asdi.png) no-repeat;
  background-size: cover;
  padding-right: 20px;
  padding-left: 40px;
  margin-left: 10px;
  color: #333;
}

.gp-subLeft .gp-toggles {
  width: 58px;
  height: 58px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  color: #666
}

.gp-second-nav {
  font-size: 14px;
  display: none;
  background: #e8f5ea;
}

.gp-second-nav dd a {
  display: block;
  padding: 10px 15px 10px 20px;
  color: #666;
  border-bottom: 1px dotted #fff;
  transition: all 0.35s ease-in-out;
}

.gp-second-nav dd a:hover, .second_nav dd a.active {
  background: #fff;
}

/*侧边栏移动端 */
.gp-m-subNav {
  display: none;
  
  
}

.gp-m-inner-header {
  width: 100%;
  height: 40px;
  background:linear-gradient(to right bottom , #7985e8,#1e93d3);
  background:-webkit-linear-gradient(to right bottom , #7985e8,#1e93d3);
  background:-moz-linear-gradient(to right bottom , #7985e8,#1e93d3);
  background:-o-linear-gradient(to right bottom , #7985e8,#1e93d3);
  cursor: pointer;
  line-height: 40px;
}

.gp-m-inner-header>span {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  color: #666;
}



.gp-m-subNav .gp-m-inner-header-icon {
  float: right;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
}

.gp-m-subNav .gp-m-inner-header-icon-click i {
  display: block;
}

.gp-subNavm {
  width: 100%;
  overflow: hidden;
  display: none;
}

.gp-subNavm h2 {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #003c7f;
}

.gp-subNavm h2 a {
  padding-left: 13px;
  font-size: 20px;
  font-family: Tahoma;
  display: block;
  color: #fff;
}


.gp-subNavm li {
  position: relative;
}

.gp-subNavm li>a {
  font-size: 14px;
  padding-left: 13px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  /* background: #fff; */
}

.gp-subNavm li.sub_has span {
  margin-left: 10px;
}

.gp-subNavm li.on a {
  color: #003c7f;
  display: block;
  width: 100%;
}

.gp-m-toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  text-align: center;
}

.gp-subNavm dl {
  display: none;
  background-color: #fff;
  padding: 5px 0px;
}

.gp-subNavm dl dd {
  padding-left: 30px;
  line-height: 18px;
  padding: 8px 0px 8px 30px;
  border-bottom: 1px dotted #e6e6e6;
}

.gp-subNavm li dl dd a {
  font-size: 12px;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}

.gp-subNavm li dl dd a:hover {
  color: #a70510
}
.forums{
  margin-left: 0;
  position: relative;
}
.title {
  margin: 0px 0 40px;
  position: relative;
}

.title i {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  overflow: hidden;
  /* margin-left: 7px; */
  position: absolute;
  left: 0;
  top: calc(100% - 26px);
}


.tit {
  display: inline-block;
  margin-left: 37px;
  vertical-align: middle;
  line-height: 1;
  color: #222;
}
.forumsul1 li{
  margin-bottom: 20px;
}
.forumsul1 a{
  display: block;
  padding: 10px 22px;
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease-in-out;
}
.forumsul1 li:hover a{
  transform: translateX(5px);
}
.forumsul1 a p{
  line-height: 1;
  color: #222;
}
.forumsul1 a::before{
  content: '';
    display: block;
    width: 2px;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #d1c0a5;
}
/* 列表页 */
.mode2ul{
  margin: 0 -30px;
  overflow: hidden;
}
.mode2ul li {
  margin-bottom: 30px;
}

.mode2ul li a {
  display: block;
  padding: 19px 30px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #fff;
  border-top: none;
  transition: all .3s ease-in-out;
  margin: 0 30px;
}

.mode2Article {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  color: #222;
}

.mode2ul li a::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;

  position: absolute;
  left: 0;
  top: 0;
}

.mode2ul li:nth-child(7) a::before, .mode2ul li:nth-child(8) a::before,
.mode2ul li:nth-child(1) a::before,.mode2ul li:nth-child(2) a::before,
.mode2ul li:nth-child(7) a::after, .mode2ul li:nth-child(8) a::after,
.mode2ul li:nth-child(1) a::after,.mode2ul li:nth-child(2) a::after {
  background: #a40000;
}

.mode2ul li:nth-child(3) a::before, .mode2ul li:nth-child(4) a::before,
.mode2ul li:nth-child(3) a::after, .mode2ul li:nth-child(4) a::after {
  background: #cfa972;
}

.mode2ul li:nth-child(5) a::before, .mode2ul li:nth-child(6) a::before,
.mode2ul li:nth-child(5) a::after, .mode2ul li:nth-child(6) a::after {
  background: #054b97;
}

.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.mode2ul li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mode2ul li:hover a::after, .mode2ul li a:focus::after, .hvr-bounce-to-bottom:active::after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.mode2ul li:hover .mode2Article {
  color: #fff;
}




/* 分页 */
.gp-page {/* padding:15px 0; */ color:#999;font-size: 0;margin-bottom: 30px;margin-top: 45px;}
.gp-page:after,.gp-page:before { content:" "; display:table}
.gp-page>a,.gp-page>span{
 display:inline-block;
 *display: inline;
 background: #fff;*zoom:1;
 cursor: pointer;
 padding: 0 16px;
 height: 46px;
 line-height: 46px;
 position:
 relative;
 text-align: center;
 border-right: 1px solid #e5e5e5;  margin-bottom:5px;
 margin-left: 0;
 color: #555;
 font-size: 16px;
 vertical-align: top;
 }
.gp-page-select{height: 46px;line-height: 46px;min-width: 50px;display:inline-block;*display: inline;outline: none;border: navajowhite;*zoom:1;vertical-align: top;}
.gp-page .gp-page-start,.gp-page .gp-page-end,.gp-page .gp-page-next,.gp-page .gp-page-prev,.gp-page > span {width: auto;padding: 0 16px;}
.gp-page > span{border:none}
.gp-page > a:hover,.gp-page > a.active { background-color:#3064d0;color: #fff;}
.gp-m-page a{display: inline-block;margin:0 10px}
/*居中*/
.gp-page-centered {text-align:center}
/*右对齐*/
.gp-page-right {text-align:right}
.gp-m-page{
  display: none;
}
.jump{
  display: inline-block;
  margin-left: 50px;
  padding: 0 30px;
  box-sizing: border-box;
  background: #fff;
}
.jump span{
  display:
  inline-block;
 
  background: #fff;
 
  height: 46px;
  line-height: 46px;
  position:
 relative;
  text-align: center;
  margin-left: 0;
  color: #555;
  font-size: 16px;
  vertical-align: top;
}

.select{
  display: inline-block;
  position: relative;
}
.select>span{
 padding:0 27px;
 height: 46px;
 line-height: 46px;
 position: relative;
}

.select>span::before {
  content: '';
  display: block;
  width: 17px;
  height: 5px;
  background: url(../images/fy.png) no-repeat;
  position: absolute;
  right: 0;
  top: calc(50% - 2.5px);
}

.select>.on::before {
  background: url(../images/fy.png) no-repeat;
  transform: rotateX(-180deg);
}
.select>span.on .selectUl {
  display: block;
}
.selectUl {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 46px;
  background: #fff;
  padding-top: 10px;
  box-sizing: border-box;
}

.selectUl li a {
  display: block;
  color: #333;
  text-align: center;
}
/* page */
/* 图片列表 */
.imglistUl {
  margin: 0 -20px;
  overflow: hidden;
}
.imglistUl li{
  margin-bottom: 60px;
}
.imglistUl a{
  display: block;
  margin: 0 20px;
  transition: all .3s ease-in-out;
}
.imglistUl li:hover a{
 transform: translateX(5px);
}
.imgListpic{
  padding-bottom: 53.6%;
}
.listimgarticle{
  color: #333;
  margin-top: 8px;
  line-height: 1.67;
}
/* 新闻速递 */
.expressUl{
  overflow: hidden;
}
.expressUl li{
  margin-bottom: 30px;
}
.expressUl li:hover a{
  transform: translateX(5px);
}
.expressUl a{
  display: block;
  padding: 10px;
  padding-left: 0;
  padding-right: 30px;
  position: relative;
  /* background: red; */
  overflow:
  hidden;
  transition: all .3s ease-in-out;
}
.expressUl a::before{content: '';display: block;width: calc(100% - 10px);height: calc(100% - 2px);border: 1px solid #dcdcdc;position: absolute;right: 0;top: 0;}
.expressLeft{
  width: 300px;
  overflow: hidden;
  margin-left: -10px;
  float: left;
  position: relative;
  z-index: 10;
}
.expressImg{
  padding-bottom: 56.33%;
}
.expressUl li.on .expressRight{
  margin-left: 30px;
}
.expressRight{
  margin-left: 330px;
  position: relative;
  z-index: 10;
}
.expressUl li:hover .expressarticle{
  color: #003c7f;
}
.expressarticle{
  line-height: 1.5;
  color: #222;
  margin: 13px 0;
}
.expresssummary{
  line-height: 1.63;
  max-height: 3.26em;
  overflow: hidden;
  color: #555;
  margin-bottom: 18px;
}
.date {
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  color: #02569e;
  line-height: 1;
  transition: all .3s ease-in-out;
}

.date::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: url(../images/clock.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.gp-article p{
  line-height: 2.1;
  color: #222;
}
.article img{
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.pageArticleTitle {
  overflow: hidden;
  /* padding: 0px 0 14px; */
}

.pageArticleTitle h3 {
  line-height: 1.58;
  color: #222;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

.articleAuthor {
  text-align: center;
  /* color: #333; */
  padding: 12px 10px;
  margin-bottom: 25px;
  /* line-height: 14px; */
  background: rgba(255,255,255,.55);
}

.articleAuthor span {
  display: inline-block;*display: inline;
  zoom: 1;
  color: #555;
  line-height: 1.25;
  padding-right: 20px;
  box-sizing: border-box;
  margin-right: 20px;
  border-right: 1px solid #555;
}
.articleAuthor span:last-child{
  border: none;
}
.titlelt{
  margin-top: 28px;
}
@media screen and (max-width:1461px) {
  .share{
    position: static;
    width: auto;
    float: right;
  }.share_btn{
   text-align: right;
  }
  .share .bdsharebuttonbox>a{
   margin: 0 5px 0 0;
  }
}

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

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

@media screen and (max-width:1100px) {
  .gp-page .gp-page-start, .gp-page .gp-page-end, .gp-page .gp-page-next, .gp-page .gp-page-prev, .gp-page > span {
    padding: 0 13px;
}
.article img{
  float: none;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width:997px) {
  .forums{
    margin-left: 0px;
  }
  .gp-subLeft{
    display: none;
  }
  .gp-m-subNav{
    display: block;
    margin-bottom: 20px;
  }
  .main {
    padding: 30px 0;
}
.title {
  margin: 0px 0 20px;
}
 .titlelt {
    margin-top: 28px;
}
.imglistUl{
  margin: 0 -15px;
}
.imglistUl li{
  margin-bottom: 20px;
}
.imglistUl a{
  margin: 0 15px;
}
.article img{
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
}


@media screen and (max-width:767px) {
  
  .mode2ul li a {
    margin: 0 15px;
    padding: 10px 20px;
}
  .mode2ul{
    margin: 0 -15px;
  }
  .article img{
    float: none;
      margin: 0 auto;
      display: block;
    }
}


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



  .gp-page {
    display: none;
    /* padding: 20px 0 30px; */
  }

  .gp-m-page {
    display: block;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .expressLeft{
    width: 100%;
    float: none;
  }
  .expressRight{
    margin-left: 20px;
  }
  .expressUl a {
    padding-right: 10px;
  }
  .share .bdsharebuttonbox>a img{
    transform: scale(.8);
  }
}

@media screen and (max-width:480px) {
  .article img{
    float: none;
    margin: 0;
   margin-bottom: 20px;
  }
 
}


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