
[class^="grid-container-"] {
  width: 100%;
  overflow: hidden;
}
.thumb-container{
  float: left;
  position: relative;
 width: 23%;
    margin: 0 1%;
  cursor: pointer;
  /*opacity: .7;*/
}
.grid-img{
  position: relative;
  float: left;
  z-index: 999;
}
.quote{
  width: 99%;
  position: relative;
  font-size: 1.8em;
  line-height: 150%;
  margin: 0  auto;
  /*float: left;*/
  /*height: 160px;*/
  height: auto;
  clear: left;
  /*background: #CCC url(../imgs/assets/fibers.png) repeat;*/
  /*color: #EFEFEF;*/
  background: #EFEFEF;
  color: #333;
  /*padding: 36px*/
}
.quote p{
  font-size: 21px;
    font-family: "Times New Roman","方正仿宋简体";
    font-weight: 400;
    text-align: justify;
    color: #000;
    line-height: 32px;
  padding: 36px;
  margin: 0 0 5px 1.5%;
  border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  text-indent: 2em;
}
.little-info{
  font-size: 14px;
}
.date-info{
  display: inline-block;
  font-style: italic;
  font-size: 14px;
  float: right;
  background: #666;
  color: #FFF;
  padding: 0px 8px;
}
.light-info{
  color: #999;
  font-size: 16px;
  padding: 0;
  line-height: 100%;
}
.light-info2{
  color: #666;
}


.info-img{
  float: left;
  margin: 48px 20px 12px 36px;
}
.quote-container{
  display: none;
  clear: left;
  width: 100%;
}
.thumb-container img{
  /*width: 240px;*/
  /*height: 160px;*/
}

.popover {
  position: absolute;
  z-index: 1010;
  top: 20px;
  left: 0;
  display: none;
  /*opacity: 0;*/
  width: 96%;
  height: 60px;
  margin: 10px 2%;
  text-align: left;
  white-space: normal;
  background-color: #fff;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    font-family: "微软雅黑";
    padding: 10px 0 10px 20px;
    box-shadow: 0 0 10px rgba(255,216,0,0.7);
    border-radius: 6px;
  
/*  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;*/
}

.popover.red {
background: #e71c26;
color: #fff;
  }
.popover.white{
  background: #FFF;
  color: #333;
}

.popover.green{
  background: #9ACD32;
  color: #FFF;
}
.popover.orange{
  background: #FFA500;
  color: #FFF;
}
.popover.pink{
  background: #DA70D6;
  color: #FFF;
}
.popover.blue{
  background: #00BFFF;
  color: #FFF;
}
.popover.brown{
  background: #8B4513;
  color: #FFF;
}


.popover.topm {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-content {
  /*line-height: 150%;
  padding: 9px 14px;*/
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.topm .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.topm .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover.topm.red .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #e71c26;
  border-bottom-width: 0;
}

.popover.topm.green .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #9ACD32;
  border-bottom-width: 0;
}
.popover.topm.orange .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #FFA500;
  border-bottom-width: 0;
}
.popover.topm.pink .arrow:after{
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #DA70D6;
  border-bottom-width: 0;
}
.popover.topm.blue .arrow:after{
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #00BFFF;
  border-bottom-width: 0;
}
.popover.topm.brown .arrow:after{
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #8B4513;
  border-bottom-width: 0;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 960px) {
  .wrapper, .quote{
    width: 960px;
    margin: 0 auto;
  }
  .quote{
    font-size: 1.8em;
  }
}

@media (max-width: 900px) {
  .wrapper, .quote{
    width: 720px;
    margin: 0 auto;
  }
  .quote{
    font-size: 1.4em;
  }
}

@media (max-width: 720px) {
  .wrapper, .quote{
    width: 720px;
    margin: 0 auto;
  }
  .quote{
    font-size: 1.4em;
  }
}

@media (max-width: 700px) {
  .wrapper, .quote{
    width: 480px;
    margin: 0 auto;
  }
  .quote{
    font-size: 1.2em;
  }
}

@media (max-width: 640px) {
  .wrapper, .quote{
    width: 480px;
    margin: 0 auto;
  }
  .quote{
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .wrapper, .quote{
    width: 480px;
    margin: 0 auto;
  }
  .quote{
    font-size: 1.2em;
  }
  .info-img{
    width: 200px;
  }
}

@media (max-width: 450px) {
  .wrapper, .quote{
    width: 240px;
    margin: 0 auto;
  }
  .quote{
    font-size: 1em;
  }
  .info-img{
    width: 120px;
  }
}


