@media screen and (min-width: 1300px) {
    .layout {
        font-family: 'PingFang SC', 'MicrosoftYaHei';
        width: 100%;
        min-width: 1200px;
        font-size: 16px;
    }

    .lvsu1 {
        display: block;
    }

    .lvsu2 {
        display: none;
    }
    .pc{display: block!important;}
    .H5{display: none!important;}

    .layout .layoutMain {
        width: 840px;
        height: 100%;
        margin: 0 auto;
    }

    .layout .header {
        width: 100%;
        height: 72px;
        background: #222222;
        position: fixed;
        top: 0;
        z-index: 9999;
    }

    .layout .header .headerLogo {
        float: left;
        margin-top: 22px;
    }

    .layout .header .navList {
        float: right;
    }

    .layout .header .navList ul {
        height: 72px;
    }

    .layout .header .navList ul li {
        float: left;
        height: 72px;
        position: relative;
        transition-duration: 0.3s;
        width: 120px;
        text-align: center;
    }

    .layout .header .navList ul li:hover {
        cursor: pointer;
    }

    .layout .header .navList ul li:hover a {
        color: #004FB7;
    }

    .layout .header .navList ul li:hover .navLiMenu {
        opacity: 1;
        transition-duration: 0.2s;
        visibility: visible;
    }

    .layout .header .navList ul li a {
        color: rgb(256, 256, 256, 0.8);
        margin: 0 28px 0;
        line-height: 72px;
    }

    .layout .header .navList ul li a.on,
    .layout .header .navList ul li a:active {
        color: #004FB7 !important;
    }

    .layout .content {
        margin: 0 auto;
        box-sizing: border-box;
        width: 840px;
        display: flex;
        justify-content: space-between;
        margin-top: 72px;
        padding-top: 32px;
    }

    .layout .content .left1 {
        display: none;
    }

    .layout .content .left {
        box-sizing: border-box;
        width: 840px;
        overflow: hidden;
    }

    .layout .content .left .itemList {
        width: 840px;
        margin-bottom: 24px;
        overflow: hidden;
    }

    .layout .content .left .itemList .item {
        overflow: hidden;
        margin-bottom: 48px;
    }

    .layout .content .left .itemList .item:hover .itemRight h1 {
        color: #004FB7;
    }

    .layout .content .left .itemList .item .itemLeft {
        float: left;
        width: 240px;
        height: 160px;
        background-color: skyblue;
        margin-right: 24px;
    }

    .layout .content .left .itemList .item .itemRight {
        float: left;
        width: 576px;
        height: 160px;
    }

    .layout .content .left .itemList .item .itemRight a {
        display: contents;
        color: #222222;
    }

    .layout .content .left .itemList .item .itemRight a:visited h1 {
        color: #888888;
    }

    .layout .content .left .itemList .item .itemRight a:hover h1 {
        color: #004FB7;
        cursor: pointer;
        transition-duration: 0.1s;
    }

    .layout .content .left .itemList .item .itemRight h1 {
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .layout .content .left .itemList .item .itemRight a {
        display: contents;
    }

    .layout .content .left .itemList .item .itemRight a:visited h1 {
        color: #888888;
    }

    .layout .content .left .itemList .item .itemRight p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        margin-bottom: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /*鎺у埗鍦�2琛�,婧㈠嚭鏃舵樉绀虹渷鐣ュ彿*/
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .layout .content .left .itemList .item .itemRight span {
        font-size: 14px;
        color: #AAAAAA;
        line-height: 19px;
        padding-right: 48px;
    }

    .layout .content .left .itemList .item:hover h1 {
        color: #004FB7;
        cursor: pointer;
        transition-duration: 0.1s;
    }

    .layout .content .left .buttonBox {
        box-sizing: border-box;
        width: 492px;
        height: 40px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-bottom: 120px;
        visibility: hidden;
    }

    .layout .content .left .buttonBox .leftBtn {
        width: 40px;
        height: 40px;
        background: url(../images/btn_left_black@2x.png) center center / 100% auto no-repeat ;
        cursor: pointer;
        border-radius: 4px;
    }

    .layout .content .left .buttonBox .leftBtn:hover {
        background-image: url(../images/btn_left_white@2x.png);
        background-color: #222222;
    }

    .layout .content .left .buttonBox .rightBtn {
        width: 40px;
        height: 40px;
        background: url(../images/btn_right_black@2x.png) center center / 100% auto no-repeat;
        cursor: pointer;
        transition-duration: 0.1s;
        border-radius: 4px;
    }

    .layout .content .left .buttonBox .rightBtn:hover {
        background-image: url(../images/btn_right_white@2x.png);
        background-color: #222222;
    }

    .layout .content .left .buttonBox .wrapper {
        max-width: 376px;
        height: 40px;
        overflow: hidden;
        transition-duration: 0.1s;
    }

    .layout .content .left .buttonBox .wrapper .pageBtnsList {
        max-width: 392px;
        height: 40px;
        overflow: hidden;
    }

    .layout .content .left .buttonBox .wrapper .pageBtnsList .pageBtn {
        cursor: pointer;
        float: left;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        margin-right: 16px;
        line-height: 40px;
        text-align: center;
        transition-duration: 0.1s;
    }

    .layout .content .left .buttonBox .wrapper .pageBtnsList .pageBtn:hover {
        background-color: #222222;
        color: white;
    }

    .layout .content .left .buttonBox .wrapper .pageBtnsList .pageBtn:last-child {
        margin-right: 0;
    }

    .layout .content .left .buttonBox .wrapper .pageBtnsList .on {
        background-color: #222222;
        color: white;
    }

    .layout .content .right {
        box-sizing: border-box;
        width: 312px;
    }

    .layout .content .right p {
        font-size: 20px;
        color: #333333;
        line-height: 27px;
    }

    .layout .content .right div {
        margin-top: 8px;
        width: 80px;
        height: 2px;
        background: #222222;
        border-radius: 4px;
    }

    .layout .content .right ul {
        width: 324px;
        overflow: hidden;
        margin-top: 24px;
    }

    .layout .content .right ul li {
        float: left;
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .footer {
    padding: 16px 0;
    border-top: 1px solid #DDDDDD;
    background: #ffffff;
}

.footer .link-me {
  text-align: center;
  font-size: 0;
}

.footer .link-me a,
.footer .lxhz {
  font-size: 14px;
  color: #888888;
  line-height: 19px;
  text-align: center;
  display: inline;
}

.footer .link-me a {
  text-decoration: none;
}

.footer .link-me>a::after {
  content: "|";
  margin: 0 10px;
}

.footer .link-me>a:last-child:after {
  display: none;
}

.footer .lxhz>span {
  margin: 0 6px;
}

    .footerMob {
        display: none;
    }

    .guest2 {
        display: none !important;
    }

    .guest1 {
        display: inline-block;
    }
}