.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column.right,
.column.left {
  float: left;
}
.column.left {
  width: 652px;
  margin-right: 20px;
}
.column.right {
  width: 355px;
}
.article .title {
  font-size: 30px;
  color: #333;
  margin-top: 20px;
}
.article .info .date,
.article .info .views {
  margin: 10px 0;
  color: #999;
  font-size: 12px;
  float: left;
}
.article .info .date > span,
.article .info .views > span {
  display: block;
  float: left;
  margin-top: 1px;
  height: 12px;
  margin-right: 10px;
}
.article .info .date {
  margin-right: 20px;
}
.article .info .date > span {
  width: 12px;
  background: url('../img/date_clock.jpg');
}
.article .info .views > span {
  width: 14px;
  background: url('../img/view_icon.jpg');
}
.article .image {
  width: 100%;
  height: 400px;
}
.article .content {
  font-size: 14px;
  color: #333;
}
.forumList {
  float: none;
}




.newsList {
  margin-top: 20px;
  margin-bottom: 20px;
}
.newsList .newsListItems {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.newsList .newsListItems li {
  border-top: 1px dotted #999;
  padding: 10px 0;
  transition: all .3s linear;
}
.newsList .newsListItems li.last {
  border-bottom: 1px dotted #999;
}
.newsList .newsListItems li a {
  display: block;
  text-decoration: none;
  *zoom: 1;
}
.newsList .newsListItems li a:before,
.newsList .newsListItems li a:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsList .newsListItems li a:after {
  clear: both;
}
.newsList .newsListItems li a .image {
  width: 139px;
  height: 80px;
  float: left;
  transition: all .3s linear;
  border: 4px solid white;
  margin-left: 10px;
  
}
.newsList .newsListItems li a .title {
  float: left;
  color: #ff6600;
  font-size: 14px;
  width: 161px;
  margin-left: 20px;
}
.newsList .newsListItems li a .info {
  font-size: 12px;
  color: #999;
  width: 161px;
  margin-left: 20px;
  float: left;
  margin-top: 10px;
  transition: all .3s linear;
}
.newsList .newsListItems li:hover {
  background: #e5e5e5;
}
.newsList .newsListItems li:hover .image {
  border: 4px solid #999;
  opacity: .7;
}
.newsList .newsListItems li:hover .info {
  color: #333;
}


.newsBlockList {
  width: 330px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.newsBlockList ul {
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
}
.newsBlockList ul li {
  transition: all .3s linear;
  margin-bottom: 10px;
}
.newsBlockList ul li.last {
  margin-bottom: 0;
}
.newsBlockList ul li a .image {
  width: 100%;
  height: 180px;
  position: relative;
}
.newsBlockList ul li a .image span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 95%;
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-size: ;
}
.newsBlockList ul li:hover {
  opacity: .8;
}
