@charset "utf-8";
/*clear basic style*/
html {
  min-height: 100%;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}
body {
  font-size: 16px;
  font-family: "Microsoft YaHei";
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #e93d3e;
}
img {
  vertical-align: middle;
  border: 0;
}
i {
  font-style: normal;
}
.clearfix:after {
  content: "";
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
  display: block;
  font-size: 0;
}
.clearfix {
  display: inline;
  zoom: 1;
}
.fl {
  float: left;
}
.fc {
  float: left;
  transform: translateX();
}

.fr {
  float: right;
}

input {
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: top;
}
button {
  padding: 0px;
  margin: 0px;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

/* head */
.txto {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ov {
  overflow: hidden;
}

#JHmsg *,
#JHform *,
.JFcommon * {
  color: #ffffff;
  text-decoration: none;
}
#navication {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#JFnavbtn {
  height: 30%;
  margin: 1.5% 0 0 0;
  width: 100%;
}
#JFnavbtn li {
  width: 19%;
  text-align: center;
  border: 1px solid #446b9a;
  margin: 0 0.2%;
}
.JFnavbtn-list {
  position: relative;
  width: 100%;
  z-index: 2;
  overflow-y: auto;
  background-color: #efefef;
  height: 130px;
}
.JFnavbtn-list li {
  width: 150px;
  margin-right: 30px;
  text-align: left;
}
.JFnavbtn-list li a {
  color: #333333;
}
.JFcommon {
  width: 1200px;
  margin: 0 auto;
  height: 50%;
}
.JFcommon * {
  display: inline-block;
  text-decoration: none;
}
.JFcommon img {
  width: 100%;
  height: 100%;
}
.JFcommon p {
  line-height: 30px;
  margin-top: -5px;
}
.JFtab-hidden {
  display: none;
}
.JFtab-selected span {
  color: #336699 !important;
  background-color: #ffffff !important;
}
#Jbody {
  margin: 34px auto 0 auto;
  background-color: #f6f5f7;
}
#Jleft {
  height: 530px;
}
.row1title {
  color: #c31f0b;
  padding: 15px 0;
  border-bottom: 1px solid #c2cfe3;
  font-size: 22px;
}
.row1title > span > span {
  color: #245399;
  margin-right: 10px;
  background-color: #245399;
}
.row1title2 {
  height: 100px;
  margin-top: 20px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 20px;
}
#row2 {
  margin-top: 50px;
  margin-bottom: 30px;
}
#row4 {
  margin-top: 50px;
}
#row2 li {
  display: inline-block;
}
#row31title {
  height: 53px;
  line-height: 53px;
  text-align: center;
  background: #245399;
  color: #fff;
  margin-bottom: 10px;
}
#row31body li {
  margin-bottom: 10px;
  border: 1px solid #eee;
  line-height: 46px;
  height: 46px;
}
#row31body li a {
  padding: 7px 25px;
}
#row31body li a span {
  margin-left: 10px;
}
#row32title {
  font-size: 22px;
  overflow: hidden;
  border-bottom: 1px solid #c2cfe3;
  padding: 15px 0;
  color: #c31f0b;
}
#row32body li {
  display: inline-block;
  width: 20%;
  height: 93px;
  margin: 3px auto;
}
#row32body li img {
  text-align: center;
}
#row32body li span {
  display: inline-table;
  width: 100%;
  text-align: center;
}
#row32body1 {
  padding: 0 20px;
}
#row4title {
  border-top: 8px solid #336699;
  height: 60px;
  margin-top: 30px;
}
#row4title li {
  display: inline-block;
  width: 50%;
}
#row4title li span {
  width: 100%;
  display: block;
  font-size: 22px;
  text-align: center;
  background-color: #336699;
  color: #fff;
  height: 60px;
  line-height: 60px;
}
.row4body {
  margin-top: 20px;
}
.row4body li {
  margin: 5px 1%;
  width: 18%;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  height: 48px;
  border: 1px solid #336699;
  background-color: #f4fafd;
  border-radius: 5px;
}
.list-color li:after {
  content: "";
  position: absolute;
  left: 16px;
  width: 1%;
  height: 46px;
  box-sizing: initial;
  z-index: -1;
  transition: 0.3s;
}
.list-color li:hover span {
  color: #fff;
}
.list-color li:hover {
  border: none !important;
}
.list-color li:hover:after {
  width: 262.5px;
}
.box-orange:after {
  background-color: #ff7b11;
}
.box-green:after {
  background-color: #44ae88;
}
.box-blue:after {
  background-color: #427fcc;
}
.box-red:after {
  background-color: #fd6461;
}
.box-yellow:after {
  background-color: #faae35;
}

.nbtitle {
  display: inline-block;
  padding: 5px 10px;
  background-color: #3966a0;
  color: #fff;
}
.nbtable {
  margin: 10px 0;
}
.nbtable td {
  width: 33.3%;
  font-size: 16px;
  color: #333;
  line-height: 25px;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .row1title2 > div > div:first-child {
    display: none;
  }
  #row32body li {
    width: 50%;
  }
  #row4title li {
    overflow: hidden;
  }
  .row4body li {
    width: 48%;
  }
  #row2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #row2 img {
    width: 100%;
  }
  #row2 li {
    width: 48%;
    margin: 1%;
  }
}
