html,
body {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
}
div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
body {
  background: url(../assets/bg.jpg) no-repeat center top;
}
.head {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 400px;
  position: relative;
  height: 105px;
  background: url(../assets/nav.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .level1-ul {
  list-style: none;
  position: absolute;
  display: flex;
  justify-content: center;
  column-gap: 110px;
  width: 1200px;
  padding-left: 0px;
  padding-top: 5px;
}
.head .level1-ul .m {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.head .level1-ul .m .top {
  display: flex;
  align-items: center;
}
.head .level1-ul .m .top img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
.head .level1-ul a {
  color: white;
  text-decoration: none;
  width: max-content;
}
.main {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 1240px;
  background-color: white;
  padding: 30px 40px 85px 20px;
  border-radius: 6px 6px 0px 0px;
  border: 0px solid #000000;
  box-sizing: border-box;
  display: flex;
}
.main a {
  text-decoration: none;
  color: black;
}
.main .jgnav {
  width: 176px;
  height: 193px;
  background: url(../assets/jigou-bg.png) no-repeat center top;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
}
.main .jgnav .title {
  font-weight: bold;
  font-size: 20px;
  color: #FFFEFE;
  line-height: 60px;
  text-align: center;
}
.main .jgnav .navList {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.main .jgnav .navList .navItem {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 110px;
  margin-left: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #7F91AA;
}
.main .jgnav .navList .navItem .navName {
  margin-right: 10px;
}
.main .jgnav .navList .active {
  font-weight: 500;
  font-size: 18px;
  color: #1557B1;
}
.main .jgnav .navList .jgjs img {
  width: 20px;
  height: 20px;
}
.main .jgnav .navList .jgry .navName {
  margin-right: 18px;
}
.main .jgnav .navList .jgry img {
  width: 5px;
  height: 10px;
}
.main .jgright {
  flex: 1;
}
.main .jgright .link {
  padding-bottom: 25px;
  border-bottom: 1px solid #4690F5;
  display: flex;
}
.main .jgright .link img {
  margin-right: 10px;
}
.main .jgright .articles {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
.main .jgright .articles a {
  width: 100%;
}
.main .jgright .articles .article-item {
  display: flex;
  flex-direction: column;
  line-height: 65px;
}
.main .jgright .articles .article-item .itemline {
  display: flex;
  align-items: center;
}
.main .jgright .articles .article-item .itemline .point {
  width: 5px;
  height: 5px;
  background: #4690F5;
  border: 0px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
}
.main .jgright .articles .article-item .itemline .title {
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  font-size: 16px;
  color: #444444;
}
.main .jgright .articles .article-item .pushtime {
  font-size: 16px;
  color: #ADADAD;
  text-align: right;
}
.main .jgright .articles .line {
  width: 100%;
  border-bottom: 1px dashed #ADADAD;
}
.main .jgright .page-number {
  padding: 12px;
}
.main .jgright .page-number td a {
  display: inline-block;
  border: 1px solid #dfe4ea;
  padding: 0 10px;
  background-color: #F8FAFF;
  color: #000;
  margin: 0 1px;
}
.main .jgright .page-number td .current {
  color: #fff !important;
  background: #19529D;
}
.main .jgright .page-number a,
.main .jgright .page-number td,
.main .jgright .page-number input {
  border: 1px solid #999;
  line-height: 32px;
  padding: 0 10px;
}
.main .jgright .article-item:hover .title,
.main .jgright .article-item:hover .pushtime {
  font-weight: 500 !important;
  color: #1557B1 !important;
}
.foot {
  width: 100%;
  background: url('../assets/foot-bg.jpg');
  height: 220px;
  display: flex;
  justify-content: center;
  color: white;
  margin-top: 40px;
}
.foot .footInfo {
  margin-top: 30px;
  display: flex;
  align-items: center;
  width: 1200px;
}
.foot .footInfo .belong {
  margin-right: 50px;
}
.foot .footInfo .desc {
  flex: 1;
  display: flex;
}
.foot .footInfo .desc .center {
  margin: 0px 60px;
}
.foot .footInfo .desc .left div:nth-of-type(2),
.foot .footInfo .desc .center div:nth-of-type(2),
.foot .footInfo .desc .right div:nth-of-type(2) {
  margin-top: 20px;
}
.foot .footInfo .desc .record {
  display: flex;
  align-items: center;
}
.foot .footInfo .desc .record img {
  margin-right: 10px;
}
.foot .footInfo .qrcode {
  margin-left: auto;
  position: relative;
}
.foot .footInfo .qrcode .qrTip {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.floatCode {
  position: fixed;
  right: 25px;
  top: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.floatCode img {
  cursor: pointer;
}
.floatCode img:nth-of-type(1) {
  
}
.floatCode img:nth-of-type(2) {
  display: none;
}
.floatCode img:nth-of-type(1):hover + img {
  display: block;
}
