﻿.top-pte {
    height: 0;
    padding-bottom: 28%;
    min-width: 1200px;
    min-height: 363px;
    max-height: 580px;
    max-width: 1920px;
    background: url(/Images/Journalism/Industry/xwdt-hydt.jpg) no-repeat center top;
    background-size: 100%;
    margin: 0px auto;
}

.cnt-lab {
    line-height: 80px;
    font-size: 20px;
    color: #fff;
    float: left;
    margin-top: 240px;
    margin-left: 900px;
    font-weight: normal;
}

.new-cnt {
    height: 80px;
    border-bottom: 1px solid #ddd; 
}

.new-cnt-tlt {
    font-size: 16px !important;
    float: left;
    line-height: 80px;
    color: #333;
    cursor: pointer;
    text-decoration: none !important;
}

    .new-cnt-tlt:hover {
        color: #005ba8 !important;
    }

.new-cnt-day {
    float: right;
    line-height: 80px;
    font-size: 16px;
}

@media only screen and (max-width: 1024px) {
    .top-pte {
        height: 0;
        padding-bottom: 28%;
        min-width: 1000px;
        min-height: 302px;
        max-height: 580px;
        max-width: 1920px;
        background: url(/Images/Journalism/Industry/xwdt-hydt.jpg) no-repeat center top;
        background-size: 100%;
        margin: 0px auto;
    }
        .top-pte > div {
            width: 1000px !important;
        }

    .cnt-lab {
        line-height: 80px;
        font-size: 20px;
        color: #fff;
        float: left;
        margin-top: 140px !important;
        margin-left: 500px !important;
        font-weight: normal;
    }

    .new-cnt {
        height: 80px;
        width: 900px;
        margin: 0px auto;
        border-bottom: 1px solid #ddd;
    }

    .new-cnt-tlt {
        font-size: 26px !important;
        float: left;
        line-height: 80px;
        color: #333;
        cursor: pointer;
        text-decoration: none !important;
    }

        .new-cnt-tlt:hover {
            color: #005ba8 !important;
        }

    .new-cnt-day {
        float: right;
        line-height: 80px;
        font-size: 26px;
    }
}