
/*************分院荣誉*************/
  .fyry .custom-item {
    text-align: center;
    margin-bottom: 20px;
    width: 430px;
    height: 340px;
    float: left;
    padding: 0px 10px;}
  
  .fyry .item-block {
    border: 4px solid #ededed; 
    padding: 10px;
    width: 415px;
    cursor: pointer; 
    height: 340px;}
  
  .fyry .item-block:hover {
    border: 4px solid #0364a8;}

  .fyry .item-block img {
    width:395px;
    height: 284px;}
  
  .fyry .item-block .title {
    color: #111;
    font-size: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}

  
  
  
  @media (max-width: 1199px) {  
    .fyry .custom-item {
      width: 365px;
      height: 290px;}
  
    .fyry .item-block {
      width: 345px;
      height: 290px;}
  
    .fyry .item-block .title {
      font-size: 1.1em;}
    
  }
  
  @media (max-width: 991px) {
    .fyry .custom-item {
      width: 255px;
      height: 210px;}
  
    .fyry .item-block {
      width: 235px;
      height: 210px;}
  
    .fyry .item-block .title {
      font-size: 1.0em;}
  }
  
  @media (max-width: 767px) {
    .fyry .custom-item {
      width: 50%;
      height: auto;}
  
    .fyry .item-block {
      width: auto;
      height: auto;}
  }