﻿body {
    margin: 0; /* 清除默认边距 */
    display: flex;
    flex-direction: column; /* 垂直排列 */
}

#main {
    flex: 1; /* 占据剩余空间 */
    /*min-height: 600px;*/
    background-image: url(/static/images/frontbg.png);
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 100% 100%;
}

#main_Title {
    height: 160px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 70px;
    padding-bottom: 40px;
    width: 968px;
    margin: auto;
}

.dvlistPage {
    height: 550px;
}

#cnTitle {
    font-size: 72px;
}

#enTitle {
    font-size: 36px;
}


#main_content {
    width: 1200px;
    min-height: 600px;
    margin: auto;
    position: relative;
    opacity: 0.9;
}

#dvAI {
    display: inline-block;
    position: absolute;
    right: -100px;
    top: 400px;
    cursor: pointer;
}

.dvAIWord {
    text-align: center;
    margin-top: -20px;
    color: #767676;
    font-size: 16px;
    font-weight: normal;
}

.dv_notice {
    width: 1100px;
    padding: 50px 50px 30px 50px;
    background-color: #fff;
    border-radius: 5px;
    height: 653px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}


.dvTitle {
    border-bottom: 1px solid #D8D8D8;
    height: 42px;
    line-height: 42px;
    position: relative;
}

.leftTitle {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.homedata tr {
    border-bottom: 1px solid #D8D8D8;
    height: 55px;
}

.td_title {
    width: 950px;
}

    .td_title > div {
        width: 950px;
        font-size: 16px;
        color: #1A1A1A;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.td_date {
    width: 150px;
    font-size: 14px;
    color: #767676;
    text-align: right;
}

.zhiding {
    background-image: url(/static/images/zhiding.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.zhiding1 {
    background-image: url(/static/images/zhiding.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.point {
    width: 12px;
    display: inline-block;
    text-align: center;
}

.footer-area {
    position: static !important;
}

.dvbtnRegion > button {
    background-color: #0256FF;
    color: #fff;
    width: 96px;
    height: 38px;
    border: 0px;
    border-radius: 5px;
}


.dvbtnRegion {
    color: #fff;
    width: 1100px;
    background-color: #fff;
    text-align: center;
    margin: auto;
    padding: 0 50px 20px 50px;
}

.td_title a {
    color: #000;
    font-size: 18px;
    background-image: url(/static/img/img_point.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 20px;
}

.page-nav {
    height: 48px;
    line-height: 48px;
    margin-top: 10px;
    color: #606266;
    font-family: HarmonyOS Sans SC;
    font-size: 14px;
}

    .page-nav .span_total {
        margin-right: 5px;
    }

    .page-nav .span_go {
        margin-right: 5px;
        cursor: pointer;
    }

    .page-nav .span_total {
        margin-right: 10px;
    }

    .page-nav .span_pageCount {
        border: 1px solid #DCDFE6;
        padding: 5px 10px 5px 10px;
        border-radius: 3px;
        margin-right: 10px;
    }

    .page-nav .span_pageLab {
        display: inline-block;
        padding: 0px 8px 0px 8px;
    }

    .page-nav .span_right {
        display: inline-block;
        padding: 0px 8px 0px 8px;
        margin-right: 10px;
    }

    .page-nav .pageNum {
        width: 35px;
        border-radius: 2px;
        border: 1px solid #DCDFE6;
        height: 28px;
        margin-right: 5px;
        text-align: center;
    }

.homedata tr:hover {
    background-color: #F1F3F7;
}

.currPage {
    color: #409EFF;
}

@media only screen and (max-width: 1200px) {
    #main {
        background-image: none;
    }

    #main_Title {
        width: 100%;
    }

        #main_Title > img {
            width: 100%;
        }

    #main_content {
        width: 100%;
    }

    .dv_notice {
        width: calc(100% - 24px);
        padding: 12px 12px 30px 12px;
    }

    .leftTitle {
        font-size: 20px;
    }

    .dvTitle {
        height: 30px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .td_title > div {
        width: 100%;
    }

    .td_date {
        width: 110px;
    }

    .td_title {
        width: calc(100% - 134px)
    }

        .td_title a {
            font-size: 14px;
        }

    .homedata {
        width: 100%;
    }

    .dvbtnRegion {
        width: calc(100% - 24px);
        padding: 0px 0px 20px 0px;
    }

    .page-nav {
        font-size: 12px;
    }

        .page-nav .span_pageCount {
            display: none;
        }

        .page-nav .span_go {
            display: none;
        }

        .page-nav .pageNum {
            display: none;
        }

        .page-nav .span_pageword {
            display: none;
        }
}
