﻿.exList{
    list-style: none;
    margin: .3rem 0;
}
.exList li{
    margin-bottom: .2rem;   
}
.exLink{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .2rem;
    border: 1px solid #D8D8D8;
    transition: all .3s;
}
.exImg{
    flex-shrink: 0;
    width: 100px;
    margin-right: .2rem;
    overflow: hidden;
    border-radius: 50%;
}
.exImg .imgBg{
    padding-bottom: 100%;
    transition: all 1s;
}
.equipIco{
    flex-shrink: 0;
    margin-left: .2rem;
}
.exText{
    flex: auto;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    max-width: 640px;
    overflow: hidden;
}
.exName{
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
    margin: 0 0 5px;
    font-weight: normal;
    transition: all .3s;
}
.exName span{
    font-size: 12px;
    color: #666666;
    margin-left: .1rem;
}
.exCon{
    -webkit-line-clamp: 2;
}
.exLink:hover{
    border-color: var(--baseColor);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.exLink:hover .exName{
    color: var(--baseColor);
}
.exLink:hover .equipIco{
    background-image: url(../image/equipIco2.webp);
}

.exTop{
    margin: .3rem 0;
}
.exLeft{
    float: left;
    max-width: 20.68%;
    margin-right: .4rem;
}
.exLeft img{
    max-width: 100%;
    height: auto;
}
.exRight{
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    overflow: hidden;
}
.exTit{
    color: #333333;
    line-height: 1.6;
    font-weight: normal;
}
.exTitLine{
    color: #333333;
    line-height: 2;
    padding: 5px 0;
    border-bottom: 1px solid #D8D8D8;
    margin: .1rem 0;
    font-weight: bold;
}
@media (max-width:1200px){
    .exText{
        max-width: none;
    }
}
@media (max-width:640px){
    .exName{
        font-size: 16px;
    }
}