  /* 整个容器尺寸 */
    .swiper-container {
        width: 100%;
        height: 240px;}
  /* 分页符区域样式 */
  .c262535myswiper-pagination
  {
       position: absolute;
       -webkit-transition: 300ms;
	  -moz-transition: 300ms;
	  -o-transition: 300ms;
	  transition: 300ms;
	  -webkit-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  bottom:10px;
	  right: 15px; 
	  z-index: 10;
          margin:0 3px;}
  /* 分页符 */
.c262535myswiper-pagination-bullet
{
  margin: 0 3px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;}

  /* 当前分页符 */
.c262535myswiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;}
  /* 整个容器尺寸 */
    .swiper-container {
        width: 100%;
        height: 240px;}
  /* 分页符区域样式 */
  .c262539myswiper-pagination
  {
       position: absolute;
       -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      bottom:10px;
      right: 15px; 
      z-index: 10;
          margin:0 3px;}
  /* 分页符 */
.c262539myswiper-pagination-bullet
{
  margin: 0 3px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;}

  /* 当前分页符 */
.c262539myswiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;}

.post{
margin-bottom:5px;}

.post .text{
    padding: 6px;}

.post .text h2{
    height: 40px;
    margin-bottom:8px;}

.post .text .meta{
    margin-top: 0;
    padding-top: 6px;}

.post2{
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 6px;
    margin-bottom: 6px;
    padding-left:5px;}

.post2 .text h4{
    margin-bottom:8px;
    font-size:16px;
    overflow: hidden;
    height: 44px;
    width: 100%;}

.post2 .text .meta{
    font-size:12px;}
