/* 通用列表开始 */
.lie {
  height: auto;
  width: 100%;
  margin-top: 12px;
}

.lie li {
  height: 48px;
}

.lie li a {
  text-indent: 1em;
  width: 90%;
  font-size: 18px;
  color: #333333;
  line-height: 48px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  height: 48px;
  background: url(/eportal/uiFramework/commonResource/image/2022051815063234735.png) no-repeat top 24px left;
}

.lie li span {
  font-size: 16px;
  color: #999999;
  line-height: 48px;
  display: inline-block;
  vertical-align: top;
  height: 48px;
  float: right;
}

.lie li:hover a {
  color: #153280;
}

.lie li:hover span {
  color: #153280;
}

/* 通用列表结束 */
/* 三级页头部开始 */
.three-head {
  border-bottom: 1px solid #dde4f0;
}

.three-head h3 {
  box-sizing: border-box;
  padding-top: 10px;
  font-size: 22px;
  line-height: 85px;
  font-weight: 400;
}

.three-head.er {
  border: none;
}

.three-head.er h3 {
  font-size: 22px;
  color: #153280;
  font-weight: bold;
}
.position span:nth-of-type(2){padding-left: 0;background:unset;}
/* 三级页头部结束 */
/* 导航开始 */
.position {
  height: 70px;
  line-height: 70px;
  background: #fff;
  color: #999999;
  box-sizing: border-box;
  border-bottom: 1px solid #dde4f0;
}

.position span {
  display: inline-block;
  font-size: 16px;
  padding-left: 30px;
  background: url('/eportal/uiFramework/commonResource/image/2022051815065551534.png') no-repeat left center;
  color: #333;
}

.position a {
  display: inline-block;
  font-size: 16px;
  color: #333;
}

.position a:last-child {
  color: #153280;
}

.position a:hover {
  color: #153280;
}

/* 导航结束 */
/* 侧边开始 */
.sub_list_left {
  float: left;
  width: 240px;
}

.sub_list_left>span {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 84px;
  line-height: 84px;
  position: relative;
  box-sizing: border-box;
  padding: 0 28px;
  background: url('/eportal/uiFramework/commonResource/image/2022051815055938125.png') no-repeat center;
}

.sub_list_left>ul {
  padding-top: 15px;
  border: 1px solid #dde4f0;
  box-sizing: border-box;
  padding: 0 30px;
  background: #f5f8fc;
  min-height:951px;
}

.sub_list_left>ul li {
  line-height: 25px;
  min-height: 69px;
  box-sizing: border-box;
  padding-top: 10px;
}

.sub_list_left>ul li.on>a {
  color: #153280;
  font-weight: 700;
}

.sub_list_left>ul li .list {
  display: none;
  padding-bottom: 10px;
  padding-top: 10px;
}

.sub_list_left>ul li .list a {
  display: block;
  font-size: 16px;
  color: #9da6bd;
  line-height: 40px;
  text-indent: 1em;
}

.sub_list_left>ul li a.on {
  color: #153280;
}

.sub_list_left>ul li>a {
  display: block;
  font-size: 18px;
  color: #222222;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
  border-bottom: 1px solid #dde4f0;
}

.sub_list_left>ul li>a.show::after,
.sub_list_left>ul li>a.show::before {
  content: '';
  position: absolute;
  background: #153280;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.sub_list_left>ul li>a.show:before {
  width: 2px;
  height: 10px;
  right: 4px;
}

.sub_list_left>ul li>a.show:after {
  width: 10px;
  height: 2px;
}

.sub_list_left>ul li.show>a.show:before {
  display: none;
}

.sub_list_left>ul li.show .list {
  display: block;
}

.sub_list_left>ul li.show>a {
  padding: 20px 0;
}

.sub_list_left>ul li a:hover {
  color: #153280;
}

.sub_list_left>ul li a.on {
  color: #153280;
}

/* 侧边结束 */
/* 带左侧列表概览页开始 */
.lbgly {
  min-height: 1000px;
  width: 860px;
}

.lbgly .lie {
  min-height: 794px;
}

.lbgly .lie li {
  height: 42px;
}

.lbgly .lie li:nth-of-type(5n) {
  padding-bottom: 30px;
  border-bottom: 1px dashed #e6e6e6;
}

.lbgly .lie li:nth-of-type(5n + 1) {
  padding-top: 30px;
}

.lbgly .lie li:first-of-type {
  padding-top: 10px;
}

.lbgly .lie li a {
  width: 84%;
  font-size: 16px;
  line-height: 42px;
  text-indent: 1.6em;
  background: url('/eportal/uiFramework/commonResource/image/2022051815063234735.png') no-repeat top 16px left;
}

.lbgly .lie li span {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #666666;
}

/* 带左侧列表概览页结束 */
@media (max-width:768px) {
	.sub_list_left{display: none;}
	.lbgly{width: 100%;min-height: unset;}
	.lbgly .lie li a{width: 72%;}
	.lbgly .lie li span{font-size: 14px;}
	.three-head h3{padding-left: 15px;font-size: 20px;line-height: 48px;}
       .lbgly .lie{min-height:unset;margin-bottom:20px;}
}