@charset "utf-8";
/*sec-cont css*/
.sec-cont {
  margin-top: 40px;
}
@media (max-width:991px){
  .sec-cont {
  margin-top: 10px;
}
}

/* left nav */
.sec-cont-left{
  width:20%;
}

.gl_header_h1{
  width: 100%;
  height: 56px;
  background: #2f8346 url(current-icom.png) left center no-repeat;

}
.gl_header_h1 span{
  font-size: 18px;
  line-height: 56px;
  color: #fff;
  padding-left: 25px;
}
.comment_left_menu .block{background: #f2f4fb;padding-bottom:15px;}
.comment_left_menu h2{background:#005ab3;padding:15px 0px;color:#fff;font-size:18px;padding-left:25px;}
.contentLeft {
   float:left;
  width: 100%;
  top: 0;
  left: 0;
}
#left_nav_show{
  width: 100%;
}
#left_nav img{
  width: 25px;
}
.leftNavigation {
  margin: 0rem 0;
}
.leftNavigation, .leftNavigation li ul {
  list-style: none;
  padding: 0;
}
.leftNavigation  li a.leftnav_a {
  display: block;
  padding: 12px 20px 12px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:400;
  /*! background:#f2f4fb; */
}
.leftNavigation > li {border-bottom:1px solid #ddd;}
.leftNavigation > li > a.leftnav_a {
  font-size: 18px;
  color: #444444; 
  line-height:30px;
}

.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #f4f9ff;
}
.leftNavigation li ul li a {
  float:left;width:100%;
  font-size:14px;
  color:#1956a5; 
  margin-left:25px; 
  padding-left:12px;
}
.leftNavigation li ul li{padding-top:10px;padding-bottom:10px;float:left;width:100%;}
.leftNavigation li ul li a:hover {
  color: #024096; 
  text-decoration:none; 
  background:#114d9f;
}
.leftNavigation >li > a:hover,.leftNavigation li.active > a{
  color: #2f8346; 
  text-decoration:none;
  background: url(sec-left-nav-border.jpg) right center no-repeat;
}

.leftNavigation li.active ul {
  display: block;
}

.leftNavigation > li > a .titNavIcon{display: none;float:left;width:3px;margin-left:3px;margin-right:15px;background:#f2f4fb;height:30px;border:1px solid #f2f4fb;}
.leftNavigation > li.active > a .titNavIcon,
.leftNavigation > li > a:hover .titNavIcon{

  float:left;width:3px;background:#12379b;height:30px;border:1px solid #12379b;
}

@media (max-width:991px){
  .sec-cont-left{
  width:100%;
}
  #left_nav{
    margin-top: -45px;
  }
  .leftNavigation > li{
    text-align: center;
  }
}

/*right css*/
.sec-cont-right{
  width: 80%;
  min-height: 50vh;
}
@media (max-width:991px){
  .sec-cont-right{
  width: 100%;
}
}
.cont-right-breadcrumb{
  border-bottom: 2px solid #2f8346;
}

.gl_header_breadcrumb{
  height: 54px;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  padding-bottom: 5px;
  color:#666;
  overflow: hidden;
}
.gl_header_breadcrumb a{
  font-size:14px;
  color:#666;
  margin-left: 5px;
  float: left;
}
.gl_header_breadcrumb a:first-child{
  margin-right: 5px;
}
.gl_header_breadcrumb a:hover{color:#2f8346;}

/*list start*/
.comment_list,.comment_list li{
    float:left;width:100%;padding:0px 15px 0 0;margin:0px;
}
.comment_list{
  padding-left: 40px;
}
.comment_list li{
    line-height:56px;
    /*! border-bottom:1px dashed #f1f1f1; */
    padding-left: 15px;
}
.comment_list li:nth-of-type(odd){ background:#f8f8f8;}
.comment_list li a{
    float:
    left;
    background:
    url(organge-icon.png) left center no-repeat;
    padding:0px 0px 0px 15px;
    font-size:16px;
    color:#444;
    overflow:
    hidden;
    text-overflow:
    ellipsis;
    display:
    -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    word-wrap: normal;
    width: 90%;
}

.comment_list li a:hover{color:#2f8346;}
.comment_list li span{
    float:right;
    color:#afafaf;
    font-size:14px; 
}
@media (min-width:1440px){
    .comment_list li{
        /*background:url(organge-icon.png) left center no-repeat;*/
        padding:18px 15px 18px 15px;
        line-height:24px;
        border-bottom:1px dashed #f1f1f1;
    }
}
@media (max-width:991px){
  .comment_list{
  padding-left: 0;
}

  .comment_list li{
    padding:11px 0px 11px 15px;
    line-height:30px;
    border-bottom:1px dashed #f1f1f1;
    text-align: left;
  }
  .comment_list li a{
    float:left;font-size:16px;color:#3f3f3f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    overflow: hidden;
    width:100%;
    line-height:24px;
  }
  .comment_list li span{float:left;}
}
/*list end*/

/*----单篇概览-----*/
.gl_cont_right{
  width:100%;
  padding-left:30px;
}
@media (max-width:991px){
  .gl_cont_right{
    padding-left:30px;
  }
}

@media (max-width:767px){ 
  .gl_cont_right{
    padding-left:0;
  }
}

/*细览*/
.gl_dp_content p{font-size:16px;line-height:28px;margin-bottom:20px;clear: both;color: #444;}
.gl_dp_content p img, .gl_dp_content img {
  margin: 0 auto;
}

/* img public */
.image-box,.image-box span,.img-hover,.image-box span a{float:left;width:100%;}
.image-box{padding:0px;padding-bottom:25px;position:relative;}
.image-box span{
    text-align: left;
}
.image-box span a{font-size:14px;padding:5px 0px;color:#444444;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.image-box span a:hover{color:#f09236;}
.img-hover{margin-bottom:5px;overflow: hidden;}

/* img public end */


/*peo list*/
.peo1_list > div{margin-bottom:15px;}
.peo1_list .image-box{
  border:1px solid #e5ebf4;
  padding:0px;
  margin-bottom: 20px;
  padding:5px;
  height:100%;
  max-height:280px;
  min-height: 245px;
  padding-top:15px;
}
.peo1_list .image-box:hover{
  -webkit-box-shadow: 0px 0px 5px #e5ebf4;
  -moz-box-shadow: 0px 0px 5px #e5ebf4;
  box-shadow: 0px 0px 5px #e5ebf4;
}
.peo1_list .img-hover img{width: auto;max-width: 100%;max-height: 140px;}
.peo1_list .image-box span{float:left;width:100%;padding:10px;}
.peo1_list .image-box span a{float:left;width:100%;color:#999;font-size:14px;}
.peo1_list .image-box span a b{font-size:16px;color:#333;float:left;width:100%;}
.peo1_list .image-box span a em{float:left;width:100%;}
.peo1_list .col-md-2, .peo1_list .col-sm-6, .peo1_list .col-xs-6, .peo1_list .col-lg-2{
  padding-left: 15px;
  padding-right: 15px;
}
.wl_gl_cont_right .peo1_list .image-box span a{padding-left:20px;}
@media (min-width:1200px) and (max-width:1440px) {
  .peo1_list .col-md-2{width:20%;}
}
@media (min-width:992px) and (max-width:1199px) { 
  .peo1_list .col-md-2{width:25%;}
}
@media (max-width:767px){  
  .peo1_list .image-box span a{padding:0px;text-align:center;}
  .peo1_list .image-box {padding-left: 15px; padding-right: 15px;}
}



/*peo1_new*/
.peo1_newlist ul{padding:0px;}
.peo1_newlist ul li{width:20%;text-align:center;line-height:24px;padding:5px 0;}
.peo1_newlist ul li a{ font-size:16px;color:#444; }
.peo1_newlist ul li a:hover { font-size:16px;color:#12379b; font-weight:bold;}
@media (max-width:992px){  
  .peo1_newlist ul li{width:25%;text-align:center;line-height:24px;padding:5px 0;}
}
@media (max-width:767px){  
  .peo1_newlist ul li{width:30%;text-align:center;line-height:24px;padding:5px 0;}
}
@media (max-width:570px){  
  .peo1_newlist ul li{width:50%;text-align:center;line-height:24px;padding:5px 0;}
}


/* img text list */
.gl_imglist_dl{position: relative;margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #e5ebf4;}
.gl_imglist_dt{float:left;width:187px;overflow:hidden;}
.gl_imglist_dt a img{width:187px;}
.gl_imglist_dd{display: table-cell;padding-left:15px;}
.gl_imglist_dd h5{padding:0px;margin:0px;color:#999;font-size:16px;font-weight:400;}
.gl_imglist_dd h5 a{color:#024096;line-height:22px;font-size:18px;font-weight:bold;}
.gl_imglist_dd  p{float:left;width:100%;margin-top:5px;line-height:28px;font-size:16px;}
.gl_imglist_dd h5 a:hover{color:#f09236;}
@media (max-width: 480px) {
    .gl_imglist_dt{float:left;width:100%;text-align:center;}
    .gl_imglist_dt a img{width:100%;}
    .gl_imglist_dd{padding:0px;padding-top:15px;}
}
.gl_imglist_dt a img{ 

  -webkit-transition: all 0.5s; 
  -moz-transition: all 0.5s; 
  -o-transition: all 0.5s;
}
.gl_imglist_dt a img:hover {
  -webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1); 
  -o-transform: scale(1.1); 
  -ms-transform: scale(1.1); 
}

/* images list */
.gl_images_list{overflow: hidden;}
.gl_images_list .image-box .img-hover img{width:280px;height:197px;max-width:100%;}
.gl_images_list .gl_mar{margin:0px -15px;}
.gl_images_list .gl_padd{padding:0px 15px;}
.gl_images_list .image-box span a{height:43px;padding:0px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space:inherit;
}
@media (min-width:1440px) {
  .wl_gl_cont_right .gl_images_list .image-box .img-hover img{width:323px;height:230px;max-width:100%;}
}
@media (max-width:1199px) { 
  .gl_images_list .image-box .img-hover img{width:280px;height:120px;max-width:100%;}
  .wl_gl_cont_right .gl_images_list .image-box .img-hover img{width:280px;height:160px;max-width:100%;}
}
@media (max-width: 992px) {
  .l_images_list .image-box span a{height:auto!important;font-size:14px;padding:5px 0px;color:#444444;
  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
  }
  .gl_images_list .image-box .img-hover img{width:100%;max-width:100%;height:180px;}
}
@media (max-width: 768px) {
  .gl_images_list .gl_mar{margin:0px 0px;}
  .gl_images_list .gl_padd{padding:0px 50px;}
  .gl_images_list .image-box span a{font-size:14px;color:#444444;}
  .gl_images_list .image-box .img-hover img{width:100%;max-width:100%;}
}
@media (max-width: 680px) {
  .gl_images_list .image-box .img-hover img{width:100%;max-width:100%;height:125px;}
}
@media (max-width: 550px) {
  .gl_images_list .gl_mar{margin:0px -15px;}
  .gl_images_list .gl_padd{padding:0px 15px;}
}
@media (max-width: 400px) {
  .gl_images_list .image-box .img-hover img{width:100%;max-width:187px;height:100px;}
}

#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:557px; position:absolute; z-index:9999; left:50%; background-color:#fff; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background:#fff url(WhiteLoading.gif) no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbImage img{width:100%;}
#mbBottom { min-height:20px; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:inline; color:#999; font-weight:bold; line-height:20px; font-size:12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
#mbNumber { background:url(mbNumber_bg.gif) no-repeat center; display:inline; color:#C00; line-height:26px; font-size:12px; position: absolute; bottom: 5px; right: 10px; text-align: center; width:65px; height:26px; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { width:32px; height:100px; background:transparent url(CustomBlackPrevious.gif) no-repeat center; position: absolute; top:38%; left:-32px; }
#mbNextLink { width:32px; height:100px; background:transparent url(CustomBlackNext.gif) no-repeat center; position: absolute; top:38%; right:-32px; }
#mbCloseLink { width:24px; background:transparent url(CustomBlackClose.gif) no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }
.layout_default{float:left; margin:5px;
  -webkit-box-shadow: 0px 0px 3px #bbb;
  -moz-box-shadow: 0px 0px 3px #bbb;
  box-shadow: 0px 0px 3px #bbb;
  padding-bottom:15px;
  margin-bottom:15px;
}
@media (max-width: 768px) {
  #mbBottom #mbTitle{visibility: hidden}
  #mbBottom #mbNumber{visibility: hidden}
}

.gl_images_list .image-box .img-hover img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.gl_images_list .image-box .img-hover {
  display: block;
  overflow: hidden;
}
.gl_images_list .image-box .img-hover {
    position: relative;
}
.gl_images_list .image-box .img-hover::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.gl_images_list .image-box .img-hover:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*xiang qing */
.gl_dp_content h1.gl_xq_h1{font-size:22px;}
.gl_xq_ly font{font-size:14px;color:#999;}
.gl_dp_content span.gl_wzimg{text-align:center;}
.gl_dp_content span.gl_wzimg img,.gl_dp_content p span img ,.gl_dp_content p img{width:auto;max-width:100%;}
.gl_dp_content span.gl_wzimg b,.gl_dp_content p span,.gl_dp_content span{font-weight:400!important;margin-top:10px;display:inline;font-size:14px;}
@media (max-width: 992px) {
    .gl_dp_content span.gl_wzimg img,.gl_dp_content p span img ,.gl_dp_content p img{width:100%;height:auto;max-width:554px;}
}
@media (max-width: 600px) {
    .gl_dp_content span.gl_wzimg img,.gl_dp_content p span img ,.gl_dp_content p img{width:100%;height:auto;}
}

.gl_fj_dwn{border-top:1px dashed #ddd;padding-top:15px;position:relative;}
.gl_fj_dwn div.gl_fj_tit{width:140px;padding-bottom:15px;position:absolute;}
.gl_fj_dwn div.gl_fj_tit img{margin-right:10px; width: 20px; float: left;}
.gl_fj_dwn div.gl_fj_tit span{float: left;}
.gl_fj_dwn a{padding-left:120px;width:100%;line-height:30px;font-size:16px;}
.gl_fj_dwn a:hover{color:#286f3b;}

@media (max-width: 991px) {
    .gl_fj_dwn div.gl_fj_tit{width:130px;padding-bottom:15px;position:initial;}
    .gl_fj_dwn a{padding-left:0px;line-height:30px;font-size:16px;}
}
.content-pre-next {
  border-top: 1px solid #f1f1f1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.content-pre-next div:nth-child(1){
  text-align: left;
}
.content-pre-next div:nth-child(2){
  text-align: right;
}
@media (max-width: 991px) {
.content-pre-next div:nth-child(2){
  text-align: left;
  margin-top: 10px;
}
}