.pjjgxx ul{
    float: left;
    width: 16rem;
    height: 39.5rem;
    background: #f3f3f3;
    padding:0 1rem 0;
    margin-right: 1.5rem;

}
.pjjgxx ul li{
    width: 100%;
    padding: 1rem 0 1rem;
    border-bottom: 1px solid #cdcdcd;  
    line-height: 1.3rem;
    
}
.pjjgxx ul li span{
    background: #76a6c8;
    padding:0 0.2rem;
    height: 1.2rem;
    display: inline-block;
    border-radius: 0.2rem;
    color: #fff;
    margin-right: 0.5rem;
    line-height: 1.2rem;
}
.pjjgxx .textarea{
    width: 35.5rem;
    overflow: hidden;
    height: 38rem;
    font-size: 0.8rem;
    line-height: 1.5rem;
    text-align-last:justify;

text-align:justify;

text-align-last: left; 
text-justify:distribute-all-lines;
    overflow-y:scroll;
    overflow-x:hidden;
}
.textarea::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 1px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.textarea::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px transparent;
    background: transparent;
}

.textarea::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px transparent;
    border-radius: 0;
    background: transparent;
}
.box2 {
    width: 55rem;
    height: 18rem;
}
.box2 .zhxx{
    width: 26rem;

    float: left;
}
.zhxx ul{
margin-top: 1rem;
}
.zhxx ul li{
    float: left;
    width: 12.5rem;
    margin-right: 1rem;
    background: #f3f3f3;
    height: 4.5rem;
    margin-bottom: 1rem;
}
.zhxx ul li a{
    width: 12.5rem;
    height: 4.5rem;
display: inline-block;
text-align: center;
}
.zhxx ul li a span{
    height: 3rem;
    width: 100%;
    text-align: center;
    display: block;
}
.zhxx ul li a span img{
    margin-top: 1rem;
}
.zhxx ul li a p{
    font-size: 0.8rem;

}
.box2 .pjyj{
    width: 26rem;

    float: right;
}
.pjyj ul{
margin-top: 1rem;
}
.pjyj ul li{
    float: left;
    width: 12.5rem;
    margin-right: 1rem;
    background: #f3f3f3;
    height: 2.65rem;
    margin-bottom: 1rem;
}
.pjyj ul li a{
    width: 12.5rem;
    height: 2.65rem;
display: inline-block;
text-align: center;
line-height: 2.65rem;
font-size: 0.8rem;
}