
.cost-table .el-table td, .el-table th.is-leaf {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.active .el-tabs__item{
  font-size: 18px !important;
  /*margin: 0 20px;*/width: 140px;
  text-align: center;
}
.active .el-table .cell.el-tooltip{
  font-size: 14px;
  color: #6B6B6B;
  font-family: PingFang SC;
  font-weight: bold;
}
.el-table th>.cell{
  font-size: 16px;
  /*font-family: PingFang SC;*/
  font-weight: bold;
  color: #000000;
}
.form
.el-form-item--small .el-form-item__label {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: normal;
  /*line-height: 22px;*/
  color: #000000;
}
.form .el-form-item__content>span{
  font-size: 14px;
  color: #A2A2A2;
}
.item-right-page{
  margin: 20px !important;
  text-align: center !important;
}

.box-shadow-bottom[data-v-4f5dd346] {
  box-shadow: 0 5px 6px -5px rgba(0, 0, 0, 0.16), 0px -5px 6px -5px rgba(0, 0, 0, 0.16);
}
.box-shadow-top[data-v-4f5dd346] {
  box-shadow: 0px -5px 6px -5px rgba(0, 0, 0, 0.16);
}
.item-news[data-v-4f5dd346] {
  display: flex;
  width: 1200px;
  min-height: 600px;
  margin: 40px auto;
}
.item-left[data-v-4f5dd346] {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  min-width: 19%;
  width: 19%;
  margin-right: 1%;
}
.item-left .item-left-title[data-v-4f5dd346] {
  height: 48px;
  line-height: 48px;
  background: #1E50AE;
  color: #FFF;
  font-size: 20px;
}
.item-left .item-left-content[data-v-4f5dd346] {
  height: 57px;
  line-height: 57px;
  background: #FFF;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  border-top: 1px solid #E0E0E0;
  cursor: pointer;
}
.item-left .item-left-content-active[data-v-4f5dd346] {
  color: #1E50AE !important;
}
.item-right[data-v-4f5dd346] {
  flex: 1;
  width: 80%;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.item-right .item-right-title[data-v-4f5dd346] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 49px;
  background: #1E50AE;
  color: #FFF;
  line-height: 49px;
}
.item-right .item-right-title .item-right-tag[data-v-4f5dd346] {
  margin-left: 20px;
  font-size: 20px;
}
.item-right .item-right-title .item-right-local[data-v-4f5dd346] {
  margin-right: 20px;
  font-size: 16px;
}
.item-right .item-right-content[data-v-4f5dd346] {
  margin: 32px 40px;
  min-height: 700px;
}
.item-right .item-right-content .unit-desc[data-v-4f5dd346] {
  font-size: 22px;
  line-height: 40px;
  color: #333333;
  text-align: justify;
  margin-bottom: 40px;
}
.item-right .item-right-content .unit-all[data-v-4f5dd346] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item-right .item-right-content .unit-one[data-v-4f5dd346] {
  width: 23%;
}
.item-right .item-right-content .unit-one .unit-img[data-v-4f5dd346] {
  box-shadow: -3px 2px 29px rgba(84, 97, 103, 0.09);
  border-radius: 2px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-right .item-right-content .unit-one .unit-name[data-v-4f5dd346] {
  font-size: 18px;
  color: #000;
  margin: 10px 0 20px 0;
  text-align: center;
}
.item-right .information[data-v-4f5dd346] {
  widht: 100%;
  height: 133px;
  margin: 10px 20px;
  cursor: pointer;
}
.item-right .information .information-main[data-v-4f5dd346] {
  display: flex;
  border-bottom: 1px dashed #999;
}
.item-right .information .information-main .information-img img[data-v-4f5dd346] {
  width: 170px;
  height: 133px;
}
.item-right .information .information-main .information-content[data-v-4f5dd346] {
  margin: 10px 10px 10px 14px;
  position: relative;
  flex: 1;
  width: 100%;
}
.item-right .information .information-main .information-content .join[data-v-4f5dd346] {
  float: right;
  position: absolute;
  top: 68px;
  right: 10px;
}
.item-right .information .information-main .information-content .information-title[data-v-4f5dd346] {
  font-size: 20px;
  line-height: 26px;
  color: #333333;
}
.item-right .information .information-main .information-content .information-time[data-v-4f5dd346] {
  margin-top: 8px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #666;
}
.item-right .information .information-main .information-content .information-introduce[data-v-4f5dd346] {
  text-align: justify;
  height: 60px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(58, 58, 58, 0.6705882353);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item-right .item-right-page[data-v-4f5dd346] {
  margin: 20px;
  text-align: center;
}
