.ttxw-list {
  color: #222;
}
.ttxw-item {
  padding: 19px 0;
  border-bottom: 1px solid #EBEBEB;
  font-size: 0;
  display: flex;
}
.ttxw-item a {
  flex: 1;
}
.ttxw-item .title {
  font-size: 16px;
}
.ttxw-item time {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.ttxw-item:before {
  content: '>';
  color: #9EB8B4;
  font-size: 12px;
  margin-right: 1em;
  display: inline-block;
}
.ttxw-item:hover .title {
  color: #009944;
}
.gjjyjzx-item-wrapper {
  padding: 16px;
  border: 1px solid #DBDBDB;
  transition: border-color 0.3s ease;
  margin-bottom: 36px;
}
.gjjyjzx-item-img {
  float: left;
  width: 200px;
  height: 128px;
}
.gjjyjzx-item-content {
  float: left;
  width: calc(100% - 200px - 120px);
  color: #888;
  padding: 0 37px;
}
.gjjyjzx-item-content h4 {
  margin-top: 5px;
  color: #222;
  font-size: 18px;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
.gjjyjzx-item-content h4 time {
  font-size: 14px;
  color: #999999;
  padding-left: 40px;
}
.gjjyjzx-item-content p {
  line-height: 26px;
  margin-bottom: 10px;
  color: #444;
}
.gjjyjzx-item-content span {
  height: 16px;
  line-height: 16px;
  margin-left: 0px;
}
.gjjyjzx-item-content .footerss .footer-a {
  background: rgba(0, 0, 0, 0.04);
  margin-right: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  line-height: 26px;
  padding: 9px 18px;
}
.gjjyjzx-item-content .footerss .footer-a:hover {
  color: #009944;
  background: rgba(0, 153, 68, 0.08);
}
.gjjyjzx-item-link {
  float: left;
  margin-top: 26px;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.04);
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  color: #979797;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.gjjyjzx-item:hover {
  border-color: #009944;
}
.gjjyjzx-item:hover h4 {
  color: #009944;
}
.gjjyjzx-item:hover .gjjyjzx-item-link {
  color: #009944;
  background-color: rgba(0, 153, 68, 0.1);
}
@media screen and (max-width: 1600px) {
  .gjjyjzx-item-content .footerss .footer-a {
    margin-right: 5px;
    padding: 9px 9px;
  }
}
@media screen and (max-width: 1000px) {
  .gjjyjzx-item-content {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
  .gjjyjzx-item-content h4 {
    margin-bottom: 10px;
  }
  .gjjyjzx-item-link {
    display: none;
  }
}
