/* 初始化 */
.m1200 {
    width:1200px;
    margin:0 auto;
}

/* 页面样式 */
.cc-banner-box{
    width: 100%;
    height: 330px;
    background: url("../../imgs/customerCase/cci_banner.png?v=002") no-repeat center center;
    background-size: cover;
}
.cc-search-box {
    padding: 61px 0 20px;
    font-size: 16px;
    color: #515A6E;
}
.cc-search-type-box {
    display: flex;
}
.cc-search-type-tit {
    margin-top: 8px;
    margin-right: 16px;
}
.cc-search-type-con {
    position: relative;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.cc-search-type-con .item {
    padding: 8px 20px 12px;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 8px 8px 0px 0px;
}
.cc-search-type-con2 .two-box {
    position: absolute;
    top: 34px;
    left: 72px;
    width: 962px;
    padding: 20px 20px 0;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}
.cc-search-type-con2 .two-box-item {
    margin: 0 30px 16px 0;
    font-size: 14px;
    color: #515A6E;
    cursor: pointer;
}
.cc-search-type-con .cur {
    color: #FF8A00;
}
.cc-search-type-con2 .cur2 {
    color: #FF8A00;
    background-color: #fff;
}
.cc-con-box {
    display: flex;
}
.cc-con-left-box {
    flex: 1;
    margin-right: 50px;
}
.cc-list {
    display: flex;
    flex-wrap: wrap;
}
.cc-list-item {
    margin-right: 30px;
    margin-bottom: 30px;
    width: 399px;
    height: 450px;
    background: #FFFFFF;
    border-radius: 10px;
}
.cc-list-item:hover {
    box-shadow: 0px 0px 30px 1px rgba(12,53,149,0.1);
    transform: translateY(5px);
}
.cc-list-item:hover .img {
    opacity: 0.8;
}
.cc-list-item:nth-child(2n) {
    margin-right: 0;
}
.cc-list-item .img {
    width: 400px;
    height: 140px;
    border-radius: 10px 10px 0 0;
}
.cc-list-item .con {
    position: relative;
    padding: 20px 20px 0;
}
.cc-list-item .company-box {
    padding-left: 20px;
    margin-bottom: 20px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.cc-list-item .line {
    position: absolute;
    left: 0;
    top: -2px;
    display: inline-block;
    width: 8px;
    height: 45px;
    background: #FF8A00;
}
.cc-list-item .company {
    font-size: 16px;
    color: #38424F;
    font-weight: bold;
}
.cc-list-item .type {
    font-size: 13px;
    color: #999999;
}
.cc-list-item .tit {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    color: #38424F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}
.cc-list-item .tag {
    margin: 10px 0;
}
.cc-list-item .tag>div {
    display: inline-block;
    padding:5px 10px;
    font-size: 12px;
    border-radius: 4px 4px 4px 4px;
}
.cc-list-item .tag-orange {
    background: #FFF6EB;
    border: 1px solid #FF8A00;
    color: #FF8A00;
}
.cc-list-item .tag-blue {
    background: #F5F9FF;
    border: 1px solid #4C80FA;
    color: #4C80FA;
}
.cc-list-item .tag-green {
    background: #ECFFF9;
    border: 1px solid #33C095;
    color: #33C095;
}
.cc-list-item .p {
    font-size: 16px;
    color: #747784;
    line-height: 24px;
}
.cc-con-box .pagination {
    margin-bottom: 46px;
    padding: 14px 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
}
.cc-con-right-box {
    flex: 0 0 320px;
}
.cc-con-right-banner {
    width: 100%;
    height: 350px;
}