.layui-icon-subtraction:before {
  content: "\e67e";
}
#header {
  margin-bottom: 110px;
}
#header + #body {
  margin-top: -110px;
}
#searcher {
  height: 110px;
}
#searcher > .l-width {
  height: 100%;
  background: url(../images/eva-search-bg.png) 160px center no-repeat;
}
.search-label {
  font-size: 28px;
  font-weight: bold;
  color: #0033a0;
}
.search-data {
  position: absolute;
  right: 600px;
  padding: 0 30px;
  font-size: 22px;
  color: #0033a0;
  line-height: 110px;
}
.search-data:hover .tip-box {
  display: block;
}
.search-data i {
  position: absolute;
  margin-top: -10px;
  right: 15px;
  font-size: 14px;
  color: #999;
}
.search-data .tip-box {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: -22px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  text-align: justify;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 1px 1px 7px rgba(116, 119, 120, 0.16);
  animation-name: anim-dropdown;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  z-index: 2;
}
.search-data .tip-box:after {
  position: absolute;
  right: 14px;
  bottom: -12px;
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent;
  content: "";
}
.search {
  left: auto;
  right: 0;
  width: 600px;
}
.search .search-input {
  width: 100%;
}
.search .search-input .layui-input {
  padding-left: 18px;
  border-radius: 5px;
}
.search .search-btn {
  position: absolute;
  right: 0;
  width: 50px;
}
.search .search-btn button {
  color: #999;
  background-color: transparent;
}

.top-filter .input-group {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 96px;
  border-bottom: 1px solid #eee;
}
.top-filter .input-group:last-child {
  border-bottom: 0;
}
.top-filter .input-group:before,
.top-filter .input-group:after {
  display: table;
  content: "";
  clear: both;
}

.top-filter .label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 59px;
}
.top-filter .label img {
  margin-right: 7px;
  vertical-align: -3px;
}
.top-filter .inline-sel,
.top-filter .inline-input,
.top-filter .inline-btn {
  float: left;
}
.top-filter .inline-input .layui-input,
.top-filter .inline-sel .layui-input {
  height: 34px;
}
.top-filter .inline-btn .layui-btn {
  height: 34px;
  line-height: 34px;
}
.top-filter .sel-j {
  width: 80px;
}
.top-filter .inline-input {
  width: 300px;
}

.top-filter .inline-list.list-all {
  max-height: 120px;
}
.top-filter .inline-list {
  position: relative;
}
.top-filter .inline-list li {
  float: left;
  position: relative;
  padding: 5px;
}

.top-filter .inline-list li a {
  display: inline-block;
  min-width: 60px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 28px;
  color: #333;
  text-align: center;
  background-color: #f5f5fa;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  vertical-align: top;
}
.top-filter .inline-list li:hover a {
  text-decoration: none;
  background-color: #ebebf7;
}
.top-filter .inline-list li a.filter-this {
  color: #fff;
  background: #0033a0;
}

.top-filter .inline-list li.more {
  position: absolute;
  right: -5px;
  top: 0;
}
.top-filter .inline-list li.more i {
  vertical-align: top;
}
.top-filter .inline-list li.more svg {
  margin-top: 7px;
  font-size: 14px;
}
.top-filter .inline-list li.more a {
  min-width: 50px;
}

.top-filter .class-list li + li a {
  min-width: 100px;
}
.top-filter .class-list li:hover .list-dropdown {
  display: block;
}
.top-filter .class-list .list-dropdown {
  display: none;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 5px;
  max-height: 410px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 7px rgba(116, 119, 120, 0.16);
  animation-name: anim-dropdown;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  z-index: 1;
}
.top-filter .class-list .list-dropdown::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.top-filter .class-list .list-dropdown::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #eeeef6;
}
.top-filter .class-list .list-dropdown::-webkit-scrollbar-track {
  border-radius: 5px;
  background: transparent;
}

.top-filter .class-list .list-dropdown dd {
  padding: 0 15px;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
  border-bottom: 1px solid #f0f0f5;
  cursor: pointer;
}
.top-filter .class-list .list-dropdown dd:hover {
  background-color: #ebebf7;
}

.top-filter .area-list {
  position: relative;
  overflow: hidden;
  max-height: 40px;
}
.top-filter .tag-list {
  margin-left: -96px;
}
.top-filter .tag-list .list-item {
  display: inline-block;
  position: relative;
  height: 30px;
  padding: 0 35px 0 10px;
  font-size: 14px;
  line-height: 28px;
  color: #0033a0;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #bdc7db;
  vertical-align: top;
  cursor: pointer;
}
.top-filter .tag-list .list-item label {
  color: #333;
  font-weight: normal;
}
.top-filter .tag-list .list-item .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.top-filter .tag-list .list-item .close i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 7px;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  background-color: #cccccc;
  border-radius: 15px;
}
.top-filter .tag-list .more a i {
  margin-right: 5px;
  color: #0033a0;
  font-size: 17px;
  vertical-align: -1px;
}

.evaluation-years {
  margin: 0;
}
.evaluation-years .year-sel {
  display: table;
  width: 100%;
  height: 49px;
  border-bottom: 3px solid #0033a0;
}
.evaluation-years .year-sel li {
  display: table-cell;
  padding: 0 2px;
}
.evaluation-years .year-sel li.layui-this:after {
  display: none;
}
.evaluation-years .year-sel li.layui-this a {
  color: #fff;
  background: #0033a0;
}
.evaluation-years .year-sel li a {
  display: block;
  font-size: 16px;
  line-height: 45px;
  color: #6e6e6e;
  background: #f0f0f0;
  border: 1px solid #eaecf2;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.evaluation-years .year-sel li a:hover {
  text-decoration: none;
}
.evaluation-years .table-list th,
.evaluation-years .table-list td {
  padding: 11px 5px;
}
.evaluation-years .table-list td {
  background-color: #fff;
}
.evaluation-years .table-list .title,
.evaluation-years .table-list t-left {
  padding: 7px 5px;
  text-align: left;
}
.evaluation-years .layui-table-sort {
  height: 18px;
}
.evaluation-years .layui-table-sort .layui-edge {
  left: 0;
}
.evaluation-years .layui-table-sort .layui-table-sort-asc {
  top: 2px;
}

.web-intro {
  height: 56px;
  padding-top: 0;
  padding-left: 21px;
  line-height: 56px;
  color: #252b3a;
  background: url(../images/icon-site-o.png) no-repeat left center;
}
.web-intro .layui-icon {
  font-size: 14px;
  color: #999999;
}
.web-intro cite {
  color: #03339e !important;
}
.web-intro a:hover {
  color: inherit !important;
}

.evaluation-intro {
  padding: 20px 30px;
  background-color: #f7f7fb;
}
.evaluation-intro + .evaluation-years {
  background-color: #f7f7fb;
}
.evaluation-intro .title {
  margin-bottom: 15px;
}
.evaluation-intro .title h1 {
  display: inline-block;
  margin-right: 15px;
  padding: 3px 0;
  font-size: 30px;
  font-weight: bold;
  color: #252b3a;
  line-height: 37px;
}
.evaluation-intro .title sup {
  position: relative;
  margin-left: -10px;
  margin-right: 10px;
  vertical-align: 15px;
}
.evaluation-intro .title sup:hover .tip-box {
  display: block;
}
.evaluation-intro .title sup i {
  margin-left: 2px;
}
.evaluation-intro .title sup .tip-box {
  display: none;
  position: absolute;
  top: -5px;
  left: calc(100% + 5px);
  margin-bottom: 12px;
  padding: 10px 10px 5px;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  text-align: justify;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 1px 1px 7px rgba(116, 119, 120, 0.16);
  animation-name: anim-dropdown;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  z-index: 2;
}

.evaluation-intro .title sup .tip-box:after {
  position: absolute;
  left: -12px;
  top: 5px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  content: "";
}
.evaluation-intro .title sup .tip-box img {
  width: 150px;

}
.evaluation-intro .title sup .tip-box span {
  display: block;
  line-height: 40px;
}
.evaluation-intro .title .layui-btn {
  font-size: 12px;
  color: #00319d;
  line-height: 20px;
  border-color: #a9bcfd;
  border-radius: 5px;
  vertical-align: 5px;
}
.evaluation-intro .title .layui-btn img {
  margin-right: 3px;
  vertical-align: -2px;
}
.evaluation-intro .title sub {
  display: block;
  line-height: 24px;
}
.evaluation-intro .title sub span {
  margin-right: 30px;
}
.evaluation-intro .title sub label {
  color: #999999;
}
.evaluation-intro .title sub a {
  color: #00319d;
}
.evaluation-intro .content {
  font-size: 0;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px dashed #a9bcfd;
  border-radius: 5px;
}
.evaluation-intro .content > [class^="col"],
.evaluation-intro .content > [class*=" col"] {
  display: inline-block;
  font-size: 16px;
  color: #252b3a;
  line-height: 28px;
  vertical-align: top;
}
.evaluation-intro .content .col1 {
  width: 215px;
}
.evaluation-intro .content .col2 {
  width: 180px;
}
.evaluation-intro .content .col3 {
  width: calc(100% - 215px - 180px);
}
.evaluation-intro .content .col3 .inner-block {
  max-width: inherit;
  white-space: normal;
}
.evaluation-intro .inner-title {
  font-size: 12px;
  color: #999;
  line-height: 25px;
}
.evaluation-intro .inner-block {
  max-width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.evaluation-intro .inner-block + .inner-title {
  margin-top: 10px;
}
.evaluation-intro .core-list {
  position: relative;
  max-height: 90px;
}
.evaluation-intro .core-list.list-all {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 212px;
}
.evaluation-intro .core-list.list-all::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.evaluation-intro .core-list.list-all::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #dddde4;
}
.evaluation-intro .core-list.list-all::-webkit-scrollbar-track {
  border-radius: 5px;
  background: transparent;
}

.evaluation-intro .core-list.list-all .more {
  position: static;
}
.evaluation-intro .core-list.list-all .more:after {
  position: absolute;
  margin-left: 2px;
  transform: rotate(-90deg);
}

.evaluation-intro .core-list ul {
  margin: 0 -20px 0 -10px;
  font-size: 0;
}
.evaluation-intro .core-list li {
  display: inline-block;
  width: 220px;
  margin: 0 10px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.evaluation-intro .core-list .more {
  position: absolute;
  right: 4px;
  top: 60px;
  width: 220px;
  background-color: #fff;
  font-size: 14px;
  line-height: 32px;
  color: #999;
  cursor: pointer;
}
.evaluation-intro .core-list .more:after {
  font-family: layui-icon !important;
  font-size: 12px;
  content: "\e65b";
}

.detail-info {
  margin-bottom: 10px;
  padding: 20px;
}
.detail-info table {
  border: 1px solid #ccc;
}
.detail-info thead {
  border-top: 0;
}
.detail-sel {
  position: relative;
  text-align: center;
  height: 50px;
  border: 0;
}
.detail-sel:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #ccc;
  content: "";
}
.detail-sel li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  z-index: 1;
}
.detail-sel li a {
  display: inline-block;
  width: 150px;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  background: #f0f0f0;
  border-radius: 3px;
}
.detail-sel li a:hover {
  text-decoration: none;
  opacity: 1;
}
.detail-sel li a .icon-arrow-right {
  margin-left: 5px;
  margin-right: -15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.detail-sel li.layui-this a {
  color: #fff;
  background: #0033a0;
}
.detail-sel li.layui-this:after {
  display: none;
}
.detail-sel li.layui-this a .icon-arrow-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.detail-content {
  padding: 20px;
}
.detail-content > .title {
  position: relative;
  height: 86px;
  margin-bottom: 30px;
  padding-top: 40px;
  background: url(../images/detail-content-title.png) no-repeat left center;
}
.detail-content > .title:before {
  position: absolute;
  top: 15px;
  font-size: 18px;
  color: #999;
  font-weight: bold;
  line-height: 1;
  content: attr(no);
}
.detail-content > .title h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
}
.detail-content > * + .title {
  margin-top: 40px;
}
.detail-content .content > .data {
  margin-bottom: 25px;
  font-size: 0;
}
.detail-content .content > .data > span:not(.tip) {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 90px;
  margin-right: 20px;
  font-size: 36px;
  color: #0068a2;
  text-align: center;
  line-height: 88px;
  background-color: #fbfbfd;
  border: 1px solid #c6dae9;
  border-radius: 5px;
  vertical-align: top;
}
.detail-content .content > .data > span label {
  position: absolute;
  left: 8px;
  top: -10px;
  height: 25px;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  background-color: #0068a2;
  border-radius: 5px;
}
.detail-content .content > .data > span label:hover .tip-box {
  display: block;
}
.detail-content .content > .data > span label i {
  position: relative;
  top: -6px;
  margin-left: 2px;
  margin-right: -5px;
  font-size: 12px;
  color: #fff;
}
.detail-content .content > .data > span label .tip-box {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 80%;
  width: 190px;
  margin-bottom: 12px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  text-align: justify;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 1px 1px 7px rgba(116, 119, 120, 0.16);
  animation-name: anim-dropdown;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  z-index: 2;
}
.detail-content .content > .data > span label .tip-box:after {
  position: absolute;
  left: 9px;
  bottom: -12px;
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent;
  content: "";
}

.detail-content .content > .data .tip {
  display: inline-block;
  position: relative;
  width: calc(100% - 320px);
  height: 90px;
}
.detail-content .content > .data .tip:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.detail-content .content > .data .tip span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #0068a2;
  vertical-align: middle;
}
.detail-content .content > .data .tip i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 14px;
}
.detail-content .content > .table-list {
  margin-bottom: 25px;
}
.detail-content .content > .graph {
  margin-bottom: 25px;
  background-color: #fbfbfd;
  border: 1px solid #c6dae9;
  border-radius: 5px;
}
.detail-content .content > .graph label {
  display: block;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: #0068a2;
  border-radius: 5px 5px 0 0;
}
.formula-box {
  margin-bottom: 25px;
  font-size: 0;
  background-color: #fbfbfd;
  border: 1px dashed #c6dae9;
  border-radius: 5px;
}
.formula-box .formula1 + .formula2 {
  border-top: 1px dashed #c6dae9;
}

.formula1 {
  display: inline-block;
  padding: 30px;
  width: 50%;
  vertical-align: top;
}
.formula1 + .formula1 {
  border-left: 1px dashed #c6dae9;
}
.formula1 table,
.formula2 table {
  margin: 0 auto;
}
.formula1 td {
  font-size: 16px;
  padding: 5px 0;
  line-height: 20px;
}

.formula2 {
  padding: 30px;
}
.formula2 th,
.formula2 td {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding: 0 3px;
  white-space: nowrap;
  text-align: left;
}

.formula2 strong {
  font-weight: normal;
}
.f-formula {
  margin-left: 8px;
  width: 100px;
}

.f-formula td {
  font-size: 16px;
  padding: 5px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
.f-line {
  border-top: 1px solid #000000;
  padding-top: 2px;
  white-space: nowrap;
}

@keyframes anim-dropdown {
  0% {
    opacity: 0.3;
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
