
#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;
    color: #404040;
    font-weight: bold;
    font-size: 16px;
    border-bottom:1px solid #e6e6e6; 
}  

.left_articleTitle>span{
    display: inline-block;
    /* width: 64px; */
    height: 70px;
    line-height: 70px;
    position: relative;
}
.left_articleTitle>span:after{
    content:"";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #fe8a00;
}

.article_list{
    height: 90px;
    border-bottom: 1px solid #e6e6e6;
    padding: 25px 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;
}
.article_title{
    margin-bottom: 15px;
    display: block;
}
.article_title>span:nth-of-type(1){
    text-indent: 20px;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 14px;
    position: relative;
}
.article_title>span:nth-of-type(1):after{
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background: #008fcd;
    position: absolute;
    top: 6px;
    left: 0;
}
.article_title>span:nth-of-type(2){
    float: right;
    color: #b9b9b9;
    font-size: 12px;
    line-height: 12px;
}
.article_list>p{
    color:#b9b9b9;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 左边样式 详情样式 */
.articleDetail_title{
    height: 105px;
    border-bottom:1px solid #e6e6e6;
    padding-top: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
h3{
    color: #373737;
    font-size: 24px;
    /* font-weight: bold; */
    line-height: 24px;
    margin-bottom: 20px;
}
.weiter_detail{
    color: #666666;
    font-size: 14px;
}
.weiter_detail>span+span{
    margin-left: 20px;
}
.articleTitle_detail{
    -webkit-box-pack: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.share_load{
    color: #666666;
}
.view_num{
    margin-right: 20px;
}
.view_num>img{
    margin-right: 6px;
}
.share_load>span:nth-of-type(2) a{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.weixin_icon{
    background: url("/images/articleDetail-d47474c78ec128f6b032a1720cb9e55d.png") no-repeat 0px 0px;
}
.weibo_icon{
    background: url("/images/articleDetail-d47474c78ec128f6b032a1720cb9e55d.png") no-repeat -20px 0px;
}
.ins_icon{
    background: url("/images/articleDetail-d47474c78ec128f6b032a1720cb9e55d.png") no-repeat -40px 0px;
}
.qq_icon{
    background: url("/images/articleDetail-d47474c78ec128f6b032a1720cb9e55d.png") no-repeat -60px 0px;
}
.articleDetail_content{
    min-height: 550px;
    word-wrap: break-word;
}