h2 {
    line-height: 1.3;
}

h3 {
    line-height: 1.1;
}

.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: 25%;
}
.top-box{
    margin-top: 1px;
    width: 100%;
    background-color: #f8f8f8;
}

.goodslist-main {
    margin: 0px auto 100px;
    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: 100%;
    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-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-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 !important;
    height: 28px !important;
}
.blog-cont{
    width: 72.5%;
    max-width: 790px;
    margin-left: 32px;
}
.cont-tit{
    font-weight: 600;
    font-size: 33px;
    color: #333333;
    line-height: 1.1;
    text-align: center;
    margin-top: 68px;
}
.share{
    margin-top: 40px;
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
}
.share span{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    margin-right: 10px;
}

.share a {
    display: flex;
    align-items: center;
}

.blog-cont{
    line-height: 2;
}
.share img{
    width: 18px !important;
    height: 18px !important;
    margin-left: 10px;
}
.blog-cont img{
    max-width: 100% ;
    height: auto;
  
}
.previous{
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    display: flex;
    position: relative;
    left: 8px;
}
.next{
    width: 115px;
    display: flex;
    justify-content: flex-end;
    margin-right:5px;
    white-space: nowrap;
}
.previous-tit{
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    color: #FA6E07;
    text-decoration-line: underline;
}
.xiaxian{
    width: 100%;
    height: 1px;
    border: 1px solid #E6E6E6;
    border-bottom: 40px;
}

.blog-cont table{
    border-collapse: collapse;
    margin: 20px 0;
}

.blog-cont th,.blog-cont td{
    border: 1px solid #333;
    padding-inline: 5px;
}