@charset "UTF-8";
body, h1, h2, h3, h4, h5, span, a, div, button {
  font-family: "微软雅黑"; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.headline-news-carousel .carousel-indicators {
  bottom: 0px;
  margin-bottom: 5px; }

.headline-news-carousel .carousel-inner .item img {
  width: 100%; }

.headline-news-carousel .carousel-inner .item .carousel-caption {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 10px;
  left: 0px;
  right: 0;
 // background-color: rgba(0, 0, 0, 0.5);
		}
  .headline-news-carousel .carousel-inner .item .carousel-caption h3 {
    padding: 0px 15px;
    font-size: 22px;
    color: white;
    margin-top: 10px; }

.news-wrapper > .portlet.light {
  margin-bottom: 0px; }
  .news-wrapper > .portlet.light > .portlet-title {
    height: 42px;
    overflow: hidden;
    margin: 0px -20px;
    padding: 0px 10px 0px 10px;
    min-height: 0px;
    border-bottom: 3px solid #6e0f6d; }
    .news-wrapper > .portlet.light > .portlet-title .actions {
      padding: 3px 5px 0px 0px; }

.img-news-list-container {
  background-color: #fff; }
  .img-news-list-container > ul {
    padding: 0px;
    margin-bottom: 0; }
    .img-news-list-container > ul .list-item {
      list-style: none;
      padding: 15px 0;
      border-bottom: 1px solid;
      border-color: #f4f6f8; }
      .img-news-list-container > ul .list-item > a > img {
        width: 132px;
        height: 99px;
        float: left;
        margin-right: 20px; }
      .img-news-list-container > ul .list-item > .list-item-date {
        width: 100px;
        float: left;
        margin-right: 20px; }
        .img-news-list-container > ul .list-item > .list-item-date h3.day {
          font-weight: 600;
          font-size: 50px;
          color: #bdbec0;
          text-align: center;
          margin-top: 18px; }
        .img-news-list-container > ul .list-item > .list-item-date h5.year-month {
          text-align: center;
          font-size: 16px;
          color: #d1d2d4; }
      .img-news-list-container > ul .list-item > .list-item-content {
        /*padding-left: 120px;*/ }
        .img-news-list-container > ul .list-item > .list-item-content > .list-item-title {
          font-size: 18px;
          margin: 10px 0 20px 0;
          font-weight: 500; }
          .img-news-list-container > ul .list-item > .list-item-content > .list-item-title > a {
            color: #000000; }
            .img-news-list-container > ul .list-item > .list-item-content > .list-item-title > a:hover {
              text-decoration: underline;
              color: #6e0f6d; }
        .img-news-list-container > ul .list-item > .list-item-content > .list-item-desc {
          margin: 0; }
          .img-news-list-container > ul .list-item > .list-item-content > .list-item-desc a {
            color: #666;
            font-size: 13px; }
      .img-news-list-container > ul .list-item:last-child {
        border: none;
        padding: 14px 0 0 0; }
      .img-news-list-container > ul .list-item:first-child {
        padding: 0 0 14px 0; }
  .img-news-list-container .list-pagination {
    text-align: center; }
    .img-news-list-container .list-pagination > .pagination > li > a {
      margin: 0 3px;
      border: none;
      background: #ddd;
      color: #666; }
      .img-news-list-container .list-pagination > .pagination > li > a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #5c0d5b; }
    .img-news-list-container .list-pagination > .pagination > .page-active > a {
      background-color: #5c0d5b;
      color: #fff; }
    .img-news-list-container .list-pagination.pagination-rounded > .pagination > li > a {
      border-radius: 50% !important; }

.text-news-list-container {
  background-color: #fff; }
  .text-news-list-container > ul {
    padding: 0px;
    margin-bottom: 0; }
    .text-news-list-container > ul .list-item {
      list-style: none;
      padding: 10px 0 10px 0; }
      .text-news-list-container > ul .list-item > .list-item-content > .list-item-title {
        font-size: 14px;
        margin: 0;
        font-weight: normal; }
        .text-news-list-container > ul .list-item > .list-item-content > .list-item-title > a {
          color: #000000; }
          .text-news-list-container > ul .list-item > .list-item-content > .list-item-title > a:hover {
            text-decoration: underline;
            color: #6e0f6d; }
      .text-news-list-container > ul .list-item > .list-item-content > .list-item-desc {
        color: #666;
        font-size: 13px;
        margin: 0; }

.page-breadcrumb {
  margin-top: 15px;
  padding: 10px;
  background-color: #fff; }
  .page-breadcrumb a, .page-breadcrumb i, .page-breadcrumb span {
    color: #666666; }

/* BEGIN MEMBERS SUCCESS STORIES */
.stories-header {
  text-align: center; }

.stories-header h1 {
  color: #373d43;
  font-size: 35px;
  font-weight: 600; }

.stories-header h2 {
  color: #808a94;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px; }

.stories-cont .photo {
  width: 100%; }

.stories-cont .photo img {
  margin: 30px auto;
  width: 130px;
  height: 130px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important; }

.stories-cont .title {
  text-align: center; }

.stories-cont .title span {
  font-size: 18px;
  font-weight: 600;
  color: #373d43; }

.stories-cont .desc {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px; }

.stories-cont .desc span {
  font-size: 14px;
  font-weight: 400;
  color: #808a94; }

.stories-footer {
  text-align: center; }

/* END MEMBERS SUCCESS STORIES */
@media (min-width: 992px) {
  /* 992px */
  .md-padding-left-0 {
    padding-left: 0px; } }

@media (max-width: 991px) {
  /* 991px */
  .page-wrapper-top .container, .page-wrapper-middle .container {
    padding-left: 0px;
    padding-right: 0px; } }

@media (max-width: 767px) {
  /* 767px */ }

@media (max-width: 480px) {
  /* 480px */
  .headline-news-carousel .carousel-inner .item .carousel-caption h3 {
    font-size: 12px; } }

@media \0screen\,screen\9 {
  /* 只支持IE6、7、8 */
  .headline-news-carousel .carousel-inner .item .carousel-caption {
    background-color: #000000;
    filter: Alpha(opacity=50);
    position: static;
    /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom: 1;
    /* 激活IE6、7的haslayout属性，让它读懂Alpha */ }
  .headline-news-carousel .carousel-inner .item h3 {
    position: relative;
    /* 设置子元素为相对定位，可让子元素不继承Alpha值 */ } }

