.xwgg{
    width: 896px;
    height: auto;
    margin-top: 20px;
}
.xwgg-top{
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 3px solid #be0030;
}
.xwgg-img{
    width: 129px;
}
.gd{
    color: #000000;
    font-size: 14px;
}
.xwgg-bottom{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.xwgg-bottom ul .li1,.xwgg-bottom ul .li2,.xwgg-bottom ul .li3{
    width: 286px;
    height: 188px;
    border: 1px solid #dddddd;
}
.xwgg-bottom ul .li1{
    margin-right: 16px;
}
.xwgg-bottom ul .li2{
    margin-right: 16px;
}
.xwgg-bottom ul li a{
    display: block;
    padding: 8px;
    height: 172px;
}
.xwgg-bottom ul li .li-p1{
    color: #4c4c4c;
    font-size: 16px;
    line-height: 28px;
    height: 60px;
    border-bottom: 1px solid #dfdfdf;

}
.xwgg-bottom ul li .li-p2{
    margin-top: 5px;
    color: #a5a4a4;
    font-size: 12px;
    line-height: 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
}
.xwgg-bottom ul li .li-p3{
    margin-top: 10px;
    color: #a5a4a4;
    font-size: 12px;
    line-height: 24px;
}
.jt1{
    width: 34px;
    vertical-align: top;
    margin-top: 8px;
}
.xwgg-bottom ul li:hover .li-p1{
   color: #604c9e;
   transition: ease-in 0.3s;
   /* font-weight: bold; */
}
.xwgg-bottom ul li:hover .li-p3 span{
    color: #604c9e;
    transition: ease-in 0.3s;
 }