.column-img img {
  width: 100%;
}

.column-bottom-content {
  position: relative;
  min-height: calc(100vh - 220px - 220px);
}

.column-bottom-content .left-content {
  position: relative;
  margin-top: -75px;
  margin-bottom: 20px;
  width: 25%;
  float: left;
  background: -webkit-gradient(linear, left top, right top, from(#066daa), to(#0975c7));
  background: linear-gradient(90deg, #066daa 0%, #0975c7 100%);
  border-radius: 8px;
}

.column-bottom-content .left-content .title {
  font-size: 30px;
  font-weight: 500;
  color: white;
  line-height: 42px;
  line-height: 66px;
  text-align: center;
}

.column-bottom-content .left-content .second-nav {
  background: #ebf7ff;
  width: 96%;
  float: right;
  margin-bottom: 10px;
}

.column-bottom-content .left-content .second-nav ul li {
  border-bottom: 1px dashed #B2B2B2;
}

.column-bottom-content .left-content .second-nav ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
  padding-left: 15%;
  display:block;
}
.column-bottom-content .left-content .second-nav ul li a:hover{color:#0C7ED9;}
.column-bottom-content .left-content .second-nav ul li .third-nav {
  display: none;
}

.column-bottom-content .left-content .second-nav ul li:last-child {
  border-bottom: none;
}

/*.column-bottom-content .left-content .second-nav ul .selected {
  background: #E0F0FD;
}*/

/*.column-bottom-content .left-content .second-nav ul .selected a {
  color: #0c7ed9;
}*/

.column-bottom-content .column-right-content {
  float: right;
  width: 70%;
  margin-top: 50px;
}

.column-bottom-content .column-right-content .column-top {
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}

.column-bottom-content .column-right-content .column-top .column-name {
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 46px;
  padding-bottom: 15px;
  float: left;
}

.column-bottom-content .column-right-content .column-top .current-location {
  position: absolute;
  right: 0;
 top:-30px;
}

.column-bottom-content .column-right-content .column-top .current-location a {
  font-size: 14px;
  font-weight: 500;
  color: #085eb4;
  line-height: 20px;
}

.column-bottom-content .column-right-content .column-top .current-location a:last-child {
  color: gray;
}

.column-bottom-content .column-right-content .column-news-info {
  margin-bottom: 53px;
  position: relative;
 
}
.wp_column_article{ margin-top:20px;}
.column-bottom-content .column-right-content .column-news-info .news_ul li {
  /*line-height: 50px;*/
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}

.column-bottom-content .column-right-content .column-news-info .news_ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.column-bottom-content .column-right-content .column-news-info .news_ul li span {
  float: right;
  width: 92px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding: 14px 0 8px 0;
}

.column-bottom-content .column-right-content .column-news-info .news_ul li .list-news {
  display: inline-block;
  margin: 0;
  width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 14px 0 8px 0;
}

@media only screen and (max-width: 992px) {
.side_ul .side_li .sub_ul .sub_li .sub_link .disc {
  
    left: 3% !important;
}
  .column-bottom-content .column-right-content {
    float: none !important;
    width: 100%;
  }
  .column-bottom-content .left-content {
    float: left;
    background: -webkit-gradient(linear, left top, right top, from(#066daa), to(#0975c7));
    background: linear-gradient(90deg, #066daa 0%, #0975c7 100%);
    width: 100%;
    position: unset;
    top: 75px;
    margin-bottom: 30px;
    margin-top: 5px;
    border-radius: 8px;
  }
  .column-bottom-content .left-content .second-nav ul li a {
    padding-left: 5%;
  }
}

span[class="all_count"] {
  position: absolute;
  left: 0;
}

.page_nav a {
  color: #077bbf !important;
}

.possplit {
  background-image: none;
  display: unset;
  text-indent: 0;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .column-bottom-content .column-right-content .column-news-info .news_ul li .list-news {
    padding-top: 8px;
    padding-bottom:0;
    width:100%;
  }
  .column-bottom-content .column-right-content .column-news-info .news_ul li a {
    font-size: 14px;
    max-width: 95%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .column-bottom-content .column-right-content .column-news-info .news_ul li span {
    float: unset;
    font-size: 12px;
    display: block;
    padding-bottom: 8px;
    padding-top:0;
  }
  .column-bottom-content .column-right-content .column-news-info .news_ul li {
    line-height: 20px;
  }
  .per_page,
  .all_count,
  .page_jump {
    display: none !important;
  }
  .column-bottom-content .column-right-content .column-top .column-name {
    font-size:28px;
    margin-top: 15px;
    padding-bottom:8px;
  }
  .column-bottom-content .column-right-content .column-top .current-location {
    top: -23px;
    bottom: unset;
  }
}

.third-nav-1 li {
  border-bottom: none !important;
}

.third-nav-1 li:nth-of-type(1) {
  border-top: 1px dashed #B2B2B2;
}

/*.selected .ico {
  float: right;
  color: #097fa5;
  line-height: 50px;
  padding-right: 8%;
}*/

.side_ul .side_li{position: relative;}
.side_ul .side_li .side_link {
  
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.side_ul .side_li .side_link:hover{
   background:#E0F0FD;
}
.side_ul .side_li .side_link i {
    float: right;
    position: absolute;
    top: 15px;
    right: 12px;
    color: #0063D4;
    display: none;
}

 .side_ul > .selected > a > i {
    display: block !important;
}
.side_ul > .selected > a > span {
    color: #0063D4 !important;
}


.side_ul .side_li .sub_ul .sub_li .selected > span {
    color: #0063D4 !important;
}
.side_ul .side_li .sub_ul .sub_li .selected  > a{ background:#E0F0FD;}
.side_ul .side_li .sub_ul .sub_li .sub_link .disc {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #64ADFF;
    position: absolute;
    left:10%;
    margin-top:15px;
}
.sub_ul .sub_li .selected .disc {
    background: #0063D4 !important;
}
.sub_ul .sub_li  .sub_link{line-height: 32px !important ;}
.news_ul{margin-bottom:35px;}
.wp_paging{margin-bottom:60px;}
.side_ul > .selected > a {
    border-left:4px solid #649EFF;}

.nav-bar {
    height: 48px;
    margin: 0px auto;
    line-height: 23px;
    text-align: center;
    background: #769ec399;
}
/*# sourceMappingURL=listcolumn.css.map */