* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sauce One', Calibri, 'SF Pro Text', 'PingFang SC', 'Hiragino Sans GB', 'Noto Sans CJK SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  }
.blog{
    padding-top: 84px;
    background: #F5F5F5;
}
.blog_header{
    height: 645px;
    background: url('../../images/blogBanner.png');
    background-size:cover;
}
.blog_header_text{
    padding:200px  0px 180px  ;
    font-weight: 600;
    width: 1080px;
    margin: 0 auto;
}
.blog_header_text p{
    font-size: 49px;
    line-height: 74px;
    color: #fff;
}
.blog_center{
    border-bottom: 1px solid #CECECE;
    margin-bottom: 0;
    width: 1080px;
    margin: 71px auto;
    margin-bottom: 43px;
}
.blog_center>h3{
    text-align: center;
    margin-bottom: 100px;
    font-weight: 500;
}
.blog_center>h3>span{
    font-size: 30px;
    line-height: 74px;
    color: #000;
    text-align: center;
    padding: 0 15px;
    border-bottom: 2px solid #000;
}
.list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.details{
    width:488px ;
    text-align: center;
    padding: 0 35px;
    padding-top: 85px;
}
.img_box>img{
    width: 488px;
    height: 488px;
}
.details>p:nth-of-type(1){
    font-size: 15px;
    line-height: 25px;
    color: #D1946E;
}
.details>p .time{
    color: #999;
    padding-left: 20px;
}
.details>p:nth-of-type(2){
    font-size: 26px;
    line-height: 36px;
    color:#000 ;
    margin: 20px 0 ;
}
.details>p:nth-of-type(3){
    font-size: 15px;
    line-height: 25px;
    color:#999 ;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.details>p>a{
    color: #000;
text-decoration:none;
}
.details>p:nth-of-type(4){
    font-size: 17px;
    line-height: 25px;
    color:#000 ;
    font-weight: 500;
    margin-top: 45px;
}

.blog_footer{
    width: 1080px;
    margin: 0px auto;
}    

.sl-pagination .sl-page-next ,.sl-pagination .sl-page-prev{
    width: auto;
    background: #f7f7f7;
    border: 0px ;
    /* font-size: 20px; */
    color: #000;
    /* font-weight: 500; */
}
.sl-pagination{
    position: relative;
    padding: 94px 0;
    padding-top: 0;
    font-size: 16px;
}
.sl-pagination .sl-page-prev{
    position: absolute;
    left: 0;
}
.sl-pagination .sl-page-next{
    position: absolute;
    right: 0;
}
.sl-pagination a, .sl-pagination span.sl-page-current{
    background: #f7f7f7;
    width: auto;
    border: 0px ;
    color: #999;
}
.sl-pagination .sl-page-current, .sl-pagination span.sl-page-current{
    color: #000;
}

.Read_more{
    display: inline-block;
    width: 200px;
   background-image: url('/pcstatic/images/jiantou.png');
  background-position: right;
  background-repeat: no-repeat;
}
.details .Read_more:hover{
    color: #C2AA7E;
    background-image: url('/pcstatic/images/jiantou2.svg');
}


