.container {
    width: 100%;
    min-height: 64vh;
    min-width: 1200px;
}

/* 顶部背景 */

.topBox {
    width: 100%;
    position: relative;
}

.topBox .text {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    color: #F8FBFB;
}

.text div:first-of-type {
    font-size: 16px;
    letter-spacing: 9px;
    margin-bottom: 5px;
}

.text h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.text div:nth-of-type(2) {
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.text a {
    display: block;
    width: 150px;
    height: 38px;
    background: linear-gradient(-23deg, rgba(38, 171, 88, 1), rgba(45, 193, 98, 1));
    color: #F8FBFB;
    text-align: center;
    line-height: 38px;
}
.wraper{
    width: 60%;
    min-width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}
.wraper_left {
    width: calc(94% - 294px);
    float: left;
}

.case_show_title {
    width: 100%;
    margin: 30px 0;
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
}
.loopBox {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
}

.wraper_left_img {
    width: 204px;
    height: 128px;
}

.wraper_left_content {
    width: calc(96% - 204px);
    box-sizing: border-box;
    padding-right: 15px;
}

.wraper_left_content h2 {
    font-size: 21px;
    font-weight: bold;
}

.wraper_left_content h2 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wraper_left_content div {
    width: 100%;
    color: #999;
    margin: 15px 0;
    font-size: 13px;
}

.wraper_left_content div span {
    margin-right: 8px;
}

.wraper_left_content p {
    color: #666;
    font-size: 13px;
}

.wraper_right {
    width: 294px;
    border: 1px solid #DCE2E8;
    margin-bottom: 50px;
    float: right;
    
}

.wraper_right_title {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border-bottom: 1px solid #DCE2E8;
    padding: 0 25px;
    overflow: hidden;
}

.wraper_right_title div {
    border-left: 3px solid #26AB58;
    padding-left: 10px;
    margin-top: 15px;
    font-size: 16px;
}

.wraper_right ul {
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
    padding-bottom: 0;
}

.wraper_right ul li {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.wraper_right ul li img {
    width: 72px;
    height: 66px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wraper_right ul li .article {
    width: calc(96% - 72px);
}

.article p {
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
}

.article div {
    color: #666;
    font-size: 13px;
}