/* ----- 内容部分 ------ */
.tagContent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

/* 左侧 */
.l-content {
    flex-shrink: 0;
    width: 840px;
}

.caseIndex-box {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    margin: 20px 0 31px 0;
}

.caseIndex-top {
    width: 760px;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 40px;
}

.topTitle {
    width: 744px;
    font-size: 30px;
    color: #333333;
    padding: 33px 0 30px;
}

.topTitle a:hover {
    color: #333333;
}

.topText-left span {
    color: #333333;
}

.topText {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999999;
    padding-bottom: 15px;
}

.topText-right .iconyuedushu {
    margin-right: 9px;
    font-size: 15px;
    color: #CCCCCC;
}

.caseIndex-imgGroup {
    width: 760px;
    height: 180px;
    margin: 20px 40px 39px;
    display: flex;
}

.imgBorder {
    width: 340px;
    height: 180px;
    border: 1px solid #e6e6e6;
    margin-right: 20px;
}

.caseIndex-img {
    width: 340px;
    height: 180px;
}

.imgText {
    width: 400px;
    height: 180px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
}


.imgText-top {
    margin: 23px 33px 15px 36px;
    display: flex;
}

.imgText-people {
    width: 140px;
}

.people-name {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.name-index {
    font-size: 16px;

    color: #333333;
}

.imgText-index {
    margin: 0 23px 15px 36px;
}

.caseIndex-content {
    margin: 39px 43px 41px 40px;
    width: 757px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.content-box table {
    width: 100% !important;
    background-color: #fff !important;
    color: rgba(51, 51, 51, 1) !important;
}

.content-box table th,
.content-box table td {
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 16px !important;
    border-width: 1px;
    border-style: solid !important;
    border-color: #e6e6e6 !important;
}

.content-box table td {
    background-color: #fff;
    border: solid 1px #000 !important;
}

.content-box p {
    word-wrap: break-word;
}

.content-box a {
    color: #00B1FB;
    font-weight: bold;
    text-decoration: underline;
    word-wrap: break-word;
}

.content-box img {
    max-width: 100%;
}

.caseIndex-btnBox {
    margin-top: 40px;
}

.btnBox-index {
    height: 36px;
    display: flex;
    margin-bottom: 22px;
}

.btnBox-index:hover .btnBox-backs {
    border: 1px solid #00B1FB;
    color: #00B1FB;
}

.btnBox-index:hover .btnBox-Text {
    color: #00B1FB;
}

.btnBox-backs {
    display: inline-block;
    text-align: center;
    width: 90px;
    height: 34px;
    line-height: 36px;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    font-size: 14px;
    color: #666666;
    margin-right: 21px;
}

.btnBox-backs:hover {
    border: 1px solid #00B1FB;
    color: #00B1FB;
}

.btnBox-Text:hover {
    color: #00B1FB;
}

.btnBox-Text {
    width: 642px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666666;
}

.tag-title {
    padding: 24px 0 10px 0;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #E6E6E6;
}

/* 右侧 */
.r-content {
    flex-shrink: 0;
    width: 258px;
}

.case-info-right {
    margin-top: 20px;
}

/* ---- 项目解读内容页 ----- */
.project-name {
    padding: 15px 0 0 15px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.project-name-pic {
    width: 230px;
    margin: 13px auto 0;
}

.project-name-pic img {
    width: 230px;
    height: 129px;
}

/* ---- 相关项目详情 ----- */
.relatedCases {
    display: inline-block;
    border-bottom: 1px solid #E6E6E6;
    padding: 16px 12px 11px;
}

.relatedCases-img {
    width: 230px;
    height: 122px;
    border: 1px solid #e6e6e6;
}

.relatedCases-img img {
    width: 230px;
    height: 122px;
}

.relatedCases-textTop {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.textTop-index {
    color: #666666;
    font-size: 14px;
    margin-bottom: 9px;
}

.textTop-bold {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

.applyItem {
    width: 224px;
    font-size: 14px;
    color: #666666;
    display: flex;
    margin-bottom: 10px;
}

.item-left {
    flex-shrink: 0;
    font-weight: bold;
    color: #666666;
}

.textTop-main {
    width: 224px;
    height: 60px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 14px;
}

.textTop-time {
    font-size: 14px;
    color: #666666;
    margin-bottom: 4px;
}

.project-specials {
    margin-top: 38px;
    border: 1px solid #E6E6E6;
}
