/* ��ǰλ�� */
.position{
    font-size: 14px;
    color: #7e7e7e;
    margin-top: 25px;
}
.position a{
    color: #7e7e7e;
}
/* ���� */
.classification{
    width: 100%;
    height: 100%;
    margin-top: 25px;
}
.classification .layout{
    width: 1160px;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #f8f8f8;
    padding: 10px 20px 20px 20px;
    border-radius: 10px;
}
.classification span{
    font-size: 16px;
    color: #8d8d8d;
    margin-top: 15px;
    margin-right: 2px;
}
.classification ul{
    width: 1110px;
}
.classification ul li{
    font-size: 16px;
    color: #4b4b4b;
    float: left;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    margin: 10px 10px 0px 10px;
    margin-top: 10px;
}
.classification ul li.active a {
    color: #fff;
}
.classification ul li a {
    font-size: 16px;
    color: #4b4b4b;
    padding: 6px 13px;
    display: block;
}
.classification ul li a:hover {
    color: #fff !important;
}
.classification ul li:nth-child(10n){
    margin-right: 0px;
}
.classification ul li:hover,.classification ul li.active{
    background: #39afff;
    color: #fff;
}
.classification ul li:hover a{
    color: #fff !important;
}
.classification_one{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}
.classification_two{
    padding: 10px 0px 15px 0px;
    border-bottom: 1px solid #f1f1f1;
}
.classification_three{
    padding-top: 10px;
}
/* �б� */
.classification_list{
    width: 100%;
    height: 100%;
    margin-top: 30px;
}
.classification_list .title{
    font-size: 16px;
    color: #8d8d8d;
}
.classification_list .title span{
    margin-right: 20px;
}
.classification_list .title ul{
    width: 250px;
}
.classification_list .title ul li{
    font-size: 16px;
    color: #4b4b4b;
    float: left;
    cursor: pointer;
    margin-right: 40px;
}
.classification_list .title ul li:hover,.classification_list .title ul li.active{
    color: #19a2ff;
}
.classification_list .title ul li:nth-child(3){
    margin-right: 0px;
}
.classification_list ul.classification_listContent{
    /* display: flex;
    justify-content: space-between;
    flex-flow:column wrap;
    flex-wrap: wrap;
    height: 100vh; */
    column-count: 5;
    -moz-column-count:5;
    -webkit-column-count:5; 
    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    margin-top: 30px;
}
.classification_list ul.classification_listContent li{
    width: 215px;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    break-inside: avoid;
}
.classification_list ul.classification_listContent li img:hover{
    box-shadow: 0 4px 8px rgba(102,102,102,0.4);
}
.classification_list ul.classification_listContent li a.picBox{
    width: 100%;
    height: 100%;
}
.classification_list ul.classification_listContent li a.picBox img{
    width: 215px;
    height: auto;
    border-radius: 5px;
    transition: transform .3s ease-in-out,translateY .3s ease-in-out,box-shadow .3s ease-in-out;
}
.classification_list ul.classification_listContent li p{
    font-size: 14px;
    color: #666;
    line-height: 14px;
    margin-top: 10px;
}
 /* ��ҳ */
 .pagingWrap {
    position: relative;
    left: 50%;
    float: left;
}
.paging {
    position: relative;
    left: -50%;
    margin-top: 40px;
    padding-bottom: 75px;
  }
  .paging div{
      width: 27px;
      height: 27px;
      border-radius: 50%;
      font-size: 14px;
      color: #4a4a4a;
      text-align: center;
      line-height: 25px;
      border: 1px solid #e5e5e5;
      float: left;
      margin: 0px 4px ;
      cursor: pointer;
  }
   .paging .first,.paging .last{
      width: 50px;
      height: 25px;
  }
   .paging .prev,.paging .next{
      width: 59px;
      height: 27px;
      border-radius: 20px;
  }
  .paging div.disable {
    color: #fff;
    cursor: not-allowed;
    background-color: rgb(211, 211, 211);
  }
  .paging div.active {
    background-color: #39afff;
    color: #fff;
  }
  .paging .pagingDiv:hover,.paging .pagingDiv.active{
    background-color: #39afff;
    color: #fff;
    box-shadow: 0px 0px 10px 2px #d2edff;
}
/* �б���ҳ */
.pages{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
}
.pages li{

      padding:0 10px;
      font-size: 14px;
      color: #4a4a4a;
      text-align: center;
      line-height: 25px;
      border: 1px solid #e5e5e5;
      margin: 0px 4px ;
      cursor: pointer;
      display: inline-block;
}


.pages a:hover{
    background-color: #39afff;
    color: #fff !important;
    box-shadow: 0px 0px 10px 2px #d2edff;
}
.pages span{
    width: 27px;
      height: 27px;
      border-radius: 50%;
      font-size: 14px;
      color: #fff;
      text-align: center;
      line-height: 25px;
      border: 1px solid #e5e5e5;
      background-color: #39afff;
      margin: 0px 4px ;
      cursor: pointer;
      box-shadow: 0px 0px 10px 2px #d2edff;
      display: inline-block;
}
.pages font a{
    width: 59px;
      height: 27px;
      border-radius: 20px;
      display: inline-block;
}
.pages font:nth-of-type(1) a{
    margin-right: 15px;
}
.pages font:nth-of-type(2) a{
    margin-left: 15px;
}
.pages font a:hover{
    color: #4a4a4a !important;
      border: 1px solid #e5e5e5;
      background: #fff;
      box-shadow: none;
}
/* ���1 */
.advertisement{
    width: 100%;
    height: 100%;
}
/* tab */
.tab{
    width: 100%;
    height: 100%;
    margin-top: 40px;
}
.tab .title li{
    font-size: 22px;
    color: #666;
    float: left;
    cursor: pointer;
    margin-right: 40px;
}
.tab .title li:hover,.tab .title li.active{
    color: #35b6ff;
}
.tabList ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}
.tabList ul li{
    position: relative;
    margin-top: 35px;
    text-align: center;
}
.tabList ul li a img{
    width: 215px;
    border-radius: 5px;
}
.tabList ul li a p{
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    border-radius: 0px 0px 5px 5px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
/* ���Źؼ��� */
.hotwords{
    width: 100%;
    height: 100%;
    margin-top: 50px;
}
.hotwords h2{
    font-size: 22px;
    color: #35b6ff;
}
.hotwords ul{
    margin-top: 25px;
}
.hotwords ul li{
    background: #f4f4f4;
    line-height: 14px;
    padding: 8px 10px;
    border-radius: 20px;
    margin-right: 13px;
}
.hotwords ul li:hover{
    background: #e4f5ff;
}
.footer{
    margin-top: 50px;
}
a.picBox{
    width: 215px;
    height: auto;
    display: block;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    transition: transform .3s ease-in-out,translateY .3s ease-in-out,box-shadow .3s ease-in-out;
}
a.picBox:hover{
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(102,102,102,0.4);
}
a.picBox img:hover{
    transform: scale(1.1);
}
a.picBox img{
    width: 215px;
    border-radius: 5px;
    transition: all 1s;
}
.picName{
    font-size: 14px;
    color: #666;
    line-height: 14px;
    margin-top: 10px;
    width: 215px;
    overflow: hidden;
    line-height: 22px;
    white-space: nowrap;
    display: block;
}
/* �羰ͼƬ������ʽ */
.tabList .landscape li .picBox{
    width: 215px;
    height: 143px;
}
.tabList .landscape li .picBox img{
    width: 215px;
    height: 143px;
}