body,
html {
    width: 100%;
    min-width: 1200px;
    /* background: #fff; */
    
}

html *:after,
html *:before {
    box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
}

*:after,
*:before {
    z-index: -1;
}
html,body{width:100%;min-width:1200px;background:linear-gradient(180deg,rgba(206,212,226,1) 0%,rgba(237,241,245,1) 100%);}
.body{padding-top:90px;}
.nav-wrap{width:100%;min-width: 1200px;height:90px;background: rgba(255,255,255,0.95);position: fixed; z-index: 99; top: 0; box-shadow: 0 0 6px rgba(0,0,0,.1);}
.fade-enter-active {margin-top: 0;transition: margin-top .3s linear;}
.fade-enter{margin-top: -90px}
.fade-leave-active {margin-top: -90px;transition: margin-top .3s linear;}
.fade-leave{margin-top: 0;}
.nav{width:1200px;line-height:90px;margin:0 auto;position: relative;}
.nav-logo{display: block;width:236px;height:90px;background:url(../../images/nav/logo_black.png) no-repeat left center;background-size: 100% auto;}
.nav-list{position: absolute;right:0;top:0;}
.nav-list li{float: left;padding:0 20px;cursor: pointer;position: relative;}
.nav-list li a{display:inline-block;height:70px;color: #333;font-size:14px;position: relative;-webkit-transition: color .4s ease-in; -moz-transition: color .4s ease-in; -ms-transition: color .4s ease-in;}
/*.nav-list li a:hover i,.nav-list a:hover,.nav-list a.cur{font-weight: bold;}*/
.nav-list a.cur{ font-weight: bold; }
.nav-list a i{ display: block; width: 0px; height: 3px; position: absolute; z-index: 1; bottom: 0; background: #000; overflow: hidden; }
.nav-list a.cur i{ width: 100%; left: 0; }
.nav-list li.login{margin:0 20px;}
.nav-list li.login i{margin:0 8px;color: #333;}
.nav-list .drop-down-menu-wrap{
    height: 0;
    overflow: hidden;
}
.nav-list .drop-down-menu{
    color: #ffffff;
    font-size: 14px;
    /* margin-top: 22px; */
    /* background: rgba(0, 0, 0, .3); */
    background: #ffffff;
    width: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    text-align: center;
    line-height: 50px;
    /* height:50px; */
}
.nav-list li .drop-down-menu a{
    line-height: 50px;
    height:50px;
}
.nav-list .drop-down-menu>div:hover{
    background: rgba(0, 0, 0, .1);
}
.nav-list li:hover .drop-down-menu{
    height: auto;
    transition: all 0.3s;
}
.server-tel{
    position: absolute;
    left: 66px;
    top: 15px;
	line-height: 18px;
	font-size: 12px;
	color: #999999;
}
.header-phone{background: url(../../images/nav/nav-phone.png) no-repeat left 34px;padding-left:20px;background-size: 18%;}
.hoverNav{display:block;left:0;animation-name:navHover;-webkit-animation:navHover .2s linear 0s normal none;-moz-animation:navHover .2s linear 0s normal none;animation:navHover .2s linear 0s normal none;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes navHover{0%{width:0}10%{width:10%}20%{width:20%}30%{width:30%}40%{width:40%}50%{width:50%}60%{width:60%}70%{width:70%}80%{width:80%}90%{width:90%}100%{width:100%}}@-moz-keyframes navHover{0%{width:0}10%{width:10%}20%{width:20%}30%{width:30%}40%{width:40%}50%{width:50%}60%{width:60%}70%{width:70%}80%{width:80%}90%{width:90%}100%{width:100%}}@-ms-keyframes navHover{0%{width:0}10%{width:10%}20%{width:20%}30%{width:30%}40%{width:40%}50%{width:50%}60%{width:60%}70%{width:70%}80%{width:80%}90%{width:90%}100%{width:100%}}


.article-wrap{
    width:1200px;
    margin: 150px auto;
    background: #ffffff;
    overflow: hidden;
    padding-left: 350px;
    box-sizing: border-box;
    position: relative;
    /* min-height: 550px; */
}
.article-wrap .left{
    /* float:left; */
    width:350px;
    height: 100%;
    /* min-height: 550px; */
    left: 0;
    top: 0;
    position: absolute;
}
.article-wrap .left .box{
  width: 300px;
  position: absolute;
  top: 50%;
  margin-top: -200px;
}
.article-wrap .left img{
    width:200px;
    /* height: 375px; */
    margin: 60px auto 0;
    display: block;
}
.article-wrap .left .t{
    font-size:25px;
    line-height: 54px;
    text-align: center;
}
.article-wrap .right{
    /* float: left; */
}
.page_content {
  min-height: 300px;
  overflow: hidden;
}
.page_content  .empty{
  text-align:center;
  color: #999999;
  font-size: 14px;
  margin-top:130px;
}
.article-list .article-item{
  padding: 35px 60px;
  background: #EEEEEE;
  width: 850px;
  box-sizing: border-box;
  cursor: pointer;
}
.article-list .article-item:nth-child(2n){
  background: #FAFAFA;
}

.article-list .article-item>div{
  float: left;
  line-height: 20px;
  font-size: 16px;
  color: #333;
}
.article-list .article-item .tag{
  font-size: 14px;
  border: 1px solid #000000;
  border-radius: 4px;
  line-height: 20px;
  padding: 0 6px;
}
.article-list .article-item .text{
  margin: 0 10px;
  max-width: 400px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.article-list .article-item .date{
  float: right;
}

.page_ctrl{
    text-align: center;
    margin: 30px auto;
    box-sizing: border-box;
  }
  .page_ctrl *{
    line-height: 26px;
  }
  .page_ctrl button{
    margin:0 3px;
    min-width:30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #5e5e5e;
    cursor: pointer;
    outline: none;
    text-align: center;
  }
  .page_ctrl button:hover{
    background: #000000;
    color: #ffffff;
  }
  .page_ctrl .btn_dis{
    cursor: default;
    opacity: .7;
    background: #eeeeee;
    color: #5e5e5e;
  }
  .page_ctrl .btn_dis:hover{
    background: #eeeeee;
    color: #5e5e5e;
  }
  .page_ctrl .current_page{
    background: #000000;
    color: #ffffff;
  }
  .page_ctrl .input_page_num{
    width:30px;
    height: 26px;
    margin:0 3px;
    padding: 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #5e5e5e;
    outline: none;
  }
  .page_ctrl .page_total,.page_ctrl .page_text{
    color: #2b2b2b;
    font-size: 13px;
  }


  .prev_page,
  .next_page{
    display: none;
  }

  .page_ctrl .to_page_num{
    background: #000000;
    color: #ffffff;
    padding: 0 10px;
    font-size: 14px;
  }

  .article-cont h3{
    text-align: center;
  }
  .article-cont p.content{
    max-height: 300px;
    overflow: hidden;
  }
  .article-cont .voices-intro{
    color: #999999;
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    display: block;
  }
  .hide-article-box{
    width: 100%;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
    padding-bottom: 26px;  
    position: relative;
    z-index: 1998;
    padding-top: 160px;
    bottom: -1px;
    margin-top: -200px;
    text-align: center;
    font-size:14px;
    color: #333333;
    cursor: pointer;
  }
  .hide-article-box .icon{
    vertical-align: middle;
    margin-left: 5px;
  }