.page-wrapper .content-wrapper {display: flex;background-color: #f2f5f7;}
.business-content-list {margin-top: 20px;width: 880px;}
.business-content-list > img {margin-bottom: 10px;}
.business-content-list > .list-item {background-color: white;width: 880px;height: 220px;display: flex;align-items: center;justify-content: center;margin-bottom: 10px;}
.business-content-list > .list-item .cover {height: 180px;width: 320px;cursor: pointer;}
.business-content-list > .list-item .content {width: 500px;margin-left: 20px;}
.business-content-list > .list-item .title {font-size: 18px;font-weight: bold;color: #333;margin-bottom: 19px;cursor: pointer;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.business-content-list > .list-item .subtitle {display: flex;align-items: center;font-size: 12px;font-weight: normal;color: #333;margin: 18px 0;}
.business-content-list > .list-item .subtitle img {margin-right: 8px;}
.business-content-list > .list-item .text {width: 500px;height: 65px;font-size: 15px;font-weight: normal;color: #999;line-height: 23px;margin-bottom: 18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-align: justify;}
.business-content-list > .list-item .link {font-size: 14px;font-weight: bold;color: #5092ff;cursor: pointer;float: right;display: flex;align-items: center;}