/* case页面 */

.nav-bar-layout {
    width: 100%;
    height: 60px;
    background: #F1F1F1;
}

.nav-bar-inner-layout {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.nav-bar-title1 a {
    font-size: 16px;
    color: #C13939;
    line-height: 16px;
}

.nav-bar-arrow {
    width: 8px;
    height: 12px;
    margin: 0 8px;
}

.nav-bar-title2 a {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}
.case-title {
    position: relative;
}

.case-title-list {
    position: absolute;
    left: 130px;
    top: 19px;
    /* display: none; */
}

.clear::after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.case-data-content img {
    max-width: 100%;
}

.left {
    float: left;
}

.case-title-list>ul>li {
    font-size: 22px;
    color: #fff;
    float: left;
    margin-right: 42px;
    cursor: pointer;
}

.case-more {
    position: absolute;
    top: 16px;
    right: 130px;
}

.case-more button {
    height: 44px;
    width: 140px;
    background-color: #d1221d;
    border: 1px solid #B06A6A;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

.case-box {
    margin: 0 auto;
    max-width: 1440px;
    margin-bottom: 60px;
}

.case-box .case-box-list {
    padding-top: 60px;
    /* padding-left: 130px; */
    /* background-color: pink; */
    margin: 0 auto;
    width: 1176px;
}

.case-box .case-box-list .case-box-item {
    width: 356px;
    height: 270px;
    margin-right: 36px;
    position: relative;
    cursor: pointer;
}

.case-box .case-box-list .case-box-item .case-box-item-icon {
    display: inline-block;
    width: 74px;
    height: 26px;
    background: url('../img/case/biaoqian.png') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 8px;
    left: 8px;
}

.case-box .case-box-list .case-box-item img {
    width: 356px;
    height: 200px;
}

.case-box .case-box-list .case-box-item p {
    margin-top: 14px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
}

.case-box .load-more {
    width: 140px;
    height: 44px;
    margin: 0 auto;
}

.case-box .load-more button {
    width: 140px;
    height: 44px;
    background-color: #D1221D;
    border-radius: 4px;
    border-radius: 4px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px;
    border: none;
}

.case-box .load-more button>span {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url('../img/case/jiahao.png') center center no-repeat;
    background-size: cover;
    position: relative;
    top: 1px;
}


/* case-detail页面 */

.case-detail-img {
    height: 300px;
    background-size: cover;
}

.case-detail-img .case-detail-img-content {
    position: relative;
    top: 150px;
    left: 200px;
    font-family: PingFang-SC-Heavy;
    font-size: 40px;
	font-weight: 600;
    color: #fff;
    line-height: 36px;
}

.case-detail-title-bread {
    margin: 0 auto;
    max-width: 1440px;
    height: 60px;
    background-color: #F1F1F1;
    border-bottom: 1px solid #D8D8D8;
}

.case-detail-title-bread>ul {
    margin-left: 160px;
    padding-top: 22px;
}

.case-detail-title-bread>ul>li {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #C13939;
    line-height: 16px;
    float: left;
}

.case-detail-title-bread>ul>li a {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #C13939;
    line-height: 16px;
}

.case-detail-title-bread>ul>li>span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../img/case/jiantou_hui.png') center center no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 6px;
}

.case-detail-title-bread>ul>li:last-child {
    color: #333333;
}

.case-detail-main {
    padding-top: 20px;
    margin: 0 auto;
    max-width: 1200px;
    /*min-width: 775px;*/
    margin-bottom: 40px;
}

.case-detail-main .case-detail-left {
    width: 218px;
    /*margin-left: 160px;*/
}

.case-detail-left .case-yewu {
    background: #F9F9F9;
    min-height: 144px;
}

.case-detail-left .case-yewu h4 {
    height: 46px;
    padding: 0 10px;
    border-bottom: 1px solid #D8D8D8;
    margin: 0 14px;
}

.case-detail-left .case-yewu h4>span {
    display: inline-block;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    margin-top: 20px;
    border-left: 4px solid #c13939;
    padding-left: 4px;
}

.case-detail-left .case-yewu p {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333333;
    line-height: 12px;
    margin-top: 18px;
    margin-left: 24px;
    margin-bottom: 0;
}

.case-detail-left .case-yewu .case-xiaz span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/case/xiazai_1.png') center center no-repeat;
    background-size: cover;
    position: relative;
    top: 3px;
}

.case-detail-left .case-yewu .case-xiaz-active {
    color: #C13939;
}

.case-detail-left .case-yewu .case-xiaz-active a {
    color: #333333;
}

.case-detail-left .case-yewu .case-haib a {
    color: #333333;
}

.case-detail-left .case-yewu .case-xiaz-active span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/case/xiazai_2.png') center center no-repeat;
    background-size: cover;
    position: relative;
    top: 3px;
}

.case-detail-left .case-yewu .case-haib span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/case/haibao_1.png') center center no-repeat;
    background-size: cover;
    position: relative;
    top: 3px;
}

.case-tuijian {
    margin-top: 20px;
    background-color: #F9F9F9;
}

.case-detail-left .case-tuijian h4 {
    height: 46px;
    padding: 0 10px;
    border-bottom: 1px solid #D8D8D8;
    margin: 0 14px;
}

.case-detail-left .case-tuijian h4>span {
    display: inline-block;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    margin-top: 20px;
    border-left: 4px solid #c13939;
    padding-left: 4px;
}

.case-detail-left .case-tuijian ul {
    margin-top: 14px;
    margin-left: 10px;
}

.case-detail-left .case-tuijian ul li a {
    margin-bottom: 10px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #001B1B;
    line-height: 20px;
    position: relative;
    padding-left: 14px;
}

.case-detail-left .case-tuijian ul li:last-child {
    padding-bottom: 20px;
}

.case-detail-left .case-tuijian ul li a span {
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #D8D8D8;
    position: absolute;
    top: 7px;
    left: 2px;
}

.case-detail-left .case-tuijian .case-tuijian-item-active {
    color: #C13939;
}

.case-detail-right {
    /*margin-left: 61px;*/
    width: 100%;
}

.case-detail-right>p {
    text-indent: 2em;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
}

.case-detail-right .case-detail-title {
    font-family: PingFang-SC-Heavy;
    font-size: 26px;
    color: #333333;
    line-height: 36px;
	text-align:center;
}

.case-detail-right .case-detail-count {
    text-indent: 0;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    margin-top: 14px;
    margin-bottom: 20px;
	text-align:center;
}

.case-detail-right .case-detail-count span {
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url('../img/case/yuedurenshu.png') center center no-repeat;
    background-size: cover;
    position: relative;
    top: 2px;
    left: 6px;
}

.case-detail-right .case-detail-duanluoimg {
    margin: 20px auto;
    display: block;
    width: 500px;
    height: 278px;
}

@media (min-width: 992px) {
    .col-md-2 {
        width: 15.66666667%;
    }
}