﻿
.dqwz{
  width: 100%;
  height: 45px;
background: #f4f4f4;
margin-bottom: 20px;
font-size: 14px;
}
.dqwz .dqwz_con {
  background: url(../images/icon-crumbs.png) no-repeat left center;
  padding-left: 20px;
  display: flex;
  line-height: 30px;
}
.dqwz a {
  color: #333333;
  margin: 0 6px;
}
.SJMain{ overflow: hidden;margin-bottom: 50px;}
.sideLeft{
  width: 280px;
min-height: 162px;
padding: 0 24px;
border: 1px solid #7ea4d7;
float: left;
}
.sideLeft .left-nav-head {
  font-size: 20px;
  color: #115db2;
  font-weight: bold;
  padding: 8px 0px;
}
.sideLeft .left-nav-list{
  background: #f5f5f5;
margin-bottom: 35px;
}
.sideLeft .left-nav-list li {
  width: 100%;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #d5d5d5;
  background: url(nav-arrow.png) no-repeat 93% center;
  padding-right: 50px;
}
.sideLeft .left-nav-list li:first-child {
  border: none;
}
.left-nav-list li a {
  padding-left: 8px;
  display: table-cell;
  font-size: 16px;
  color: #333333;
  vertical-align: middle;
  width: 100%;
  display: block;
}
.left-nav-list li:hover, .left-nav-list .active {
  background: #115db2 url(nav-arrow-on.png) no-repeat 93% center !important;
  border: none;
}
.left-nav-list li:hover a, .left-nav-list .active a{ color: #fff;}
.sideRight{
  width: 900px;
min-height: 100px;
padding:20px  30px;
border: 1px solid #7ea4d7;
float: right;
}
.right-head{
  margin-bottom: 20px;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.right-head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  background: #eaeaea;
}
.right-head h1 {
  position: absolute;
  left: 0;
  top: -18px;
  border-bottom: 3px solid #115db2;
  font-size: 24px;
  color: #115db2;
  font-weight: bold;
}
.RightUl li{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.RightUl li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 5px;
  height:5px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: 50%;
  background: #1c64b5;
}
.RightUl li a {
  width: auto;
  max-width: 84%;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.RightUl li span {
  color: #999;
  float: right;
}
.RightUl li:hover a{
  color: #115db2;
}
.right_page{
  margin: 25px auto;
}
a.right_page_a{ 
  display:block; 
  float:left; 
  height:30px; 
  margin-right:10px; 
  padding:0px 12px; 
  border:1px solid #e9e9e9; 
  font-size:13px; 
  line-height:30px; 
  color:#666; 
  text-align:center;
}
a.right_page_a:hover,a.right_page_aOn{ 
  background-color:#115db2; 
  border-color:#115db2; 
  color:#fff;
}
.right_page .controls{
  font-size: 12px;
  color: #666;
  line-height: 30px;
}