﻿* {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.clearFloat:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.warp {
  background: url('/static/index/images/img_20211228/icon/bj.jpg') center top no-repeat;
}

.header {
  width: 1100px;
  height: 365px;
  margin: 0 auto;
}

.header img {
  width: 70px;
  margin-top: 30px;
  float: left;
}

.header h1 {
  float: left;
  font-size: 35px;
  color: white;
  margin-top: 43px;
  margin-left: 10px;
  font-weight: 400;
}

.header h2 {
  float: right;
  font-size: 100px;
  color: white;
  margin-right: 230px;
  margin-top: 30px;
  font-weight: 400;
}

.middle {
  top: 365px;
  width: 1100px;
  background-color: rgb(242, 242, 242);
  margin: 0 auto;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.middle .search {
  height: 210px;
}

.middle .search .box {
  border-radius: 9px 9px 9px 9px;
  width: 510px;
  height: 50px;
  border: solid 2px rgb(45, 102, 165);
  box-sizing: border-box;
  float: left;
  margin: 70px 0 0 295px;
  background: #ffffff;
}

.middle .search .ipt {
  float: left;
  border: none;
  line-height: 46px;
  margin-left: 10px;
  outline: none;
  font-size: 18px;
  height: 46px;
}

.middle .search .btn {
  float: right;
  height: 34px;
  width: 34px;
  padding: 6px;
}

.middle .search .btn img {
  width: 34px;
  height: 34px;
}

.content {}

.content .left {
  padding-left: 36px;
  width: 240px;
  float: left;
}

.content .left .item {
  border: 1px solid #CCC;
  margin-bottom: 20px;
  background: white;
  width: 238px;
  min-height: 70px;
}

.content .left .item .t {
  height: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  width: 238px;
  display: block;
  color: #2c66a5;
}

.content .left .item:nth-child(1) .t {
  background: url('/static/index/images/img_20211228/icon/gkzn.jpg') center top no-repeat;
}

.content .left .item:nth-child(2) .t {
  background: url('/static/index/images/img_20211228/icon/gkzd.jpg') center top no-repeat;
}

.content .left .item:nth-child(3) .t {
  background: url('/static/index/images/img_20211228/icon/gknr.jpg') center top no-repeat;
}

.content .left .item:nth-child(4) .t {
  background: url('/static/index/images/img_20211228/icon/gknb.jpg') center top no-repeat;
}

.content .left .item:nth-child(1) .ing {
  background: url('/static/index/images/img_20211228/icon/gkzn2.jpg') center top no-repeat;
}

.content .left .item:nth-child(2) .ing {
  background: url('/static/index/images/img_20211228/icon/gkzd2.jpg') center top no-repeat;
}

.content .left .item:nth-child(3) .ing {
  background: url('/static/index/images/img_20211228/icon/gknr2.jpg') center top no-repeat;
}

.content .left .item:nth-child(4) .ing {
  background: url('/static/index/images/img_20211228/icon/gknb2.jpg') center top no-repeat;
}

.content .left .item h3 {
  line-height: 34px;
  font-size: 24px;
  margin-left: 90px;
  font-weight: normal;
}

.content .left .subnav {
  background-color: rgb(255, 255, 255);
  padding: 5px 0;
  display: none;
}

.content .left .subnav li {
  padding-left: 60px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}

.content .left .subnav .dot {
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
}

.content .left .subnav a {
  color: black;
}

.content .left .subnav a:hover {
  color: #2c66a5;
}

.content .left .item .ing {
  color: #ffffff;
}

.footer {
  height: 190px;
  background: #076caa;
  margin-top: 40px;
  padding-top: 26px;
}

.footer p {
  padding-bottom: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}
::-webkit-scrollbar-thumb{
  background-color: #2e64a3;
  -webkit-border-radius: 5px;
  border-radius: 10px;
}