/*标题*/
.company-title {
    font-size: 30px;
    margin: 50px 0 25px 0;
}

.comment-content {
    color: #626670;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    line-height: 24px;
}

.plat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #626670;
    font-size: 14px;
    margin: 20px 0 20px 0;
}

.plat > div {
    display: flex;
    align-items: flex-end;
}

.plat select {
    width: 170px;
    height: 35px;
    color: #aaa;
    font-size: 14px;
    border: 1px solid #ccc;
    margin-right: 20px;
}

.search-p {
    display: flex;
}

.search-p input {
    width: 230px;
    height: 35px;
    border-radius: 20px;
    background-color: #F1F2F4;
    border: 1px solid white;
    color: #999999;
    padding: 0 15px;
}

.search-p i {
    position: relative;
    top: 9px;
    left: 216px;
    cursor: pointer;
}


/*企业库*/
.company-form {
    width: 1200px;
    font-size: 16px;
    margin-bottom: 30px;
}

.entry-title {
    background-color: #F8F9FA;
    height: 70px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
}

.company-entry {
    height: 45px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.company-entry .form-left {
    color: #216AB0;
    text-align: left;
}

.company-entry .form-left a {
    color: #216AB0;
}

.company-entry:hover {
    background-color: #F4FBFF;
}

.form-left {
    width: 780px;
}

.form-mid {
    width: 210px;
}

.form-right {
    width: 210px;
}


/*产品库*/
.index-product{
    padding-bottom: 30px;
}
.picture-entry {
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap;
}

.product-img {
    border: 1px solid #aaa;
    width: 150px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
}
.product-img >img {
    width: 148px;
    height: 198px;
}

.picture-entry .product-title {
    margin: 0 7px 15px 7px;
    text-align: center;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#test2 {
    text-align: right;
    margin: 15px 30px 30px 0;
}

