body {
  background: url(../../image/inside/web-bg.png) no-repeat;
  background-size: cover;
  min-height: 950px;
}

.content {
  margin-top: 40px;
}

.left-nav {
  float: left;
  width: 270px;
	min-height: 620px;
	background-color: #0a9ce7;
  background-image: url(../../image/inside/sidebar-bg.png);
  background-repeat: no-repeat;
  background-position: -3px -3px;
  background-size: 276px 100%;
  box-sizing: border-box;
  padding: 20px 0 0 20px;
}
.left-nav-t {
  height: 24px;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	color: #fdfdfd;
  margin-bottom: 21px;
}

.left-nav >ul {
  width: 250px;
	min-height: 555px;
	background-color: #fdfdfd;
  box-shadow: 2px 2px 3px rgb(215, 222, 227);
}
.left-nav ul li {
  width: 250px;
  min-height: 50px;
}

.left-nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
  
}
.left-nav ul li a p {
  padding-left: 54px;
  font-size: 16px;
	color: #555555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.left-nav ul li a:hover {
  background-color: #e9f7ff;
  box-shadow: inset 0px 0px 5px rgb(190,201,207);
}
.left-nav ul li a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background-color: #075dbd;
  z-index: 20;
}
.left-nav ul li a:hover p {
  color: #0a9ce7;
}

.active >a {
  background-color: #e9f7ff;
  box-shadow: inset 0px 0px 5px rgb(190,201,207);
}
.active >a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background-color: #075dbd;
  z-index: 20;
}
.active >a p {
  color: #0a9ce7 !important;
}

/* 二级栏目 */
.two-nav,
.thr-nav,
.four-nav {
  display: none;
}
.two-nav >li >a >p {
  font-size: 14px !important;
  padding-left: 64px !important;
}
.thr-nav >li >a >p {
  font-size: 14px !important;
  padding-left: 75px !important;
}
.four-nav >li >a >p {
  font-size: 14px !important;
  padding-left: 85px !important;
}

/* 右侧内容----------------------------------------- */
.right-c {
  float: right;
  width: 890px;
	min-height: 702px;
	background-color: #ffffff;
  border: 1px solid #CCD8E3;
  box-sizing: border-box;
  padding: 20px 20px 20px 18px;
}
.crumbs {
  display: flex;
  height: 12px;
  line-height: 12px;
  color: #555555;
  margin-bottom: 18px;
}
.crumbs p,
.crumbs a {
  color: #555555;
}

.title-c {
  width: 100%;
  height: 35px;
  border-bottom: 2px solid #8dbfff;
  overflow: hidden;
  margin-bottom: 18px;
  text-align:center;
}
.title-c p {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
	color: #0a9ce7;
}

.file {
  width: 100%;
	min-height: 129px;
}

/* 底部---------------------------------------------------- */
.footer {
  margin-top: 120px;
}