/******************************初始化样式********************************/
html, body, div, span,h1, h2, h3, h4, h5, h6, p,
a, img, i, dl, dt, dd, ol, ul, li,form, label,table,
caption, tbody, tfoot, thead, tr, th, td,article,
aside, canvas, footer, header, hgroup, menu, nav,
output, ruby, section, summary,
time, mark, audio, video,input{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "microsoft yahei";
    vertical-align: baseline;
}
a,a:focus{text-decoration: none;outline: none;}
li{
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,button,div,select,textarea{
    outline: none;
}
label,input[type=radio]{
    cursor: pointer;
}
.clearfix{
    zoom:1;
}
.clearfix:after,clearfix:before{
    content:"";
    display:block;
    height:0;
    clear:both;
    overflow:hidden;
}

.color-red{
    color: #EB3131;
}
.color-333{
    color: #333333;
}
.color-666{
    color: #666666;
}
.color-green{
    color: #03BE38;
}

.size12{
    font-size: 12px;
}
.size14{
    font-size: 14px;
}
.size16{
    font-size: 16px;
}
.size18{
    font-size: 18px;
}
.size20{
    font-size: 20px;
}
.hide{
    display: none;
}
.div-list-title{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
#header .head{
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
}
.my-img{
    width: 24px;
    height: 24px;
}
.logo-img{
    height: 28px;
    display: flex;
    align-items: center;
}
.logo-img span{
    font-size: 18px;
    font-weight: bold;
}
.menu-img{
    width: 27px;
    height: 24px;
}
#footer{
    background: white;
    padding: 15px 12px;
    margin: 10px 0 50px 0;
}
#footer p{
    color: #999999;
    font-size: 12px;
    margin-bottom: 10px;
}

#footer-nav{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
}
.footer-nav-content{
    background: white;
    display: flex;
    justify-content: space-around;
    box-shadow: 0px -4px 36px 0px rgba(204,204,204,0.20);
}
.footer-item{
    height: 50px;
    display: flex;
    align-items: center;
}
#footer-nav div img{
    width: 60px;
    height: 42px;
    line-height: 50px;
}

.no-data{
    margin: 36px 0;
    text-align: center;
}
.no-data img{
    width: 200px;
    height: 157px;
    margin-bottom: 20px;
}
.no-data p{
    color: #999999;
    font-size: 14px;
}

/*����*/
#menu{
    background: white;
    position: fixed;
    z-index: 10;
    top: 52px;
    height: 100%;
    left: 0;
    right: 0;
}
#menu .menu-ul{
    margin: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-ul .menu-li{
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: rgba(204,204,204,0.1);
    color: #9CA5C0;
    width: 48%;
    margin-bottom: 20px;
    margin-right: 2%;
}
.menu-ul .menu-li:nth-child(2n){
    margin-right: 0;
}
#menu .menu-ul .menu-li-active{
    background: #2b59ee;
    color: white;
}

.local-address{
    margin-top: 20px;
}
.local-icon{
    display: inline-block;
    width: 4px;
    height: 14px;
    background: #2B59EE;
    margin: 0 5px 2px 20px;
    vertical-align: middle;
}
.local-text{
    color: #9CA5C0;
    font-size: 14px;
}
.un-scroll{
    height: 100vh;
    overflow: hidden;
}

/*��膣�*/
#search{
    background: #ffffff;
    position: fixed;
    height: 100vh;
    top: 0;
    z-index: 10;
}
#search .search-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
}
.search-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    border: 1px solid #2b59ee;
    border-radius: 21px;
    overflow: hidden;
}
.search-icon {
    width: 54px;
    height: 32px;
    background: #2b59ee;
    border-radius: 21px;
    color: #fff;
    line-height: 32px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.search-box input {
    flex: 1;
    padding: 3px 10px 3px 10px;
    background: none;

}

.search-head .cancel-text {
    color: #2B59EE;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;

}

.card-box {
    background: #f5f5f5;
    overflow: hidden;
}

.card {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 0 10px 20px;
    margin: 10px;
}

.card-title {
    margin-bottom: 20px;
}

.card-title .title-text {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    margin-right: 3px;
}

.card-title img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.card-li {
    float: left;
    color: #9CA5C0;
    margin: 0 40px 20px 0;
}

.nav{
    padding: 0 10px;
    background: #f5f5f5;
    position: relative;
}
.nav .show-all{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 18px;
}
.nav .show-all-active{
    transform: rotate(-90deg);
}
.nav-ul{
    height: 50px;
    overflow: hidden;
}
.nav .nav-ul-active{
    height: auto;
}
.nav-ul .nav-li{
    float: left;
    margin: 15px 20px 15px 0;
    color: #9CA5C0;
}
.nav .nav-ul .nav-li-active{
    color: #333333;
}
.ad img{
    width: 100%;
}

/*鏂囩珷*/
.art-box{
    background: white;
    margin-top: 1px;
}
.art-title{
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
}
.art-title-left img{
    width: 12px;
    height: 12px;
}
.title-text, .more{
    color: #9CA5C0;
    line-height: 25px;
}
.art-content{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.ct-left img{
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.ct-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.ct-right h2{
    color: #333333;
    font-size: 16px;
}
.ct-right .from{
    margin-bottom: 5px;
    color: #999999;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
.load-more{
    margin: 20px auto;
    width: 128px;
    height: 30px;
    text-align: center;
    background: #2b59ee1c;
    color: #2B59EE;
    border-radius: 3px;
    line-height: 30px;
}
.details-box {
    padding: 0 15px;
    background-color: #fff;
  }

  .details-title {
    color: #333333;
    font-weight: 500;
    font-size: 24px;
    margin: 16px 0;
  }

  .details-sub {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .details-important {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 12px 20px 12px 12px;
    color: #666;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .details-important span {
    color: #2b59ee;
    font-size: 14px;
  }

  .details-content {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
  }

  .details-tab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;

  }

  .details-tab-item {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    background: rgba(235, 49, 49, 0.10);
    border-radius: 4px;
    color: #eb3131;
    margin-right: 7px;
    margin-bottom: 10px;
  }

  .author-box {
    margin-bottom: 10px;
  }

  .author-min {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .author-min-left {
    display: flex;
    align-items: center;
  }

  .details-add {
    width: 32px;
    height: 32px;
  }

  .author-head {
    border-radius: 8px;
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }

  .author-name {
    font-weight: 500;
    font-size: 16px;
    color: #9ca5c0;
    margin-bottom: 4px;
  }

  .author-sub {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
  }

  .author-details {
    border: 1px dashed #eb3131;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .details-img {
    height: 331px;
    width: 100%;
    margin-bottom: 30px;
  }

  .author-details-box {
    margin-bottom: 20px;

  }

  .details-author-title {
    display: flex;
    margin-bottom: 20px;
  }

  .details-author-label {
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    max-width: 65px;
    min-width: 65px;
  }

  .details-author-text {
    font-weight: 500;
    color: #9ca5c0;
    font-size: 16px;
  }

  .details-tool {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    vertical-align: middle;
    padding-bottom: 20px;
  }

  .details-tool-item {
    display: flex;
    align-items: center;
  }

  .details-tool img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
  }

  .main {
    background: #f5f5f5;
  }

  .company-info-title {
    height: 44px;
    display: flex;
    align-items: center;

  }

  .details-commnt {
    padding: 0 15px 60px 15px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .company-info-title-span {
    width: 6px;
    height: 16px;
    background: linear-gradient(159deg, #4f80ff 72%, #1b48e7 100%);
    border-radius: 2px;
    margin-right: 6px;
    display: inline-block;
  }

  .details-commnt-item {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
  }

  .details-commnt-name {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    line-height: 32px;
  }

  .details-commnt-name img {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    margin-right: 10px;
    vertical-align: middle;
  }

  .details-commnt-text {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
  }

  .details-commnt-time {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .details-commnt-time span {
    color: #2b59ee;
  }

  .details-commnt-time img {
    width: 16px;
    height: 18px;
    margin-left: 30px;
    margin-right: 15px;
  }

  .commnt-commnt-box {
    background-color: #fff;
    padding: 0 15px 25px 15px;
    margin-bottom: 10px;
  }

  .commnt-commnt-box1 {
    background-color: #fff;
    padding: 0 15px 0px 15px;
    margin-bottom: 10px;
  }

  .commnt-textarea {
    border: 1px solid #eeeeee;
    border-radius: 8px;
    height: 120px;
    overflow: hidden;
    width: 95%;
    line-height: 24px;
    padding: 10px;
  }

  .commnt-tip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    margin-bottom: 30px;
  }

  .commnt-tip span {
    color: #2b59ee;
  }

  .commnt-btn {
    width: 155px;
    height: 36px;
    background: #cccccc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    margin-left: auto;
    margin-right: auto;

  }

  .article-details-item {
    padding: 12px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
  }

  .details-item-img {
    width: 120px;
    height: 90px;
    margin-right: 10px;
  }

  .article-details-name {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .article-details-sub {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
      .details-commnt-text {
        position: relative;
    }
    .show-all {
        cursor: pointer;
        position: absolute;
        right: 5px;
        bottom: 0;
        background: white;
        color: #2B59EE;
        display: block;
    }
    .show-all span {
        color: #333333;
    }
    .details-commnt-text p {
        margin: 20px 0;
        color: #333333;
        word-wrap: break-word;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .details-content img {
        max-width: 100%;
		vertical-align: bottom;
    }