.clearfix:after {visibility: hidden;display: block;	font-size: 0;content: ".";	clear: both;height: 0;}
.artDetailsContentBox div{
    box-sizing: border-box;
}
.fl{float: left}
.fr{float: right}

.CContainer{width:1200px;margin: 0 auto;}
.artDetailsContentBox{
    padding-top:50px;
    padding-bottom:100px;
    width:100%;
    background:#F7F7F7;
}
.artDetailsBox{
    width:870px;
}
.artDetailsConent{
    width:100%;
    padding:50px 60px;
    background:#fff

}
.artDetailsBox .title{
    width:100%;
    text-align: center;
    margin-bottom:30px;

    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
}
.artDetailsBox .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    width:100%;
    text-align: center;
    margin-bottom:30px;
}
.artDetailsConent .hr{
    width:100%;
    height: 1px;
    background:#ccc
}
.artDetailsConent .newhr{
    display: flex;
    align-items: center;
}
.artDetailsConent .newhr .hr{
    width:640px;
    height: 1px;
    background:#ccc;
}
.artDetailsConent .newhr img{
    width:30px;
    height: 30px;
    margin-left: 10px;
}
.artDetails img{
    max-width: 100%;
    height: auto !important;
}
.artListContentBox{
    width:300px;
}
.caseArtList{
    width:100%;
    background:#fff;
    padding:30px 20px;
}
.caseArtList .caseArtListTitle{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    padding-bottom:10px;
    border-bottom:1px solid #e6e6e6;
    margin-bottom:15px;
}
.caseListItem{
    width:100%;
    font-size:0px;
    margin-bottom:20px;
    display: block;;
}

.caseListItem .title{
    text-align: left;
    padding:18px 10px;
    background:#F7F7F7;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #404040;
    box-sizing: border-box;
    width:100%;
}
.caseListItem .newsTitle{
    text-align: left;
    padding:18px 10px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #404040;
    width:100%;
}
.caseListItem img{
    width:100%;
}
.artMarvellousList{
    background:#fff;
    width:100%;
    padding:30px 20px;
    margin-top:20px;

}
.artMarvellousList .artListTitle{
    width: 100%;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    padding-bottom:10px;
    border-bottom:1px solid #e6e6e6;
}
.artMarvellousList a{
    width:100%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-top:20px;
    display: block;
    height:70px;
}

.artMarveItem .imgBox{
    display: block;
    width: 100px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.artMarveItem .imgBox img{
    width: 100%;
    height: auto;
}
.artMarveItem .wordsBox{
    width: 150px;
    float: right;
}
.artMarveItem .wordsBox h2{
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
.artMarveItem .wordsBox p{
    font-size: 10px;
    margin-top: 5px;
}
.newsDetailsBtn{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    height: 50px;
}
.newsDetailsBtn .newsDetailsBtnItem{
    box-sizing: border-box;
    background:#fff;
    height: 50px;
    line-height: 50px;
    color: #404040;
    width:290px;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.newsDetailsBtn .newsDetailsBtnItemLeft{
    padding-left:68px;
    text-align: left;
    background-image:url("../static/images/casedetailsleft.png") ;
    background-repeat: no-repeat;
    background-size:8px 14px;
    background-position: 50px 18px;
    border-right: 1px solid #E6E6E6;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsDetailsBtn .newsDetailsBtnMid{
    padding-left:115px;
    text-align: left;
    background-image:url("../static/images/casedetailsmid.png") ;
    background-repeat: no-repeat;
    background-size:14px 14px;
    background-position: 90px 18px;
}
.newsDetailsBtn .newsDetailsBtnRight{
    padding-right:68px;
    text-align: right;
    background:#0092E5;
    color:#fff;
    background-image:url("../static/images/casedetailsright.png") ;
    background-repeat: no-repeat;
    background-size:8px 14px;
    background-position: 232px 18px;
}