a {
    cursor: pointer;
    display: block;
}
[cursor="pointer"] {
  cursor: pointer;
}

/* PC分页 */
.com-page{
    display: flex !important;
    align-items:center ;
    justify-content: center;
    font-size: 16px;
    margin:30px 0;
}

.com-page-next{
    margin-left: 16px;
}
.com-page-num{
    display: flex;
}
.com-page-num .now{
    color: var(--primary);
}
/* PC分页END */

.company-newlist ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.company-newlist ul li{
    max-width: 400px;
}
.company-newlist ul li:hover .listimg img{
    transform: scale(1.05);
}
.company-newlist ul li .listimg{
    width: 100%;
    overflow: hidden;
}
.company-newlist ul li .listimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    transition: transform 0.3s ease;
}
.listcontent{
    background-color: var(--bg-gray-light);
    padding: 15px 12px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.listcontent-activity{
    background-color: var(--bg-gray-light);
    padding: 15px 12px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.listtitle{
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 8px;
}
.listtitle a:hover, .listtitle a:focus {
    color: #595757;
    text-decoration: none;
}
.listdate{
    color: #9e9e9f;
    font-size: 14px;
}
.expolist{
}
.expolist a{
    font-size: 18px;
    font-weight: bold;
    color: #595757;
    text-align: justify;
    line-height: 28px;
    display: block;
    height: auto;
    margin-bottom: 6px;
}
.expolist>p span:nth-of-type(1) {
    background: url(../images/location.png) 0px 2px no-repeat;
    padding-left: 20px;
    background-size: 10px;
    margin-right: 40px;
    color: #9e9e9f;
    font-size: 14px;
    font-weight: 400;
}
 
.expolist>p span:nth-of-type(2) {
    background: url(../images/date.png) 0px no-repeat;
    padding-left: 20px;
    background-size: 12px;
    color: #9e9e9f;
    font-size: 14px;
    font-weight: 400;
}
.listcontent>a{
    color: #9e9e9f;
}
.listcontent>a span{
    color: #e61f19;
}
.listcontent>a:hover, .listcontent>a:focus {
    color: #9e9e9f;
    text-decoration: none;
}
.activity-more{
    color: #9e9e9f;
    display: flex;
    align-items: center;
}
.activity-more img{
    width: 12px;
    height: 12px;
    display: block;
}
/* 详情页 */
.Details-location{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
    font-size: 1.6rem;
    line-height: 1;
    display: flex;
    justify-content: flex-end;
}
.Details-location a{
    font-size: 1.6rem;
    line-height: 1;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.Details-content{
    padding-top: 40px;
    padding-bottom: 40px;
}
.content-title {
    /* font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 1px; */
}
.content-title span{
    /* font-size: 2rem; */
    /* font-weight: 400; */
    /* color: #595757; */
}
/* .content-text {
    font-size: 2rem;
    line-height: 4rem;
    text-align: justify;
    margin-top: 40px;
    margin-bottom: 40px;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
} */
.content-text p img{
    max-width: 100%;
    height: auto;
}
.related{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 2rem;
    font-weight: 900;
}
.related_list{
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
    border-top: 1px solid #e5e7eb;
}
.related_list ul{
    padding: 0;
    margin: 0;
}
.related_list ul li a{
    display: flex;
    font-size: 16px;
    color: #4b5563;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.related_title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 3rem;
    cursor: pointer;
}
.related_date{
    display: block;
    margin-left: 20px;
    white-space: nowrap;
    line-height: 3rem;
}
.related_list ul li a:hover {
    color: #e61f19;
}


@media (max-width: 1023px) {
    .company-newlist ul{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* ==================== 移动端样式优化 ==================== */
/* 移动端显示/隐藏控制 */
@media (max-width: 639px) {
    .company-newlist ul{
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .listtitle a {
       font-size: 18px;
       font-weight: bold;
       color: #595757;
       text-align: justify;
       line-height: 28px;
       display: block;
       height: 74px;
    }
    .expolistm{
        height: auto;
        margin-bottom: 30px;
    }
    .expolistm a {
        font-size: 18px;
        font-weight: bold;
        color: #595757;
        text-align: justify;
        line-height: 28px;
        display: block;
        height: auto;
        margin-bottom: 6px;
    }
    .related_list ul li a{
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
    .newlist ul li{
        width: 100%;
    }
    .listimg{
        width: 100%;
    }
    .listimg img{
        width: 100%;
    }
    .listtitle{
        font-size: 16px;
        line-height: 1.4;
    }
    .related_list ul li a {
        font-size: 15px;
        line-height: 1.4;
    }
}

