.jjfalist_bg{
    width: 100%;
    background: #E8E8E8;
    padding: 0 160px;
    box-sizing: border-box;
}
.jjfalist_w{
    width: 100%;
    background: #FFFFFF;
    margin: 0 auto;
}
.jjfalist{
    width: 100%;
    padding: 35px 116px;
    box-sizing: border-box;
}
.title{
    width: 100%;
    text-align: center;
    margin-bottom: 66px;
}
.jjfalist_title{
    font-size: 48px;
    font-weight: 600;
    color: #333333;
    line-height: 67px;
}
.jjfalist_twotitle{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
}
.jjfalist_cont{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jjfalist_cont>.jjfalist_side{
    width: 49%;
    opacity: 0.8;
    border: 1px solid #D1D1D1;
    background: #FFFFFF;
    margin-bottom: 40px;
    box-sizing: border-box;
    cursor: pointer;
}
.jjfalist_cont>.jjfalist_side>img{
  width:100%;
}
.jjfalist_side>.side_info{
    width: 100%;
    padding: 36px 40px 0 40px;
    box-sizing: border-box;
    margin-bottom: 30px;
  
}
.side_info>.info_title{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    margin-bottom: 19px;
     overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.side_info>.info_ms{
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    line-height: 22px;
    margin-bottom: 24px;
   display: -webkit-box;
   -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.side_info>ul>li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.side_info>ul>li>:nth-child(1){
    width: 10px;
    height: 2px;
    background: #0C2F5F;
    margin-right: 10px;
}
.side_info>ul>li>:nth-child(2){
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    line-height: 30px;
}
