/**/
.w200 {
    width: 100%;}
.w800 {
    width: 100%;}
.clears{clear: both;}
.msfc11{}
.msfc11 li {
     width: 20% !important;
    margin: 1%;
    float: left;
    border: 1px solid #be0428 !important;
    padding: 1%;
    height: auto !important;
    background: none !important;
    text-indent: 0 !important;}
.msfc11 li a{
    height: auto !important;
        float: none;}
.msfc11 li .pic-img {    overflow: hidden;
    position: relative;
   padding-top: 125%;}
.msfc11 li .pic-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
.msfc11 li .bts {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 35px;
    text-align: center;}
.msfc11 li .zys {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: center;
    height: 55px;}
.msfc11 li:hover img {
    transform: scale(1.1);
    transition: 1s;}

.msfc11 li:hover{     background-color: #be0428 !important;}
.msfc11 li:hover .bts{ color: #fff;}
.msfc11 li:hover .zys{    color: #fff;}
@media (max-width: 1000px) {
    .msfc11 li {
    width: 48%;}
}
@media (max-width: 50px) {
    .msfc11 li {
    width: 98%;}
}
