.detail_title{
  font-size: 36px;
  font-weight: 400;
  color: #4D4D4D;
  margin: 74px auto 45px;
}
.detail_cont{
  justify-content: space-between;
  padding-bottom: 70px;
  align-items: flex-start;
}
.detail_left{
  width: 60%;
}
.detail_right{
  width: 34%;
}
.de_img{
  width: 100%;
}
.detail_txt{
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 32px;
  margin: 35px 0 30px;
}
.detail_right{
  background: #F5F5F5;
  padding: 40px 40px 36px;
}
.detial_more{
  font-size: 24px;
  font-weight: bold;
  color: #4D4D4D;
  margin-bottom: 30px;
}
.dr_img{
  width: 100%;
}
.dr_title{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin: 24px 0 27px;
  text-align: center;
}
.more_btn{
  width: 132px;
  text-align: center;
  margin: 48px auto 0;
  line-height: 40px;
  background: rgba(122, 30, 30, 0);
  border: 1px solid #999999;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.more_btn:hover{
  background: #005BAB;
  color: #fff;
}

.table{
  width: 100%;
}

@media screen and (max-width:768px) {
  .detail_cont{
    display: block;
    padding: 0;
  }
  .detail_title{
    text-align: center;
    margin: 30px 0;
    font-size: 30px
  }
  .detail_left{
    width: 100%;
    padding: 0 20px;
  }
  .detail_right{
    width: 100%;
    padding: 40px 20px 36px;
  }
}