﻿@media screen and (max-width: 1599px) {
    .qxxy-container {
        width: 1200px;
        margin: 0 auto;
    }

    .md {
        display: flex;
        align-items: flex-start;
    }

    .xydt {
        flex: 1;
    }

    .xydt-buttom {
        margin-top: 30px;
        width: 100%;
    }

    .grzx-left-menu-buttom {
        margin-right: 20px;
    }
}

@media screen and (min-width: 1600px) {
    .md {
        display: flex;
        align-items: flex-start;
    }

    .xydt {
        display: flex;
        margin-left: 240px;
        width: 1200px;
        align-items: flex-start;
    }

    .qxxy-container {
        position: relative;
        width: 1600px;
        margin: 0 auto;
    }

    .xydt-buttom {
        width: 370px;
        margin-left: 20px;
    }

    .xydt-top {
        flex: 1;
    }

    .grzx-left-menu-buttom {
        position: absolute;
    }
}




.xydt-top {
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.xydt-container {
    padding: 0 30px 30px 30px;
}

.xydt-container .xydt-list-item:nth-last-child(1) {
    border: none;
}

.xydt-list-item {
    height: 160px;
    padding: 18px 0;
    border-bottom: 1px solid #dddddd;
}

.xydt-list-item>div:nth-child(1) {
    color: #333333;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 6px;
}

.xydt-list-item>div:nth-child(2) {
    line-height:1.6;
    color: #666666;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xydt-list-item>div:nth-child(3) {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xydt-list-item>div:nth-child(3) .time {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
}

.xydt-list-item>div:nth-child(3) .time>div:nth-child(1) {
    margin-right: 26px;

    position: relative;
}

.xydt-list-item>div:nth-child(3) .time>div:nth-child(1)::after {
    position: absolute;
    content: "";
    background-color: #999999;
    width: 1px;
    height: 15px;
    top: 50%;
    right: -13px;
    transform: translateY(-50%);
}

.xydt-list-item>div:nth-child(3) .time img {
    margin-right: 8px;
}

.xydt-buttom {

    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.news-content {
    padding: 0 20px;
}

.news-item {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
    line-height: 26px;
}

.news-content>.news-item:nth-last-child(1) {
    border: none;
}

.tip {
    padding: 1px 9px;
    color: #3771ff;
    border: 1px solid #3771ff;
    margin-right: 5px;
}

#page1 {
    text-align: right;
}

.qxxy-container {
    padding-bottom: 30px;
}
.layui-nav-tree .layui-nav-item a {
    height: auto;
    line-height: auto;
}