.header {
  width: 100%;
  height: 316px;
  background: url("../images/home-header.png") no-repeat center;
  background-size: cover;
  padding: 20px 0px 0px;
  box-sizing: border-box;
}
.header .title {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.header .title .title-l {
  display: flex;
  justify-content: space-between;
  color: #666666;
  font-size: 16px;
}
.header .title .title-l a {
  color: #004da3;
}
.header .title .title-l a:nth-child(1) {
  margin-right: 30px;
}
.header .title .title-r {
  display: flex;
  color: #004da3;
  font-size: 16px;
}
.header .title .title-r div:nth-child(1) {
  margin-right: 30px;
}
.header .search {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .search > div:nth-child(1) {
  font-size: 68px;
  color: #004da3;
}
.header .search .form {
  width: 583px;
  height: 64px;
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
}
.header .search .form input {
  width: 482px;
  height: 100%;
  border: none;
  font-size: 16px;
  padding-left: 30px;
}
.header .search .form button {
  width: 101px;
  height: 64px;
  background-color: #81191a;
  border-radius: 10px;
  font-size: 20px;
  border: none;
  color: #ffffff;
}
.navigation {
  width: 100%;
  height: 125px;
  background-color: #004da3;
  margin-bottom: 30px;
}
.navigation .navigation-box {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  box-sizing: border-box;
}
.navigation .navigation-box > div {
  width: 119px;
  height: 40px;
  margin-right: 121px;
  margin-bottom: 10px;
}
.navigation .navigation-box > div a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  line-height: 40px;
  font-size: 20px;
}
.navigation .navigation-box > div:nth-child(6n) {
  margin-right: 0;
}
.navigation .navigation-box .active {
  background-color: #346ad2;
  border-radius: 10px;
}
.list {
  width: 1400px;
  margin: 0 auto 30px;
}
.list .breadcrumbs {
  width: 100%;
  font-size: 20px;
  color: #333333;
  margin-bottom: 56px;
}
.list .list-con {
  width: 100%;
  display: flex;
}
.list .list-con .list-con-l {
  width: 362px;
  margin-right: 30px;
  position: relative;
}
.list .list-con .list-con-l .tab {
  width: 100%;
  height: 102px;
  background-color: #004da3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list .list-con .list-con-l .tab img {
  width: 41px;
  height: 40px;
  margin-right: 5px;
}
.list .list-con .list-con-l .tab a {
  font-size: 32px;
  color: white;
}
.list .list-con .list-con-l .tab-item {
  width: 100%;
  height: 102px;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 102px;
  border-top: solid 1px #dddddd;
}
.list .list-con .list-con-l .tab-item .tab-active {
  color: #004da3;
  font-weight: 550;
}
.list .list-con .list-con-l .tab-item a {
  font-size: 32px;
  color: #333333;
}
.list .list-con .list-con-l .tab-item:nth-child(1) {
  border-top: none;
}
.list .list-con .list-con-l .tab-item-active {
  position: absolute;
  top: 120px;
  left: 0;
  width: 12px;
  height: 30px;
  background-color: #81191a;
  transition: all 0.3s ease;
}
.list .list-con .list-r {
  width: 1008px;
  padding-top: 60px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(45, 45, 45, 0.06);
}
.list .list-con .list-r .bg {
  width: 100%;
  height: 22px;
  background: url("../../../images/list-model.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 10px;
  color: #004da3;
  font-size: 28px;
  font-weight: 550;
  padding-left: 30px;
}
.list .list-con .list-r .list-box {
  width: 100%;
  padding: 0px 30px;
  box-sizing: border-box;
}
.list .list-con .list-r .list-box #pagination {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.list .list-con .list-r .list-box #pagination .active {
  background-color: #004da3;
  color: white;
}
.list .list-con .list-r .list-box #pagination span {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}
.list .list-con .list-r .list-box #pagination a {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: solid 1px #eeeeee;
  margin-left: 10px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}
.list .list-con .list-r .list-box #pagination .jump-ipt {
  width: 50px;
  height: 50px;
  border: solid 1px #eeeeee;
  margin-left: 10px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}
.list .list-con .list-r .list-box #pagination .jump-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
}
.list .list-con .list-r .list-box #pagination .prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
}
.list .list-con .list-r .list-box #pagination .next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
}
.list .list-con .list-r .list-box .list-item {
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #dddddd;
}
.list .list-con .list-r .list-box .list-item:nth-child(1) {
  border-top: none;
}
.list .list-con .list-r .list-box .list-item .item-t {
  width: 100%;
  margin-bottom: 10px;
}
.list .list-con .list-r .list-box .list-item .item-t a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.list .list-con .list-r .list-box .list-item .item-t a span:nth-child(1) {
  display: inline-block;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 24px;
  color: #333333;
  font-weight: 550;
}
.list .list-con .list-r .list-box .list-item .item-t a span:nth-child(2) {
  font-size: 20px;
  color: #666666;
}
.list .list-con .list-r .list-box .list-item .item-b {
  width: 100%;
}
.list .list-con .list-r .list-box .list-item .item-b a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.list .list-con .list-r .list-box .list-item .item-b a span:nth-child(1) {
  display: inline-block;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  color: #666666;
}
.list .list-con .list-r .list-box .list-item .item-b a span:nth-child(2) {
  font-size: 20px;
  color: #666666;
}
.footer {
  width: 100%;
  height: 266px;
  background-color: #004da3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer img:nth-child(1) {
  width: 77px;
  height: 94px;
  margin-right: 60px;
}
.footer img:nth-child(2) {
  width: 172px;
  height: 86px;
}
.footer .one-text {
  width: 305px;
  height: 86px;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 60px;
}
.footer .two-text {
  width: 450px;
  height: 86px;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 60px;
}
