ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
body,
h6 {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
body {
  width: 1300px;
  margin: 0 auto;
  /*border: 1px solid green;*/
}
header {
  display: flex;
  height: 60px;
  border-bottom: 1px solid #ececec;
}
header .headBlock {
  /*border: 1px solid red;*/
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
header .headBlock ul {
  display: flex;
}
header .headBlock li {
  flex-grow: 1;
  text-align: center;
}
header .headBlock li:hover {
  cursor: pointer;
}
header .headBlock:nth-child(1) {
  width: 20%;
  padding: 0;
}
header .headBlock:nth-child(1) img {
  max-height: 60px;
}
header .headBlock:nth-child(2) {
  width: 65%;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 0;
}
header .headBlock:nth-child(2) li {
  padding-bottom: 11px;
}
header .headBlock:nth-child(2) li:hover {
  border-bottom: 4px solid #00C5DB;
}
header .headBlock:nth-child(2) li a {
  color: #222;
  text-decoration: none;
  font-size: 15px;
}
header .headBlock:nth-child(3) {
  width: 15%;
}
header .headBlock:nth-child(3) ul {
  padding: 0 5%;
}
header .headBlock:nth-child(3) li {
  border-radius: 4px;
  border: 1px solid #eee;
}
header .headBlock:nth-child(3) li:nth-child(1) {
  /*border:1px solid #00A4FF;*/
  background-color: #00A4FF;
  margin-right: 20px;
}
section.middle {
  /*border:1px solid blue;*/
  display: flex;
}
section.middle .unslider {
  width: 73%;
  height: 400px;
  /*border:1px solid red;*/
}
section.middle .unslider li {
  position: absolute;
}
section.middle .unslider li img {
  max-width: 100%;
  height: 400px;
}
section.middle .unslider .slider {
  width: 100%;
  height: 100%;
}
section.middle .dynamic.right {
  width: 35%;
  /*border:1px solid pink;*/
}
section.middle .dynamic.right .time {
  background-color: #0AA6FE;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: yellow;
}
section.middle .dynamic.right .geyan {
  text-indent: 2rem;
  padding: 6px;
  line-height: 20px;
  font-size: 14px;
  max-height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
section.middle .dynamic.right .dongtai {
  color: green;
  font-size: 18px;
  line-height: 26px;
  margin-left: 15px;
}
section.middle .dynamic.right .dongtai a {
  color: #777;
  font-size: 13px;
  float: right;
  margin-right: 10px;
}
section.middle .dynamic.right ol {
  line-height: 26px;
  padding-left: 10px;
  /*font-size:;*/
}
section.middle .dynamic.right ol li {
  list-style-type: circle;
  margin-left: 20px;
}
section.middle .dynamic.right ol a {
  text-decoration-line: none;
  text-decoration: none;
  color: #333;
}
section.middle .dynamic.right ol a:hover {
  color: #0DADD1;
}
section.middle .iconHot {
  height: 20px;
}
.tuwen-little {
  margin: 10px;
  display: flex;
}
.tuwen-little img {
  width: 62px;
  height: 62px;
}
.tuwen-little .wen {
  margin-left: 8px;
}
.tuwen-little .wen h3 {
  font-size: 14px;
  margin-bottom: 2px;
  color: #000;
}
.tuwen-little .wen p {
  font-size: 12px;
  color: #666;
  line-height: 17px;
}
.productList {
  display: flex;
  /*width:100%;*/
  overflow-x: scroll;
}
.productList .tuwen-big {
  width: 275px;
  /*float: left;*/
  width: 25%;
  margin: 0;
  padding: 15px;
}
.productList .tuwen-big img {
  width: 80px;
  height: 80px;
}
.productList .tuwen-big h3 {
  font-size: 18px;
  color: #333;
}
