a:hover,
a:focus {
  text-decoration: none;
}
.is-header {
  width: 100%;
  background-image: url(../images/banner.png);
  position: relative;
  background-position: top center;
}
.is-header .g-gov {
  width: 1200px;
}
.is-header .g-gov .t-list {
  width: 1200px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
}
.is-header .is-back {
  padding-top: 28px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.is-header .is-back .r-back {
  opacity: 0.8;
}
.is-header .h-search {
  width: 1200px;
  margin: 0 auto;
  margin-top: 296px;
  padding-bottom: 128px;
}
.is-header .h-search form {
  margin-left: 5px;
  border: none;
  width: 640px;
  height: 52px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.is-header .h-search form img {
  margin-right: 18px;
}
.is-header .h-search input {
  width: 90%;
  outline: none;
  border: none;
  padding-left: 15px;
}
.is-header .h-title {
  width: 1200px;
  height: 152px;
  padding: 31px 40px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.is-header .h-title p {
  width: 1039px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525252;
  line-height: 32px;
}
.is-main {
  width: 1200px;
  margin: 118px auto 30px auto;
}
.is-main .t-tit2 {
  margin-top: 50px;
  background-image: url(../images/nav2.png);
}
.is-main .t-tit1 {
  background-image: url(../images/nav.png);
}
.is-main h3 {
  width: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 65px;
  margin: 0 auto 10px auto;
  font-family: FZZDHJW;
  font-weight: normal;
  color: #236eac;
}
.is-main .temp-list {
  width: 1200px;
  height: 400px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.is-main .temp-list li {
  width: 580px;
  border-bottom: 2px #dddddd dotted;
  line-height: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}
.is-main .temp-list li img {
  width: 5px;
  height: 10px;
  margin-right: 10px;
}
.is-main .temp-list li a {
  display: inline-block;
  width: 70%;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.is-main .temp-list li .m-time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-left: 81px;
}

@media (max-width: 991px) {
  .is-header .g-gov .t-list,.g-gov{width: 100% !important;height: 80px !important;}
}






