.detail_item{
  display: flex;
  margin-top: 18px;
  margin-bottom: 54px;
}

.texts img{
  max-width:100%;
}
.texts video{
  max-width:100%;
}
.left{
  width: calc(71.7% - 27px);
  margin-right: 27px;
  box-shadow: 0 1px 5px rgba(100,100,100,0.3) ;
  box-sizing: border-box;
  padding-left: 66px;
  padding-right: 38px;
}
.right{
  width: 28.3%;
  box-shadow: 0 1px 5px rgba(100,100,100,0.3) ;
  box-sizing: border-box;
  padding: 0 29px;
}

.detail_item_header{
  font-size: 24px;
  	line-height: 1.5;
    min-height: 119px;
    height: auto;
  color: #333;
  text-align: center;
  border-bottom:  1px dashed #999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left .date{
  display: flex;
  align-items: center;
  margin-top: 19px;
}
.left .date img{
  margin-right: 12px;
}
.texts p{
  white-space: pre-wrap;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.texts .img{
  display: flex;
}
.texts .img img:nth-child(1){
  margin-right: 19px;
}
.texts .img img{
  flex: 1;
}
.texts .btns{
  display: flex;
}
.texts a:nth-child(1){
  margin-right: 32px;
}
.texts a{
  flex: 1;
  display: block;
  height: 49px;
  line-height: 49px;
  color: #333;
  background: #eef5fc;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 66px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.right h2 img{
  display: inline-block;
  padding-right: 8px;
}
.right h2{
  line-height: 63px;
  display: flex;
  align-items: center;
  font-size: 20px;
  border-bottom: 1px solid #999;
  color: #333;
}
.right ul{
  padding: 0 3px;
}
.right ul li{
  border-bottom: 1px dashed #999;
  padding: 16px 0;
}
.right ul li h3{
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
.right ul li p{
  font-size: 14px;
  color: #999;
}

@media screen and (max-width: 1024px) {
  .left{
    width: 100%;
    margin: 0;
  }
  .texts .img img{
    width: calc(50% - 10px);
  }
  .right{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .left{
    padding: 0 10px;
  }
}