﻿*, body {
    font-family: 'Microsoft YaHei' !important;
}

.divalls {
    position: relative;
    overflow: hidden;
}

    /* 顶部切图 */
    .divalls .topimg {
        height: 720px;
        width: 100%;
        overflow: hidden;
    }

div.divalls > div.topimg > span > a.contentlist {
    height: 720px;
    width: 100%;
    display: block;
    overflow: hidden;
}

div.divalls > div.topimg > span > a > dl > dt.imgdiv {
    height: 720px;
    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);
    }


/* 类型选择 */
div.type_div {
    height: 80px;
    max-height: 80px;
    overflow: hidden;
    margin: 45px 0px 55px 0px;
}

.type_content .type_item_div {
    width: 255px;
    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;
}

/* 下方三个新闻 */
.news_bottom_div {
    margin-bottom: 30px;
}

div.divalls > div.news_bottom_div > span > a.contentlist {
    display: block;
    height: 390px;
    margin: 0 auto;
    width: 1190px;
    overflow: hidden;
    text-decoration: none;
    color: #333333;
    box-shadow: 0px 0px 12px #ececec;
    margin-bottom: 50px;
    margin-top: 5px;
    z-index: 99999;
    border: 1px solid #f8f8f8;
    position: relative;
    border-radius: 5px;
}

div.news_bottom_div > span > a.contentlist > ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div.divalls > div.divall.news_bottom_div > span > a.contentlist:hover {
    color: #6ba9ff;
}

div.divalls > div.divall.news_bottom_div > span > a:nth-child(1) > ul > li.contentimg {
    width: 600px;
    height: 390px;
    overflow: hidden;
}

    div.divalls > div.divall.news_bottom_div > span > a:nth-child(1) > ul > li.contentimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

div.divalls > div.news_bottom_div > span > a:nth-child(1) > 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: 60px 30px 30px 35px;
}

    div.divalls > div.news_bottom_div > span > a:nth-child(1) > ul > li.contentimgtitle > div.contenttime {
        position: absolute;
        top: 300px;
        width: 525px;
        color: #333333;
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 27px;
        background-image: url(images_1210/jiantou.png);
        background-repeat: no-repeat;
        background-size: 22%;
        background-position: 95% 50%;
    }

div.divalls > div.divall.news_bottom_div > span > a:nth-child(1) > 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;
}


div#news_content2, div#news_content3 {
    display: none;
}

/* 第二个和第三个新闻 */
div .news_bottom_div > span > a:nth-child(2), div.news_bottom_div > span > a:nth-child(3), div.news_bottom_div > span > a:nth-child(4), div.news_bottom_div > span > a:nth-child(5) {
    width: 565px !important;
    height: 420px !important;
    overflow: hidden;
    margin: 0px 5px 65px 5px !important;
}

div.news_bottom_div > span > a:nth-child(2), div.news_bottom_div > span > a:nth-child(4) {
    float: left;
}

div.news_bottom_div > span > a:nth-child(3), div.news_bottom_div > span > a:nth-child(5) {
    float: right;
}


    div.news_bottom_div > span > a:nth-child(2) > ul > li.contentimg, div.news_bottom_div > span > a:nth-child(3) > ul > li.contentimg, div.news_bottom_div > span > a:nth-child(4) > ul > li.contentimg, div.news_bottom_div > span > a:nth-child(5) > ul > li.contentimg {
        height: 235px;
        width: 100%;
        overflow: hidden;
    }

        div.news_bottom_div > span > a:nth-child(2) > ul > li.contentimg img, div.news_bottom_div > span > a:nth-child(3) > ul > li.contentimg img, div.news_bottom_div > span > a:nth-child(4) > ul > li.contentimg img, div.news_bottom_div > span > a:nth-child(5) > ul > li.contentimg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    div.news_bottom_div > span > a:nth-child(2) > ul > li.contentimgtitle, div.news_bottom_div > span > a:nth-child(3) > ul > li.contentimgtitle, div.news_bottom_div > span > a:nth-child(4) > ul > li.contentimgtitle, div.news_bottom_div > span > a:nth-child(5) > ul > li.contentimgtitle {
        font-size: 26px;
        margin: 50px 0px 0px 35px;
        width: 350px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        div.news_bottom_div > span > a:nth-child(2) > ul > li.contentimgtitle > div.contenttime, div.news_bottom_div > span > a:nth-child(3) > ul > li.contentimgtitle > div.contenttime, div.news_bottom_div > span > a:nth-child(4) > ul > li.contentimgtitle > div.contenttime, div.news_bottom_div > span > a:nth-child(5) > ul > li.contentimgtitle > div.contenttime {
            position: absolute;
            top: 290px;
            font-size: 21px;
            right: 35px;
            height: 90px;
            width: 155px;
            color: #333333;
            font-weight: 300;
            text-align: center;
            background-image: url(images_1210/jiantou.png);
            background-repeat: no-repeat;
            background-size: 70%;
            background-position: 60% 73%;
        }

    div.news_bottom_div > span > a:nth-child(2) > ul > li.contentimgart, div.news_bottom_div > span > a:nth-child(3) > ul > li.contentimgart, div.news_bottom_div > span > a:nth-child(4) > ul > li.contentimgart, div.news_bottom_div > span > a:nth-child(5) > ul > li.contentimgart {
        margin-left: 35px;
        margin-top: 15px;
        width: 350px;
        line-height: 1.8;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
