/* vars */
/* functions */
/* blocks */
/* gallery start */
/* gallery end */
/* body start */
.body {
  min-width: 980px;
  background: #f0f0f0;
}
.body .wrap {
  width: 980px;
  margin: 0 auto;
}
.body .cats {
  margin-top: 20px;
}
.body .cats a {
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), inset 0 1px 0px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), inset 0 1px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), inset 0 1px 0px rgba(255, 255, 255, 0.1);
  margin-left: 16px;
  padding: 15px 20px;
  display: block;
  float: left;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
}
.body .cats a:hover {
  cursor: pointer;
  background: #f7f7f7;
}
.body .cats a:active,
.body .cats a.cur {
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1), inset 0 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1), inset 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1), inset 0 1px 0px rgba(0, 0, 0, 0.1);
  background: #e7e7e7;
}
.body .cats a img {
  float: left;
  margin-right: 20px;
}
.body .cats a div {
  font-size: 20px;
  line-height: 1;
  float: left;
  padding-bottom: 12px;
  background: url(/skin/ecms022/images/catsLineB.png) bottom repeat-x;
}
.body .cats .first {
  margin-left: 0;
}
.body .article {
  border: 1px solid #e0e0e0;
  max-height: 390px;
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  width: 478px;
  float: left;
  margin: 20px 0 0 20px;
}
.body .article .img {
  position: relative;
  border: 2px solid #FFF;
}
.body .article .img img {
  display: block;
  width: 100%;
}
.body .article .img p {
  position: absolute;
  margin-top: -36px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.body .article .img b {
  text-shadow: none;
  padding: 10px;
  color: #FFF;
  font-weight: normal;
  display: block;
  font-size: 16px;
  line-height: 1;
}
.body .article .txt {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 2;
  padding: 10px 20px;
  height: 135px;
  overflow: hidden;
  background: #f6f6f6;
  text-align: left;
}
.body .article .txt span{
    text-align: left;
}
.body .article .txt h3{
    display: none;
}
.body .article .meta {
  line-height: 1;
  margin-right: -1px;
}
.body .article .meta a,
.body .article .meta span {
  padding: 12px 0;
  display: inline-block;
  color: #929292;
}
.body .article .meta span {
  margin-left: 25px;
}
.body .article .meta .author {
  padding-left: 15px;
  margin-left: 20px;
  background: url(/skin/ecms022/images/authIcoT.png) 0 50% no-repeat;
}
.body .article .meta .l {
  border-right: 1px solid #e0e0e0;
}
.body .article .meta .fav {
  float: right;
  width: 79px;
  border-left: 1px solid #FFF;
  text-align: center;
}
.body .article .meta .fav:hover {
  cursor: pointer;
  background: #ececec;
}
.body .article .meta .fav:active {
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1), inset 0 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1), inset 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1), inset 0 1px 0px rgba(0, 0, 0, 0.1);
  background: #e7e7e7;
}
.body .article.odd {
  margin-left: 0;
}
.body .nav {
  padding: 40px 0;
}
.body .nav .wrap {
  width: auto;
}
/* body end */

/* tools start */
.tools {
  position: fixed;
  right: 0;
  bottom: 0;
}
.tools .goTop {
  height: 35px;
  border-top: 5px solid #55bde8;
  background: url(/skin/ecms022/images/goTop.png) center no-repeat;
}
.tools .goCms {
  margin-top: 20px;
  height: 40px;
  background: url(/skin/ecms022/images/cmIco.png) center no-repeat;
}
.tools a {
  width: 40px;
  height: 40px;
  display: block;
  background-color: rgba(0, 0, 0, 0.4) !important;
}