/***/
.xscj {
    display: flex;
    justify-content: space-between;
    align-items: center;}
.xscj li { position: relative;
    width: 23%;transition:.1s
;}
.xscj li .pic {  overflow: hidden;
    position: relative;
    padding-top: 70%;}
.xscj li .pic::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;}
.xscj li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
.xscj li p {
    position: absolute;
    top: 50%;
    z-index: 999999;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;}
.xscj li:hover img{transform: scale(1.1);}
.xscj li:hover p{    font-size: 26px;}
@media screen and (max-width: 700px) {
  .xscj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;}.xscj li {
    width: 100%;
    margin: 1%;}
}
.wpgzs img {
    width: 280px;
    height: 158px;}
.wpgzs a {
    position: relative;
    display: block;
    width: 280px;
    height: 280px;}
    .wpgzs span {
        overflow: hidden;}
 .wpgzs u {
         margin: 20px 20px 0;
    font-size: 16px;
    color: #444444;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    text-decoration: none;}
   .wpgzs{
    float: left;
    width: 280px !important;
    height: 280px;
    margin: 0 10px 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    background: #fff;}
    @media screen and (max-width: 800px) {
    .wpgzs img {
    width: 100%;
    height: 158px;}
.wpgzs a {
    position: relative;
    display: block;
    width: 100%;
    height: 280px;}
    .wpgzs span {
        overflow: hidden;}
 .wpgzs u {
         margin: 20px 20px 0;
    font-size: 16px;
    color: #444444;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    text-decoration: none;}
   .wpgzs{
    float: left;
    width: calc(100% - 15px) !important;
    height: 240px;
    margin: 0 10px 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    background: #fff;}
    
    }
