/**
 * 文章索引-lani模板样式
 * 
 * @version $Id: article.index.lani.css 45 2017-08-11 09:50:26Z zhaofy $
 * @creator liqt @ 2014-10-31 21:45:43 by caster0.0.3
 */
@charset "UTF-8";

#main-content .container {
  background: url("../images/bg.news.png") no-repeat top center #030303;
  padding: 0 0 80px 0;
}

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

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

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

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

.sub-menu-list {
  text-align: center;
  margin-bottom: 50px;
}

.sub-menu-list li {
  display: inline-block;
  float: none;
  border: 2px solid #fff;
}

.sub-menu-list li a{
  color: #fff;
  padding: 0;
  width: 120px;
  height: 26px;
  line-height: 26px;
}

.sub-menu-list li a:hover
{
  background: none;
}

.index-content {
  position: relative;
  margin: 0;
  padding: 0 60px;
}

.index-content .page-prev,
.index-content .page-next {
  position: absolute;
  display: block;
  width: 27px;
  height: 46px;
  top: 45%;
  background-repeat: no-repeat;
  background-position: center center;
}

.index-content .page-prev {
  left: 20px;
  background-image: url("../images/icon.arrow.left.png");
}

.index-content .page-next {
  right: 20px;
  background-image: url("../images/icon.arrow.right.png");
}

.index-item {
  padding: 0 5px;
  margin: 0;
  margin-bottom: 20px;
  height: auto;
}

.index-item .thumbnail{
  padding: 0;
  margin: 0;
  background: #930705;
  border: 0;
  border-radius: 0;
}

.index-item .thumbnail img{
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  padding: 0;
  margin: 0;
}

.index-item .thumbnail .caption{
  padding: 20px 0 10px 0;
  margin: 0;
  text-align: center;
}

.index-item .caption h3 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #fff;
}

.index-item .caption h4 {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  font-size: 10px;
  color: #fff;
}

.index-item .caption .content {
  padding-left: 6px;
}

.index-item .caption .content a{
  font-size: 12px;
  color:  #4c4948;
  line-height: 1.5em;
}

.index-info {
  margin-top: 30px;
  padding: 0 60px;
  color: #fff;
}

.index-info .text{
  margin-top: 10px;
  text-align: right;
}

.index-info #page-slider{
  height: 2px;
  background-image: none;
  background-color: #4d4d4d;
  border-radius: 0;
  border: none;
}

.index-info #page-slider .ui-slider-handle{
  width: 30px;
  height: 30px;
  top: -15px;
  border: none;
  border-radius: 0;
  background: url("../images/slider.bar.png") no-repeat center center #030303;
}