/*科学研究*/
.kxyj{
    padding: .5rem 0;
}
.kxyj ul li{
    box-shadow: 0 0 .1rem 0 rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 0 .1rem 0 rgba(0,0,0,0.14);
    -moz-box-shadow: 0 0 .1rem 0 rgba(0,0,0,0.14);
    padding: .35rem .43rem;
    background: url("../images/frame/2.jpg")no-repeat 12.8rem top;
    background-size: .69rem 1.56rem;
    margin-bottom: .3rem;
    height: 2.05rem;
}
.kxyj ul li .x{
    width: .38rem;
    height: .04rem;
    background: #7839c3;
}
.kxyj ul li h4{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .24rem;
    width: 80%;
    margin: .1rem 0;
}
.kxyj ul li p{
    width: 85%;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .14rem;
    height: .6rem;
    line-height: .3rem;
}




































































































































