﻿
/* -------------柔子增加----------- */
.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* 列表页 */
/* 顶部 介绍 */
.top-introduced{
  width: 100%;
  height: 240px;
  color: #ffffff;
  text-align: center;
  padding-top: 68px;
}
.top-introduced .title{
  font-size: 32px;
  text-align: center;
}
.top-introduced .detail{
  font-size: 14px;
  line-height: 21px;
  width: 893px;
  margin: 0 auto;
}

/* 整体部分 */
/* listpage-breadcrumb */

/* main */
.listpage-main{
  width: 1140px;
  margin: 0 auto;
  min-height: 400px;
}
/* 面包屑 */
.listpage-main .breadcrumb{
  background-color: #fff;
  padding-left: 0;
}
/* 左侧竖条导航 */
.listpage-main .listpage-main-center .left{
  width: 120px;
  float: left;
}
.listpage-main .listpage-main-center .left .nav-item{
  width: 100%;
  height: 40px;
  text-align: right;
  /* padding-right: 20px; */
  font-size: 14px;
}
.listpage-main .listpage-main-center .left .nav-item a{
  border-right: 2px solid #E4E7ED;
  height: 100%;
  width: 100%;
}
.listpage-main .listpage-main-center .left .nav-item .active{
  background-color: #edf2fd;
  border-right: 2px solid #467DEB;

  color: #467DEB;
  
}
.listpage-main .listpage-main-center .left .nav-item a{
  color: #303133;

}

/* 信息卡片 */

.mess-card {
  width: 990px;
  background: #FFFFFF;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  margin-bottom: 20px;
}
.mess-card .card-title {
  border-bottom: 1px solid #EBEEF5;
  height: 60px;
  line-height: 60px;
  padding-left: 14px;
  margin-bottom: 0;
}
.mess-card .card-title .icon {
  width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-right: 8px;
}
.mess-card .card-title span {
  margin-right: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #303133;
}
.mess-card .card-title .enspan {
  color: #C0C4CC;
}
.mess-card .context {
  white-space: pre-line;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #606266;
  line-height: 28px;
}

.mess-card .card-header {
  background-color: #fff;
}
.mess-card .complex-con {
  margin: 0 40px 40px 40px;
  font-size: 14px;
  font-weight: 500;
  color: #606266;
  line-height: 28px;
}
.mess-card .title-list {
  margin: 0 40px 40px 40px;
  width: 92%;
  height: 300px;
  position: relative;
}
.mess-card .more-plus {
  display: block;
  position: absolute;
  top: -42px;
  right: 0;
  color: #409EFF;
  font-size: 0.95rem;
}
.mess-card .title-list .title-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 11px 0;
  height: 20px;
  line-height: 20px;
  border-left: 3px solid #409EFF;
}
.mess-card .title-list .title-item:first-of-type {
  margin-top: 2px;
}
.mess-card .title-item .article-title {
  flex: 0.9;
}
.mess-card .title-item .article-title a {
  display: block;
  padding-left: 8px;
  color: #606266;
  font-size: 0.95rem;
}
.mess-card .title-item .date-day {
  color: #606266;
  font-size: 0.95rem;
}

/* 列表页 右侧 最新动态列表卡片 */

.listpage-main .listpage-main-rightlist {
  float: right;
}
.listpage-main .listpage-main-rightlist .part-two-wrapper {
  width: 240px;
  margin-top: 0;
}
.listpage-main .listpage-main-rightlist .part-two-wrapper .title-item-common {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}