.newsContents{
    padding-top: 30px;
}
.news-list{
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    transition: all 0.5s;
}

.news-list:hover{
    width: 101%;
    height: 200px;
    box-shadow: 0px 0px 10px 1px #888888;
}

.seconMenu{
    margin-bottom: 10px;
}

.news-list-box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.news-list-card{
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-list-card img{
    width: 100%;
    max-height: 100%;
}

.news-list-content{
    width: 70%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.recommendeds{
    margin-top: 10px;
}

.dateIhit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-son-li:hover a{
    transition: all 1s;
    border-bottom: 1px solid #62a8ea;
}

.dangContent{
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px 0px rgb(4 0 0 / 20%);
    border-radius: 10px;
    margin-top: -20px;
}

.newsContents{
    padding-top: 30px;
}

.yunlistb{
    width: 75%;
    height: auto;
    display: block;
    overflow: hidden;
}

.yun-list-box2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    border-bottom: 1px solid #e6e6e6;
}

.yun-list-box2:hover .yunlistb .yun-list-content .yunlist-title{
    color: #194c8a;
}

.yunlist-content{
    width: 100%;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    height: 42px;
}

.news-additional{
    box-shadow: 0px 2px 6px 0px rgb(4 0 0 / 20%);
    padding: 20px;
}

.news-additional img{
    max-width: 400px;
}

.yunlist-title{
    font-size: 16px;
}

.sxpz{
    border-top: 1px solid #f0efef;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sxpz p{
    border: 1px solid #f0efef;
    border-radius: 40px;
    padding: 10px;
    max-width: 48%;
    text-overflow:ellipsis; 
    overflow:hidden;
    white-space: nowrap;
    transition: all 0.5s;
}

.sxpz p:hover{
    border-color: #4e97d9;
    color: #4e97d9;
}

.sxpz p a{
    text-overflow:ellipsis; 
    overflow:hidden;
    overflow: hidden; 
    white-space: nowrap;
}