.main {
        width: 1160px;
        margin: 0 auto;
        background: #fff;
        padding: 20px 70px;
        box-sizing: border-box;
        box-shadow: 0 0 5px #ddd;
    }

    .tag {
        font-size: 16px;
        color: #999999;
        margin-top: 5px;
    }

    .tag a {
        color: #999999;
    }

    .tag a:hover {
        color: red;
    }

    .ulList {
        margin-top: 20px;
    }

    .ulList li {
        width: 100%;
        height: 50px;
        border-top: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ulList li p {
        flex: 1;
        padding-left: 3%;
        background: url(/uiFramework/commonResource/image/2022122915210363011.png) no-repeat left center;
        box-sizing: border-box;
    }

    .ulList a:hover {
        color: #0050a2;
    }

    .zsrq {
        width: 100px;
        display: block;
        font-size: 12px;
        color: #666;
        text-align: right;
    }

    .page {
        margin: 30px 0px 40px 0px;
        display: flex;
        justify-content: center;
    }

    .page a,
    .page font {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #f2f2f2;
        float: left;
        margin: 0 4px;
        font-size: 16px;
        color: #999999;
        text-decoration: none;
    }

    .page a:hover {
        color: #999999;
    }

    .page font {
        color: #ffff00;
        background-color: #98abc0;
    }

    .shang,
    .xia,
    .shou,
    .wei {
        width: 60px !important;
        height: 30px !important;
        line-height: 30px !important;
        text-align: center !important;
        color: #333333 !important;
    }

    .xyfj {
        width: 1020px;
    }

    .xyfj li {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-top: 30px;
    }

    .xyfj li:nth-child(3n) {
        margin-right: 0;
    }

    .bnwzLi p {
        position: absolute;
        bottom: -12px;
        height: 30px;
        width: 100% !important;
        background: rgba(0, 0, 0, 0.3) !important;
    }

    .bnwzLi:hover.bnwzLi>p {
        background: #00aed7 !important;
    }
#yqlj{
    background: #0b6cd0;
    padding-top: 10px;
    margin-top: 35px;
}
    .yqlj h2 {
        float: left;
    }

    .yqlj li {
        float: left;
        padding: 0px 10px;
    }

    .yqlj,.yqlj a {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 28px;
        font-family: "微软雅黑";
    }
    @media screen and (max-width: 1160px) {
        .main {
            width: 100%;
            margin-bottom: 0;
            padding: 0 10px;
        }
    }

    @media screen and (max-width: 760px) {
       .main {
        box-shadow: none;
    }
        .ulList li {
            height: auto;
            flex-direction: column;
            padding: 10px 0;
        }

        .ulList li p {
            width: 100%;
        }

        p.left a {
            width: 100%;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .zsrq {
            width: 100%;
            display: block;
            line-height: 20px;
        }

        .page a,
        .page font {
            font-size: 12px;
        }

        .xyfj {
            width: 100%;
        }
    .yqlj{display:none;}
        .xyfj li {
            width: calc((100% - 20px) / 3) !important;
            height: 40vw !important;
            margin-right: 10px;
            margin-top: 10px !important;
        }
    }

.xiangxi p{font-family: 宋体;
          color: #1f232a;
          font-size: 16px;
         margin:0px;
}
.biaoti{color: #1f232a;
    font-size: 24px;
    text-align: center;
    margin:25px 0px 5px 0px;
 }
.yaosu{color: #999;font-size:14px;margin-top:15px;display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;}
.yaosu span{
  text-align:center;
  margin: 0 10px;
}
.zhengwen{line-height: 200%;
    font-size: 20px;
    padding-top: 25px;
}
.zhengwen img {
    max-width: 100%;
    height: auto;
}

@media (max-width:450px) {
.zhengwen{width: 100%;
    height: auto;}
}