ul.yxxz>li:first-child{
    padding-top: 0;
}
.list_banner{
    background-image: url("../images/list_baner.jpg");
}
ul.jyc_xqhz>li{
    margin-bottom: 30px;
}
ul.jyc_xqhz>li:last-child{
    margin-bottom: 0;
}
ul.jyc_xqhz>li>a>.text{
    width: 700px;
    padding-top: 15px;
}
ul.jyc_xqhz>li>a>.text p.title{
    width: 558px;
    line-height: 34px;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.jyc_xqhz>li>a>.text p.time{
    color: #666666;
    font-size: 16px;
}
ul.jyc_xqhz>li>a>.text>p.detail{
    color: #666;
    line-height: 24px;
    text-align: justify;
    word-wrap:break-word ;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.jyc_xqhz>li>a>.text:hover p.title{
    color: #0067ac;
}
