.article_list {
}
	.article_list .article {
		width : 520px;
		border-bottom : 1px solid #cc9;
		/*border-bottom : 1px solid #f3f3e3;*/
		margin-bottom : 5px;
		padding-bottom : 5px;
	}
		.article_list .article .photo {
			float : left;
			width : 120px;
			margin-top : 3px;
		}
		.article_list .article .title {
			font-weight : bold;
			float : right;
			width : 520px;
		}
			.article_list .article .title .comments {
				color : #900;
				font-weight : normal;
			}
		.article_list .article.wp .title {
			width : 390px;
		}
		.article_list .article .descr {
			font-size : 0.8em;
			margin-top : 3px;
			float : right;
			width : 520px;
		}
		.article_list .article.wp .descr {
			width : 390px;
		}
		.article_list .article .read_more {
			font-size : 0.8em;
			margin-top : 3px;
			float : right;
			width : 520px;
		}
		.article_list .article.wp .read_more {
			width : 390px;
		}
		

.bl-articles .item {
  margin-top: 20px; }
.bl-articles .item.first {margin-top:0;}
.bl-articles .photo {
  display: block;
  float: left;
  width: 200px;
  height: 140px;
  background: #eee no-repeat 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  .bl-articles .photo img {
    display: none; }
.bl-articles .cont {
  float: right;
  width: 300px; }
.bl-articles .txt {
  height: 125px;
  overflow: hidden;
  position: relative; }
  .bl-articles .txt > .hid {
    display: none; }
.bl-articles .title {
  line-height: 22px;
  min-height: 22px;
  max-height: 44px;
  overflow: hidden; }
  .bl-articles .title a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    letter-spacing: -0.5px; }
.bl-articles .descr {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
  height: 72px;
  overflow: hidden; }
.bl-articles .info {
  font-size: 11px;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
  color: #999f73; }
  .bl-articles .info .comments {
    color: #900; }
  .bl-articles .info .views {
    color: #900; }
.bl-articles .show-more {
  margin-top: 20px; }
.bl-articles a.btnShowMore {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #ececec;
  background-color: #fafafa;
  padding: 5px 0;
  font-size: 11px;
  color: #888; }
  .bl-articles a.btnShowMore:hover {
    text-decoration: none;
    background-color: #ececec;
    border-color: #cdcdcd; }