.content-min-height{
  min-height:608px;
}
.left{
    width: 200px;
}
.subnav{}
.level1{border-bottom: 1px solid #F5F5F5;}
.level1:first-child{
  border-top: 1px solid #F5F5F5;
}
.level1 .selected{
    background: #1E4B8F;
}
.level1 .parent {
  background: #1E4B8F;
}
.level1 .selected a{
    color: #F5F5F5;
}
.level1 .parent a {
  color: #F5F5F5;
  font-size: 16px;
  width: 100%;
  background: url(/_upload/tpl/0e/8d/3725/template3725/images/sub.png) no-repeat;
  background-position-y: center;
  background-position-x: 122px;
}

.level1 .selected > a {
  color: #F5F5F5;
  font-size: 16px;
  width: 100%;
  background: url(/_upload/tpl/0e/8d/3725/template3725/images/sub.png) no-repeat;
  background-position-y: center;
  background-position-x: 122px;
}
.level1-title{
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.level1-title a{
  width: 100%;
  line-height: 24px;
  margin-left: 15px;
  padding-right: 28px;
  background: url(/_upload/tpl/0e/8d/3725/template3725/images/add.png) no-repeat;
  background-position-y: center;
  background-position-x: 122px;
}
.level2{
    margin: 8px 0 9px 16px;
}
.level2 .selected{
  background:#fff;
}
.level2:first-child{
  margin-top:16px;
}
.level2:last-child{
  margin-bottom:16px;
}
.level2 .selected > a{
  color:#1E4B8F;
}
.level2-title{
    margin: 16px 0;
}
.main{
    width: 100%;
    margin-left: 24px;
}
.breadcrumb{
    color: #999999;
    height: 44px;
    line-height: 44px;
}
.breadcrumb:last-child {
    color: #333333;
}

.breadcrumb a{
    color: #999999;
    height: 44px;
    line-height: 44px;
}
.breadcrumb a:last-child {
    color: #333333;
}
.possplit{
background-image:none;
    padding:0;
    margin:0;
    text-indent: 8px;
    background-position: center;
    width: 22px;
    display: inline-block;
    border: 0px;
}
.possplit::before{
    content: '·';
    color:#999999;
}
.titleb{}
.title{
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    height: 58px;
}
.split{
  display:flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.split-left{
  height:4px;
  width:60px;
  background:#1E4B8F;
}
.split-right{
  height:2px;
  width:100%;
  background: #F5F5F5;
}
.list{}
.topic_list{
  display:flex;
  flex-direction: column;
}
.topic_list li{
  width:100%;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  line-height:56px;
  border-bottom:1px solid #EEEEEE;
}
.topic_list li a{
  font-size:16px;
  color:#333333;
  display: flex;
}
.topic_list li > .time{
  font-size: 14px;
  font-family: PingFang SC-常规体, PingFang SC;
  font-weight: normal;
  color: #CCCCCC;
}
.wp_paging{
  margin-top:16px;
  display:flex;
  font-size: 16px;
  font-family: PingFang SC-中黑体, PingFang SC;
  font-weight: normal;
  color: #333333;
  justify-content: flex-end;
}
.wp_paging li{
  height:32px;
  line-height:32px;
  margin-left:16px;
}

.wp_paging .pageNum{
  height:32px;
  width:50px;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #EEEEEE;
}
.wp_entry img{
   max-width:100%
}