/**
 * 文章详情模板样式
 * 
 * @version $Id: product.index.css 50 2017-08-15 09:39:06Z zhaofy $
 * @creator liqt @ 2014-10-31 21:45:43 by caster0.0.3
 */
@charset "UTF-8";

.inner-main {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

h1.title {
  position: relative;
  color: #fff;
  font-size: 32px;
  line-height: 35px;
  margin: 30px 0 30px 0;
  text-align: center;
  
}

h1.title .icon-left,
h1.title .icon-right {
  display: inline-block;
  width: 22px;
  height: 21px;
  margin: 0 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

h1.title .icon-left {
  background-image: url("../images/icon.title.left.png");
}

h1.title .icon-right {
  background-image: url("../images/icon.title.right.png");
}

h1.title .previous {
  font-size: 16px;
  color: #afafaf;
  position: absolute;
  left: 0;
  font-weight: normal;
}

/* .inner-main .filter {
  text-align: center;
}

.inner-main .filter .select-filter{
  width: 120px !important;
  margin-right: 10px;
  text-align: left;
}

.inner-main .filter .select-filter button{
  border-radius: 0;
}

.inner-main .filter .select-filter button:hover{
  background: none;
}

.inner-main .filter .select-filter ul.dropdown-menu li.selected a,
.inner-main .filter .select-filter ul.dropdown-menu a:hover{
  color: #fff;
  background: #a22422;
} */

.inner-main .index {
  margin-top: 40px; 
  min-height: 200px;
}

.item-block {
  width: 100%;
  margin-bottom: 20px;
}

.item-block a{
  display: block;
  position: relative;
  overflow: hidden;
  outline:none;
}

.item-block img.cover {
  display: block;
  width: 100%;
  height: 100%;
   /* border: 1px solid #fff;  */
}

.item-block .cover-mask {
  display: none;
  width: 100%;
  height: 100%;
  background: #030303;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);/* For IE 5-7 */ 
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";/* For IE 8 */
  position: absolute;
  bottom: 0;
}

.item-block a:hover .cover-mask {
  display: block;
}

.item-block .view-detail {
  display: none;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 35%;
  color: #fff;
  z-index: 15;
}

.item-block a:hover .view-detail {
  display: block;
}

.item-block .view-detail .text-detail{
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 15px
}

.item-block .view-detail .text-detail .text-name{
  font-size: 25px;
}

.item-block .view-detail .text-detail .text-material{
  font-size: 15px;
  margin: 5px 0 10px 0;
}

.item-block .view-detail .text-click{
  font-size: 12px;
}

.inner-main .bottom {
  margin-top: 30px;
  text-align: center;
}

.inner-main .bottom .load-more {
  font-size: 16px;
  color: #fff;
}