.banner img {
  width: 100%;
  height: 100%;
}

.section {
  /* display: flex; */
  margin-bottom: 70px;
}

.navMenu {
  display: inline-block;
  width: 280px;
  margin-right: 20px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 0px #196DB6;
  text-align: center;
  vertical-align: top;
}

.menutitle {
  background: #013C8A;
  box-shadow: 0px -1px 0px 0px #EDECEC;

}
.menutitle span{
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 64px;

}

.navMenu li {
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px -1px 0px 0px #EDECEC;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4C4948;
  line-height: 64px;
  cursor: pointer;
}

.navMenu li:hover {
  background: #F1F8FF;
  color: #013C8A;
}

.navMenu .active {
  background: #F1F8FF;
  color: #013C8A;
}

.lists {
  display: inline-block;
  width: 895px;
  /* height: 808px; */
  padding-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}

.top {
  padding: 0 20px;
  border-bottom: 1px solid #EDECEC;

}

.top .name .Column_Name{
  font-size: 20px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #4C4948;
  line-height: 64px;
}

.top .name div{
 display: inline;
}

.Breadcrumb {
  display: inline-block;
  float: right;
  line-height: 64px;
}

.Breadcrumb .span2 a {
  font-size: 16px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #013C8A;
}

.Breadcrumb .span2 {
  color: #4C4948;
  cursor: pointer;
}
.Breadcrumb .span2 .possplit{
  height: 52px;
}

.Breadcrumb div{
   display: inline;
}

.lists .ul .list {
  position: relative;
  padding: 20px;
  border-bottom: 1px dashed #EEEEEE;
 
}

.list::after {
  display: block;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  left: 7px;
  top: 27px;
  border: 1px solid rgb(235, 68, 68);
  transform: rotate(45deg);
}

.list span {
  display: block;
  width: 70%;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
#kkpager{
  /* display: inline-block; */
  /* margin: auto; */
  margin-top:20px ;
  text-align: center;
}
#kkpager >div {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4C4948;
}
.totalText,.goPageBox{
  display: none;
}
#kkpager .pageBtnWrap{
  display: inline-block;
  float: none;
}
#kkpager a{
  
color: #4C4948;
}
.content{
 padding:10px;
}
.content div{
  display: block;
 line-height: normal !important;
}
#wp_paging_w6 .wp_paging li span{
  font-size: 16px;
}