﻿table tr td a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width:100%;
}
.guanggao{
 padding:14px 0 18px 0;
 width:100%;
}
.zhubao-header{width:100%;display:flex;}
.zhubao-header .col{flex:1;align-items: center;display:flex;}
.zhubao-header img{object-fit:cover;}
.zhubao-list1{width:518px;padding-top:15px;height:206px;box-sizing:border-box;}
.zhubao-item1{width:518px;display:flex;align-items: center;justify-content: center;}
.zhubao-item1 .col1{width:5px;}
.zhubao-item1 .col2{display:flex;flex:1;overflow:hidden;line-height:25px;}
.zhubao-item1 .col3{width:83px;}
.zhubao-list{width:100%;display:grid;gap:10px;grid-template-columns: repeat(3, 1fr);}
.zhubao-item{display: flex;align-items: center;justify-content: center;flex-direction:column;}
.zhubao-item img{width:100%;object-fit: cover; }

.fast-link{width:100%;display:flex;}
.fast-link .col1{width:5px;}
.fast-link .col1 img{object-fit:cover;}
.fast-link .col2{width:248px;background:url(/images/Default_99.jpg) no-repeat;padding-top:8px;display:flex;flex-direction:column;align-items:center;}
.fast-link .col2 a{display: block;background: url(/images/quick_a.gif) no-repeat;text-align: center;width: 200px;height: 30px;line-height: 26px;letter-spacing: 0px;margin-top: 1px;}
.fast-link .col3{width:6px;}
.fast-link .col3 img{object-fit:cover;}