.topnav {
    width: 100%;
    height: 73px;
    background-color: white;
    margin-top: 16px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between;
}

.topnav-ul {
    display: flex;
    align-items: center;
}

.gd {
    margin-right: 20px;
    cursor: pointer;
}

.topnav-ul li {
    width: 106px;
    text-align: center;
    height: 41px;
    line-height: 41px;
    margin-left: 15px;
    cursor: pointer;
}

.topnav-ul li:nth-child(1) {
    margin-left: 16px;
}

.jijin {
    background: white;
}

.jijin a {
    display: block;
    height: 48px;
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEF3F8;
    /* margin: 0 10px; */
}

.jijin p {
    width: 580px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nrxq {
    color: #000000;
    font-size: 16px;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jijin span {
    color: #999999;
    font-size: 14px;
}

.ly {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    margin-top: 16px;
    color: #999999;
}

.bt {
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
}

.jg {
    font-size: 14px;
    margin-top: 20px;
    color: black;
    font-weight: 800;
}

.img {
    width: 100%;
    margin-top: 50px;
}

.img img {
    width: 100%;
}

.ms {
    font-size: 12px;
    margin-top: 10px;
    color: black;
    font-weight: 800;
}

.zw {
    font-size: 16px;
    margin-top: 30px;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
}

.zw img {
    width: 100%;
    display: block;
    object-fit: cover;
    margin: 10px auto;
    border-radius: 4px;
}

.zw p {
    font-size: 14px;
    line-height: 35px;
}

.zw h3{
    font-weight:600;
    font-size: 16px;
    color: #000000;
    margin: 10px 0;
}

.jjtp {
    width: 13px;
    height: 13px;
}

.jjjj {
    display: flex;
    align-items: center;
    width: 65px;
}

.jjjj p {
    margin-left: 5px;
    color: #4E7CB0;
}

.jjjj img {
    width: 13px;
    height: 13px;
}

.fy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
    max-width: 800px;
}

.fy1 {
    max-width: 380px;
    box-sizing: border-box;
    padding: 20px;
}

.fy1 a {
    color: #EF0166;
}

.fy1 P {
    margin-top: 15PX;
    font-weight: 600;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.fy div {
    width: 388px;
    /*height: 100px;*/
    background-color: #fff;
}

.top-fei {
    width: 1200px;
    height: 72px;
    margin: 0 auto;
    margin-top: 14px;
    background-color: #ffffff;
    display: flex;
    line-height: 72px;
}
.top-fei>a{
    width: 100px;
    text-align: center;
}
.top-main-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 18px;
    position: relative;
}

.top-main-wrap::after {
    position: absolute;
    content: '';
    top: 24px;
    right: 26px;
}

.top-main-wrap img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.top-main-wrap>a {
    display: flex;
    width: 106px;
    height: 42px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 4px;
}

.top-main-wrap>a:hover {
    background-color: #f2f4f6;
}

.top-main-wrap>a:hover span{

    color: #EF0166 !important;
}
