/*===========公共============*/
.gk-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;
}
/*------------列表页-----------*/
.neiCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*左边导航*/
  /*右边文章列表页*/
}
.neiCenter .leftCent {
  width: 279px;
  height: 100%;
  border: 1px solid #E4E4E4;
  background: #FBFBFB;
  /*左边导航主栏目名称*/
  /*左边导航子栏目列表*/
}
.neiCenter .leftCent .leftbt {
  height: 60px;
  background: #0D4C99;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.neiCenter .leftCent .leftbt i {
  display: block;
  width: 32px;
  height: 60px;
  float: left;
  margin-left: 27px;
}
.neiCenter .leftCent .leftbt span {
  display: block;
  width: 163px;
  margin-left: 10px;
  color: #fff;
  font-size: 25px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.neiCenter .leftCent .subMen {
  max-height: 730px;
  overflow-y: auto;
  overflow-x: hidden;
}
.neiCenter .leftCent .subMen::-webkit-scrollbar {
  width: 5px;
}
.neiCenter .leftCent .subMen::-webkit-scrollbar-track {
  /* background-color:red; */
  border-radius: 2px;
}
.neiCenter .leftCent .subMen::-webkit-scrollbar-thumb {
  background-color: rgba(0, 81, 128, 0.5);
  border-radius: 2px;
}
.neiCenter .leftCent .subMen ul {
  display: block;
  width: 279px;
}
.neiCenter .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;
}
.neiCenter .leftCent .subMen ul li img {
  margin-left: 30px;
}
.neiCenter .leftCent .subMen ul li a {
  width: 180px;
  padding-left: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.neiCenter .leftCent .subMen ul li a:hover,
.neiCenter .leftCent .subMen ul li a.current {
  color: #0D4C99;
}
.neiCenter .rightCent {
  width: 900px;
  margin-left: 23px;
  /*栏目名称*/
  /*文章列表*/
}
.neiCenter .rightCent .datalist ul.infoList {
  overflow: hidden;
  zoom: 1;
}
.neiCenter .rightCent .datalist ul.infoList li {
  line-height: 40px;
  overflow: hidden;
  zoom: 1;
  background: url(../images/x-list-arrow4.gif) no-repeat left;
  padding-left: 18px;
  font-size: 16px !important;
  /*文章列表分割线*/
}
.neiCenter .rightCent .datalist ul.infoList li:nth-child(5n) {
  border-bottom: 1px dashed #d2d2d2;
}
.neiCenter .rightCent .datalist ul.infoList li .cont-pc {
  float: left;
  line-height: 36px;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.neiCenter .rightCent .datalist ul.infoList li .cont-pc:hover {
  color: #0D4C99;
}
.neiCenter .rightCent .datalist ul.infoList li span {
  float: right;
  color: #999999;
  padding-right: 10px;
}
.neiCenter .rightCent .datalist ul.infoList li .public-time {
  display: none;
}
.neiCenter .rightCent .datalist ul.infoList li .li-marker {
  display: none;
}
.neiCenter .rightCent .rightbt {
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #ddd;
}
.neiCenter .rightCent .rightbt a {
  line-height: 60px;
  font-size: 25px;
  color: #033a77;
  border-bottom: 3px solid #0d4c99;
  padding: 11px 15px;
}
.neiCenter .rightCent .rightbt a:hover {
  color: #033a77;
}
/*-------------------------------↓分页样式开始↓------------------------------------*/
.page_num {
  padding-top: 20px;
  overflow: hidden;
  margin: auto;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page_div {
  line-height: 20px;
  color: #666;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pagination_input {
  width: 20px;
  height: 16px;
  line-height: 16px;
  margin: 0 8px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}
#page_div .pagination_index,
#page_div .pagination_index_num {
  background: #fff;
  border: 1px solid #dfdfdf;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 2px;
  margin-left: 2px;
  line-height: 35px;
  margin-bottom: 10px;
  float: left;
  text-align: center;
}
.pagination_index_num a {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}
#page_div .pagination_index a,
#page_div .pagination_index_num a {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #666666;
}
#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #666666;
}
#page_div .pagination_index_last {
  width: 100%;
  float: right;
  text-align: right;
}
/* ========="首页"样式=========*/
#page_div .pagination_index_num {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 2px;
  margin-left: 2px;
  line-height: 35px;
}
#page_div .currentIndex {
  background: #0D4C99;
  border: 1px solid #0D4C99;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.pag_cout {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
}
/*******/
@media screen and (max-width: 600px) {
  .location {
    line-height: 30px;
  }
  .center {
    width: 100%;
  }
  .leftCent {
    display: none !important;
  }
  .gk-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .pc-common {
    display: none;
  }
  .phone-common {
    display: block;
  }
  .height-60 {
    display: none;
  }
  .location {
    width: 100%;
  }
  .location img {
    display: none;
  }
  .location .szwz {
    display: none;
  }
  .neiCenter .rightCent {
    width: 100%;
    margin-left: 0;
  }
  .neiCenter .rightCent .rightbt {
    display: none !important;
  }
  .neiCenter .rightCent .datalist ul li {
    padding: 15px 0 15px 20px;
    list-style: none;
    position: relative;
    border-bottom: 1px dashed #D9D9D9;
    background: none !important;
  }
  .neiCenter .rightCent .datalist ul li .lines {
    border-top: none !important;
  }
  .neiCenter .rightCent .datalist ul li .date {
    display: none;
  }
  .neiCenter .rightCent .datalist ul li .public-time {
    display: block !important;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 13px;
    color: #B5B5B5;
  }
  .neiCenter .rightCent .datalist ul li:last-child {
    border-bottom: none;
  }
  .neiCenter .rightCent .datalist ul li .li-marker {
    display: block !important;
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background: url("../images/phome-three-active.png") no-repeat center;
    background-size: 50%;
    top: 25px;
    left: 0;
  }
  .neiCenter .rightCent .datalist ul li:hover .li-marker {
    background: url("../images/phome-three-active.png") no-repeat center;
    background-size: 50%;
  }
  .neiCenter .rightCent .datalist ul li .cont-mian {
    width: 85%;
    display: inline-block;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
  }
  .neiCenter .rightCent .datalist ul li .cont-mian:hover {
    color: #1658A0;
  }
  .neiCenter .rightCent .datalist ul li .cont-pc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .center {
    min-width: 1200px;
  }
  .pc-common {
    display: block;
  }
  .phone-common {
    display: none !important;
  }
  .datalist .infoList .cont-mian {
    display: none !important;
  }
}
/*******/

