body{
  /*font-family: PingFangSC-Semibold, PingFang SC;*/
  margin: 0;
  padding: 0;
  background: #F2F9FF;
}

.content{
background-color: #fff;
width: 1200px;
min-height: 778px;
margin: auto;
padding-bottom: 26px;
}



.content .images{
display: flex;
justify-content: space-between;
padding: 20px 32px;
overflow: auto;
}
.content .images .image{
font-size: 18px;
width: 368px;
}
.content .images .image img{
width: 368px;
height: 207px;
display: block;
}


.content .images .image .title{
margin-top: 13px;
font-weight: 500;
color: #333333;
line-height: 25px;
height: 50px;
white-space: normal;
}

.content .images .image .title:hover{
  color: #ef8d1d;
}

.content .images .image .origin_title{
margin-top: 28px;
font-weight: 400;
color: #333333;
line-height: 18px;
}
.content .images .image .origin_title img{
width: 25px;
height: 19px;
display: inline-block;
margin-right: 8px;
}

.content .images .image .origin{
margin-top: 10px;
font-weight: 400;
color: #A0A0A0;
line-height: 20px;
font-size: 14px;
}

.content .list-title{
width: 73px;
height: 9px;
background-color: #E4ECFA;
margin: 55px 0 2px 32px;
}

.content .list{
font-size: 18px;
font-weight: 500;
color: #333333;
padding: 0 32px 26px 32px;
}

.content .list .item{
margin-top: 32px;
display: flex;
justify-content: space-between;
}

.content .list .item span:first-child{
width: 939px;
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.content .list .item span:last-child{
font-size: 14px;
font-weight: 400;
color: #A0A0A0;
line-height: 14px;
}