#bodys{
    width: 1180px;
    margin: 25px auto;
}
#bodys .p-l{
    float: left;
    width: 15%;
}
#bodys .p-l ul{
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}
#bodys .p-l img{
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    width: 90%;
    height: 45px;
}
#bodys .p-r{
    float: left;
    width: 60%;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
}
#bodys .p-r .pr-t{
     list-style: none;
 }
#bodys .p-r .pr-t a{
    position:relative;
    text-decoration: none;
    color: #FFFFFF;
}
#bodys .p-r .pr-t a:hover{
    color: #990000;
}
#bodys .p-r .pr-t span{
    font-size: 16px;
    text-align: center;
    position: absolute;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 200px;
    height: 27px;
    background-color:rgba(0,0,0,0.5);
    top: -15px;
    left: 0px;
    padding-top: 3px;
}
#bodys .p-r .pr-t li{
    float: left;
    width: 200px;
    height: 100px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin-top: 25px;
    margin-left: 30px;
}
#bodys .p-r .pr-t li:hover{
    box-shadow: 0 0 5px #cccccc;
    border: 1px solid #000000;

}
#bodys .p-r .pr-t img{
    width: 100%; height: 100%; border-radius:5px;
}
.lx{
    margin:20px 0 0 20px;;width: 75%;height: 70px; border: 1px solid #CCCCCC;
}
.lx img{
    width: 100%;height: 100%
}
.zx li{
    margin-top: 10px;
    border-bottom: 1px dashed #CCCCCC;
    width: 95%;
}
 .zx span{
    float: right;
}
 .zx a{
    text-decoration: none;
    color: #333333;
    font-size: 14px;
}
.zx a:hover{
    color: #990000;
}
.ll1{
    border-top:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;font-size: 18px;margin-top: 25px; background: url('../../images/h4.png') no-repeat 0 2px;;padding-left: 17px;
}
.ll2{
    margin-top: 5px; background: url("../../images/dot.png") no-repeat 0 -16px;padding-left: 20px;
}
.ll2:hover{
    background: url("../../images/dot.png") no-repeat;
}
.ll2 a{
    text-decoration: none;
    color: #000000;
}
.ll2 a:hover{
    color: #990000;

}
.ll2 span{
    float: right;
    margin-right: 10px;
}