

/** ----- 标签部分 ------ **/
.content-page {
  margin-top: 20px;
}
.blog-posts,.col-image, .col-content{
  padding-left: 0px !important ;
}

.blog-sidebar ul.hot_read {
  list-style-type: none;
}

ul.hot_read > li > a {
  display: inline;
}

ul.hot_read > li {
  margin-top: 10px;
  white-space:nowrap;
  word-wrap: normal;
}

.recent-news, .hot_read, .hot_tags{
  margin-top: 10px !important;
  padding-left: 0px;
  padding-bottom: 15px;
}
.new_cat ul,.hot_post_widget ul,.hot_article ul,.hot_commend ul,.img_cat ul{
  padding-left: 10px;
}
.hot_tags li{
  margin-top: 5px;
  padding-left: 10px;
}

.new-article-ul{
  padding-top: 10px;
}



.image-cover img{
  width: auto;
  height: 100%;
}

.new-article-ul .list-item{
  margin-top: 8px;;
}

.content-right{
  padding-left: 10px;
  padding-right: 5px;
}

.image-cover{
  overflow: hidden;
  height: 55px;
  transition-duration:.5s;
	display: block;
	padding-left: 0px;
  padding-right: 0px;
}

.hot-title a{
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 5px;
	white-space: nowrap;
	display: block;
}

.title-text {
	/* line-height: 40px; */
	/* height: 40px; */
	-webkit-line-clamp: 2;
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	white-space: normal;
}