.story{width: 100%}
.story .banner img{width: 100%}
.story .store_list{padding: 0 15px}
.story .story_img{text-align: center;margin: 20px 0;}
.story .story_img img{text-align: center;max-width: 60%}
.story .text1{color: #005AAA;font-weight: bold;font-size: 20px;text-align: center;line-height: 34px}
.story .text2{color: #005AAA;font-size: 16px;text-align: center;margin-top: 20px}
.story .text3{color: #333333;font-size: 16px;line-height: 24px;margin-top: 20px;}
.story .text1 span{width: 60px;height: 28px;text-align: center;color: white;background-color: #005AAA;font-size: 12px;margin-right: 5px;display: block;float: left;margin-top: 4px;line-height: 30px}
.story .company{display: flex;justify-content: center}
.ellipsis_3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.story .line{
    height: 1px;
    background-color: #e2e2e2;
    margin-top: 20px;
    width: 100%;
}
.story .text3_box{
  position: relative;
}
.story .text3_box .text3_more{
    position: absolute;
    bottom: 0;
    line-height: 24px;
    background-color: #efeff4;
    right: 3px;
    text-align: right;
    font-weight: bold;
    color: #005AAA;
}
.story .text3_box .text3_more span{
    color: #333333;
}
.story .text3_box .text3_more .text3_more_cont{
    color: #005AAA;
    padding-left:5px;
}

.look_more_info{
    margin: 15px auto 0;
    width: 60%!important;
    background-color: #005AAA!important;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-weight: bold;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
}