*{
    margin: 0;
    padding: 0;
    font-family: 'MyCustomFont', sans-serif;
    
}
@font-face {
    font-family: 'MyCustomFont';
    src: url('outfit-regular.woff');
  }

  .gxjitem span {
    margin-right: 16px;
    border-radius: 20px;
    background: #fff;
    display: block;
    padding: 10px 13px;
}
.paginateright-select{
    border: 0;
    outline: none;
    cursor: pointer;
    outline: none;
    border: 0;
    font-size: 16px;
    font-weight: bolder;
}
.paginateright {
    gap: 6px;
    font-size: 16px;
    font-weight: bolder;
}
.center{
    width: 100%;
    margin-top: 20px;
}
.box-side{
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
.top-cent{
    margin: 0 auto;
    width: 1200px;
}
.box-side ::-webkit-scrollbar {
    width: 0px !important;
}
.right-main {
    width: 49%;
}
.top-box{
    margin-top: 1px;
    width: 100%;
    background-color: #f8f8f8;
}

.goodslist-main {
    margin: 0px auto 50px;
    max-width: 1200px;
    min-width: 960px
}
.breadcrumbs{
    margin-top: 20px;
    display: flex;
}
.breadcrumbs img{
    margin: 6px 2px 0;
    width: 10px;
height: 10px;
}
.gxj {
    display: flex;
} 
.tit-blog{
    text-align: center;
}
.tit-blog span{
    padding-top: 30px;
    display: block;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: bold;
}
.tit-blog div{
    font-size: 19px;
}
.blog-lists{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.blog-item{
    margin-bottom: 30px;
    width: 49%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 10px 10px
}
.blog-item2{
    margin-bottom: 30px;
    width: 98%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 10px 10px
}
.blog-item2 {
    width: 100%;
    border-radius: 10px;
}
.blog-item2 img{
    width: 100%;
    border-radius: 10px;
}
.blog-item img{
    width: 100%;
    border-radius: 10px;
}
.blog-item .blog-tit{
    display: inline;
    word-break: break-word;
    display: block;
    margin-top: 18px;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 0 30px;
}
.blog-item2 .blog-tit{
    display: inline;
    word-break: break-word;
    display: block;
    margin-top: 18px;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 0 30px;
}
  .blog-tit:hover {
    color: #FA6E07;  
    text-decoration: underline !important;
  }
  
  .tiem img:hover {
    content: url("images/collect/right3.png"); 
  }
.time{
    height: 28px;
    display: flex;
    padding: 0 30px;
    justify-content: space-between;
    margin-bottom: 18px;
}
.time span{
    font-size: 18px;
    font-weight: 100;
    padding: 0;
    margin: 0;
}
.time img{
    width: 62px;
    height: 28px;
}
.pageStyle span{
    width: 40px;
    height: 40px;
    background: #F0F0F0;
    border-radius: 4px;
    margin-left: 6px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.pageStyle span a{
    text-align: center;
}
.cur {
    background: #FA6E07 !important;
    color: #fff;
}
.sticky {
    left: calc((100% - 1200px) / 2);
    position: sticky;
    top: 111px;
    height: 603px;
}
