.company_introduce p{
    text-indent: 2em;
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 35px;
    margin-bottom: 15px;
}
.company_introduce img{
    width: 100%;
    margin: 20px 0;
}
.content_list .content_item{
    display: none;
    padding-bottom: 80px;
    width: 100%;
}

.culture_left{
    width: 376px;
    float: left;
    padding-top: 100px;
    margin-left: 150px;
}
.culture_right{
    width: 400px;
    float: right;
    margin-right: 150px;
}
.company_culture span{
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 30px;
}
.company_culture p{
    font-size: 14px;
    color: rgb(102, 102, 102);
    margin-bottom: 25px;
    line-height: 30px;
}

.company_certification{
    padding: 0 15px;
}
.company_certification img{
    float: left;
    height: 296px;
    margin-top: 20px;
    margin-right: 20px;
}

.news_box{
    height: 108px;
    padding: 19px 20px;
    border-bottom: dashed 1px #e5e5e5;
}
.new_time{
    width: 84px;
    height: 84px;
    color: #666666;
    background-color: rgb(242, 242, 242);
    margin-top: 12px;
}
.new_time span{
    display: inline-block;
    width: 100%;
    font-size: 25px;
    line-height: 25px;
    color: rgb(153, 153, 153);
    text-align: center;
    margin-top: 20px;
}
.new_time i{
    display: inline-block;
    width: 100%;
    line-height: 20px;
    text-align: center;
    color: rgb(153, 153, 153);
    font-style: normal;
}
.news_title{
    margin-top: 12px;
    flex: 1;
    overflow: hidden;
    padding-left: 20px;
}
.company_news a{
    text-decoration: none;
    display: flex;
    flex-direction: row;
}
.news_title span{
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 24px;
}
.news_title p{
    margin-top: 10px;
    color: rgb(128, 128, 128);
    line-height: 24px;
}
.content_item a:last-child{
    border-bottom: none;
}
.news_box a:hover .news_title span{
    color: rgb(30, 80, 174);
}









.service_box{
    height: 200px;
    padding: 30px 20px;
    display: flex;
    flex-direction: row;
}
.service_image{
    width: 410px;
    height: 200px;
}
.service_image img{
    width: 100%;
    height: 100%;
}
.service_title{
    flex: 1;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
}
.service_title span{
    color: rgb(51, 51, 51);
    font-size: 18px;
    line-height: 35px;
}
.service_title p{
    color: rgb(153, 153, 153);
    line-height: 32px;
    flex: 1;
    overflow: hidden;
}
.service_title a{
    width: 100px;
    height: 30px;
    text-decoration: none;
    text-align: center;
    background-color: rgb(102, 102, 102);
    display: inline-block;
    color: #FFFFFF;
    line-height: 30px;
    font-size: 14px;
}





.condition_left{
    float: left;
    margin-left: 100px;
}
.condition_right{
    float: right;
    margin-right: 140px;
    padding-top: 10px;
}
.condition_right p{
    font-size: 14px;
    line-height: 33px;
    color: #999999;
}