#mainCont {}


/* 专家团队查询 */

.expertTop {
    width: 100%;
    padding: 30px 0 10px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 20px;
}

.expertDec {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.expertTop a {}


/* 专家查询 */

#searchForm {
    position: absolute;
    right: 0;
    display: flex;
}

.expertSearch {
    padding: 2px 10px;
    border: 1px solid #00bacb;
    font-size: 12px;
}

input::placeholder {
    color: #d1d1d1;
}

#searchBtn {
    width: 20px;
    height: 22px;
    display: block;
    background: url('/img/shuangbai-images/image/search.png') no-repeat right;
    background-size: 16px 16px;
    position: absolute;
    right: 8px;
}


/*热点活动内容*/

.detailWrap {
    width: 1200px;
    margin: 0 auto 50px;
}


/*标杆信息*/

.factoryDetail {}

.factoryDetail h4 {
    font-size: 24px;
    font-weight: 600;
    color: #666;
    border-left: 4px solid #00bacb;
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
}

.factoryDetail ul {
    padding: 30px 50px 0px;
    background: linear-gradient(to bottom right, #018ab9 0%, #026be0 50%, #0354fd 100%);
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.factoryDetail ul li {
    width: 195px;
    height: 100px;
    margin-right: 40px;
    padding: 25px;
    background: #3590dd;
    border-radius: 10px;
    margin-bottom: 30px;
    color: #ffffff;
}

.factoryDetail ul li:nth-child(4n) {
    margin-right: 0px;
}

.factoryDetail ul li p {
    margin-bottom: 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.factoryDetail ul li p span {
    margin-right: 8px;
}

.factoryDetail ul li strong {
    font-size: 16px;
    font-weight: 600;
}

.factoryDetail ul li strong span {
    font-size: 14px;
    color: #eeeeee;
    margin-left: 5px;
}


/*项目基本情况*/

.itemWrap {
    margin-top: 40px;
}

.itemWrap h4 {
    font-size: 24px;
    font-weight: 600;
    color: #666;
    border-left: 4px solid #00bacb;
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
}

.itemBasic {
    margin-top: 25px;
    padding: 30px 20px;
    background: #f2f5fa;
    /* text-align: center;*/
    font-size: 16px;
}

.itemBasic img {}

.itemBasic .itemimgInfo {
    text-align: center;
    color: #444;
    font-size: 14px;
    margin-top: 5px;
}

.itemBasic p {
    font-size: 16px;
    text-indent: 2em;
    margin-top: 15px;
}


/*项目特征优势*/


/*成效与荣誉*/


/*点赞、评论数*/

.praiseNum {
    width: 1000px;
    margin: 10px auto 40px;
}

.praiseReview {
    padding: 50px 370px;
    border-bottom: 2px solid #dbdbdb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.praiseReview li {}

.praiseReview #praise-li {
    cursor: pointer;
}

.praiseReview li:last-child {}

.praiseReview li a {}

.praiseReview li a img {}

.praNum {
    font-size: 20px;
    color: #0273d6;
    margin-left: 20px;
}

.reviewNum {
    font-size: 20px;
    color: #0273d6;
    margin-left: 20px;
}


/*发表评论*/

.commitReview {
    width: 1200px;
    margin: 0 auto 150px;
    position: relative;
}

.commitReview img {}

.reviewWrap {
    height: 170px;
    border: 1px solid #999999;
    padding: 10px 15px;
    margin-top: 25px;
}

#commitBox {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    resize: none;
    font-size: 14px;
}

.commitReview p {
    font-size: 14px;
    color: #a8a8a8;
    margin-top: 10px;
    letter-spacing: 2px;
}

.commitBtn {
    position: absolute;
    right: 0;
    background: #447cbc;
    padding: 5px 30px;
    border-radius: 20px;
    font-size: 18px;
    color: #ffffff;
    margin-top: 15px;
    cursor: pointer;
}


/*评论列表*/

.reviewBox {
    width: 1200px;
    margin: 0px auto 100px;
}

.reviewBox h3 {
    font-size: 24px;
    font-weight: 600;
    color: #447cbc;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    letter-spacing: 3px;
}

.reviewList {
    margin-bottom: 40px;
}

.reviewList li {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #dbdbdb;
}

.reviewListLeft {
    margin-right: 15px;
}

.reviewListLeft img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.reviewListRight {
    width: 1135px;
}

.reviewListRight p {
    line-height: 24px;
    font-size: 16px;
    color: #575757;
    margin-top: 10px;
}

.reviewInfo {
    display: flex;
    justify-content: space-between;
}

.reviewInfo h4 {
    font-size: 18px;
    font-weight: 600;
    color: #444444;
}

.reviewTime {
    font-size: 14px;
    color: #b0b0b0;
}

.reviewBox .reviewBtn {
    font-size: 18px;
    color: #447cbc;
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}