@charset "utf-8";

/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

form {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑", "宋体";
  font-size: 15px;
  color: #333333;
  line-height: 28px;
  background: #fff;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*页面容器开始*/
#Container {
  width: 100%;
  margin: 0 auto;
  background: url(sgsbg_01.jpg) #fff no-repeat center top;
}

#Header,
#PageBody {
  width: auto !important;
  max-width: 1200px;
  margin: 0 auto;
  /* overflow: hidden; */
}

#Header {
  height: 243px;
  /* background: url(jnszfsgs_banner.jpg) no-repeat center; */
}

#PageBody {
  position: relative;
}

#Nav {
  max-width: 100%;
  height: 77px;
  background: #ffffff;
  left: 0;
  top: 0;
  border-radius: 7px;
  border: 1px solid #235ccd;
}

/*页面容器结束*/

/*字体开始*/
a:link {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: underline;
  color: #333333;
}

a:visited {
  text-decoration: underline;
  color: #333333;
}

.font_nav a:link {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

.font_nav a:hover {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}

.font_nav a:visited {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

/*字体结束*/

/*导航开始*/
#Nav .menu_xkA,
#Nav .menu_xkB,
#Nav .menu_cfA,
#Nav .menu_cfB,
#Nav .menu_xyA,
#Nav .menu_xyB,
#Nav .menu_gsmlA {
  float: left;
  width: 253px !important;
  height: 77px;
  line-height: 77px;
  /* border-right: 1px solid #4181ae; */
}

#Nav>div>a{
  display: block;
  line-height: 77px;
  font-size: 24px;
  color: #333;
  padding-left: 91px;
  width: 100%;
}
#Nav>div:nth-child(1)>a{
  background: url(nav1.png) no-repeat 55px center;
}

#Nav>div:nth-child(2)>a {
  background: url(nav2.png) no-repeat 55px center;
}

#Nav>div:nth-child(3)>a {
  background: url(nav3.png) no-repeat 55px center;
}

#Nav>div:nth-child(4)>a {
  background: url(nav4.png) no-repeat 33px center;
  padding-left: 57px;
}

#Nav>div:hover,#Nav>div.hover{
   background: url(sgstitbg.png) no-repeat center top;
   margin-top: -15px;
   height: 92px;
}
#Nav>div:hover>a,#Nav>div.hover>a{
   color: #fff;
}
#Nav>div:nth-child(1):hover>a,#Nav>div:nth-child(1).hover>a{
  background: url(nav1h.png) no-repeat 55px center;
}

#Nav>div:nth-child(2):hover>a,#Nav>div:nth-child(2).hover>a {
  background: url(nav2h.png) no-repeat 55px center;
}

#Nav>div:nth-child(3):hover>a,#Nav>div:nth-child(3).hover>a {
  background: url(nav3h.png) no-repeat 55px center;
}

#Nav>div:nth-child(4):hover>a,#Nav>div:nth-child(4).hover>a {
  background: url(nav4h.png) no-repeat 33px center;
}


#Nav .menu_gsmlA {
  width: 161px;
  /* background: url(jnszfsgs_bg_nav_gsmlA.jpg) no-repeat; */
  position: relative;
}

#Nav .menu_dpt {
  float: right;
  padding: 0 20px;
  margin: 7px 20px;
  line-height: 31px;
  background: #64bee3;
  border: 1px solid #64bee3;
  border-radius: 2%;
}

/*导航结束*/

/*查询开始*/
#SearchBox {
  max-width: 899px;
  margin: 10px auto;
  padding: 14px 50px;
  background: #FFF;
  border: 0 0 1px 1px solid #e8e8e8;
  overflow: hidden;
}

#SearchBox .title {
  float: left;
  width: 90px;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  color: #666666;
}

#SearchBox .inputbox {
  float: left;
  max-width: 800px;
}

.input_xdr,
.input_xkjg {
  float: left;
  width: 187px;
  height: 38px;
  line-height: 38px;
  font-family: "微软雅黑";
  font-size: 15px;
  margin-right: 10px;
  padding: 0 5px;
  border: 1px solid #dcdcdc;
  background: #FFF;
}

.searchmenu {
  float: left;
  width: 92px;
  height: 40px;
  background: #f16f29;
  color: #FFF;
  font-family: "微软雅黑";
}

/*查询结束*/

/*列表开始*/
#ListBox,
#DptListBox {
  width: 100%;
  max-width: 100%;
  padding: 0 14px;
  background: #FFF;
  /* border-top: 2px solid #004f86; */
  margin-bottom: 10px;
  overflow: hidden;
}

#ListBox {
  padding-bottom: 13px;
  min-height: 280px;
}

#DptListBox {
  max-width: 100%;
  padding: 15px 26px;
  width: 100%;
}

.ListTitle{
  background: #ddebf8;
  border-bottom: 1px solid #9bbad5;
}

.ListTitle th {
  font-size: 18px;
  color: #2f50c8;
  text-align: center;
  height: 56px;
  line-height: 56px;
}

.ListBody tr{
  border-bottom: 1px dashed #cccccc;
}

.ListBody td{
  padding: 0 10px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
}

#ListBoxPagination{
  text-align: center;
}

/* .ListBody tr:nth-child(even){
  background: #fff;
}
.ListBody tr:nth-child(odd){
  background: #f3f3f3;
} */
.dpt_title {
    font-size: 18px;
    font-weight: bold;
    color: #004f86;
    line-height: 25px;
    border: 1px solid #afcae3;
    padding: 15px;
    margin-top: 50px;
}

.dpt_list td {
  height: 38px;
  line-height: 38px;
  background: url(jnszfsgs_icon_dpticon.gif) no-repeat left;
  padding-left: 15px;
}

.dpt_lstzone {
  min-height: 350px;
}

.active a{
  display: inline-block;
  border: 1px solid #bad4ec;
  background: #eff7fe;
  color: #2f50c8;
  text-decoration: none;
  padding: 0 12px;
}
.jn1 {
  font-size: 18px;
  color: #265C98;
  font-weight: normal;
  cursor: pointer;
  float: left;
  line-height: 38.5px;
  height: 38.6px;
  width: 140px;
}
.jn1 a:hover{
  display: inline-block;
  border: 1px solid #bad4ec;
  background: #eff7fe;
  color: #2f50c8;
  text-decoration: none;
  padding: 0 12px;
}
#jn0{
  height: 77px;
    background: #3e67ff;
    line-height: 77px;
    width: 130px;
  font-size:22px;
}
#jn0 a{
    background: #3e67ff;
    color: #fff;
    border: 0;
}

/*列表结束*/
/*下拉框*/
.dh_xl {
  width: 228px;
  background-color: #3e67ff;
  position: absolute;
  display: none;
  border: 1px solid #4181AE;
  top: 75px;
  right: 12px;
  z-index: 99;
}

.dh_xl>a {
  display: block;
  height: 45px;
  border-bottom: 1px solid #4181AE;
  width: 226px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-family: "微软雅黑", "宋体";
  color: #FFFFFF;
  font-weight: 900;
  text-decoration: none;
}

.dh_xl a:hover {
  background-color: #F26F29;
}

.xlk:hover {
  background-color: #F26F29;
}

.xlk>a {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jn0 a {
  color: #ffffff;
}

#infoList{
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 70px;
  background: #fff;
  margin-top: 32px;
}
.sgs-Container {
  max-width: 1200px;
  margin: 0px auto;
  background-color: #fff;
}

.sgs-SearchBox {
  margin-bottom: 20px;
    display: flex;
    align-items: center;
    background: #f0f7fe;
    padding: 40px 0;
    padding-left: 40px;
}

.sgs-title {
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
  color: #333;
}

.sgs-search-input {
  padding: 8px;
    border: 1px solid #a0d1f8;
    width: 720px;
    border-radius: 4px;
    height: 50px;
    color: #b2b2b2;
    font-size: 18px;
}

.sgs-search-btn {
      background-color: #3e67ff;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
    height: 50px;
    width: 108px;
    font-size: 20px;
}

.sgs-search-btn:hover {
  background-color: #e64a19;
}

.sgs-layui-table-view {
  min-height: 300px;
}

.sgs-layui-table-empty {
  padding: 10px;
  text-align: center;
  color: #666;
}

.layui-form-item {
  margin-bottom: 0;
}

.jnpageold .font_nav a:link {
  font-size: 36px;
}

.jnpageold .font_nav a:visited {
  font-size: 36px;
}

.jnpageold .font_nav a:hover {
  font-size: 36px;
}

.jnpageold .xlk>a {
  font-size: 36px;
}

.jnpageold #Nav .menu_xkA {
  background-size: 100% 47px;
  width: 220px !important;
}

.jnpageold #Nav .menu_cfB {
  background-size: 100% 47px;
  width: 225px !important;
}

.jnpageold #Nav .menu_xyB {
  background-size: 100% 47px;
  width: 220px !important;
}

.jnpageold #Nav {
  max-width: 100%;
}

.jnpageold #Nav .menu_gsmlA {
  width: 335px !important;
  background-size: 100% 47px !important;
}

.jnpageold #Nav .menu_xkA,
.jnpageold #Nav .menu_xkB,
.jnpageold #Nav .menu_cfA,
.jnpageold #Nav .menu_cfB,
.jnpageold #Nav .menu_xyA,
.jnpageold #Nav .menu_xyB,
.jnpageold #Nav .menu_gsmlA {
  padding-left: 72px;
}

.jnpageold .dh_xl {
  width: 335px;
  right: 0%;
}

.jnpageold .dh_xl a:hover {
  width: 100%;
}

.jnpageold .font_nav a:link {
  width: 100%;
}

.jnpageold .jn0 {
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  background-size: 100% 50px !important;
  padding-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jnpageold .jn0 a {
  color: #fff;
}

.jnpageold .jn1 {
  font-size: 20px;
  padding-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jnpageold .dpt_list a {
  font-size: 28px !important;
}

.jnpageold .dpt_list table {
  table-layout: fixed;
}

.jnpageold .dpt_list td {
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 28px !important;
}

.jnszfwza {
  top: 0px !important;
}

.jnpageold .jnszfwza #download {
  top: 175px !important;
}
.jnpageold .sgs-title{
    font-size: 24px;
  }
  .jnpageold .layui-form-item .layui-inline{
    font-size: 18px;
  }
  .jnpageold .sgs-search-btn{
    font-size: 18px;
  }
  .jnpageold .ListTitle th{
    font-size: 22px;
  }
  .jnpageold .ListBody td{
    font-size: 20px;
    line-height: 40px;
    height: 40px;
  }
  .jnpageold .layui-laypage a, .jnpageold .layui-laypage span{
    font-size: 16px;
  }
@media only screen and (max-width: 780px) {
  #Container {
    background: none;
  }

  #Header {
    height: 12.1875rem !important;
    background-size: contain !important;
    background-position: top center !important;
  }

  #Nav {
    height: auto;
  }

  #Nav>div {
    width: 50% !important;
  }

  #dptTitle td {
    display: inline;
    padding: 10px;
    background-size: cover;
  }

  #infoList {
    overflow-x: scroll;
    margin-top: 50px;
  }

  #infoList iframe {
    width: 1200px;
  }
}