
@font-face{
    font-family: 'FZLanTingHeiS-H-GB'; 
    src: url('../assets/fonts/FZLanTingHeiS-H-GB.TTF') format('truetype');
}
.banner {width: 100%;height: 480px;position: relative;}
.banner img{width: 100%;height: 100%;object-fit:cover;}
.column {width: 100%;background: #FFFFFF;overflow: hidden;margin-bottom: 30px;}
.column_content{width: 1245px;margin: 0 auto;}
.column_content img{width: 400px; height: 268px;cursor: pointer;object-fit: cover; transition: all 0.8s;-webkit-transition: all 0.8s;}
.column_content img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);}
.column_content ul li{float: left;margin-top: 40px;width: 400px;height: 350px;overflow: hidden; }
.column_content ul li span{font-size:13px;font-family:Trebuchet MS;font-weight:400;line-height:35px;color:rgba(153,153,153,1);}
.column_content ul li h4{font-size:16px;font-family:Microsoft YaHei;font-weight:400;color:rgba(97,97,97,1);width: 370px;}
.column_content ul li:nth-child(3n+1){margin-left: 0;}
.column_content ul li h4 a{color: rgba(97,97,97,1);}
.column_paging{width:100%;height: 30px;display: inline-table;}
.column_paging .column_paging_bottom{width: 1245px;margin: 0 auto; display: flex;justify-content: center; }
.column_paging li{list-style: none;float: right;font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: rgba(153,153,153,1);margin-top: 30px;padding:0 8px}
.column_paging li a{color: rgba(153,153,153,1);font-family: Microsoft YaHei;font-weight: 400;font-size: 14px;}
.column_content_img{width: 370px;height: 268px; overflow: hidden; }
.column_content_text{width: 370px}
a {
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}