/*===========公共============*/
.center {
  min-width: 1200px;
}
.cz-container {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1200px;
}
/*-------当前位置-----*/
.location {
  line-height: 56px;
  height: 56px;
  color: #999999;
  font-size: 16px;
  background-color: #F1F1F1;
}
.location .szwz {
  color: #999999;
}
.location a {
  margin: 0 5px;
  font-size: 16px;
  color: #999999;
}
.location a:hover {
  color: #0D4C99;
}
/*------------列表页-----------*/
.neiCenter2 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*左边导航*/
  /*右边文章列表页*/
}
.neiCenter2 .leftCent {
  width: 279px;
  border: 1px solid #E4E4E4;
  background: #FBFBFB;
  /*左边导航主栏目名称*/
  /*左边导航子栏目列表*/
}
.neiCenter2 .leftCent .leftbt {
  height: 60px;
  background: #0D4C99;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.neiCenter2 .leftCent .leftbt i {
  display: block;
  width: 32px;
  height: 60px;
  float: left;
  margin-left: 27px;
}
.neiCenter2 .leftCent .leftbt span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 25px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.neiCenter2 .leftCent .subMen {
  max-height: 730px;
  overflow-y: auto;
  overflow-x: hidden;
}
.neiCenter2 .leftCent .subMen::-webkit-scrollbar {
  width: 5px;
}
.neiCenter2 .leftCent .subMen::-webkit-scrollbar-track {
  /* background-color:red; */
  border-radius: 2px;
}
.neiCenter2 .leftCent .subMen::-webkit-scrollbar-thumb {
  background-color: rgba(0, 81, 128, 0.5);
  border-radius: 2px;
}
.neiCenter2 .leftCent .subMen ul {
  display: block;
  width: 279px;
}
.neiCenter2 .leftCent .subMen ul li {
  line-height: 60px;
  border-bottom: 1px solid #E4E4E4;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.neiCenter2 .leftCent .subMen ul li img {
  margin-left: 30px;
}
.neiCenter2 .leftCent .subMen ul li a {
  width: 180px;
  padding-left: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.neiCenter2 .leftCent .subMen ul li a:hover,
.neiCenter2 .leftCent .subMen ul li a.current {
  color: #0D4C99;
}
.neiCenter2 .rightCent2 {
  width: 900px;
  margin-left: 23px;
  /*栏目名称*/
  /*文章列表*/
}
.neiCenter2 .rightCent2 .rightbt {
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #ddd;
}
.neiCenter2 .rightCent2 .rightbt a {
  line-height: 60px;
  font-size: 25px;
  color: #033a77;
  border-bottom: 3px solid #0d4c99;
  padding: 11px 15px;
}
.neiCenter2 .rightCent2 .rightbt a:hover {
  color: #033a77;
}
.neiCenter2 .rightCent2 .datalist .title {
  height: 92px;
  line-height: 92px;
  text-align: center;
}
.neiCenter2 .rightCent2 .datalist .title h1 {
  font-size: 28px;
  font-weight: bold;
  color: #0D4C99;
}
.neiCenter2 .rightCent2 .datalist .content {
  width: 100%;
  padding: 0 31px;
}
.leftCent{
    display: block !important;
}
.neiCenter .rightCent .rightbt {
  display: block !important;
}
/*-------------------------------↓分页样式开始↓------------------------------------*/

