.main {
    max-width: 1200px;
    margin: 0 auto;
}
/* 标题 */
.main .title {
    font-size: 20px;
    color: #313131;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #7d7d7d;
    margin-top: 30px;
    position: relative;
}
.main .title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 80px;
    height: 6px;
    background-color: #08518b;
}
.tech-result-content {
    padding: 20px 15px 55px 15px;
}
.tech-result-content span {
    display: block;
    text-indent: 2em;
    font-size: 16px;
    margin: 10px 0;
    color: #3c3636;
    font-weight: 600;
}
.tech-result-content p {
    line-height: 30px;
    text-indent:2em;
    text-align: justify;
}
.tech-result-content div {
   /* width: 100%;
    height: 100%;*/
    text-align: center;
}



.main .ev-detail {
    margin: 20px 50px 0;
}
.main .ev-detail .item-img {
    width: 380px;
    height: 280px;
    overflow: hidden;
    float: left;
    margin: 18px;
    border: 1px solid #eee;
}
.main .ev-detail .item-img img {
    width: 100%;
}
.main .ev-detail .item-infor {
    float: left;
    font-size: 14px;
    color: #626262;
    padding: 23px 15px 0px 50px;
    line-height: 2.2;
    width: 60%;
}
.main .ev-detail .item-infor .infor-name {
    margin-bottom: 20px;
}
.main .ev-detail .item-infor p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main .brief {
    font-size: 14px;
    color: #626262;
    padding: 50px;
}