
#content{
    margin-top: 80px;
    background: #f7f7f7;
    padding-bottom: 100px;
}


/* content tab样式 */
.content_tab{
    display: block;
    height: 52px;
    line-height: 52px;
}
.layui-breadcrumb a:hover{
    color: #999999 !important;
}
.content_tab >a:nth-last-of-type(1){
    color: #646464 !important;
}


.article_content>aside{
    float: left;
}
/* 右边样式 */
.right_tabList{
    width: 280px;

}
.slide_list{
    width: 100%;
    height: 240px;
    background: #fff;
    margin-bottom: 20px;
}
.slide_title{
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    text-indent: 20px;
    background:linear-gradient(135deg,rgba(52,174,255,1),rgba(64,126,255,1));
}
.slide_detail{
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.slide_detail li{
    height: 35px;
    width: 100%;
    line-height: 35px;
    color: #5c5c5c;
    text-indent: 15px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.slide_detail li:before{
    content: "";
    display: block;
    width: 3px;
    height: 16px;
    background: #008dd6;
    position: absolute;
    top: 10px;
    left: 0;
}
.click_slide{
    background: #e9f6fd;
    color: #088bd8 !important;
}
.hot_article{
    height: 410px;
    background: #fff;
    
}
.hot_title{
    height: 60px;
    color: #404040;
    margin: 0 20px;
    font-size: 16px;
    border-bottom:1px solid #e6e6e6; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.hot_title>span{
    display: block;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.hot_title>span:after{
    content:"";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #fe8a00;
}
.hot_title>a{
    color: #999999;
    font-size: 12px;
}
.hot_article ul{
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.hot_articleList{
    margin-top: 20px;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
    color: #979797;
    -webkit-box-pack: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.hot_articleList p{
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444444;
}
/* 左边样式 列表样式 */
.left_article{
    width: 900px;
    min-height: 670px;
    padding: 0 20px;
    background: #fff;
    margin-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.left_articleTitle{
    height: 70px;
    line-height: 70px;
    color: #404040;
    font-weight: bold;
    font-size: 16px;
    border-bottom:1px solid #e6e6e6; 
    text-indent: 10px;
}  

.left_articleTitle>span{
    position: relative;
}
.left_articleTitle>span:after{
    content:"";
    display: block;
    width: 3px;
    position: absolute;
    top: 0;
    left: -10px;
    height: 18px;
    background: #008CD6;
}
.company_about{
    text-align: center;
    height: 280px;
    line-height: 280px;
    font-size:25px;
    font-weight:400;
    color:rgba(255,255,255,1);
    background: url("/images/commpany/company-03e77f582fd70bffa1f0e9619e69e03e.png") no-repeat;
}
/* 公司简介 */
.company_introduct{
    min-height: 590px;

}
.company_introduct>img{
    float: left;
    width: 424px;
}
.introduct_text{
    float: left;
    width: 430px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.introduct_text>p{
    text-indent: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #666666;
    font-size: 12px
}
/* 人才招聘 */
.company_advert {
    width: 100%;
    min-height: 590px;
    padding: 25px 0px 0;
    margin-bottom: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}

.company_advert>p {
    width: 789px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

.common_advert{
    height: 40px;
    line-height: 40px;
    font-size:16px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    background: rgba(247,247,247,1);
    margin: 20px 0;
    text-indent: 15px;
}
.common_station{
    font-size:14px;
    font-weight:bold;
    color:#666666;
}

/* 联系我们 */
.company_relation{
    min-height: 590px;
    
}
.company_relation>img{
    margin-top: 40px;
    margin-left: 40px;
    float: left;
}
.relation_text{
    float: left;
    width: 270px;
    margin-left: 95px;
    font-size: 14px;
    line-height: 14px;
    margin-top: 100px;
}
.relation_text>aside{
    margin-bottom: 80px;
    color: #333333
}
.relation_text>aside>label{
    color: #666666;
    display: block;
    margin-bottom: 10px;
}
.common_relation>span{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.adress{
    background: url("/images/commpany/company_relation-08e80f5f5b9f291641a961e99427583d.png") no-repeat;
}
.phone{
    background: url("/images/commpany/company_relation-08e80f5f5b9f291641a961e99427583d.png") no-repeat  0 -17px;
}
.relation_email{
    background: url("/images/commpany/company_relation-08e80f5f5b9f291641a961e99427583d.png") no-repeat  0 -32px;
}
.relation_options{
    background: url("/images/commpany/company_relation-08e80f5f5b9f291641a961e99427583d.png") no-repeat  0 -50px;
}