﻿@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;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .xysj,
    .xztab {
        flex: 1;
    }

    .xysj {
        margin-right: 20px
    }

    .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;
        align-items: flex-start;
    }

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

    }

    .xydt-top {
        flex: 1;
    }

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

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




.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>div:nth-child(2) {
    margin-right: 26px;
    position: relative;
}
.xydt-list-item>div:nth-child(3) .time>div:nth-child(2)::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;
}



.xysj {
    width: 370px;
    height: 324px;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.xysj .syData {
    padding: 20px;
    height: 264px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.xysj .syData .syData-item {
    width: 48%;
    height: 102px;
    background-color: rgba(63, 124, 248, 0.15);
    padding: 18px 10px;
}

.xysj .syData .syData-item .name {
    font-size: 16px;
    color: #3f7cf8;
    margin-bottom: 20px;
    text-align: left;
}

.xysj .syData .syData-item .name img {
    margin-right: 5px;
}

.xysj .syData .syData-item .num {
    font-size: 24px;
    font-weight: 600;
    color: #3f7cf8;
    text-align: right;
}

.xydt-buttom .layui-nav-item,
.xydt-buttom .layui-nav {
    background-color: #3f7cf8;
}

.xydt-buttom .layui-nav .layui-this:after,
.xydt-buttom .layui-nav-bar {
    background-color: rgba(255, 255, 255, 0.4);
}



.xztab .xztab-content {
    padding: 24px 82px 27px 21px;
    background-color: #fff;
}

.xztab .xztab-content .xztab-item {
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#page1 {
    text-align: right;
}
