/* column1 */
.column1 .column1_left {
  height: 296px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0;
}
.column1 .column1_left .banner_wrap {
  width: 75%;
  height: 100%;
  float: left;
}
.column1 .column1_left .banner_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.column1 .column1_left .banner_nav {
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 20px;
}
.column1 .column1_left .banner_nav_inner {
  background: #F7F7F7;
}
.column1 .column1_left .banner_nav_inner .item {
  height: 74px;
  text-align: center;
  line-height: 74px;
  color: #999;
  cursor: pointer;
}
.column1 .column1_left .banner_nav_inner .item:hover {
  background-color: #0082DE;
  color: #fff;
}
.column1 .column1_left .banner_nav_inner .item.active {
  background-color: #E5F2FC;
  color: #0082DE;
  padding: 0 5px;
}
.column1 .column1_right {
  height: 296px;
  padding: 0;
  border: 1px solid #EEEEEE;
  margin-bottom: 30px;
}
.column1 .column1_right .head {
  line-height: 44px;
  height: 44px;
  border-bottom: 1px solid #EEEEEE;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #D5EAFA 100%);
  opacity: 1;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #0082DF;
  padding: 0 15px;
}
.column1 .column1_right .head span {
  position: relative;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
}
.column1 .column1_right .head .more {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #A0A7B2;
}
.column1 .column1_right .head .more:hover{
  color: #0082DF;
}
.column1 .column1_right .head span::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0082DF;
}
.column1 .column1_right .body {
  padding: 0 16px;
}
.column1 .column1_right .body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.column1 .column1_right .body ul li {
  margin-top: 15px;
  padding-left: 20px;
  background: url(imgs/icon_play.png) left 7px no-repeat;
}
.column1 .column1_right .body .title:hover {
  color: #0082DE;
}
.column1 .column1_right .body .title a {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.column1 .column1_right .body .title a:hover {
  color: #0082DE;
}
.column1 .column1_right .body .time {
  font-size: 12px;
  color: #999;
}
/* column2 */
.column2 {
  margin-bottom: 30px;
}
.column2 .head {
  text-align: center;
}
.column2 .head .title {
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.column2 .head .sub_title {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #0082DF;
  margin-top: 4px;
  line-height: 22px;
}
.column2 .head .sub_title a {
  color: #0082DE;
}
.column2 .swiper-slide {
  width: 347px;
  height: 442px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #EEEEEE;
}
.column2 .body {
  margin-top: 20px;
}
.column2 .body .item_head {
  width: 347px;
  height: 56px;
  background: linear-gradient(270deg, #0082DF 0%, #159DFE 100%);
  border-radius: 4px 4px 0px 0px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  padding: 0 20px;
  line-height: 56px;
}
.column2 .body .item_head .title {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.column2 .body .item_head .more {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.column2 .body .item_body {
  padding: 0 20px;
}
.column2 .body .item_body .top {
  height: 102px;
  background: #F7F7F7;
  padding: 10px;
  margin-top: 10px;
}
.column2 .body .item_body .top .img_wrap {
  width: 126px;
  height: 82px;
  float: left;
}
.column2 .body .item_body .top .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.column2 .body .item_body .top .content_wrap {
  float: right;
  width: 153px;
  height: 72px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.column2 .body .item_body .bottom .title {
  height: 67px;
  padding: 15px 0;
  border-bottom: 1px solid #EEEEEE;
}
.column2 .body .item_body .bottom .title:last-child {
  border-bottom: none;
}
.column2 .body .item_body .bottom .title a {
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.column2 .body .item_body .bottom .title a:hover {
  color: #0082DE;
}
.column2 .swiper-container-horizontal > .swiper-pagination-progress {
  position: inherit;
  width: 20%;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 2px;
  overflow: hidden;
}
.recommend {
  margin-bottom: 30px;
}

.recommend img{
  width: 100%;
  max-height: 120px;
}
/* column3 */
.column_wrap {
  padding-top: 16px;
  padding-bottom: 20px;
  background: url(imgs/bg_column3.png) no-repeat bottom;
  background-color: #F7F7F7;
  margin-bottom: 30px;
}
.column3 .ztbxx {
  padding-left: 0;
  padding-right: 16px;
}
.column3 .ztbxx .item_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.column3 .ztbxx .item_body ul li {
  overflow: hidden;
  height: 76px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  margin-top: 8px;
}
.column3 .ztbxx .item_body ul li .date {
  float: left;
  width: 65px;
  height: 100%;
  border-right: 1px solid #eee;
  text-align: center;
  padding-top: 15px;
}
.column3 .ztbxx .item_body ul li .date .day {
  font-size: 20px;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  color: #616D7F;
  line-height: 28px;
}
.column3 .ztbxx .item_body ul li .date .time {
  font-size: 12px;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  color: #A0A7B2;
}
.column3 .ztbxx .item_body ul li .content_wrap {
  float: left;
  padding: 12px 14px;
  max-width: 85%;
}
.column3 .ztbxx .item_body ul li .content_wrap .title:hover {
  color: #0082DE;
}
.column3 .ztbxx .item_body ul li .content_wrap .label_wrap {
  margin-top: 3px;
}
.column3 .ztbxx .item_body ul li .content_wrap .label_wrap .type {
  line-height: 1;
  background: #F4FAEA;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #71B112;
  padding: 2px 8px;
}
.column3 .ztbxx .item_body ul li .content_wrap .label_wrap .address {
  line-height: 1;
  background: #f7f7f7;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666;
  padding: 2px 8px;
}
.column3 .item {
  margin-bottom: 16px;
}
.column3 .item_head {
  border-bottom: 1px solid #eee;
  line-height: 42px;
}
.column3 .item_head .title {
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.column3 .item_head .title::after {
  content: "";
  height: 2px;
  background-color: #0082DE;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.column3 .item_head .more {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #A0A7B2;
}
.column3 .item_head .more:hover {
  color: #0082DE;
}
.column3 .zcfg {
  padding: 0;
}
.column3 .zcfg .item_body {
  background-color: #fff;
  margin-top: 15px;
  height: 328px;
  border-radius: 4px 4px 4px 4px;
}
.column3 .zcfg .item_body ul {
  margin: 0;
  padding: 0 15px;
  padding-top: 15px;
  list-style: none;
}
.column3 .zcfg .item_body li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
  height: 42px;
}
.column3 .zcfg .item_body li::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #C1D1DD;
  border-radius: 2px;
  position: absolute;
  left: 4px;
  top: 8px;
}
.column3 .zcfg .item_body li a {
  display: inline-block;
  line-height: 20px;
}
/* recommend2 */
.recommend2 {
  margin-bottom: 20px;
}
.recommend2 .col-md-4 {
  padding: 5px;
}
.recommend2 .col-md-4 img {
  width: 100%;
  max-height: 100px;
}
/* column4 */
.column4 .column4_left {
  padding-right: 8px;
}
.column4 .column4_right {
  padding-left: 8px;
}
.column4 .head {
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #3D3D3D;
  padding: 10px 0;
  width: 25%;
  box-sizing: border-box;
}
.column4 .more {
  margin-top: 10px;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #A0A7B2;
}
.column4 .item_head_right {
  width: 75%;
  padding-right: 20px;
  position: relative;
}
.column4 .more_btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 12px;
  background: url(imgs/icon_down.png) no-repeat center;
}
.column4 .more_btn.active {
  background: url(imgs/icon_up.png) no-repeat center;
}
.column4 .more:hover {
  color: #0082DE;
}
.column4 .industry_wrap {
  padding-top: 15px;
  height: 40px;
  overflow: hidden;
}
.column4 .industry_wrap a {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #3D3D3D;
  padding-bottom: 10px;
}
.column4 .industry_wrap a:hover {
  color: #0082DE;
}
.column4 .industry_wrap a.active {
  color: #0082DE;
}
.column4 .item {
  margin-bottom: 20px;
}
.column4 .item_body {
  height: 444px;
  border-radius: 4px 4px 4px 4px;
  background: #FFFFFF;
  padding: 15px 10px;
}
.column4 .item_body .col-xs-6 {
  padding: 0 5px;
  margin-bottom: 10px;
}
.column4 .item_body .list_item {
  height: 96px;
  background: #F8F8F8;
  border-radius: 2px 2px 2px 2px;
  padding: 10px;
}
.column4 .item_body .list_item span {
  background-image: linear-gradient(to top, #CFEBFF 20%, #fff 20%, #fff 100%);
}
.column4 .item_body .list_item .title {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.column4 .item_body .list_item .label_wrap {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  margin-top: 15px;
}
.column4 .item_body .list_item .label_wrap > div {
  margin-top: 8px;
}
/* column5 */
.column5 .column5_head {
  border-bottom: 1px solid #eee;
}
.column5 .column5_head .title span {
  display: inline-block;
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #3D3D3D;
  line-height: 28px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.column5 .column5_head .title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #0082DE;
}
.column5 .column5_head .more {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #A0A7B2;
  line-height: 17px;
}
.column5 .column5_head .more:hover {
  color: #0082DE;
}
.column5 .column5_left {
  padding-right: 30px;
}
.column5 .column5_left .column5_head .title {
  margin-right: 50px;
}
.column5 .column5_left .column5_head .title span {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  cursor: pointer;
}
.column5 .column5_left .column5_head .title span::after {
  display: none;
}
.column5 .column5_left .column5_head .title.active span {
  display: inline-block;
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #3D3D3D;
  line-height: 28px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.column5 .column5_left .column5_head .title.active span::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #0082DE;
}
.column5 .column5_right_body {
  margin-top: 15px;
}
.column5 .column5_right_body .img_wrap {
  height: 186px;
}
.column5 .column5_right_body .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.column5 .column5_right_body .title {
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 22px;
  margin-top: 10px;
}
.column5 .column5_right_body .column5_right_l {
  padding-right: 8px;
}
.column5 .column5_right_body .column5_right_r {
  padding-left: 8px;
}
.column5 .column5_left_body .item {
  margin-top: 10px;
}
.column5 .column5_left_body .list_item_wrap {
  padding-left: 10px;
}
.column5 .column5_left_body .list_item {
  height: 76px;
  background: #F9F9F9;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 16px;
  overflow: hidden;
}
.column5 .column5_left_body .list_item .date {
  float: left;
  width: 63px;
  height: 100%;
  border-right: 1px solid #eee;
  text-align: center;
  padding-top: 15px;
}
.column5 .column5_left_body .list_item .date .day {
  font-size: 20px;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  color: #616D7F;
  line-height: 28px;
}
.column5 .column5_left_body .list_item .date .time {
  font-size: 12px;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  color: #A0A7B2;
  line-height: 17px;
}
.column5 .column5_left_body .list_item .content_wrap {
  padding: 20px 15px;
  overflow: hidden;
}
.column5 .column5_left_body .list_item .content_wrap .title {
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.column5 .column5_left_body .img_wrap {
  height: 260px;
  position: relative;
}
.column5 .column5_left_body .img_wrap .label_t {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
/* column6 */
.column6 .column6_head {
  border-bottom: 1px solid #eee;
}
.column6 .column6_head .title span {
  display: inline-block;
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #3D3D3D;
  line-height: 28px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.column6 .column6_head .title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #0082DE;
}
.column6 .column6_head .more {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #A0A7B2;
  line-height: 17px;
}
.column6 .column6_head .more:hover {
  color: #0082DE;
}
.column6 .column6_left {
  padding-right: 30px;
  margin-bottom: 30px;
}
.column6 .column6_left .column6_body {
  margin-top: 15px;
}
.column6 .column6_left .column6_body .swiper-slide {
  height: 184px;
  background: linear-gradient(181deg, #EFF7FF 0%, #FBFBFB 54%);
  border-radius: 4px 4px 4px 4px;
  padding-top: 20px;
}
.column6 .column6_left .column6_body .swiper-slide .img_wrap {
  width: 82px;
  height: 82px;
  border: 2px solid #E7EDF1;
  border-radius: 41px;
  overflow: hidden;
  margin: 0 auto;
}
.column6 .column6_left .column6_body .swiper-slide .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.column6 .column6_left .column6_body .swiper-slide .title {
  font-size: 14px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  padding: 0 10px;
  text-align: center;
  margin-top: 20px;
}
.column6 .column6_left .column6_body .swiper-slide .desc {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #A0A7B2;
  margin-top: 8px;
  padding: 0 10px;
}
.column6 .column6_left .column6_body .swiper-button-next,
.column6 .column6_left .column6_body .swiper-button-prev {
  width: 32px;
  height: 52px;
  background-color: #0082DF;
  border-radius: 2px 2px 2px 2px;
  background-size: 12px;
}
.column6 .column6_right {
  margin-bottom: 30px;
}
.column6 .column6_right .item {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 15px;
  position: relative;
  padding: 0 20px;
}
.column6 .column6_right .item::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #C1D1DD;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link {
  min-height: 44px;
  background: #0082DF;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 8px;
}
.link span {
  padding-left: 30px;
  background: url(imgs/icon_link.png) no-repeat left;
  color: #fff;
}
.link a {
  color: #fff;
  margin-right: 40px;
  display: inline-block;
  line-height: 17px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .column1 .column1_left .banner_nav {
    padding-right: 0;
  }
  .column3 .item_head {
    padding: 0 15px;
  }
  .column3 .ztbxx {
    padding-left: 0;
    padding-right: 0;
  }
  .column3 .item_body ul li .content_wrap {
    width: 82%;
  }
  .column5 .column5_left {
    padding-right: 0;
  }
  .column5 .container {
    padding: 0;
  }
  .column6 .column6_left {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .column4 .item_body {
    padding: 15px 10px;
  }
  .column4 .column4_left {
    padding-right: 0;
  }
  .column4 .column4_right {
    padding-left: 0;
  }
  .link {
    padding: 10px 15px;
  }
  .column1 .column1_left .banner_nav {
    padding: 0;
  }
  .column4 .head {
    width: 35%;
    padding: 0;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .column4 .item_head_right {
    width: 65%;
    padding-right: 15px;
  }
  .column3 .ztbxx {
    padding-right: 0;
  }
  .column5 .column5_head {
    padding: 0 15px;
  }
  .column5 .column5_left_body .list_item_wrap {
    padding-left: 0;
  }
  .column6 .column6_head {
    padding: 0 15px;
  }
}
.banner_xs_wrap {
  margin-bottom: 15px;
  height: 170px;
}
.banner_xs_wrap .swiper-slide {
  position: relative;
}
.banner_xs_wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.banner_xs_wrap .swiper-slide .title {
  line-height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 10px;
  color: #fff;
}
.banner_xs_wrap .swiper-slide .title a {
  color: #fff;
}
/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .column3 .item_body ul li .content_wrap {
    width: 80%;
  }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/*栏目7*/
.text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.column7_head {
  height: 35px;
  background: url(imgs/bg/news_bg.png) left no-repeat;
  position: relative;
}
.column7_head::after {
  content: '';
  position: absolute;
  width: 80%;
  border: 1px dashed #e6e6e6;
  left: 195px;
  top: 25px;
}
.column7_head .title {
  font-size: 18px;
  font-weight: bold;
  color: #181818;
  margin-left: 10px;
  line-height: 35px;
}
.column7_head .more {
  font-size: 12px;
  color: #999;
  margin-top: 16px;
  display: inline-block;
}
.column7_head .more:hover {
  color: #0090e3;
}
.column7_body {
  overflow: hidden;
  margin-top: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.column7_body .item {
  padding: 0;
  height: 305px;
  float: left;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.column7_body .item .head {
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 19px;
}
.column7_body .item .head.head2 span {
  border-color: #37acd8;
}
.column7_body .item .head.head3 span {
  border-color: #e7a902;
}
.column7_body .item .head span {
  font-size: 16px;
  line-height: 1;
  height: 16px;
  display: inline-block;
  border-left: 3px solid #006dc5;
  padding-left: 8px;
}
.column7_body .item .body {
  padding: 20px;
  overflow: hidden;
}
.column7_body .item .body .item_left {
  width: 156px;
  float: left;
}
.column7_body .item .body .item_left a {
  display: block;
}
.column7_body .item .body .item_right {
  float: left;
  width: 190px;
  margin-left: 10px;
}
.column7_body .item .body .item_right ul {
  margin-top: -15px;
}
.column7_body .item .body .item_right li {
  margin-top: 15px;
  padding-left: 12px;
}
.column7_body .item .body .item_right li .title {
  position: relative;
}
.column7_body .item .body .item_right li .title::before {
  content: '';
  width: 3px;
  height: 3px;
  background: #d0dde2;
  position: absolute;
  top: 0;
  left: -12px;
  bottom: 0;
  margin: auto;
}
.column7_body .item .body .item_right li .title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.column7_body .item .body .item_right li .title a:hover {
  color: #0090e3;
}
.column7_body .item .body .item_right li .desc {
  margin-top: 5px;
  font-size: 12px;
  color: #999999;
  height: 34px;
  overflow: hidden;
}
.column7_body .list-thumbnail-item {
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
}
@media (min-width: 992px) {
  .column7_body .item {
    border-right: none;
  }
  .column7_body .item:nth-child(3n) {
    border-right: 1px solid #e6e6e6;
  }
}
.column7_body .list-thumbnail-item .thumbnail {
  width: 156px;
  height: 104px;
  display: block;
  float: left;
  flex-shrink: 0;
}
.column7_body .list-thumbnail-item .content {
  margin-left: 10px;
  min-width: 1%;
  flex: 1;
  height: 104px;
  float: left;
  position: relative;
}
.column7_body .list-thumbnail-item .content .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.column7_body .list-thumbnail-item .content .title:hover {
  color: #0090e3;
}
.column7_body .list-thumbnail-item .content .desc {
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
  word-break: break-all;
}
.column7_body .list-thumbnail-item .content .meta {
  position: absolute;
  left: 0;
}
.column7_body .list-text {
  width: 100%;
  line-height: 28px;
  padding-left: 12px;
  position: relative;
}
.column7_body .list-text::before {
  content: '';
  width: 3px;
  height: 3px;
  background: #d0dde2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.column7_body .list-text a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.column7_body .list-text a:hover {
  color: #0090e3;
}
.column7_body .list-thumbnail-only {
  float: left;
}
.column7_body .list-thumbnail-only .thumbnail {
  width: 160px;
  height: 104px;
}
/*栏目7*/
