body {
    height: 100vh;
    min-height: 945px;
}

#main_Button {
    width: 900px;
    text-align: center;
    margin: auto;
}

    #main_Button ul li {
        width: 25%;
        float: left;
        list-style: none;
        height: 50px;
    }

        #main_Button ul li > button {
            height: 60px;
            width: 90%;
            background-color: #48b0f7;
            border: 0px;
            border-radius: 5px;
            color: #fff;
            font-size: 18px;
            background-repeat: no-repeat;
            background-position-y: center;
            background-size: 20px;
            cursor: pointer;
        }

.homedata tr:hover {
    background-color: #F1F3F7;
}

.btn_report > img {
    width: 21px;
    margin-right: 5px;
}

.btn_suggest > img {
    width: 17px;
    margin-right: 5px;
}

.btn_blacklist > img {
    width: 19px;
    margin-right: 5px;
}

.btn_feedback > img {
    width: 18px;
    margin-right: 5px;
}

#main_content {
    width: 1200px;
    min-height: 450px;
    margin: auto;
    margin-top: 75px;
    height: 312px;
    position: relative;
}

#dvAI {
    display: inline-block;
    position: absolute;
    right: -100px;
    top: 270px;
    cursor: pointer;
}

.dvAIWord {
    text-align: center;
    margin-top: -20px;
    color: #767676;
    font-size: 16px;
    font-weight: normal;
}

.ul_content {
    width: 100%;
}

    .ul_content > li {
        float: left;
        width: 530px;
        list-style: none;
        padding: 30px;
        background-color: #fff;
        border-radius: 5px;
        height: 307px;
        opacity: 0.9;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    }

.li_notice {
    margin-right: 20px;
}

.dvTitle {
    border-bottom: 1px solid #eee;
    height: 42px;
    line-height: 36px;
    position: relative;
}

.leftTitle {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    font-family: montserrat;
}
.leftTitle2 {
    font-size: 23px;
    color: #000;
    font-weight: bold;
    font-family: montserrat;
}

.rightMore {
    position: absolute;
    color: #767676;
    right: 0px;
    top: 0px;
    font-family: Source Han Sans;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.homedata tr {
    border-bottom: 1px solid #eee;
    height: 45px;
}

.td_title {
    width: 410px;
}

    .td_title > div {
        width: 410px;
        font-size: 16px;
        color: #1A1A1A;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-family: Microsoft YaHei;
        font-weight: normal;
    }

        .td_title > div > a {
            font-size: 16px;
            color: #1A1A1A;
            font-family: Microsoft YaHei;
            font-weight: normal;
            background-image: url(/static/img/img_point.png);
            background-size: 16px;
            background-repeat: no-repeat;
            background-position: 5px;
            padding-left: 20px;
        }

.td_date {
    width: 110px;
    font-size: 14px;
    color: #767676;
    text-align: right;
    font-family: Microsoft YaHei;
    font-weight: normal;
}

.zhiding1 {
    background-image: url(/static/images/zhiding.png);
    background-repeat: no-repeat;
    background-position: left 2px;
}

.point {
    width: 12px;
    display: inline-block;
    text-align: center;
}

.btnimg {
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    #main_Button {
        width: calc(100% - 10px);
    }

        #main_Button ul li {
            width: calc(50% - 20px);
            margin: 5px 10px;
        }

            #main_Button ul li > button {
                width: 100%;
            }

    .btnimg {
        cursor: pointer;
        width: 100%;
    }

    #main_content {
        width: 100%;
        margin-top: 20px;
    }

    .ul_content > li {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 30px;
        width: calc(100% - 24px);
        border-radius: 0px;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    }

        .ul_content > li:last-child {
            margin-bottom: 120px;
        }

    .dvTitle {
        height: 39px;
        line-height: 33px;
    }

    .leftTitle {
        font-size: 20px;
    }

    .rightMore {
        font-size: 12px;
    }

    #tab_notice {
        width: 100%;
    }

    .td_title {
        width: calc(100% - 134px)
    }

        .td_title > div {
            width: 100%;
        }

            .td_title > div > a {
                font-size: 14px;
            }

    .td_date {
        font-size: 12px;
    }

    body {
        background-color: #EEE;
        height: auto;
    }

    .footer-area {
        display: block !important;
    }

    .bg-gray-2 {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
