  /* 整个容器尺寸 */
    .swiper-container {
        width: 100%;
        height: 240px;}
  /* 分页符区域样式 */
  .c1072346myswiper-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;}
  /* 分页符 */
.c1072346myswiper-pagination-bullet
{
  margin: 0 3px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;}

  /* 当前分页符 */
.c1072346myswiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;}
.bd{width:386px !important;
height:462px !important;
    background-color: #fff;
    margin:0 !important;}
.abstract {
width:360px;
height:80px;
    display: block;
    font-size: 14px;
    color: #636363;
    line-height: 24px;
    padding: 0 15px 5px;}
.abstract span{height:80px !important;display:inline-block;}
.abstract .more{
    display:inline-block;   /* 仅对[详细]生效 */
    height:auto;            /* 不要80px */
    color:#0B66AD;}
    
 .abstest { display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
height: auto;
line-height: 24px;}
.closestyle1072414{ font-size:12px;color:#333333;text-decoration: none ;}

