.big-box {
  width: 100%;
  height: 100%;
  background: url(../images/l-bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 15px;
}
.big-box .big-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.big-box .big-img a {
  width: 100%;
}
.big-box .big-img img {
  width: 100%;
}
.big-box .big-info {
  margin-left: 15px;
}
.big-box .big-info .big-title {
  color: #800203;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.big-box .big-info .big-content {
  text-indent: 2em;
  font-size: 13px;
  line-height: 23px;
  height: 161px;
  margin-top: 10px;
  color: #666666;
  overflow: hidden;
}
.big-box .big-info .more {
  font-size: 14px;
  color: #a80000;
  text-align: end;
}
.wk-top {
  display: flex;
  justify-content: start;
  align-items: center;
  background: url(../images/gzyw_title.jpg) no-repeat;
  background-size: 100% auto;
  margin: 0px auto 10px;
  width: 100% !important;
  height: 36px;
  color: #ffffff;
  line-height: 36px;
  padding-left: 100px ;
  font-size: 14px;
  font-weight: bold;
}
.wk-box {
  width: 100%;
  background-color: #f2f3ed;
}
.wk-box .wk-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wk-box .wk-img img {
  width: 100%;
  height: 100%;
}
.wk-box .wk-info .wk-title {
  color: #800203;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wk-box .wk-info .wk-content {
  text-indent: 2em;
  font-size: 13px;
  line-height: 23px;
  height: 161px;
  margin-top: 10px;
  color: #666666;
  overflow: hidden;
}
.wk-box .wk-info .more {
  font-size: 14px;
  color: #a80000;
  text-align: end;
}
.hot-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #a80000;
  height: 34px;
}
.hot-title .title {
  position: relative;
  font-size: 14px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}
.hot-title .more {
  height: 34px;
  line-height: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  color: #fff;
  font-size: 13px;
  margin-right: 5px;
}
.hot-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.hot-img a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hot-img img {
  width: 100%;
}
.hot-list {
  min-height: 120px;
}
.hot-list li {
  position: relative;
  display: flex;
  width: 100%;
  color: #333;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
}
.hot-list li a {
  color: #333;
  display: flex;
  width: 100%;
  flex-direction: row;
  text-decoration: none;
}
.hot-list li a:hover {
  color: #a80000;
}
.hot-list li .title {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hot-list li .date {
  display: block;
  width: 90px;
  text-align: end;
}
.hot-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #e5350c;
  font-size: 16px;
  padding-left: 8px;
}
.img-item {
  display: flex;
  height: 86px;
  margin: 5px;
  padding: 5px;
}
.img-item .img-box {
  display: flex;
  background: #F5F5F5;
}
.img-item a {
  display: flex;
}
.img-item a:active {
  color: #333;
}
.img-item a:visited {
  color: #333;
}
.img-item a:hover {
  color: #a80000;
}
.img-item .img-box img {
  width: 130px;
  height: 100px;
}
.img-item .img-txt {
  width: 100%;
}
.img-item .img-txt h3 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  letter-spacing: 2px;
}
.img-item .img-txt p {
  font-size: 14px;
  text-align: left;
  text-indent: 2em;
  line-height: 18px;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 2px;
}
