.science_box {
  box-sizing: border-box;
  line-height: 20px;
}
.science_box .science_head {
  padding: 0 20px;
}

.science_box .science_detail_info {
  padding: 10px 40px;
  background-color: #f2f2f2;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.science_box .science_detail_info .detail_info_left {
  flex: 1;
  margin-right: 10px;
}

.science_box .science_detail_info .detail_info_left .detail_info_left_title {
  width: 100%;
  line-height: 24px;
  padding: 10px 0;
  font-size: 18px;
}

.science_box .science_head_title{
    position: relative;
    border-bottom: 1px dashed #999;
    margin: 30px 0;
}
.science_box .science_head_title > div{
    position: absolute;
    background: #fff;
    padding: 0 20px;
    left: 50%;
    top: -18px;
    transform: translate(-50%);
    text-align: center;
}
.science_box .science_head_title span{
    display: inline-block;
    width: 120px;
    background: #002ddb;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    height: 36px;
    line-height: 36px
}
.science_box .science_head_lefttitle > div{
    left: 0;
    top: -10px;
    padding: 0 20px 0 0;
    transform: translate(0%);
}

.science_box .science_head_lefttitle span{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}


.science_box .science_detail_info .detail_info_left .detail_info_left_date {
  margin-top: 10px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}

.science_box
  .science_detail_info
  .detail_info_left
  .detail_info_left_date
  .right_man {
  margin-right: 40px;
  font-size: 14px;
}

.science_box .science_detail_info .detail_info_right {
  width: 130px;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  text-align: center;
  font-size: 17px;
  background-color: rgb(91, 160, 252);
  color: white;
  cursor: pointer;
}
.science_h5 .science_center_science {
  flex: 1;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.science_h5 .science_center_li {
  margin-bottom: 0.2rem;
  display: flex;
  height: 2.43rem;
  font-size: 0.22rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 0.3186rem;
  color: rgba(0, 0, 0, 0.8);
}
.science_h5 .science_center_li img {
  height: 2.43rem;
  width: 2.43rem;
  border-radius: 0.22rem;
  margin-right: 0.16rem;
}
.science_h5 .science_center_li > div {
  display: flex;
  flex-direction: column;
}
.science_h5 .science_center_li > div > div {
  flex-shrink: 0;
  overflow: hidden;
}
.science_h5_center {
  flex: 1;
}

.science_h5 .science_center_li .science_h5_price span {
  font-size: 0.36rem;
  font-weight: bold;
}

.science_h5_price {
  color: rgba(59, 122, 241, 1);
}
.science_h5_num {
  font-size: 0.2rem;
}
.science_h5 .list_center {
  overflow-x: hidden;
  position: relative;
  padding-top: 0.28rem;
}

.science_h5 .list_center .science_detail_info {
  margin-top: 0.2rem;
  padding: 0.2rem;
  background-color: #f2f2f2;
  border-radius: 0.2rem;
}

.science_h5 .science_detail_info .detail_info_bottom {
  margin: 0 auto;
  margin-top: 0.4rem;
  width: 2.4rem;
  line-height: 0.6rem;
  border-radius: 0.1rem;
  text-align: center;
  font-size: 0.3rem;
  background-color: rgb(91, 160, 252);
  color: white;
}

.science_h5 .science_detail_info .detail_info_top_title {
  width: 100%;
  line-height: 24px;
  padding: 10px 0;
  font-size: 18px;
}

.science_h5 .science_detail_info .detail_info_right_man,
.science_h5 .science_detail_info .detail_info_right_date {
  margin-top: 10px;
  width: 100%;
  line-height: 0.2rem;
  font-size: 13px;
}




.science_h5 .science_head_title{
    position: relative;
    border-bottom: 1px dashed #999;
    margin: 30px 0;
}
.science_h5 .science_head_title > div{
    position: absolute;
    background: #fff;
    padding: 0 20px;
    left: 50%;
    top: -18px;
    transform: translate(-50%);
    text-align: center;
}
.science_h5 .science_head_title span{
    display: inline-block;
    width: 120px;
    background: #002ddb;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    height: 36px;
    line-height: 36px
}
.science_h5 .science_head_lefttitle > div{
    left: 0;
    top: -10px;
    padding: 0 20px 0 0;
    transform: translate(0%);
}

.science_h5 .science_head_lefttitle span{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.pc_box .table_con {
  width: 100%;
  border-collapse: collapse;
  background-color: #f4f4f4;
}

.pc_box .table_con .table_cel_small {
  width: 100px;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
}
.pc_box .table_con .table_cel_large {
  width:auto;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
}

