html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.marB30 {
  margin-bottom: 30px;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.introduction {
  font-size: 1rem;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* //子页面顶部tab */

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
  background-color: #cd0b01;
  border-color: #cd0b01;
  color: #ffffff;
}

.el-tabs--card>.el-tabs__header .el-tabs__item {
  border: none !important;
  font-weight: 800;
}

.el-tabs__item:hover {
  color: #cd0b01;
}

.el-tabs--card>.el-tabs__header {
  border: none;
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
  border-bottom: 1px solid #e4e7ed;
}

.organization .institutions .el-tabs__nav {
  white-space: unset;
  width: 900px;
  background-color: #f2f2f2;
}

.organization .institutions .el-tabs--card>.el-tabs__header .el-tabs__item {
  margin: 8px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
}

.el-tabs__nav.is-top {
  left: 50%;
  transform: translateX(-50%) !important;
  box-shadow: 0 5px 5px #ccc;
}

.el-tabs__nav-scroll {
  min-height: 50px;
}

.organization .institutions ul li {}

/*********************************************组织机构start****************************  */

.main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.main .public_contain {
  margin: 30px 0;
  display: flex;
}

/* 左侧菜单start */

.main .public_contain .menu_l {
  width: 250px;
  background: #EFEFEF;
  margin-right: 30px;
  padding-bottom: 20px;
}

.main .public_contain .menu_l h2 {
  width: 100%;
  height: 100px;
  background-image: url(../images/newslist/titleBJ.png);
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 100px;
  text-align: center;
  margin-bottom: 10px;
}

.main .public_contain .menu_l .menu_list li {
  border-bottom: 1px solid #D9D9D9;
  cursor: pointer;
  color: #333333;
}

.main .public_contain .menu_l .menu_list .children_menu {
  width: 100%;
  height: auto;
}

.main .public_contain .menu_l .menu_list .children_menu li {
  height: 50px;
  line-height: 50px;
  padding-left: 35px;
}

.main .public_contain .menu_l .menu_list .children_menu li.activeChile {
  color: #BB0012;
}

.main .public_contain .menu_l .menu_list .pitch {
  width: 100%;
  height: 100%;
  background: transparent;
  line-height: 50px;
  padding: 0 25px 0 15px;
}

.main .public_contain .menu_l .menu_list .pitch.actives {
  width: 110%;
  background-image: url(../images/newslist/activeBJ.png);
  background-repeat: no-repeat;
  padding-right: calc(10% + 25px);
}

.main .public_contain .menu_l .menu_list li span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2A2A2A;
  border-left: 3px solid #BB0012;
  padding-left: 20px;
}

.main .public_contain .menu_l .menu_list .pitch.actives i {
  color: #fff;
}

.main .public_contain .menu_l .menu_list li i {
  margin-left: 75px;
  color: #2A2A2A;
  font-size: 18px;
  line-height: 50px;
  float: right;
}

.main .public_contain .menu_l .menu_list .pitch.actives span {
  border-left: 3px solid #fff;
  color: #fff;
}

/* 左侧菜单end */

/* 面包屑 */

.main .public_contain .content_r {
  width: 920px;
}

.main .public_contain .content_r .crumbs {
  height: 50px;
  border-bottom: 3px solid #F2F2F2;
  line-height: 39px;
  color: #959595;
  margin-bottom: 20px;
}

.main .public_contain .content_r .crumbs .Semilight {
  color: #959595;
}

/* 列表 */

.main .public_contain .content_r .content_list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid #E6E6E6FF;
  padding: 30px 0;
}

.main .public_contain .content_r .content_list li:nth-child(1) {
  padding-top: 10px;
}

.main .public_contain .content_r .content_list .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2A2A2A;
}

.main .public_contain .content_r .content_list .shortTitle {
  font-size: 18px;
  font-family: Microsoft YaHei;
  margin-left: 10px;
}

.main .public_contain .content_r .content_list li a {
  font-size: 16px;
  font-family: Microsoft YaHei Semilight;
  color: #2A2A2A;
  font-weight: bold;
  line-height: 50px;
}

.main .public_contain .content_r .content_list li:hover>a {
  color: #E30B20;
}

.main .public_contain .content_r .content_list li p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-indent: 20px;
  line-height: 30px;
  margin-top: 10px;
}

.main .public_contain .content_r .content1 p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2A2A2A;
  line-height: 32px;
}