@charset 'UTF-8';
.eqm-content .content-list li:hover .pic{
    box-shadow: 0px 4px 8px #0000001f;
}

.content-list li:hover .title {
    color: #f22d2d;
}
#eqm-select-wrapper {
    margin-top: 14px;

}

#eqm-select-wrapper .eqm-web-path {
    color: #636363;
    font-size: 12px;
}

#eqm-select-wrapper .eqm-content .options {
    margin-top: 40px;
    margin-bottom: 20px;
}

#eqm-select-wrapper .eqm-content .options .type {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 40px;
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 13px;
    box-sizing: border-box;
    
}

#eqm-select-wrapper .eqm-content .options .selected {
    position: relative;
    color: #f22d2d;
    font-weight: bold;
    border-bottom: 2px solid #f22d2d;
}

#eqm-product-list .eqm-content {
    padding-bottom: 40px;
}

#eqm-product-list .content-list {
    width: 100%;
    margin-top: 30px;
}

#eqm-product-list .content-list li {
    width: 180px;
    margin-right: 75px;
    margin-bottom: 30px;
    overflow: hidden;
    height: 238px;
}
#eqm-product-list .content-list li:nth-child(5n){
    margin-right: 0;
}
#eqm-product-list .content-list .pic {
    width: 180px;
    height: 180px;
}

#eqm-product-list .content-list .infoWrapper {
    width: 100%;
}

#eqm-product-list .content-list .infoWrapper .title {
    text-overflow: ellipsis;
    font-size: 14px;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    font-weight:bold;
    
   
}

#eqm-product-list .content-list .infoWrapper .abstract {
    width: 100%;
    white-space:nowrap;
}
