@charset "utf-8";
/*newsListWrap.css start*/
.newsList{
    margin-bottom: 36px;
}

.newsList li{
    zoom: 1;
    padding-bottom: 30px;
    position: relative;
}
.shadowCard{
    position: absolute;
    left: -7px;
    top: -15px;
    width: 712px;
    height: 100%;
    transition: all .2s linear;
    border-radius: 2px;
}
.newsList li:hover .shadowCard{
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 15%);
    background: #fff;
}
.newsList li:after {
    content: "";
    display: block;
    clear: both;
}
.newsList .imgWrap{
    position: relative;
}
.newsList .imgWrap .imgSide{
    width: 184px;
    height: 138px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsList .imgWrap .imgSide>img{
    max-height: 138px;
    width: auto;
}
.newsListWrap h4{
    font-size: 24px;
    color: #000000;
    line-height:1;
    text-align: left;
}
.imgWrap i{
    position: absolute;
    left:0;
    top:0;
    border-radius: 0 0 10px 0;
    font-size: 14px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #FFFFFF;
}
.imgWrap i.zt{
    background: #FC5151;
}
.imgWrap i.zc{
    background: rgba(5, 2, 1, 0.5);
}
.imgWrap i.kfa{
    background: rgba(242, 144, 4, 1);
}
.newsList{
    margin-top: 25px;
}
.txtWrap{
    width: 500px;
    position: relative;
    height: 138px;
    z-index: 1;
}
.txtWrap .newsTitle{
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
    margin-bottom: 4px;
    position: relative;
}
.txtWrap .tagTypeWrap {
    /*height: 20px;*/
    margin-top: 5px;
    width: 100%;
}
.txtWrap .tagTypeWrap a:first-child{
    margin-left: 0;
}
.txtWrap .tagTypeWrap a{
    background: #F5F5F4;
    border: 1px solid #F5F5F4;
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px 8px;
    text-align: center;
    margin-left: 11px;
    color: #838383;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.txtWrap .tagTypeWrap a:hover{
    color: #1e8ae5;
    border: 1px solid #1e8ae5;
}
.newsTitle:hover{
    color: #1e8ae5;
}
.newsTitle:hover span{
    color: #fff;
}
.newsTitle span{
    background: #0780E5;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    padding: 3px 7px;
    margin-right: 8px;
}
.newsTitle i{
    position: relative;
    left:0;
    top:0;
    display: inline-block;
    background: url("../img/icon/zhiding.png") no-repeat 0 center;
    width: 12px;
    height: 14px;
    margin-right: 5px;
}
.txtWrap .newsDesc{
    font-size: 14px;
    color: #858484;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
}
.userMsg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.expertMsg{
    display: inline-block;
    width: 340px;

}
.expertMsg a:hover .nameTxt{
    color: #1e8ae5;
}
.fangAnInfo p{
    width: 100%;
    font-size: 14px;
    color: #858484;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.picHead{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}
.nameTxt{
    font-size: 14px;
    color: #838383;
    line-height: 24px;
    text-align: left;
    display: inline-block;
    margin: 0 0 0 10px;
    max-width: 182px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.time{
    font-size: 14px;
    color: #838383;
    line-height: 24px;
    display: inline-block;
    float: right;
}
.inforMsg a:first-child{
    cursor: default;
}
.inforMsg {
    float: right;
    height: 24px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.inforMsg>a {
    text-decoration: none!important;
    overflow: hidden;
    display: inline-block;
    padding-left: 20px;
}
.inforMsg a img {
    width: 15px;
    height: 15px;
    padding-top: 0;
}
.inforMsg span{
    color: #9e9e9e;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 0 7px;
}
/*newsListWrap.css end*/