/*主体部分*/
.epm-warp {
  background: #fff;
  width: 865px;
  float: left;
  padding: 40px 0 30px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 0.14);
  border: solid 1px #eeeeee;
  margin-bottom: 30px;
}
.epm-warp.untop {
  padding-top: 0px;
}
.epm-warp .epm-top {
  position: absolute;
  width: 865px;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  top: 0;
  padding: 0 30px;
  background-color: #fcfcfc;
  text-align: left;
  font-size: 16px;
  color: #333333;
  border-bottom: solid 1px #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.epm-warp .epm-top .xialdeuru {
  position: relative;
}
.epm-warp .epm-top .xialdeuru > span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  border-radius: 2px;
  border: solid 1px #ededed;
  font-size: 12px;
  color: #333;
  font-weight: normal;
  min-width: 130px;
  cursor: pointer;
}
.epm-warp .epm-top .xialdeuru > span em {
  color: #333;
  margin-left: 5px;
}
.epm-warp .epm-top .xialdeuru .nbList {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  box-shadow: 0 0 5px -1px #000;
  z-index: 99;
  top: 30px;
  border-radius: 5px;
  width: 130px;
  overflow: hidden;
}
.epm-warp .epm-top .xialdeuru .nbList li {
  height: 35px;
  line-height: 35px;
}
.epm-warp .epm-top .xialdeuru .nbList li a {
  display: block;
  text-align: center;
  font-weight: normal;
}
.epm-warp .epm-top .xialdeuru .nbList li.active a {
  color: #4285f4;
  background: #f0f7fc;
}
.epm-warp .epm-top .xialdeuru .nbList li:hover a {
  background: #f0f7fc;
  color: #4285f4;
}
.epm-warp .epm-top .xialdeuru:hover .nbList {
  display: block;
}
.epm-warp .header-title {
  padding-top: 26px ;
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-weight: normal;
}
/*表格*/
.epm-data {
  position: relative;
  width: 100%;
  padding-top: 5px;
}
.epm-data .item-title {
  text-align: left;
  font-size: 18px;
  color: #333333;
  margin-top: 30px;
  font-weight: 700;
  width: 827px;
  margin-left: 30px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-bottom: 3px;
}
.epm-data .item-title:after {
  width: 72px;
  height: 2px;
  background-color: #4285f4;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
}
.epm-data .emp-title {
  text-align: left;
  width: 820px;
  margin: 20px auto 0;
  color: #333333;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.epm-data .emp-title span {
  position: relative;
  z-index: 2;
}
.tab {
  position: relative;
  width: 820px;
  display: block;
  margin: 20px auto 0;
  border: 1px solid #e4eef6;
}
.tab .tr {
  display: table-row;
  border-top: 1px solid #e4eef6;
  position: relative;
  width: 100%;
  color: #333333;
}
.tab .tr.th {
  background: #f0f7fc;
}
.tab .tr.th > .td {
  border-left: 0px;
  white-space: nowrap;
  padding: 10px 8px;
  font-weight: bold;
}
.tab .tr.tl > .td {
  border-left: 0px;
  padding: 10px 8px;
}
.tab .tr:nth-child(1) {
  border-top: 0;
}
.tab .tr > .td {
  position: relative;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 12px;
  text-align: center;
  font-size: 14px;
  display: table-cell;
  line-height: 26px;
  table-layout: fixed;
  word-break: break-all;
  border-right: 1px solid #e4eef6;
}
.tab .tr > .td:last-child {
  border-right: none;
}
.tab .tr > .td.ell .td-brf {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tab .tr > .td.ell .ext {
  display: block;
}
.tab .tr > .td .td-brf {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tab .tr > .td .ext {
  display: none;
  color: #ff7d31;
  font-size: 12px;
  cursor: pointer;
}
.tab .tr > .td .ext:hover {
  text-decoration: underline;
}
.tab .tr > .td > img.full {
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  -o-object-fit: contain;
  object-fit: contain;
}
.tab .tr > .td .blue {
  color: #4285f4;
}
.tab .tr > .td .blue.underline-s:hover {
  text-decoration: underline;
}
.tab .tr > .td > .left {
  text-align: left;
}
.tab .tr > .td:nth-child(1) {
  border-left: 0;
}
.tab .tr > .td.tab-label {
  background: #f0f7fc;
  text-align: left;
  width: 210px;
  white-space: nowrap;
  vertical-align: middle;
}
.tab .tr > .td.red {
  color: #e1483d;
}
.tab .tr > .td.yellow {
  color: #fe7124;
}
.tab .tr > .td.yellow a {
  color: #fe7124;
}
.tab .tr > .td.blue {
  color: #4285f4;
}
.tab .tr > .td.blue.underline-s:hover {
  text-decoration: underline;
}
.tab .tr > .td.green {
  color: #1ca046;
}
.tab .tr > .td.tab-text {
  text-align: left;
  width: 200px;
}
.tab .tr > .td.tab-text.long {
  width: 670px;
}
.tab .tr > .td.td-0 {
  width: 8%;
  text-align: center;
}
.tab .tr > .td.td-1 {
  width: 10%;
}
.tab .tr > .td.td-15 {
  width: 12%;
}
.tab .tr > .td.td-2 {
  width: 15%;
}
.tab .tr > .td.td-3 {
  width: 20%;
}
.tab .tr > .td.td-4 {
  width: 25%;
}
.tab .tr > .td.td-5 {
  width: 33.3%;
}
.tab .tr > .td.td-6 {
  width: 30%;
}
.tab .tr > .td.td-7 {
  width: 40%;
}
.tab .tr > .td.td-8 {
  width: 50%;
}
.tab .tr > .td.td-9 {
  width: 60%;
}
.tab .tr > .td.td-10 {
  width: 70%;
}
.tab .tr > .td.td-11 {
  width: 75%;
}
.tab .tr > .td .over-hidden {
  /* width: 200px;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tab .tr > .td .red {
  color: #f43d3d;
}
.tab .tr > .td.td-logo-box {
  display: flex;
  align-items: center;
  width: 100%;
}
.tab .tr > .td.left {
  text-align: left;
}
.tab .tr > .td.distribute {
  display: flex;
  box-sizing: border-box;
}
/*# sourceMappingURL=annualDteail.css.map */