.jdxy-news{
    position: relative;
    width: calc(100% - 470px);
    height: 300px;
    float: right;
    top: 15px;
    box-shadow: 0px 0px 30px 5px rgb(233, 241, 245);
}

.top-news{
    width: 94%;
    margin: 3% auto;
    height: 110px;
}
.top-news div{
    float: left;
}
.top-news-date{
    position: relative;
    width: 100px;
    height: 100px;
    background: #195E84;
}
.top-news-date .date-d{
    width: 100%;
    height: 60px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
    font-size: 44px;
}
.top-news-date .date-Ym{
    width: 100%;
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}
.top-news-content{
    position: relative;
    top: 0;
    float: right !important;
    width: calc(100% - 115px);
    height: 100px;
}
.top-news-title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-overflow: ellipsis;
    height: 30px;
    overflow: hidden;
}
.top-new-intro{
    margin-top: 10px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    color: #888888;
    text-overflow: ellipsis;
}

.jdxy-left{
    float: left;
}
.jdxy-right{
    float: right;
}

.hot-menu{
    height: 90px;
}
.hot-menu-title{
    z-index: 3;
    position: absolute;
    width: 200px;
    line-height: 90px;
    text-align: center;
    color: #FFFFFF;
}
.hot-mask{
    z-index: 2;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 200px;
    height: 90px;
    display: none;
}
.hot{
    position: relative;
    width: 200px;
    height: 90px;
    margin-top: 13px;
}
.hot-bg{
    position: absolute;
    width: 200px;
    height: 90px;
}
.tzgg{
    position: relative;
    float: left;
}
.xfjs{
    position: relative;
    float: right;
}