﻿
@media screen and (max-width:768px) {
    .modular {
        display: none;
    }

    .list-wz {
        width: 100%;
    }

        .list-wz a {
            width: 70%;
            line-height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .list-wz a, .list-wz span {
            font-size: 8px;
        }

    .list > a {
        display: none;
    }
}

@media screen and (min-width:769px) {
    .modular .list {
        width: 63.5%;
        height: auto;
    }

    .list-wz {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-bottom: 2px dashed #eeeeee;
    }

    .modular {
        width: 1200px;
        height: 460px;
        overflow: hidden;
        margin: 15px auto 0px auto;
        border: 1px solid #eeeeee;
        background-color: #fff;
        padding-bottom: 10px;
    }

        .modular .page_line {
            margin-bottom: 10px;
        }
}


.modular .tabloid {
    display: flex;
    width: 34%;
    height: 310px;
    float: left;
    margin: 10px 10px 0 10px;
    overflow: hidden;
}

.modular .list {
    float: left;
    margin-top: 10px;
}

    .modular .list ul .jylyOn {
        color: #498711;
        font-size: 22px;
        font-weight: bold;
    }

.focus .shadow {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #498711;
    opacity: 0.7;
    padding-left: 5px;
    color: #fff;
    object-fit: cover;
    display: block;
    margin-top: -4px;
}

    .focus .shadow a {
        color: #fff;
        width：100 %;
    }

#D1pic1 {
    max-height: 280px;
}

    #D1pic1 .fcon {
        display: block;
    }

        #D1pic1 .fcon a {
            top: -100px;
        }

        #D1pic1 .fcon img {
            width: 100%;
            object-fit: fill;
            opacity: 1;
        }

.list-wz a {
    float: left;
    color: #595959;
    display: inline-block;
    margin-left: 5px;
}

.list-wz span {
    float: right;
    color: #727171;
    padding-right: 5px;
}

    .list-wz span a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.list-wz:hover, .list-wz a:hover, .list-wz:hover span {
    background-color: #80ab59;
    border: none;
}

    .list-wz:hover a, .list-wz:hover span {
        color: #fff;
    }

.modular .more_news {
    border: 1px solid #ff6600;
    padding: 1px;
    /*color: #ff6600;*/
    border-radius: 20px;
    width: 82px;
    margin-top: 6px;
    text-align: center;
}

    .modular .more_news a {
        color: #ff6600;
        font-size: 14px;
    }

.list_title {
    border-bottom: 5px solid #498711;
}

    .list_title span {
        margin-left: 10px;
        line-height: 40px;
        font-size: 20px;
        font-weight: 600;
        color: #498711;
    }
