.main-content-box {
    background-color: #F5F9FF;
}

.content_box {
    display: flex;
    width: 1200px;
    margin: 0px auto;
}

.main-content {
    width: 100%;
}

.content-card {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 32px;
  	margin-bottom: 20px;
}

.content-card-item {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    display: flex;
}

.content-card-cover {
    width: 310px;
    height: 200px;
    margin-right: 30px;
  	object-fit: cover;
}

.content-card-box {
    flex: 1;
    
}

.content-card-title {
    color: rgba(56, 56, 56, 1);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content-card-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: rgba(80, 80, 80, 1);
    font-size: 16px;
}

.content-card-option img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.content-card-tips {
    color: rgba(80, 80, 80, 1);
    font-size: 15px;
    margin-bottom: 8px;
    white-space: pre-wrap;
}

.content-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.content-button {
    width: 232px;
    height: 48px;
    color: rgba(80, 80, 80, 1);
    background-color: rgba(238, 238, 238, 1);
    border-radius: 12px;
    font-size: 16px;
    border: 1px solid transparent;
  	display:flex;
    justify-content: center;
    align-items: center;

}

.content-button:hover {
    background-color: #fff;
    color: #00baad;
    border:1px solid #00baad;
    
}
.location {
    color: #666;
    font-size: 14px;
    margin: 20px 0;
}