@import url('../layui/css/layui.css');
@import url('../swiper/swiper.css');
@import url('common.css');
@import url('ad.css');



/* need-item 推荐会议 科技前沿 企业列表 */
.need-item {
    width: 100%;
    max-width: 750px;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    background-color: #fff;
    /* border-top: 1px solid #eee; */
    box-shadow: 0px 0px 10px #ccc;
    /* box-shadow: 0px 2px 3px #ccc; */
    
    margin-bottom: 15px;
    
}



.need-item div {
    flex: 1;
    margin: 10px 10px 10px 20px;
    text-align: left;
}

.need-item div h5 {
    font-size: 15px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.need-item div h2 {
    font-size: 13px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    color: #999;
    margin: 10px 0;
    
}



.need-item div h3 {
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color: #999;
}

.need-item div h3 .s1 {
    float: left;
}

.need-item div h3 .s2 {
    float: right;
    color: #999;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 25px;
}

.need-item div h3 .s2 .layui-icon {
    color: #999;
    font-size: 12px;
}



.anchor a{
    color:#003399;
    text-decoration: underline;
    
}
.anchor a:hover{
    text-decoration: none;
}


