@charset "utf-8";
@import url(reset.css);
@import url(header.css);
/*@import url(footer.css);*/
.body{
	width: 100%;
	height: 100%;
}
.main{
	
	
	background: #ffffff;
    padding: 20px 15px 25px;
	width: 1200px;
	margin: 0 auto;
	
}

.list-box {
  overflow: hidden;
  
}
.page{
	display: flex;
	            justify-content: center;
	            align-items: center;
}
.onhover{
	
	
	 text-decoration: none;
	  list-style: none;
	   float: left;
	   border: 1px solid #000000;
	   color: #000000;
	   font-size: 13px;
	   margin: 2px;
	   width: 20px;
	   margin-top: 10px;
}
.page a{
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 13px;
	text-align:center;
}
.dqwz {
	
	background: #F4F4F4;
	height: 40px !important;
        border-radius:6px;
        padding-left: 25px !important;
        line-height: 40px;
        font-size: 16px !important;
        margin-bottom: 1%;
        color: #333333;
}

.dqwz img {
	height: 28px;
	width: 25px;
}
/*left*/
.sideBar {
  height: auto;
  overflow: hidden;
  width: 26.6%;
  float: left;
}

.sideBar h2 {
  height: 54px;
  line-height: 54px;
  background: #1764CE;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.sideBar_a {
  height: auto;
  position: relative;
  display: block;
  padding: 10px;
  border: 1px solid #ececec;
  border-top: 0;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.sideBar_a li {
  height: 58px;
  line-height: 58px;
  text-align: left;
  background:  50px 19px no-repeat #f3f5f9;
  position: relative;
  font-size: 18px;
  margin-top: 10px;
  padding-left: 90px;
}

.sideBar_a li a {
  color: #1764CE;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sideBar_a li:hover,
.sideBar_a li.on {
}

.sideBar_a li:hover a,
.sideBar_a li.on a {
  color: #ffffff !important;
}

.filetree {
  height: auto;
  position: relative;
  display: block;
  padding: 10px;
  border: 1px solid #ececec;
  border-top: 0;
  background: url(../images/list_left_bg.jpg) center bottom no-repeat;
  padding-bottom: 60px;
  min-height: 500px;
}

/*right_list*/
.NewsList {
  overflow: hidden;
  width: 72.64%;
  min-height: 600px;
  float: right;
}

.NewsList h3 {
  line-height: 54px;
  height: 54px;
  background: #f1f5f7;
  font-weight: normal;
}

.NewsList h3 span {
  line-height: 50px;
  float: left;
  letter-spacing: 2px;
  padding: 0px 20px;
  font-size: 22px;
  color: #1764CE;
  border-bottom: 3px solid #1764CE;
  display: block;
}

.NewsList ul {
  display: block;
  margin: 10px 0;
  overflow: hidden;
}

.NewsList ul li {
  display: flex;
  justify-content: space-between;
  height: 44px;
  line-height: 35px;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  font-size: 16px;
  color: #000000;
  
}

.NewsList ul li:nth-child(5n) {
  padding-bottom: 0;
  margin-bottom: 15px;
  border-bottom: 1px dashed #d6d3d3;
  overflow: hidden;
}

.NewsList ul li a {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis-word;
  width: calc(100% - 125px);
  /* background: url(../images/dot_h.png) left center no-repeat; */
  transition: all 0.3s ease-in 0s;
  color: #000000;
  overflow: auto;
}

.NewsList ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background-color: #C2CDD7;
  position: absolute;
  left: 6px;
  top: 50%;
  transition: all .3s ease;
  transform: translateY(-50%);
}

.NewsList ul li:hover a::before {
  background-color: #1764CE;
  transition: all .3s ease;
}

.NewsList ul li:hover a {
  color: #1764CE;
  transition: all .3s ease;
}

.lby_ycnr_con {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pic_list {
  position: relative;
  display: block;
  float: left;
  margin: 20px 16px 0 0;
  width: 23%;
  overflow: hidden;
}

.pic_list img {
  width: 100%;
  height: 150px;
  transition: 0.7s ease-out 0s;
  -moz-transition: 0.7s ease-out 0s;
  -webkit-transition: 0.7s ease-out 0s;
}

.pic_list:hover img {
  transform: scale(1.05);
  transition: 0.7s ease-out 0s;
  -moz-transition: 0.7s ease-out 0s;
  -webkit-transition: 0.7s ease-out 0s;
}

.sp_deal_des {
  display: block;
  height: 42px;
  line-height: 42px;
  color: #585858;
  background: #ebf3fa;
  padding-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-jg {
  overflow: hidden;
  padding: 0 30px;
}

.list-jg dl dt {
  height: 40px;
  overflow: hidden;
  width: 400px;
  margin: 20px auto;
}

.list-jg dl dt a {
  background: #ebebeb;
  text-align: center;
  display: block;
  float: left;
  width: auto;
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}

.list-jg dl dt a.on {
  background: #185aad;
  color: #ffffff;
}

.list-jg dl dd .jg-nr {
  line-height: 30px;
}

.gzfg {
  height: 140px;
  overflow: hidden;
  float: left;
  width: 900px;
}

.ld_pic {
  border: 1px solid #dddede;
  width: 102px;
  height: 125px;
  float: left;
  margin: 3px;
}

.ld_pic img {
  /* width: 100%; */
  width: 100px;
  height: 123px;
  margin: 1px;
}

.ld_fg {
  width: 740px;
  float: left;
  height: 125px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: 20px;
}

.ld_fg tr td {
  line-height: 30px;
  font-size: 14px;
}

.ld_fg span {
  color: #bf2b2b;
  font-size: 16px;
}

.ldjl {
  margin-top: 10px;
}

.ldjl h1 {
  height: 35px;
  line-height: 30px;
  background: #f6f6f6;
  font-size: 16px;
  border-bottom: 1px solid #bf2b2b;
  font-weight: 500;
}

.ldjl h1 span {
  background: #bf2b2b;
  width: auto;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  float: left;
  color: #ffffff;
}

.ldjl_con {
  min-height: 544px;
  overflow-y: auto;
  margin-top: 10px;
  line-height: 30px;
  padding: 10px;
}



/*公共服务*/
.bmlqfw {
  overflow: hidden;
}

.bmlqfw h2 {
  background: #f1f2f3;
  height: 45px;
  line-height: 35px;
}

.bmlqfw h2 a {
  display: block;
  float: left;
  width: auto;
  padding: 0 20px;
  height: 45px;
  line-height: 35px;
  color: #ffffff;
  background: #3ba4fd;
}

.bmlqfw-con {
  overflow: hidden;
  border: 1px solid #d2e6ee;
  border-top: 0;
  padding-top: 10px;
}

.bmlqfw-con ul li {
  float: left;
  width: 118px;
  text-align: center;
  height: 120px;
}

.bmlqfw-con ul li span {
  line-height: 24px;
}

.bmlqfw-con ul li em {
  display: block;
  width: 70px;
  height: 60px;
  background: url(../images/zxfw_icon03.png) no-repeat;
  margin: 10px auto 10px auto;
}

.bmlqfw-con ul li span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-family: 宋体;
}

.bmlqfw-con ul li.li1 em {
  background-position: 3px -1px;
}

.bmlqfw-con ul li.li2 em {
  background-position: -166px -1px;
}

.bmlqfw-con ul li.li3 em {
  background-position: -335px -1px;
}

.bmlqfw-con ul li.li4 em {
  background-position: -503px -1px;
}

.bmlqfw-con ul li.li5 em {
  background-position: -671px -1px;
}

.bmlqfw-con ul li.li6 em {
  background-position: 3px -118px;
}

.bmlqfw-con ul li.li7 em {
  background-position: -166px -118px;
}

.bmlqfw-con ul li.li8 em {
  background-position: -335px -118px;
}

.bmlqfw-con ul li.li9 em {
  background-position: -503px -118px;
}

.bmlqfw-con ul li.li10 em {
  background-position: -671px -118px;
}

.lmmc {
  height: 50px;
  margin-top: 10px;

  border-bottom: 1px solid #dddd;
  line-height: 50px;
  background: #f3f3f3;
}

.lmmc span {
  float: left;
  display: block;
  width: auto;
  padding: 0 20px;
  background: url(../images/bmlq_icon01.png) 2px 7px no-repeat #3ba4fd;
  padding-left: 40px;
  color: #fff;
  font-size: 16px;
}

.bgxz_cjwt_box {
  margin-top: 10px;
  overflow: hidden;
}

.bgxz_cjwt_box .bgxz_box {
  width: 580px;
  overflow: hidden;
  position: relative;
  height: 245px;
  margin-top: 10px;
}

.bgxz_cjwt_box .bgxz_box dl dt {
  height: 32px;
  line-height: 32px;
  color: #40b9f2;
  border-bottom: 2px solid #cccccc;
  /* border:1px solid #40b9f2; */
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

.bgxz_cjwt_box .bgxz_box dl dt a {
  display: block;
  float: left;
}

.bgxz_cjwt_box .bgxz_box dl dt a.bszn_title {
  color: #015293;
  border-bottom: 2px solid #015293;
  margin-left: 0px;
  padding: 0 15px;
  font-size: 16px;
}

.bgxz_cjwt_box .bgxz_box dl dt a.more {
  position: absolute;
  right: 0;
  top: 5px;
  background: url(../images/more_icon.png) no-repeat;
  width: 31px;
  height: 32px;
}

.bgxz_cjwt_box .bgxz_box dl dd ul {
  margin: 5px;
  overflow: hidden;
}

.bgxz_cjwt_box .bgxz_box dl dd ul li {
  /* font-family: 宋体; */
  background: url(../images/dot_h.png) left center no-repeat;
  padding-left: 10px;
  position: relative;
  height: 35px;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
}

.bgxz_cjwt_box .bgxz_box dl dd ul li a {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85%;
}

.bgxz_cjwt_box .bgxz_box dl dd ul li:hover {
  margin-left: 5px;
  background: url(../images/dot_h_on.png) left center no-repeat;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
}

.bgxz_cjwt_box .bgxz_box dl dd ul li span {
  position: absolute;
  right: 0;
  top: 0;
}

/* 专题专栏 */
.ztzl {
  overflow: hidden;
  width: 72.3%;
  min-height: 600px;
  float: right;
}

.ztzl h3 {
  height: 54px;
  line-height: 54px;
  background: #f1f5f7;
}

.ztzl h3 span {
  line-height: 50px;
  float: left;
  letter-spacing: 2px;
  padding: 0px 20px;
  font-size: 22px;
  color: #1764CE;
  border-bottom: 3px solid #1764CE;
  display: block;
}

.ztzl ul {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}

.ztzl ul li {
  width: calc((100% - 42px) / 3);
  height: 135px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
}

.ztzl ul li:nth-child(3n){
  margin-right: 0;
}

.ztzl ul li a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.ztzl ul li img {
  width: 100%;
  height: 100%;
}

.lszt ul li a::after{
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 2px;
  right: 5px;
  background: url(../images/ygd.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 999;
}

@media only screen and (max-width: 1200px) {

  .sideBar_a li:hover,
  .sideBar_a li.on {
    /*background: url(../images/list_icon_on.png) 45px 19px no-repeat #0064c2;*/
  }

  .sideBar_a li {
    padding-left: 90px;
    /*background: url(../images/list_icon.png) 45px 19px no-repeat #f3f5f9;*/
  }

  /* 专题活动 */
  .pic_list {
    width: 30%;
  }

}

@media only screen and (max-width: 996px) {
  .sideBar {
    width: 100%;
  }

  .NewsList {
    margin-top: 20px;
    width: 100%;
  }

  .sideBar_a li {
    width: 100%;
    box-sizing: border-box;
  }

  /* 专题专栏 */
  .ztzl {
    width: 100%;
  }

  .pic_list {
    width: 31.5%;
  }

  .pic_list:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  div.page a {
    display: none;
  }

  div.page a.up {
    display: inline-block;
	color: red;
  }

  #page {
    height: auto;
  }

  .ztzl ul li {
    margin-right: 0;
    width: calc((100% - 20px) / 2);
  }

  .pic_list {
    width: 30.5%;
  }

  .ztzl ul {
    justify-content: space-between;
    margin-top: 15px;
}

}

@media only screen and (max-width: 515px) {
    .ztzl ul li {
      height: auto;
      width: calc((100% - 10px) / 2);
      margin-bottom: 10px;
  }

  .lszt ul li a::after {
    width: 70px;
    height: 70px;
}

  .pic_list {
    width: 47.5%;
    margin-right: 16px !important;
  }

  .pic_list:nth-child(even) {
    margin-right: 0 !important;
  }

  .NewsList ul li:nth-child(5n) {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .sideBar h2 {
    height: 46px;
    line-height: 46px;
    font-size: 20px;
  }
  .sideBar_a{
    padding-top: 0;
  }
  .sideBar_a li{
    height: 50px;
    line-height: 50px;
    background-position: 50px center!important;
  }
  .NewsList{
    margin-top: 10px;
  }
  .NewsList h3 span{
    font-size: 18px;
    line-height: 42px;
  }
  .NewsList h3 {
    line-height: 46px;
    height: 46px;
  }
  .NewsList ul li{
    line-height: 38px;
    height: 38px;
  }
}

@media only screen and (max-width: 375px) {
  .pic_list {
    margin-right: 0 !important;
    width: 100%;
  }
}