html, body {
  min-width: 1280px;
  background-color: #f7f7f7;
}

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 1200px;
}

.header {
  width: 100%;
}

.header .head-top {
  width: 100%;
  height: 100px;
  background-color: #2f88c0;
}

.header .head-top .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header .head-top .logo {
  display: block;
  height: 70px;
}

.header .head-top .logo img {
  width: auto;
  height: 70px;
}

.header .head-top .link-box .link {
  color: #fff;
}

.header .head-top .link-box .link a {
  color: #fff;
  font-size: 16px;
}

.header .head-top .link-box .header-search {
  margin-top: 10px;
}

.header .head-top .link-box .header-search .label {
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  float: right;
}

.header .head-top .link-box .header-search input {
  border: 0;
  width: 150px;
  height: 30px;
  padding-left: 10px;
  border-radius: 4px;
  margin-left: 5px;
  display: inline-block;
  float: right;
}

.header .head-top .link-box .header-search .btn {
  width: 50px;
  height: 30px;
  line-height: 30px;
  border: 0;
  border-radius: 4px;
  text-align: center;
  background-color: #095284;
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  float: right;
}

.header .nav {
  width: 100%;
  height: 60px;
  background-color: #095284;
  position: relative;
  z-index: 100;
}

.header .nav .main {
  height: 60px;
  display: flex;
  justify-content: space-between;
}

.header .nav .items {
  position: relative;
}

.header .nav .items > a {
  display: block;
  width: 150px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}

.header .nav .items > a::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  background-color: transparent;
  transition: all 0.3s;
}

.header .nav .items > a:hover, .header .nav .items > a.active {
  color: #fff;
  background-image: url(common_res/02.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.header .nav .items > a:hover::after, .header .nav .items > a.active::after {
  background-color: #fff;
}

.header .nav .items .down-box {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #095284;
  display: none;
}

.header .nav .items .down-box .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header .nav .items .down-box .item:hover {
  color: #fff;
}

.header .nav .items .down-box .item:last-of-type {
  border-bottom: 0;
}

.header .nav .items:hover .down-box {
  display: block;
}

.hamb {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.hamb .main {
  height: 50px;
  display: flex;
  align-items: center;
}

.hamb img {
  display: block;
  width: 15px;
}

.hamb a {
  color: #999;
  margin: 0 5px;
}

.hamb span {
  color: #095284;
  margin: 0 5px;
}

.global {
  width: 100%;
  padding-bottom: 60px;
}

.global .main {
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.global .g-left {
  width: 240px;
  border-right: 1px solid #e4e4e4;
  float: left;
}

.global .g-left .mod {
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 69px;
  font-size: 24px;
  font-weight: bold;
  background-image: url(common_res/04.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
}

.global .g-left .s-nav {
  width: 100%;
}

.global .g-left .s-nav a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 50px 0 30px;
  font-size: 16px;
  background-image: url(common_res/05.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
  transition: all 0.3s;
}

.global .g-left .s-nav a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #666;
  margin-right: 10px;
  transition: all 0.3s;
}

.global .g-left .s-nav a:hover, .global .g-left .s-nav a.active {
  color: #095284;
  background-image: url(common_res/06.png);
}

.global .g-left .s-nav a:hover::before, .global .g-left .s-nav a.active::before {
  background-color: #095284;
}

.global .g-right {
  width: 960px;
  float: left;
  padding: 0 30px 30px;
}

.global .g-right .mod {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
}

.global .g-right .mod .item {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  cursor: pointer;
}

.global .g-right .mod .item.active {
  border-bottom: 2px solid #095284;
}

.global .g-right .g-main {
  width: 100%;
  min-height: 540px;
}

.f-link {
  width: 100%;
  color: #fff;
  background-color: #2f88c0;
  line-height: 14px;
}

.f-link .main {
  padding: 4px 0 14px 0;
  display: flex;
  flex-wrap: wrap;
}

.f-link p {
  margin-top: 10px;
}

.f-link a {
  margin-top: 10px;
  color: #fff;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}

.f-link a::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 5px;
}

.footer {
  width: 100%;
  background-color: #095284;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}

.footer a, .footer p {
  margin: 0 5px;
  display: inline-block;
}

.footer a {
  color: #fff;
}

.pages {
  /* width: 100%; */
  /* height: 36px; */
  /* display: inline-flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.pages .num {
  width: 36px;
  height: 36px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  margin: 0 1px;
  transition: all 0.3s;
  background-color: #f4f5fa;
}

.pages .num:hover,
.pages .num.active {
  border-color: #095284;
  background-color: #095284;
  color: #fff;
}

.pages .prev,
.pages .next {
  width: auto;
  display: inline-block;
  padding: 0 10px;
  font-size: 13px;
  line-height: 36px;
  height: 36px;
  transition: all 0.3s;
  margin: 0 1px;
  background-color: #f4f5fa;
}

.pages .prev:hover,
.pages .next:hover {
  border-color: #095284;
  background-color: #095284;
  color: #fff;
}

#move {
  position: relative;
}

#move .close-icon {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("common_res/close.png");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center;
  position: absolute;
  top: -30px;
  right: -25px;
  cursor: pointer;
}

.search-result {
  width: 100%;
  padding-bottom: 30px;
}

.search-result .item {
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #e6e6e6;
}

.search-result .item .title {
  width: 100%;
  line-height: 14px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.search-result .item .title i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #2f88c0;
  margin-right: 10px;
}

.search-result .item .title p {
  display: inline-block;
  width: calc(100% - 14px);
}

.search-result .item .date {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  margin-top: 10px;
  padding-left: 14px;
}
