.zrzcxq-main {
  font-weight: 400;
  font-size: 16px;
}

/* .zrzcxq-main .centerWidth {
  padding: 0 15px;
  box-sizing: border-box;
} */

.zrzcxq-main .blog-comments {
  margin-bottom: 0;
}

.zrzcxq-main .single-comments {
  padding-bottom: 0;
  box-sizing: border-box;
  margin: 0 15px;
}

a:hover {
  color: #0c59db;
}

.zrzcxq-main .single-comments .head {
  width: 160px;
}

.zrzcxq-main .single-comments .body {
  float: left;
  width: 75%;
  align-self: center;
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.zrzcxq-main .single-comments #detail {
  font-size: 16px;
}
.text333 {
  color: #333;
}
.zrzcxq-main .comments-area {
  background: #fff;
  padding: 30px 30px;
  margin-top: 30px;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  box-sizing: border-box;
  /* margin-right: 15px; */
}

.zrzcxq-main .zrzcxq-bottom {
  display: flex;
  box-sizing: border-box;
  margin: 0 15px;
}

.zrzcxq-main .zrzcxq-bottom .comments-title {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -.02e;
  color: #151a33;
  font-weight: 500;
}

.zrzcxq-main .comments-area .comment-list .comment .comment-body {
  padding-top: 30px;
  display: inline-block;
}

.zrzcxq-main .comments-area .comment-list .comment:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.zrzcxq-main .comments-area .comment-list .comment .comment-body .comment-author-thumb {
  margin-right: 28px;
}

.zrzcxq-main .comments-area .comment-list .comment .comment-body .comment-author-thumb {
  margin-right: 28px;
}

.zrzcxq-main .comments-area .comment-list .comment .comment-body .comment-author-thumb img {
  width: 130px;
  border: solid 1px #666666;
}

.zrzcxq-main .comments-area .comment-list .comment .comment-body .comment-content {
  margin-left: 95px;
  position: relative;
  overflow: hidden;
}

.zrzcxq-main .comments-area .comment-list .comment .comment-body .comment-content .comment-author {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 18px;
  color: #151a33;
}

.zrzcxq-main .comments-area .comment-list .comment .comment-body .comment-content .comment-text {
  margin-bottom: 0px;
  color: #3e3e3e;
}
.a{
  color: #3e3e3e!important;
}

.zrzcxq-main .zrzcxq-bottom .zrzcxq-right {
  -ms-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  padding-left: 30px;
  box-sizing: border-box;
  margin-top: 30px;
}

/* 工作动态 */
.zrzcxq-main .zrzcxq-bottom .zrzcxq-right .main-sidebar {
  width: 100%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.blog {
  margin-top: 20px;
}

.blog .single-news .news-body:before {
  background: #275293;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99;
}

.blog .single-news .news-content {
  text-align: left;
  background: #fff;
  position: relative;
  padding: 20px;
  left: 0;
  z-index: 0;
}

.blog .single-news .news-body:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99;
}

.blog .single-news:hover .news-body:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.blog .single-news .news-body h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.single-news .news-content h2 a,
.single-post a {
  color: #2C2D3F;
  font-weight: 500;
}

.single-news .news-content h2 a:hover {
  color: #336699;
}

.single-news .news-content p {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 23px;
  margin: 4px 0 0 0;
}

.blog .single-news {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 10px #00000014;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  display: flex;
}

.blog .single-news img {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog .single-news .news-head {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px;
}

.blog .imgDiv .news-head {
  height: auto;
}

.menutitle {
  margin: 0px;
  border-bottom: 1px solid #a7a7a7;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}

.menutitle .titlediv {
  padding: 7px 35px;
}

.menutitle .titlediv h4 {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

/* 手机端样式 */
@media screen and (max-width: 768px) {
  .zrzcxq-main .single-comments #detail {
    font-size: 0.25rem;
  }
  .zrzcxq-main{
    margin-top: 10px;
  }
  .zrzcxq-main .zrzcxq-bottom .zrzcxq-right {
    -ms-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 15px;
    box-sizing: border-box;
    margin-top: 30px;
    background-color: #fff;
    padding-left: 0;
  }

  /* .blog .single-news {
    box-shadow: none;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.3rem;
    margin-bottom: 0;
  } */

  .blog .single-news .news-content {
    padding: 0;
  }

  .blog .single-news {
    height: 1.27rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-right: 0.91rem;
    padding-left: 0.3rem;
    margin: 0;
    box-shadow: none;
  }

  .blog .single-news:after {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    border-bottom: 1px solid #ddd;
    border-radius: inherit;
    content: " ";
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    left: 0.3rem;
    width: calc(200% - 1.22rem);
  }

  .blog .single-news:last-child:after {
    border: none;
  }

  .blog .single-news .right-icon {
    position: absolute;
    top: 50%;
    right: 0.3rem;
    bottom: 0;
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    color: #8799a3;
    font-size: 0.34rem;
    text-align: center;
    transform: translateY(-50%);
  }

  .blog .single-news .news-body.col-12 .news-content {
    padding-left: 0;
  }

  .blog .single-news .news-content {
    padding: 0px;
    padding-left: 0.2rem;
    align-items: center;
  }

  /* .bg-gradual-blue {
    background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
    color: #fff;
  } */

  .single-news .news-content p.text {
    display: none;
  }

  .blog .single-news .news-body h2 {
    font-size: 0.3rem;
    line-height: 1.6em;
    color: #333;
  }
  .mobile-title {
    display: flex;
    padding-bottom: 2px;
    background-color: #fff;
  }
  .mobile-title .titledivword{
    font-size: 15px;
    padding: 9px 9px 9px 40px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 ;
    background-color: #306396;
    color: #fff;
    line-height: 1.3;
    margin-left: 0.05rem;
   
  }
  .index-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
    .titlemorediv{
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 ;
    flex-grow:1;
    justify-content: flex-end;
    position:relative;
    align-items:flex-end;
    color: #fff;
    display: flex;
    font-size: 0.22rem;
    line-height: 1.3;
}
}