/*轮播图*/
  .slider_box {
    position: relative;
    width: 800px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}
.mask {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 99.8%;
    height: 70px;
    overflow: hidden;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity:70);
}
.silder_con {
    position: absolute;
    overflow: hidden;
}
.silder_panel {
    position: relative;
    width: 798px;
    height: 400px;
    float: left;
    overflow: hidden;
    border: 1px solid #CCC;
}
.silder_panel img {
    width: 800px;
    height: 400px;
    display: block;
    overflow: hidden;
    overflow: hidden;
}
a img {
    border: none;
}
.silder_intro {
    position: absolute;
    left: 30;
    bottom: 0;
    z-index: 2;
    width: 400px;
    height: 70px;
    padding-left: 20px;
    overflow: hidden;
    color: #fff;
}
.silder_intro h3 {
    margin: 7px 0 5px 0;
    height: 22px;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
}
.dec {
    position: absolute;
    bottom: 3px;
    right: 0;
    z-index: 2;
    height: 60px;
    width: 370px;
    float: right;
    overflow: hidden;
}
.dec li {
    margin-top: 4px;
    float: left;
    display: inline;
}
.silder_nav li, .silder_nav img {
    display: block;
    width: 84px;
    height: 49px;
    overflow: hidden;
}
.silder_nav li {
    position: relative;
    float: left;
    padding: 0px;
    margin: 3px;
    display: inline;
}


/*摘要溢出*/
.brief_overflow{
    position:relative;
    line-height:1.4em;
    height:3.2em;
    overflow:hidden;
}
.brief_overflow:after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background:url(http://oss.jinribeidou.com/jinribeidou/img/02/ellipsis_bg.png) repeat-y;
}



.timeago{
	float: left;
}
/*背景图片自适应*/
.article-list .article .pic{
  background: no-repeat center center;
  background-size: cover;
}
/*标签*/
.label:after{
  position: absolute;
  color: #ffffff;
  padding: 2px 10px;
  font-size: 12px;
}
/*标签Type*/
.label_industry:after {
  content: "产业";
  background: #51cc96;
}
.label_apply:after {
  content: "应用";
  background: #42d1db;
}
.label_product:after {
  content: "产品";
  background: #478de4;
}
.label_conference:after {
  content: "会议";
  background: #f0cc23;
}
.label_finance:after {
  content: "财经";
  background: #ff6161;
}
.label_military:after {
  content: "军事";
   background: #478de4;
}
.label_viewpoint:after {
  content: "观点";
  background: #a289df;
}
.label_technology:after {
  content: "技术";
  background: #ff6161;
}
.label_bidding:after {
  content: "招标";
  background: #42d1db;
}
.label_organization:after {
  content: "组织";
  background: #a289df;
}
.label_pos:after {
  content: "科普";
  background: #f0cc23;
}
.label_in:after {
  content: "趣闻";
  background: #ff6161;
}
.label_personage:after {
  content: "人物";
  background: #478de4;
}
.label_correlation:after {
  content: "相关";
  background: #42d1db;
}
.label_international:after {
  content: "国际";
  background: #1f90f2;
}
.label_knowledge:after{
  content: "干货";
  background: #42d1db;
}
.label_hot:after{
  content: "热点";
  background: #ff6161;
}
.label_inform:after{
  content: "通知";
  background: #a289df;
}
.label_notice:after{
  content: "公告";
  background: #a289df;
}
.label_forum:after{
  content: "论坛";
  background: #f0cc23;
}
.label_area:after{
  content: "区域";
  background: #478de4;
}
.label_interview:after{
  content: "专访";
  background: #a289df;
}
.label_inventory:after{
  content: "盘点";
  background: #a289df;
}
.label_invitation:after{
  content: "邀请函";
  background: #a289df;
}
.label_focus:after{
  content: "聚焦";
  background: #a289df;
}
.label_activity:after{
  content: "活动";
  background: #a289df;
}
.label_rumor:after{
  content: "辟谣";
  background: #a289df;
}
.label_else:after{
  content: "其它";
  background: #999999;
}



.right-container img:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0,0,0,0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), #000);
    background: -ms-linear-gradient(top, rgba(0,0,0,0), #000);
    opacity: 0.7;
    content: " ";
    z-index: 30;
}

/*分享按钮*/
.jiathis{
  background: url(http://mat1.gtimg.com/news/news2013/img/icons.png) no-repeat 0 -120px;
  height: 20px;
  width: 13px;
  display: block;
  margin-left: 10%;
  position: relative;
  top: 3px;
}
.jiathis:hover {
  background: url(http://mat1.gtimg.com/news/news2013/img/icons.png) no-repeat 0 -440px;
  display: block;
}
