﻿.txt_main{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    margin-top: 10px;
}
.ldzc_title{
    height: 40px;
    line-height: 40px;
}
.titleimg{
    margin-left: 10px;
    width: 15px;
    height: 15px;
    margin-top: 15px;

}
.titlecon{
    font-size: 16px;
    margin-left: 5px;
}


/* 内容 */
.ldzc_main{
    margin-top: 15px;
}
.ldzc_con{
    width: calc(100% - 12px);
    min-height: 170px;
    padding: 5px 0 10px 10px;
    border: 1px solid #dddddd;
    display: table;
}
.conli{
    width: 110px;
    text-align: center;
    margin: 10px 5px 0 15px;
    float: left;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;

}
.conlia{
    width: 110px !important;
    text-align: center;
    
}

.conliimg{
    width: 100%;
    height: 135px;
    margin-bottom: 5px;
    aspect-ratio: 16/9; /* 现代浏览器比例控制 */
    overflow: hidden;
    border-radius: 5px; /* 可选圆角 */
    background: #ff0000;
}
.conliimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;  /* 关键属性：覆盖填充 */
    object-position: center; /* 裁剪时保持中心焦点 */
    transition: transform 0.3s; /* 可选悬停动画 */
}

