/* 重置页面样式 */
*{margin: 0;padding: 0;}
body,html{font-size: 15px;color: #333;font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif, pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;}
ul,li {
    list-style: none;
  }
  span, a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    display: inline-block
  }
  i{display: inline-block}
  input, textarea {
    border: none;
    resize: none;
    font-size: 14px;
    font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif, pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
  }
  input::placeholder{font-size: 14px;}
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999 !important;
    font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif, pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
  }
  input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999 !important;
    font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif, pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999 !important;
    font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif, pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999 !important;
    font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif, pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
  }
  
  a {
    text-decoration: none !important;
    cursor: pointer;
  }
  
  img {
    width: 100%;
    height: 100%;
  }
  td, th {
    padding: 0;
  }
  input::-webkit-search-cancel-button {
    display: none;
  }
  
  input[type=search]::-ms-clear {
    display: none;
  }
  
  body {
    -webkit-text-size-adjust: none;
  }
  input {
    user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
  }

/* 重置页面样式 */


.w1200{
    width: 1200px;
    margin: 0 auto;
}
.bg-color{background-color: #F0F2F5;}
.main-color{color: #4069CF;}
a.main-color:hover{color:#4B79D6}


/* 图标 */
/* 电脑图标 */
.pc-icon{
  width:14px ;
  height: 14px;
  background: url(./images/ID.svg) no-repeat center;
  background-size: cover;
  margin-left: 10px;;
}
/* 百度 */
.baidu{
  width:16px ;
  height: 16px;
  background: url(./images/baidu.svg) no-repeat center;
  background-size: cover;
  margin-left: 12px;
}
/* 谷歌 */
.google{
  width:16px ;
  height: 16px;
  background: url(./images/Google.svg) no-repeat center;
  background-size: cover;
  margin-left: 12px;;
}


/* 背景图 */
.results-details-info{
    background: url(./images/info-bg@2x.png) no-repeat;
    background-position: 162px 0;
    background-size: 540px;
}
/* 头部 */
.results-details-header{
    padding: 24px 0;
}
.results-details-header{display: flex;align-items: center;justify-content: space-between;}
/* logo */
.results-details-logo {
    display: flex;
    align-items: center;
}
.results-details-logo >img{height: 22px;}
.results-details-logo .line{
    width: 1px;
    height: 24px;
    background-color: #DADCE0;
    margin: 0 12px;
    flex-shrink: 0;
}
.results-details-logo .text{
    flex-shrink: 0;
    font-size: 24px;
}
.results-details-header-text{
    font-size: 18px;
    color: #999CAB;
}

/* 内容区 */
.results-details-content{
    background-color: #fff;
    padding: 60px 80px 80px;
}
.results-details-content .title{
    font-size: 24px;
}
.results-details-content .abstract{
    font-size: 15px;
    margin-top: 16px;
    line-height: 2;
}
.results-details-content .abstract>span.lable-name{
    font-weight: bold;
    color: #676D7D;
}
.results-details-information{
    margin-top: 26px;
    padding-top: 30px;
    border-top: 1px dashed #DADCE0;
    font-size: 15px;
}
.results-details-information li{
    display: flex;
    /* align-items: center; */
    margin-bottom: 24px;
}
.results-details-information li:last-child{margin-bottom: 0;}
.results-details-content .lable-title{
    width: 160px;
    text-align: left;
    font-weight: bold;
    color: #666D7F;
    flex-shrink: 0;
}
.results-details-content .details-data{display: flex;align-items: center;}
.results-details-content .results-details-enclosure{
  margin-top: 40px;
}
/* .no-boder-table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 15px;
  color: #383A40;
  margin-top: 10px;
}
.no-boder-table tr td,
.no-boder-table tr th{
  padding: 14px 20px;
  box-sizing: border-box;
  text-align: left;
}
.no-boder-table tr td:first-child,
.no-boder-table tr th:first-child{
  text-align: center;
  padding-right: 80px;
}
.no-boder-table tr th{
  background-color:#F8F9FC ;
  color: #999CAB;
  font-weight: normal;
}
.no-boder-table tr td{
  border-bottom: 1px solid #F1F2F4;
} */
/* 正文及附件 */
.results-details-enclosure .enclosure-list{
  margin-top: 10px;
}
.results-details-enclosure .enclosure-list li{
  padding: 14px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F1F2F4;
}
.results-details-enclosure .enclosure-list li:first-child{
  background-color:#F8F9FC ;
  color: #999CAB;
  border-bottom: 0;
}
.results-details-enclosure .enclosure-list li .serial-number{
  width: 80px;
  margin-right: 66px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.results-details-enclosure .enclosure-list li .file-name{
  width: 60%;
  padding: 0 14px;
  box-sizing: border-box;
  display: flex;
}
.results-details-enclosure .enclosure-list li .file-name>span{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* flex: 1; */
}
.results-details-enclosure .full-text{
  color: #00C758;
  flex-shrink: 0;
  margin-left: 8px;
}
.results-details-enclosure .full-text:hover{
  opacity: 0.7;
}