@charset "UTF-8";
@keyframes up-down {
  0% {
    top: 0px; }
  33% {
    top: -5px; }
  66% {
    top: 5px; }
  77% {
    top: -3px; }
  88% {
    top: 3px; }
  100% {
    top: 0px; } }
@-webkit-keyframes up-down {
  0% {
    top: 0px; }
  33% {
    top: -5px; }
  66% {
    top: 5px; }
  77% {
    top: -3px; }
  88% {
    top: 3px; }
  100% {
    top: 0px; } }
@-moz-keyframes up-down {
  0% {
    top: 0px; }
  33% {
    top: -5px; }
  66% {
    top: 5px; }
  77% {
    top: -3px; }
  88% {
    top: 3px; }
  100% {
    top: 0px; } }
@-ms-keyframes up-down {
  0% {
    top: 0px; }
  33% {
    top: -5px; }
  66% {
    top: 5px; }
  77% {
    top: -3px; }
  88% {
    top: 3px; }
  100% {
    top: 0px; } }
@-o-keyframes up-down {
  0% {
    top: 0px; }
  33% {
    top: -5px; }
  66% {
    top: 5px; }
  77% {
    top: -3px; }
  88% {
    top: 3px; }
  100% {
    top: 0px; } }
/* 顶部模块 -S */
.top-wrap {
  margin: 20px auto; }
  .top-wrap .logo {
    margin-right: 50px; }
  .top-wrap .title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px; }

.tool-list-wrap li {
  float: left;
  padding-left: 5px;
  padding-right: 5px; }
  .tool-list-wrap li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-decoration: none;
    text-align: center; }
    .tool-list-wrap li a .iconfont {
      font-size: 24px; }
    .tool-list-wrap li a:hover {
      color: red; }
  .tool-list-wrap li .up-down {
    position: relative;
    top: 0;
    z-index: 1; }
  .tool-list-wrap li .up-down:hover {
    animation: up-down 0.5s linear;
    -webkit-animation: up-down 0.5s linear;
    -moz-animation: up-down 0.5s linear;
    -ms-animation: up-down 0.5s linear;
    -o-animation: up-down 0.5s linear; }
  .tool-list-wrap li .weixin {
    position: relative;
    z-index: 1; }
    .tool-list-wrap li .weixin:hover img {
      display: block; }
    .tool-list-wrap li .weixin img {
      display: none;
      position: absolute;
      top: 32px;
      left: -110px;
      z-index: 999;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }

/*search搜索*/
.search-box {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 30px; }
  .search-box input {
    width: 100%;
    padding: 6px;
    border: 1px solid #ddd;
    line-height: 18px;
    font-size: 14px;
    outline: none; }
  .search-box .icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 30px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    background-color: #ff8400;
    text-align: center;
    cursor: pointer; }

@media (max-width: 480px) {
  .top-wrap {
    margin-top: 10px;
    margin-bottom: 10px; }
    .top-wrap .logo, .top-wrap img {
      width: 80px;
      margin-right: unset; }
    .top-wrap .tool {
      margin-top: 20px; } }
/*
 * 导航菜单;
 * @time 2018-06-26
 * @creater 前端工程师——张工 <354631282@qq.com>
 * */
.nav {
  height: 46px;
  overflow: hidden; }
  .nav .list {
    padding-bottom: 20px;
    overflow-y: auto; }
  .nav ul {
    display: block;
    margin: auto;
    font-size: 0;
    text-align: center; }
  .nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle; }
    .nav li:first-child a {
      border-left: none; }
    .nav li a {
      display: block;
      min-width: 90px;
      border-left: 1px solid transparent;
      font-size: 16px;
      text-decoration: none; }

.firstNav {
  background: #ef2d36; }
  .firstNav li:hover a, .firstNav li.active a {
    background: #cb1e26; }
  .firstNav li a {
    padding-top: 12px;
    padding-bottom: 12px;
    border-left-color: #f76969;
    color: #fff; }

.secondNav {
  border-bottom: 3px solid #ddd; }
  .secondNav li:hover a, .secondNav li.active a {
    color: red; }
  .secondNav li a {
    margin-top: 12px;
    margin-bottom: 12px;
    border-left-color: #ddd; }

/*
 * 友情链接;
 * @time 2018-06-26
 * @creater 前端工程师——张工 <354631282@qq.com>
 * */
.blogrollWrap {
  margin-top: 30px;
  margin-bottom: 30px; }
  .blogrollWrap .tabTitleWrap {
    height: 47px;
    overflow: hidden; }
    .blogrollWrap .tabTitleWrap .tabTitle {
      padding-bottom: 20px;
      overflow-x: auto; }
    .blogrollWrap .tabTitleWrap li.active {
      border-bottom: 2px solid #a5a5a5; }
    .blogrollWrap .tabTitleWrap li a {
      padding: 10px;
      color: red;
      font-size: 18px;
      cursor: pointer;
      text-align: center; }
  .blogrollWrap .tabContent {
    margin-top: 10px; }
    .blogrollWrap .tabContent ul {
      display: none; }
    .blogrollWrap .tabContent li {
      width: 10%; }
      .blogrollWrap .tabContent li a {
        padding: 5px;
        font-size: 14px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: keep-all; }
        .blogrollWrap .tabContent li a:hover {
          color: red; }
  .blogrollWrap ul {
    display: block;
    font-size: 0; }
    .blogrollWrap ul li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle; }
      .blogrollWrap ul li a {
        display: block;
        color: black;
        text-decoration: none; }

@media (max-width: 767px) {
  .blogrollWrap .tabContent li {
    width: 25%; } }
/*
 * 页脚模块;
 * @time 2018-06-26
 * @creater 前端工程师——张工 <354631282@qq.com>
 * */
.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #525252; }
  .footer, .footer a {
    color: #ABABAB; }
  .footer .footer-link, .footer .footer-pic {
    font-size: 0; }
    .footer .footer-link a, .footer .footer-link img, .footer .footer-pic a, .footer .footer-pic img {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin-top: 5px;
      margin-bottom: 5px;
      vertical-align: middle; }
  .footer .footer-link a {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #ABABAB;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    word-break: keep-all; }
    .footer .footer-link a:hover {
      color: red; }
    .footer .footer-link a:first-child {
      border-left: none; }
  .footer .footer-pic img {
    max-height: 40px;
    margin-left: 5px;
    margin-right: 5px; }
    .footer .footer-pic img:first-child {
      margin-left: 0; }
    .footer .footer-pic img:last-child {
      margin-right: 0; }

@media (max-width: 767px) {
  .footer p span {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all; } }
@media (max-width: 374px) {
  .footer .footer-link a:last-child {
    border-left: none; } }
/*
 * 轮播图;
 * @time 2018-06-27
 * @creater 前端工程师——张工 <354631282@qq.com>
 * */
.slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
  text-align: center; }
  .slide-title .iconfont {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 30px;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    vertical-align: middle; }
  .slide-title .carousel-indicators {
    position: relative;
    display: inline-block;
    top: 0px;
    left: unset;
    width: 80%;
    height: 30px;
    padding-left: unset;
    margin-left: unset;
    margin-bottom: 0;
    overflow: hidden;
    vertical-align: middle; }
    .slide-title .carousel-indicators li {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 30px;
      margin: unset;
      line-height: 30px;
      font-size: 14px;
      text-indent: unset;
      cursor: unset;
      background-color: unset;
      background-color: unset;
      border: none;
      border-radius: unset;
      color: #fff;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-break: keep-all; }
    .slide-title .carousel-indicators .active {
      display: block; }

/*
 * 公益汇;
 * @time 2018-06-28
 * @creater 前端工程师——张工 <354631282@qq.com>
 * */
.more {
  font-size: 0;
  color: #666; }
  .more, .more .title, .more .iconfont {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 24px;
    vertical-align: middle; }
  .more .title {
    font-size: 16px; }
  .more .iconfont {
    margin-right: 5px;
    font-size: 18px; }

.btn-wrap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  z-index: 5;
  width: 132px;
  vertical-align: middle; }
  .btn-wrap:hover .btn-list {
    display: block; }
  .btn-wrap .btn-title {
    display: block;
    width: 100%;
    height: 32px;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    background: #ef2f39;
    text-align: center;
    text-decoration: none; }
  .btn-wrap .btn-list {
    display: none;
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 999;
    width: 132px;
    padding: 5px;
    font-size: 14px;
    background: #fff;
    text-align: center;
    cursor: default;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3); }
    .btn-wrap .btn-list li {
      padding: 5px;
      border-bottom: 1px solid #ddd; }

.gyh-wrap {
  padding-left: 30px;
  padding-right: 30px; }
  .gyh-wrap .img .col-sm-6:first-child {
    padding-right: 5px; }
  .gyh-wrap .img .col-sm-6:last-child {
    padding-left: 5px; }
  .gyh-wrap h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 24px; }
  .gyh-wrap img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: bottom;
    outline: none; }
  .gyh-wrap .more, .gyh-wrap .btn-wrap {
    float: left;
    width: 50%; }
  .gyh-wrap .more {
    margin-top: 5px; }
  .gyh-wrap .tool {
    margin-top: 30px;
    font-size: 0; }

@media (min-width: 768px) and (max-width: 1024px) {
  .gyh-wrap {
    padding-left: unset;
    padding-right: unset; }
    .gyh-wrap .tool {
      margin-top: 15px; } }
@media (max-width: 768px) {
  .gyh-wrap {
    padding-left: unset;
    padding-right: unset; }
    .gyh-wrap p, .gyh-wrap h5 {
      margin-top: 3px;
      margin-bottom: 3px; }
    .gyh-wrap .tool {
      margin-top: 10px; } }
/*
 * 字体轮播;
 * @time 2018-06-28
 * @creater 前端工程师——张工 <354631282@qq.com>
 * */
.textSlideWrap {
  position: relative;
  z-index: 1;
  height: 38px;
  padding: 5px 5px 5px 38px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background-color: #f6f8f9; }
  .textSlideWrap .iconfont {
    position: absolute;
    top: 4px;
    left: 6px;
    z-index: 1;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 24px;
    text-align: center; }
  .textSlideWrap .txtMarquee-left li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all; }
    .textSlideWrap .txtMarquee-left li a, .textSlideWrap .txtMarquee-left li a:hover {
      color: #0099ff; }

/*
 * 自媒对象;
 * @time 2018-06-29
 * @creater 前端工程师——张工 <354631282@qq.com>
 * */
.media-wrap img {
  width: 100%;
  max-height: 100%; }
.media-wrap p {
  margin-top: unset;
  margin-bottom: unset;
  line-height: 24px; }

@media (min-width: 480px) and (max-width: 769px) {
  .media-wrap p {
    height: 48px;
    overflow: hidden; } }
/*
 * disc列表;
 * @time 2018-06-29
 * @creater 前端工程师——张工 <354631282@qq.com>
 * */
.list-disc {
  margin-top: 10px;
  margin-bottom: 10px; }
  .list-disc li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all; }
    .list-disc li em {
      position: relative;
      top: -3px;
      left: 0;
      z-index: 1;
      margin-right: 10px;
      line-height: 18px;
      list-style: none; }

@media (max-width: 768px) {
  .list-disc li {
    margin-top: 5px;
    margin-bottom: 5px; } }
/*
 * 公共title;
 * @time 2018-06-29
 * @creater 前端工程师——张工 <354631282@qq.com>
 * */
.title-wrap {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
  line-height: 30px;
  border-bottom: 1px solid #0099ff; }
  .title-wrap .title .iconfont, .title-wrap .title span, .title-wrap .title .subhead {
    display: inline-block;
    vertical-align: bottom; }
  .title-wrap .title .subhead {
    margin-left: 10px;
    line-height: 18px;
    font-size: 14px;
    color: #a5a5a5; }
  .title-wrap .title .iconfont {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    font-size: 26px;
    color: red;
    text-align: center; }
  .title-wrap .title .text {
    font-size: 20px; }
  .title-wrap .title .text-primary {
    color: #0697f2; }
  .title-wrap .more-wrap {
    position: relative;
    z-index: 999; }
  .title-wrap .more-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    height: 30px; }
    .title-wrap .more-btn:hover {
      right: -40px;
      width: 90px; }
      .title-wrap .more-btn:hover .icon {
        color: #fff;
        background-color: #9a9a9a;
        text-align: center; }
      .title-wrap .more-btn:hover .list {
        display: block; }
    .title-wrap .more-btn .icon {
      display: block;
      font-size: 16px;
      cursor: default; }
    .title-wrap .more-btn .list {
      display: none;
      position: absolute;
      top: 30px;
      right: 0;
      z-index: 999;
      width: 90px;
      padding-bottom: 10px;
      background-color: #9a9a9a; }
      .title-wrap .more-btn .list li {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: keep-all; }
        .title-wrap .more-btn .list li a, .title-wrap .more-btn .list li a:hover {
          color: #fff; }

@media (max-width: 768px) {
  .title-wrap .more-btn {
    width: 30px;
    right: 0;
    text-align: center; }
    .title-wrap .more-btn:hover {
      right: 0; } }
/*进入社区*/
.jsq-wrap {
  background-color: #fafafa; }
  .jsq-wrap .title-wrap, .jsq-wrap .list-disc {
    padding-left: 10px;
    padding-right: 10px; }
  .jsq-wrap h5 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .jsq-wrap img {
    width: 100%;
    max-height: 100%; }

@media (max-width: 768px) {
  .jsq-wrap h5 {
    margin-top: 10px;
    margin-bottom: 10px; } }
/*热门标题图*/
.hot-pic {
  position: relative;
  z-index: 1;
  max-height: 170px;
  overflow: hidden; }
  .hot-pic img {
    width: 100%;
    max-height: 100%; }
  .hot-pic .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    line-height: 18px; }

/*广告图*/
.banner img {
  width: 100%; }
  .banner img:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.75); }

/*武汉慈善*/
.whcs .slide .carousel-inner {
  width: 85%;
  margin: 0 auto; }
.whcs .slide img {
  width: 100%;
  max-height: 100%; }
.whcs .slide a.iconfont {
  position: absolute;
  top: 100px;
  z-index: 5;
  font-size: 36px;
  color: red;
  text-decoration: none; }
.whcs .slide a.icon-left {
  left: 0px; }
.whcs .slide a.icon-right {
  right: 0px; }
.whcs .slide .carousel-caption {
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.7); }
.whcs .list-disc li {
  padding-left: 35px;
  padding-right: 35px; }

@media (max-width: 768px) {
  .whcs .list-disc {
    padding-top: unset;
    padding-bottom: unset; } }
.bb {
  margin-top: 20px;
  padding: 30px 10px 10px 10px;
  background-color: #fafafa; }
  .bb img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 300px; }
  .bb .tabTitle_bb li, .bb .tabTitle_bb a {
    font-size: 18px;
    color: #2b2b2b; }
    .bb .tabTitle_bb li:hover, .bb .tabTitle_bb a:hover {
      text-decoration: none; }
  .bb .tabTitle_bb li {
    text-align: center;
    cursor: pointer; }
    .bb .tabTitle_bb li:last-child a {
      border-bottom: none; }
    .bb .tabTitle_bb li a {
      display: inline-block;
      padding-top: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #ddd; }
  .bb .tabTitle_bb li.active {
    background-color: #ef2d36;
    font-style: oblique;
    font-weight: 600; }
    .bb .tabTitle_bb li.active a {
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 24px;
      color: #fff;
      border-bottom: none; }
  .bb .tabContent_bb li {
    display: none; }

@media (max-width: 480px) {
  .bb {
    padding: 10px;
    padding-top: unset; }
    .bb .tabTitle_bb li a {
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: none;
      font-size: 16px; }
    .bb .tabTitle_bb li.active a {
      font-size: 16px; } }
@media (min-width: 480px) and (max-width: 768px) {
  .bb {
    padding: 20px 10px 10px 10px; }
    .bb .tabTitle_bb li a {
      padding-top: 25px;
      padding-bottom: 25px; }
    .bb .tabTitle_bb li.active a {
      font-size: 18px; } }
/** header部分
 */
.headerWrap {
  background-color: #f02e37; }
  .headerWrap .tool-list-wrap {
    margin: 16px 0; }
    .headerWrap .tool-list-wrap a, .headerWrap .tool-list-wrap a:hover {
      color: #fff; }
  .headerWrap .logo {
    float: left;
    margin: 10px 16px; }
    .headerWrap .logo img {
      vertical-align: middle; }
  .headerWrap .navList {
    float: left;
    margin: 12px; }
    .headerWrap .navList li {
      float: left; }
      .headerWrap .navList li a {
        display: block;
        margin: 10px;
        font-size: 14px;
        color: #fff; }
        .headerWrap .navList li a:hover {
          text-decoration: none; }
  .headerWrap .more-navList {
    position: relative;
    float: left; }
    .headerWrap .more-navList .more-icon {
      display: inline-block;
      margin: 22px 15px;
      width: 20px;
      height: 20px;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      color: #fff;
      cursor: pointer; }
    .headerWrap .more-navList .more-info {
      display: none;
      position: absolute;
      top: 63px;
      left: -1px;
      z-index: 99;
      width: 422px;
      padding: 10px;
      background-color: #fff;
      border-top: none;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      .headerWrap .more-navList .more-info ul li {
        float: left;
        width: 80px;
        padding: 10px;
        text-align: center; }
        .headerWrap .more-navList .more-info ul li a {
          font-size: 14px;
          color: #666; }
          .headerWrap .more-navList .more-info ul li a:hover {
            color: #f02e37; }
    .headerWrap .more-navList:hover {
      background-color: #fff;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd; }
      .headerWrap .more-navList:hover .more-icon {
        color: #f02e37; }
      .headerWrap .more-navList:hover .more-info {
        display: block; }

@media (max-width: 1024px) {
  .headerWrap .logo {
    float: none;
    text-align: center; }
  .headerWrap .navList {
    float: none;
    width: 100%;
    margin: auto;
    height: 40px;
    color: transparent;
    border-top: 1px solid #d60009;
    border-bottom: 1px solid #d60009;
    overflow: hidden; }
    .headerWrap .navList .list {
      padding-bottom: 20px;
      overflow-y: auto; }
  .headerWrap .more-navList .more-info {
    max-width: 300px; } }
/** 热点推荐
 */
.newList-wrap {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fcfcfc; }

.newList-title {
  padding-top: 5px;
  border-bottom: 1px solid #dcdcdc; }
  .newList-title .title {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 2px solid #f02c38;
    padding-left: 10px;
    font-weight: 400;
    color: #444;
    font-size: 16px;
    line-height: 16px; }
  .newList-title .more {
    float: right;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px 10px;
    font-size: 20px;
    color: #9b9b9b;
    cursor: pointer; }

.newList-content .list {
  padding: 10px; }
  .newList-content .list li {
    margin-top: 25px;
    margin-bottom: 25px; }
    .newList-content .list li a {
      font-size: 14px;
      color: #666; }
      .newList-content .list li a:hover {
        text-decoration: none; }
.newList-content .picWrap {
  margin-top: 15px; }
  .newList-content .picWrap li .picbox {
    position: relative;
    border: 1px solid #ccc;
    cursor: pointer;
    overflow: hidden; }
    .newList-content .picWrap li .picbox img {
      width: 100%;
      height: 100%;
      vertical-align: middle; }
    .newList-content .picWrap li .picbox .mark {
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 30px;
      font-size: 12px;
      line-height: 30px;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      transition: all 0.3s; }
    .newList-content .picWrap li .picbox:hover .mark {
      bottom: 0; }
  .newList-content .picWrap li:nth-child(odd) {
    float: left; }
  .newList-content .picWrap li:nth-child(even) {
    float: right; }

@media (max-width: 768px) {
  .newList-content .list li {
    margin-top: 10px;
    margin-bottom: 10px; } }
.details-wrap .content-right {
  border-left: 1px solid #ddd; }

/*新闻主体——媒体对象*/
.newsList-wrap {
  position: relative;
  z-index: 10;
  padding-left: 15px; }
  .newsList-wrap .read_menu {
    position: absolute;
    top: 15px;
    left: -104px;
    z-index: 1; }
    .newsList-wrap .read_menu li {
      padding: 10px 15px;
      font-size: 16px;
      cursor: pointer;
      border-bottom: 1px solid transparent;
      text-align: right; }
      .newsList-wrap .read_menu li.active, .newsList-wrap .read_menu li.active:hover {
        background-color: #ef2d36;
        text-align: center; }
        .newsList-wrap .read_menu li.active span, .newsList-wrap .read_menu li.active:hover span {
          color: #fff; }
      .newsList-wrap .read_menu li:hover {
        border-color: #ef2d36; }
        .newsList-wrap .read_menu li:hover span {
          color: #ef2d36; }

.news-item-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ddd; }
  .news-item-wrap img {
    display: block;
    margin: auto;
    max-width: 100%; }
  .news-item-wrap .content {
    display: block;
    min-height: 90px;
    font-size: 18px;
    line-height: 28px; }
  .news-item-wrap .date {
    font-size: 14px;
    color: #999; }
  .news-item-wrap .share {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none; }
    .news-item-wrap .share:hover {
      background-color: #f02c38;
      color: #fff !important; }

@media (max-width: 768px) {
  .newsList-wrap {
    padding-left: unset; }
    .newsList-wrap .read_menu {
      position: static;
      height: 43px;
      overflow: hidden; }
      .newsList-wrap .read_menu .list {
        padding-bottom: 20px;
        overflow-y: auto; }
      .newsList-wrap .read_menu ul {
        display: block;
        text-align: center; }
      .newsList-wrap .read_menu li {
        float: left; }

  .news-item-wrap .content {
    min-height: auto;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px; }

  .details-wrap .content-right {
    border-left: none; } }
/**
  * 新闻主体
 */
.breadWrap {
  line-height: 32px; }
  .breadWrap span, .breadWrap a {
    font-size: 16px;
    text-decoration: none;
    color: #333; }

.title-newsBody {
  line-height: 20px; }
  .title-newsBody .title {
    font-size: 36px;
    line-height: 36px;
    color: #333;
    font-weight: 700; }
  .title-newsBody .info-newsBody {
    font-size: 14px;
    color: #999; }
    .title-newsBody .info-newsBody span {
      margin-right: 15px; }
  .title-newsBody .iconfont {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
    text-align: center;
    cursor: pointer; }
  .title-newsBody .subtract, .title-newsBody .plus {
    border: 1px solid #ddd; }
    .title-newsBody .subtract:hover, .title-newsBody .plus:hover {
      color: red;
      border-color: red; }
  .title-newsBody .subtract {
    border-style: dashed; }
  .title-newsBody .plus {
    background-color: #fafafa; }

@media (max-width: 768px) {
  .title-newsBody .title {
    font-size: 20px;
    line-height: 28px;
    text-align: center; } }
.content-newsBody {
  font-size: 16px;
  padding: 10px; }
  .content-newsBody p,.content-newsBody div {
    
    line-height: 32px;
    text-indent: 32px;
    color: #333; }
  .content-newsBody img {
    display: block;
    margin: 10px auto;
    max-width: 100%; }

.next-newsBody {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }
  .next-newsBody p {
    color: #999;
    font-size: 16px;
    line-height: 32px; }
  .next-newsBody a {
    color: #999; }
    .next-newsBody a:hover {
      color: #666; }

/**
  * 分享功能
 */
.share-wrap {
  margin: 0 auto;
  text-align: center; }
  .share-wrap .title {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd; }
    .share-wrap .title span {
      font-size: 16px;
      color: #999;
      letter-spacing: 2px; }
  .share-wrap .content li.share-item {
    margin: 10px auto;
    text-align: center; }
    .share-wrap .content li.share-item .iconfont {
      display: inline-block;
      width: 40px;
      height: 40px;
      font-size: 26px;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      color: #9b9b9b;
      text-decoration: none;
      background-color: #d0d0d0;
      transition: all 0.3s; }
      .share-wrap .content li.share-item .iconfont.qqIcon:hover {
        background-color: #2291f7;
        color: #fff; }
      .share-wrap .content li.share-item .iconfont.wxIcon:hover {
        background-color: #3dbe5b;
        color: #fff; }
      .share-wrap .content li.share-item .iconfont.kjIcon:hover {
        background-color: #f8c514;
        color: #fff; }
      .share-wrap .content li.share-item .iconfont.wbIcon:hover {
        background-color: #ff5757;
        color: #fff; }
  .share-wrap .content li.more {
    margin-top: 20px; }
    .share-wrap .content li.more .iconfont {
      font-size: 18px;
      cursor: pointer; }

@media (max-width: 480px) {
  .share-wrap .title {
    border-bottom: none; } }
.tab-wrap {
  height: 45px;
  border-top: 2px solid #ef2c36;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fafafa;
  overflow: hidden; }
  .tab-wrap .list {
    padding-bottom: 20px;
    overflow-y: auto; }
  .tab-wrap li {
    float: left;
    padding: 10px 20px;
    color: #333;
    font-size: 18px; }
    .tab-wrap li:hover a {
      color: #ef2c36;
      text-decoration: none; }
    .tab-wrap li.active, .tab-wrap li.active:hover {
      background-color: #ef2c36; color: #fff;}
      .tab-wrap li.active a, .tab-wrap li.active:hover a {
        color: #fff; }

.newsContent_js li {
  display: none; }

.tab-list-wrap li {
  display: none; }
  .tab-list-wrap li .news-item-wrap:first-child {
    border-top: none; }

/*# sourceMappingURL=main.css.map */