/* 列表页面 */
.warp .product-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.warp .product-img img {
    width: 100%;
    height: 350px;
}

.location {
    width: 300px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    float: left;
}

.location a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.workcase .workcase-nav {
    margin-left: 0px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 30px;
}

.workcase-list {
    margin-top: 20px;
}

/* 详细页面 */
.news-content-main-left{
    display: inline-block;
    overflow: hidden;
    border: 0px; 
    padding: 0px; 
    margin:0px; 
    margin-bottom:30px;
}

.news-detail-content{
    overflow: hidden;
    margin: 0px!important; 
    padding: 0px;
}

.news-detail-content img{
    max-width: 100%;
}

.news-content-main-right{
    display: inline-table!important;
}

.product-img-title{
    vertical-align: top; 
    margin-bottom: 30px;
}
.product-img-title .product-img-content{
    display: table-cell; 
    vertical-align: top;
}
.product-img-title .product-img-content img{
    width: 100px; 
    height: 100px; 
    border-radius: 16px 16px 16px 16px; 
    border: 1px solid #f2f2f2;
}

.ck-content .image {
    margin: 0px auto!important;
}

.product-title-content{
    display: table-cell; 
    vertical-align: top; 
    padding-left: 8px; 
    padding-top: 8px;
}
.product-title{
    color: #222; 
    font-size: 18px;
}
.product-category{
    color: #888888;
    font-size: 14px; 
    padding-top: 9px;
}

.product-item{
    margin-left: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.product-item .key{
    display: inline-block;
    width: 100px;
    color: #888;
}

.product-item .value{
    display: inline-block;
    width: 120px;
    color: #444;
}

.ui-color{
    display:table-cell;
    height: 15px;
    width: 20px;
    border-radius: 50%;
}
.ui-color-name{
    padding-left: 10px;
    display:table-cell;;
    vertical-align:top;
}

.btn-link{
    width: 308px;
    height: 50px;
    background: #1A78FF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin: 15px auto;
}

.product-intro{
    word-break: break-word; /* 文本行的任意字内断开 */
    overflow: hidden;
    padding: 10px;
}

.product-intro h1{
    font-size: 16px;
    margin: 25px 15px 15px 15px;
}

.product-intro .intro{
    color: #555;
    line-height: 30px;
    padding: 0 15px 15px 15px;
}