﻿.clearfix:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

.xyj-bar {
  width: 100%;
  margin: 22px 0;
}

.xyj-item {
  width: 277px;
  height: 186px;
  position: relative;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.xyj-item img {
  width: 277px;
  height: 186px;
  position: relative;
  z-index: 10;
}

.xyj-item-tip {
  width: 277px;
  height: 42px;
  background: rgba(226,35,35,.6);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.xyj-article-tabs {
  border-bottom: 2px solid rgba(208,51,51,.2);
}

.xyj-article-tab-wrap {
  float: left;
}

.xyj-article-more {
  float: right;
  margin-right: 20px;
}

.xyj-article-tab {
  width: 130px;
  height: 40px;
  float: left;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}

.xyj-article-tab.active {
  border-bottom: 2px solid #D03333;
  color: #D03333;
  box-sizing: border-box;
}

.xyj-article-content-item {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #ccc;
}

.xyj-article-content-item a {
  font-size: 12px;
  color: #333;
}

.xyj-article-content-item span {
  float: right;
}