@charset "UTF-8";

* {
  font-family: "Microsoft YaHei", "微软雅黑", "黑体", "宋体", "Arial", sans-serif;
  color: #333333;
  margin: 0px;
  padding: 0px;
}

/* html,
body {
  overflow-x: hidden;
} */

:focus {
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
img,
button,
dl,
dt,
dd,
span {
  transition: all .5s;
  font-size: 14px;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
hr {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: none;
}

a {
  color: #333333;
}

ul {
  list-style: none;
}

ul:before,
ul:after {
  display: none;
}

input {
  outline: none;
  border: none;
  background: none;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.container {
  width: 100%;
  padding: 0px;
}

.con1400 {
  width: 1400px;
  margin: 0 auto;
}

.con1760 {
  width: 1760px;
  margin: 0 auto;
}
.con1600 {
  width: 1600px;
  margin: 0 auto;
}
.con1280 {
  width: 1280px;
  margin: 0 auto;
}
.con1200 {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix,
.clear,
.clearboth {
  clear: both;
}

.flexrow {
  display: flex;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
  flex-direction: row;
  align-items: center;
}
.checkbox, .radio {
  margin: 0px;
}
.nopadding {
  padding: 0px;
}

input::placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #999999;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #999999;
}

textarea::placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #999999;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.idx_flexstart {
  justify-content: flex-start;
}

/* css 动画 */
@keyframes mymove {
  0% {
   height: 0%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes runline {
  0% {
    width: 0px;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes runpao {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes runfeng {
  0% {
    opacity:  0;
  }
  50% {
    opacity:  1;
  }
  100% {
    opacity:  0;
  }
}

@keyframes p2desc {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 50px;
  }

  100% {
    margin-left: 0px;
  }
}

@keyframes bannersb {
  0% {
    top: 4px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 4px;
  }
}
/* animation:mymove 5s infinite; */


/* 特殊字体 */
@font-face {
  font-family: PoppinsRegular;
  src: url('../fonts/Poppins-Regular.otf'),
    url('../fonts/Poppins-Regular.otf');
  /* IE9+,可以是具体的实际链接 */
}
@font-face {
  font-family: PoppinsLight;
  src: url('../fonts/Poppins-Light.ttf'),
    url('../fonts/Poppins-Light.ttf');
  /* IE9+,可以是具体的实际链接 */
}
@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins.ttf'),
    url('../fonts/Poppins.ttf');
  /* IE9+,可以是具体的实际链接 */
}

@media (max-width:1760px) {
  .con1760,.con1600 {
    width: 95%;
  }
}

@media (max-width:1440px) {
  .con1400 {
    width: 95%;
  }
}

@media (max-width:1300px) {
  .con1280 ,.con1200 {
    width: 96%;
  }
}

 /* 自定义样式，调整列宽 */
       .left-column {
            width: 70%;
            margin: 0 auto;
        }
       .right-column {
             overflow: visible;
            color: #933;
            text-align: left;
            width: 30%;
            padding: 0;
            margin: 0 auto;

        }
        .row{
            width: 1280px;
            margin: 0 auto;
            margin-top: 15px;
            -webkit-box-align: top;
            -ms-flex-align: top;
            align-items: top
        }
       
.latest-news-flashs[data-v-5477f30a] {
    background: #fff;
    margin-bottom: 20px
}
.latest-news-flashs .flashs-top[data-v-5477f30a] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    padding: 0 18px;
    height: 50px;
    line-height: 50px
}

.latest-news-flashs .flashs-top .block-title[data-v-5477f30a],.latest-news-flashs .flashs-top[data-v-5477f30a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.latest-news-flashs .flashs-top .block-title[data-v-5477f30a] {
    color: #01396a;
    font-size: 16px
}

.latest-news-flashs .flashs-top .block-title img[data-v-5477f30a] {
    max-width: 30px;
    margin-right: 10px
}

.latest-news-flashs .flashs-top .more[data-v-5477f30a] {
    color: #a7a7a7;
    font-size: 14px
}

.latest-news-flashs .flashs[data-v-5477f30a] {
    padding: 20px
}

.latest-news-flashs .flashs .flash-item[data-v-5477f30a]:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #b4c6d4;
    left: 7px;
    top: 5px;
    position: absolute
}

.latest-news-flashs .flashs .flash-item:hover .icon[data-v-5477f30a] {
    background: #01396a;
    border: 1px solid #01396a
}

.latest-news-flashs .flashs .flash-item:hover .title a[data-v-5477f30a] {
    color: #073e6e;
    font-weight: 700
}

.latest-news-flashs .flashs .selected .icon[data-v-5477f30a] {
    background: #01396a!important;
    border: 1px solid #01396a!important
}

.latest-news-flashs .flashs .selected .title a[data-v-5477f30a] {
    color: #073e6e!important;
    font-weight: 700!important
}

.latest-news-flashs .flashs .flash-item[data-v-5477f30a] {
    position: relative;
    padding-left: 20px;
    padding-bottom: 8px
}

.latest-news-flashs .flashs .flash-item .icon[data-v-5477f30a] {
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #bdcbd8;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.latest-news-flashs .flashs .flash-item .title[data-v-5477f30a] {
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 14px
}

.latest-news-flashs .flashs .flash-item a[data-v-5477f30a] {
    font-size: 14px;
    color: #060606;
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-news-flashs .flashs .flash-item .time[data-v-5477f30a] {
    font-size: 14px;
    color: #ababab
}

.left-column .latest-news[data-v-321ac404] {
    background: #fff;
    margin:25px auto;
}

.left-column .latest-news .news-top[data-v-321ac404] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    padding: 0 18px;
    height: 50px;
    line-height: 50px
}

.left-column .latest-news .news-top .title[data-v-321ac404],.left-column .latest-news .news-top[data-v-321ac404] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.left-column .latest-news .news-top .title[data-v-321ac404] {
    color: #01396a;
    font-size: 16px
}

.left-column .latest-news .news-top .title img[data-v-321ac404] {
    max-width: 30px;
    margin-right: 10px
}

.left-column .latest-news .news-top .more[data-v-321ac404] {
    color: #a7a7a7;
    font-size: 14px
}
.news-list[data-v-e749b958] {
    background: #fff;
}

.news-list .news:hover .news-cover .cover-img-link img[data-v-e749b958] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.news-list .news[data-v-e749b958] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #eaeaea
}

.news-list .news .news-cover[data-v-e749b958] {
    width: 310px;
    height: 174px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

.news-list .news .news-cover .cover-img-link[data-v-e749b958] {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.news-list .news .news-cover .cover-img-link img[data-v-e749b958] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .6s;
    transition: all .6s
}

.news-list .news .news-info[data-v-e749b958] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.news-list .news .news-info[data-v-e749b958] .highlight-word {
    color: #005fb4!important
}

.news-list .news .news-info .info-top[data-v-e749b958] {
    text-align: left
}

.news-list .news .news-info .info-top .title[data-v-e749b958] {
    font-weight: 400;
    font-size: 20px
}

.news-list .news .news-info .info-top .title-link[data-v-e749b958] {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 58px;
    font-size: 20px;
    font-weight: 500;
    color: #060606;
    margin-bottom: 10px
}

.news-list .news .news-info .info-top a[data-v-e749b958]:hover {
    color: #073e6e
}

.news-list .news .news-info .info-top .summary[data-v-e749b958] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
    font-size: 14px;
    color: #888;
    word-break: break-all
}

.news-list .news .news-info .info-bottom[data-v-e749b958] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-list .news .news-info .info-bottom .source[data-v-e749b958],.news-list .news .news-info .info-bottom .time[data-v-e749b958] {
    font-size: 12px;
    line-height: 22px;
    color: #a7a7a7
}

.news-list .news .news-info .info-bottom .source img[data-v-e749b958],.news-list .news .news-info .info-bottom .time img[data-v-e749b958] {
    margin-right: 5px
}

.news-list .news .news-info .info-bottom .source[data-v-e749b958] {
    color: #01396a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px
}
.hot-news {
    background: #ff;
}
.hot-news .news-top[data-v-78e28bc6] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    padding: 0 18px;
    height: 50px;
    line-height: 50px
}

.hot-news .news-top .block-title[data-v-78e28bc6],.hot-news .news-top[data-v-78e28bc6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hot-news .news-top .block-title[data-v-78e28bc6] {
    color: #01396a;
    font-size: 16px
}

.hot-news .news-top .block-title img[data-v-78e28bc6] {
    max-width: 30px;
    margin-right: 10px
}

.hot-news .news-top .more[data-v-78e28bc6] {
    color: #a7a7a7;
    font-size: 14px
}

.hot-news .news-list[data-v-78e28bc6] {
    padding: 10px 0
}

.hot-news .news-list .news-item:hover .news-cover img[data-v-78e28bc6] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.hot-news .news-list .news-item[data-v-78e28bc6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px
}

.hot-news .news-list .news-item .news-cover[data-v-78e28bc6] {
    margin-right: 10px;
    width: 152px;
    height: 110px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hot-news .news-list .news-item .news-cover img[data-v-78e28bc6] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s
}

.hot-news .news-list .news-item .news-info[data-v-78e28bc6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hot-news .news-list .news-item .news-info .title[data-v-78e28bc6]:hover {
    color: #073e6e
}

.hot-news .news-list .news-item .news-info .title[data-v-78e28bc6] {
    color: #262626;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
    word-break: break-all
}

.hot-news .news-list .news-item .news-info .info-bottom[data-v-78e28bc6] {
    font-size: 12px;
    line-height: 20px;
    color: #a7a7a7
}

.hot-news .news-list .news-item .news-info .info-bottom .source[data-v-78e28bc6] {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #a7a7a7
}

.hot-news .news-list .news-item .news-info .info-bottom .source .source-icon[data-v-78e28bc6] {
    width: 11px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    background: url(../../ldcms2024/images/location.png)
}

.hot-news .news-list .news-item .news-info .info-bottom .source[data-v-78e28bc6]:hover {
    color: #01396a
}

.hot-news .news-list .news-item .news-info .info-bottom .source:hover .source-icon[data-v-78e28bc6] {
    background: url(../../ldcms2024/images/location.png)
}

.hot-news .news-list .news-item .news-info .info-bottom .time[data-v-78e28bc6] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.hot-news .news-list .news-item .news-info .info-bottom .time img[data-v-78e28bc6] {
    margin-right: 5px
}


 /* 确保在移动端布局正常 */
        @media (max-width: 768px) {
           .left-column,.right-column {
                width: 100%;
            }
            .row{
                width:100%;
            }
             .news-list .news .news-cover[data-v-e749b958] {
                width: 126px;
                height: 87px;
                margin-right: 10px
            }
        }
        

/* 确保滑动区域可以滚动 */
.neinav-scroll-wrapper {
  overflow-x: auto; /* 横向滚动 */
  -webkit-overflow-scrolling: touch; /* 平滑滚动 */
}

.neinav-scroll-wrapper ul {
  display: flex;
  gap: 1rem; /* 设置子元素间距 */
  padding: 0;
  margin: 0;
  list-style: none;
}

.neinav-scroll-wrapper::-webkit-scrollbar {
  height: 6px; /* 滚动条高度 */
}

.neinav-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc; /* 滚动条颜色 */
  border-radius: 3px;
}

.neinav-scroll-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

/* 确保在较小屏幕上样式也友好 */
.nav-link {
  padding: 0.5rem 1rem;
  display: inline-block;
}
.list-item {
      border: 1px solid #ddd;
      border-radius: 10px;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 1rem;
      transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    }
    .list-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    .list-item img {
      object-fit: cover;
      width: 100%;
     
      border-radius: 10px 0 0 10px;
    }
    .list-item-title {
      font-size: 2.2rem;
      font-weight: bold;
      color: #007bff;
      text-decoration: none;
      margin:20px 0px 0px 20px;
    }
    .my-2{
        margin:20px 0px 0px 20px;
    }
    .list-item-title:hover {
      text-decoration: underline;
    }
    .tags {
      gap: 0.5rem;
      margin:20px 0px 20px 20px;
    }
    .tag {
      background-color: #f8f9fa;
      color: #6c757d;
      font-size: 0.8rem;
      border-radius: 5px;
      padding: 0.2rem 0.5rem;
    }
    .com-cover{
        width:140px;
        height: auto;
        padding: 20px;
    }
    .com-cover-detail{
         width:140px;
        height: auto;
        padding: 20px;
    }
    .com-right{
        width:60%;
        height: auto;
    }
    .comdetail-right{
        width:60%;
    }
    .col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.com-detail {
  
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.comdetail-right h2{
    margin:20px;
}
.cell-l {
            border-bottom: 1px solid #ccc;
            padding: 10px;
            text-align: center;
        }
.cell-r{
    border-bottom: 1px solid #ccc;
     padding: 10px;
    text-align: left;
}        
    .com-right h2{
        margin-top: 20px;
    }
    .com-nav{
        margin: 20px auto;
    }
    .filter {
        width:100%;
          
    }
    .filter .filter-header{
    padding: 0 16px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    font-size: 18px
}
.filter .filter-options[data-v-463d2c6d] {
    padding: 0 16px 20px 16px;
    display: flex;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
  flex-direction: row;
  align-items: center;
}
.filter .filter-options .base-category .options-list li a:hover,.company-page .filter .filter-options .company-type .options-list li[data-v-463d2c6d]:hover,.company-page .filter .filter-options .province .options-list li a:hover {
    background: #01396a;
    border-radius: 2px;
    color: #fff
}
 .filter .filter-options .options-set[data-v-463d2c6d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 20px;
    position: relative;
    font-size: 15px
}
.filter .filter-options .options-set .set-tiltle[data-v-463d2c6d] {
    color: #666;
    margin-right: 24px;
    padding: 4px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
 .filter .filter-options .options-set .unexpended[data-v-463d2c6d] {
    height: 29px;
    overflow: hidden
}
.filter .filter-options .options-set .expended[data-v-463d2c6d] {
    min-height: 29px;
    height: unset
}
.filter .filter-options .options-set .options-list[data-v-463d2c6d] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.filter .filter-options .options-set .options-list .active[data-v-463d2c6d] {
    background: #eef6ff!important;
    border-radius: 0!important;
    color: #333!important
}
 .filter .filter-options .options-set .options-list .no-child[data-v-463d2c6d]:hover {
    background: #01396a;
    border-radius: 2px;
    color: #fff
}
 .filter .filter-options .options-set .options-list .have-child[data-v-463d2c6d]:hover {
    background: #eef6ff;
    border-radius: 0;
    color: #333
}
 .filter .filter-options .options-set .options-list li{
    padding: 4px 8px;
    margin-bottom: 4px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.filter .filter-options .options-set .options-list .selected a{
    background: #01396a;
    border-radius: 2px;
    color: #fff
}
 .filter .filter-options .options-set .child-option-list[data-v-463d2c6d] {
    padding: 12px 8px 10px 8px;
    width: 650px;
    background: #eef6ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: -4px
}
.filter .filter-options .options-set .child-option-list .selected[data-v-463d2c6d] {
    background: #01396a;
    border-radius: 2px;
    color: #fff
} 
.filter .filter-options .options-set .child-option-list li[data-v-463d2c6d] {
    padding: 4px 8px;
    margin-bottom: 4px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer
}
.filter .filter-options .options-set .child-option-list li[data-v-463d2c6d]:hover {
    background: #01396a;
    border-radius: 2px;
    color: #fff
}
 .filter .filter-options .options-set .open img[data-v-463d2c6d] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.filter .filter-options .options-set .more[data-v-463d2c6d] {
    position: absolute;
    top: 4px;
    right: 0;
    color: #999;
    cursor: pointer
}
.filter .filter-options .options-set .more img[data-v-463d2c6d] {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: 8px;
    top: -1px
}
.filter .filter-options .tag-store .clean[data-v-463d2c6d] {
    color: #005fb4;
    cursor: pointer;
    margin-right: 38px
}
 .filter .filter-options[data-v-463d2c6d] .founded-date-select {
    width: 320px;
    height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dcdfe6;
    font-size: 15px;
    border-radius: 4px;
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end
}
.filter .filter-options[data-v-463d2c6d] .founded-date-select .el-icon-date {
    position: absolute;
    left: 5px
}
.filter .filter-options[data-v-463d2c6d] .founded-date-select .delete-founded-date {
    color: #dcdfe6;
    cursor: pointer;
    position: absolute;
    right: 5px;
    display: none
}

.contpart {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
}
.leftcont {
    width: 880px;
    height: auto
}

.rightcont {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 12px;
    width: 0
}


.expert-listBox, .expertListAll {
    width: 100%
}

.expertList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 46px;
    margin-bottom: 15px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.expertList:hover {
    -webkit-box-shadow: 1px 1px 20px rgba(0,0,0,.3);
    box-shadow: 1px 1px 20px rgba(0,0,0,.3)
}

.expertList:hover .expertAllInfo-name h4{
    color: #e94708
}

.expertHead {
    position: relative;
    width: 130px;
    height: 130px;
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.expertHead div{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden
}

.expertHead div img{
    width: 100%;
    height: auto;
    margin: 0 auto
}

.expertAllInfo{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.expertAllInfo section:first-child {
    width: 480px;
    text-align: justify
}





.expertAllInfo-name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.expertAllInfo-name h4{
    color: #151718;
    line-height: 1;
    font-size: 18px;
    margin-right: 19px;
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.expertAllInfo-name p{
    font-size: 12px;
    color: #666
}

.expertAllInfo-job{
    font-size: 14px;
    color: #666;
    line-height: 22px;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 66px;
    font-weight: 200
}

.expertAllInfo-job p:first-child {
    margin-right: 10px
}

.expertTag{
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.expertTag li a{
    display: block;
    margin-right: 15px;
    font-size: 12px;
    color: #888;
    padding: 2px 4px;
    background: #f7f7f7;
    border-radius: 2px
}

.expertTag li a:hover {
    background: #0025b2;
    color: #fff
}
.tagList {
    width: 100%;
    margin: 0 auto 20px;
    background: #fff;
    padding: 27px 28px
}

.tagListBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
    position: relative
}

.tagListBox:last-child {
    margin-bottom: 0
}

.tagListBox h4 {
    color: #333;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100px;
    margin-right: 20px;
    font-weight: 500
}

.tagListBox-cont {
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tagListBox-cont,.tagListBox ul {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.tagListBox ul {
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 32px
}

.tagListBox li,.tagListBox p {
    color: rgba(0,0,0,.7);
    padding: 2px 6px;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer
}

.tagListBox a {
    color: rgba(0,0,0,.7)
}

.tagListBox p:first-child {
    margin-left: 6px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #333
}

.tagListBox li:hover,.tagListBox p:hover {
    background-color: #0025b2
}

.tagListBox li:hover a,.tagListBox p:hover a {
    color: #fff
}

.tagList .curTag {
    background-color: #0025b2
}

.tagList .curTag:hover,.tagList .curTag a {
    color: #fff
}

.tagListBox-sonList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #fff;
    margin-left: 6px;
    overflow-x: auto
}

.tagListBox-sonList p {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tagListBox-cont .moreBtn {
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer
}
@font-face {
    font-family: element-icons;
    src: url(../fonts/element-icons.535877f.woff) format("woff"),url(../fonts/element-icons.732389d.ttf) format("truetype");
    font-weight: 400;
    font-display: "auto";
    font-style: normal
}
.el-icon-arrow-right:before {
    content: "\e6e0";
}

[class*=" el-icon-"],[class^=el-icon-] {
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.expert-content{
    background-color:#f7f8fa;
}

.contPart {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0
}

.leftCont {
    width: 880px;
    height: auto
}

.rightCont {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 12px;
    width: 0
}


.expertCard[data-v-d03a4454] {
    width: 100%;
    background-color: #fff;
    padding: 24px 20px;
    margin-bottom: 20px
}

.expertMen .organHead[data-v-d03a4454] {
    width: 80%;
    border-radius: 0
}

.expertMen .organHead img[data-v-d03a4454] {
    height: auto
}

.headerPic[data-v-d03a4454] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden
}

.headerPic img[data-v-d03a4454] {
    width: 100%;
    height: auto
}

.expertName[data-v-d03a4454] {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    line-height: 1
}

.expertName h4[data-v-d03a4454] {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #333
}

.expertName p[data-v-d03a4454] {
    margin-top: 8px;
    color: #999;
    font-size: 14px;
    font-weight: 200
}

.expertCont[data-v-d03a4454] {
    font-size: 14px;
    line-height: 1.8;
    color: #999;
    text-align: justify;
    padding: 20px 0;
    font-weight: 200
}

.expertCont p[data-v-d03a4454] {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.followBtn[data-v-d03a4454] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #e94708;
    border-radius: 2px;
    text-align: center;
    color: #e94708;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    font-weight: 400
}

.followBtn[data-v-d03a4454]:hover {
    color: #fff;
    background: #e94708
}

.expertFlex a[data-v-d03a4454] {
    color: #e94708
}

@media screen and (max-width: 750px) {
    .expertCard[data-v-d03a4454] {
        padding:18px 0;
        margin-bottom: 12px
    }

    .expertFlex[data-v-d03a4454] {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .expertFlex[data-v-d03a4454],.expertMen[data-v-d03a4454] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .expertMen[data-v-d03a4454] {
        width: 70%
    }

    .headerPic[data-v-d03a4454] {
        width: 69px;
        height: 69px
    }

    .expertName[data-v-d03a4454] {
        width: 60%;
        text-align: left;
        margin-top: 0;
        margin-left: 17px;
        margin-right: 10px
    }

    .expertName h4[data-v-d03a4454] {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px
    }

    .expertName div[data-v-d03a4454] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .expertName p[data-v-d03a4454] {
        width: 100%;
        margin-top: 10px;
        color: #666;
        font-size: 12px;
        display: -webkit-box!important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.3
    }

    .expertCont[data-v-d03a4454] {
        display: none
    }

    .followBtn[data-v-d03a4454] {
        margin: 0;
        padding: 6px 12px;
        font-size: 14px
    }
}


.tagPart[data-v-70f8cb3a] {
    width: 100%;
    padding: 24px 28px;
    margin-bottom: 20px;
    background-color: #fff
}

.tagPart ul[data-v-70f8cb3a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px
}

.tagPart ul li[data-v-70f8cb3a] {
    cursor: pointer;
    max-width: 100%;
    height: auto;
    margin: 0 10px 12px 0
}

.tagPart ul li a[data-v-70f8cb3a] {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888;
    font-size: 12px;
    line-height: 1;
    padding: 2px 4px;
    border-radius: 2px;
    background: #f7f7f7
}

.tagPart ul li a[data-v-70f8cb3a]:hover {
    background-color: #e94708;
    color: #fff
}

.tabNavList[data-v-2912fcc4] {
    width: 1200px;
    margin: 0 auto;
    z-index: 98
}

.tabNavList ul[data-v-2912fcc4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabNavList ul li[data-v-2912fcc4] {
    width: 150px;
    background-color: #f1f1f1;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    margin-right: 4px
}

.tabNavList ul .curTag[data-v-2912fcc4] {
    color: #fff;
    background-color: #0025b2
}

@media screen and (max-width: 750px) {
    .tagPart[data-v-70f8cb3a] {
        width:100%;
        padding: 18px;
        margin-bottom: 10px
    }

    .tagPart ul[data-v-70f8cb3a] {
        padding: 0
    }
}
.partPcNone {
    display: none!important
}

@media screen and (max-width: 750px) {
    .partWapNone {
        display:none!important
    }

    .partPcNone {
        display: block!important
    }
}


@media screen and (max-width: 750px) {
    
     .contpart {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }
    
   .leftcont {
        width: 100%;
        height: auto
    }
    .expertList{
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 18px;
        margin-bottom: 10px
    }

    .expertHead{
        position: relative;
        width: 80px;
        height: 80px;
        margin-right: 16px
    }

    .expertHead>div{
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden
    }

    .expertHead>div>img{
        width: 100%;
        height: auto;
        margin: 0 auto
    }

    .expertAllInfo{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .expertAllInfo>section:first-child {
        width: 100%
    }



    .expertAllInfo-name{
        margin-bottom: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .expertAllInfo-name>h4{
        color: #333;
        line-height: 1;
        font-size: 14px;
        margin-right: 19px;
        margin-bottom: 10px
    }

    .expertAllInfo-name>p{
        font-size: 12px;
        color: #666;
        width: 100%;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 36px
    }

    .expertAllInfo-job{
        display: none
    }

    .expertAllInfo-job>p:first-child {
        margin-right: 10px
    }

    .expertWap {
        display: block
    }

    .expertWap>li{
        float: left;
        font-size: 12px;
        color: #e94708;
        margin-right: 10px
    }

    .expertTag>li>a{
        margin-right: 5px;
        font-size: 12px;
        padding: 1px 2px;
        border-radius: 2px
    }
    
    
     .tagList {
        margin: 0 auto 10px;
        padding: 18px
    }

    .tagListBox {
        margin-bottom: 16px
    }

    .tagListBox h4 {
        display: none
    }

    .tagListBox li,.tagListBox p {
        padding: 4px 5px;
        margin-right: 16px;
        margin-bottom: 10px;
        cursor: pointer;
        white-space: nowrap;
        font-size: 14px;
        line-height: 1
    }

    .tagListBox p:first-child {
        margin-left: 6px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .tagList .curTag,.tagListBox li:hover,.tagListBox p:hover {
        background-color: #0025b2;
        color: #fff
    }

    .tagList .curTag:hover {
        color: #fff
    }

    .tagListBox-sonList {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        background: #fff;
        margin-left: 6px;
        overflow-x: auto
    }

    .tagListBox-sonList p {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    
    .contPart {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }

    .leftCont {
        width: 100%;
        height: auto
    }

    .rightCont {
        display: none
    }
}

.expert-box{
    width: 1200px;
    margin: 30px auto 0
}

    @media (max-width: 768px) {
      .list-item {
       /* flex-direction: column;*/
      }
      .list-item img {
        border-radius: 10px 10px 0 0;
      }
    }