﻿*, body {
    font-family: 'Microsoft YaHei' !important;
}

.divalls {
    position: relative;
    overflow: hidden;
}

    /* 顶部切图 */
    .divalls .topimg {
        height: auto;
        width: 100%;
        overflow: hidden;
    }

div.divalls > div.topimg > span > a.contentlist {
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden;
}

div.divalls > div.topimg > span > a > dl > dt.imgdiv {
    height: auto;
    width: 100%;
    overflow: hidden;
}

    div.divalls > div.topimg > span > a > dl > dt.imgdiv img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform: scale(1,1);
    }

.noshow{
    display:none;
}

/* 类型选择 */
div.type_div {
    height: 80px;
    max-height: 80px;
    overflow: hidden;
    margin: 45px 0px 55px 0px;
}

.type_content .type_item_div {
    width: 300px;
    height: 80px;
    overflow: hidden;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 2px;
    cursor: pointer;
}

.left_div {
    border-radius: 15px 0px 0px 15px;
}

.right_div {
    border-radius: 0px 15px 15px 0px;
}

.news_checked {
    color: #333333;
    background-color: #ffffff;
}

.nochecked {
    color: #ffffff;
    background-color: #1668d2;
    border-right: 1px solid #ffffff;
}


.mark {
    height: 400px;
    width: 100%;
    background-color: #f1f6fc;
    z-index: -1;
    position: absolute;
    top: 720px;
}

/* 案例列表 */
div.divalls > div.news_bottom_div > span > a.contentlist {
    display: block;
    height: 410px;
    width: 1190px;
    overflow: hidden;
    text-decoration: none;
    color: #333333;
    box-shadow: 0px 0px 12px #e7e7e7;
    z-index: 99999;
    border: 1px solid #f8f8f8;
    position: relative;
    border-radius: 5px;
    margin: 5px 5px 60px 5px;
}

div.news_bottom_div > span > a.contentlist > ul {
    width: 100%;
    overflow: hidden;
    height: 100%;
}


div.divalls > div.divall.news_bottom_div > span > a.contentlist:hover {
    color: #6ba9ff;
}

div.divalls > div.divall.news_bottom_div > span > a.contentlist > ul > li.contentimg {
    width: 600px;
    height: 410px;
    overflow: hidden;
}

    div.divalls > div.divall.news_bottom_div > span > a.contentlist > ul > li.contentimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

div.divalls > div.news_bottom_div > span > a.contentlist > ul > li.contentimgtitle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 531px;
    background-color: #ffffff;
    height: 100%;
    font-size: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    padding: 75px 30px 30px 35px;
}

    div.divalls > div.news_bottom_div > span > a.contentlist > ul > li.contentimgtitle > div.contenttime {
        width: 525px;
        position: absolute;
        top: 320px;
        color: #333333;
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 27px;
        background-image: url(images_1210/jiantou.png);
        background-repeat: no-repeat;
        background-size: 25%;
        background-position: 97% 50%;
    }

div.divalls > div.divall.news_bottom_div > span > a.contentlist > ul > li.contentimgart {
    position: absolute;
    right: 42px;
    top: 140px;
    width: 515px;
    height: 95px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 2.1;
    text-indent: 2em;
}
