* {
  padding: 0;
  margin: 0;
  border: none;
}

body {
  font: 18px sans-serif, "microsoft yahei";
  color: #333;
  min-width: 1400px;
  position: relative;
}

input,
button {
  outline: none;
  border: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.banner {
  width: 100%;
  height: 601px;
  background: url("../images/banner.jpg") no-repeat top center;
}

.main {
  width: 100%;
  height: auto;
  background: url("../images/bg.png") no-repeat center;
}

.title {
  width: 1400px;
  height: 113px;
  margin-bottom: 30px;
}

.main .plwz {
  width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
}

.main .plwz .wzTop {
  width: 1231px;
  height: 237px;
  margin: 0 auto;
  background: url("../images/plwz_bg.png") no-repeat center;
}

.main .plwz .wzTop .content {
  padding: 50px 70px;
}

.main .plwz .wzTop .content h5 {
  font-size: 36px;
  color: #da0509;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main .plwz .wzTop .content h5:hover{
  font-weight: bold;
}
.main .plwz .wzTop .content p {
  margin-top: 20px;
  line-height: 30px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .plwz .list {
  width: 1200px;
  margin: 20px auto 0;
}

.main .plwz .list li {
  float: left;
  width: 590px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  border-radius: 10px;
  margin: 0 20px 20px 0;
  background: url('../images/list_bg.png') no-repeat;
  box-shadow: 0 2px 13px rgb(0 0 0 / 10%);
}
.main .plwz .list li:nth-child(2n){
  margin-right: 0;
}
.main .plwz .list li a {
  float: left;
  width: 520px;
  padding-left: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.main .plwz .list li:hover {
  background: url('../images/list_bghover.png') no-repeat;
  box-shadow: 0 2px 13px rgb(255 101 76 / 50%);
}

.main .plwz .list li:hover a {
  color: #ffffff;
}

.main .xmtzp {
  width: 1400px;
  margin: 0 auto;
  padding: 40px 0 80px;
}

.main .xmtzp .zpCon .itm {
  float: left;
  width: 334px;
  height: 340px;
  margin: 0 20px 20px 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 13px rgb(0 0 0 / 10%);
}

.main .xmtzp .zpCon .itm:nth-child(4n) {
  margin-right: 0px;
}

.main .xmtzp .zpCon .itm img {
  width: 334px;
  height: 220px;
  margin: 0 auto;
}

.main .xmtzp .zpCon .itm p {
  font-size: 20px;
  line-height: 30px;
  width: 280px;
  margin: 30px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .xmtzp .zpCon .itm:hover {
  background: url("../images/xmtzp_bg_hover.png") no-repeat;
  box-shadow: 0 2px 13px rgb(255 101 76 / 50%);
}

.main .xmtzp .zpCon .itm:hover p {
  color: #ffffff;
}

.more img {
  width: 1398px;
  height: 46px;
  display: block;
  margin: 30px auto 0;
}
