.second-FirstLayout {
  margin: 20px 0px;
  width: 1360px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.FirstLayout-item {
  width: 650px;
  margin: 15px 0px;
}

.FirstLayout-title {
  width: 650px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: url(/tyimg/title-back.png);
}

.FirstLayout-title-content {
  padding-left: 15px;
  line-height: 40px;
  font-weight: 700;
  border-left: 5px solid red;
  margin-bottom: 0px;
}

.FirstLayout-title-more {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.FirstLayout-title-more a{
  text-decoration: none;
  color: #585858;
}

.FirstLayout-title-more a:hover {
  color: #d60f26;
}

.FirstLayout-title-content span{
  color: #d60f26;
}

.FirstLayout-content {
  height: 325px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fffafa;
}

.FirstLayout-content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.FirstLayout-content-item {
  width: 650px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  /* font-family: 黑体; */
}

.FirstLayout-content-item:hover {
  background-color: rgb(235, 235, 235);
}

.FirstLayout-content-item a {
  text-decoration: none;
  color: #000;
}

.FirstLayout-content-item a:hover {
  color: #d60f26;
}

.FirstLayout-item-left {
  width: 450px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.FirstLayout-item-right {
  width: 160px;
  position: relative;
}

.second-SecondLayout {
  margin: 20px 0px;
  width: 1360px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.SecondLayout-item {
  width: 1360px;
  margin: 15px 0px;
}

.SecondLayout-title {
  width: 1360px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: url(/tyimg/title-back.png);
}

.SecondLayout-title-content {
  padding-left: 15px;
  line-height: 40px;
  font-weight: 700;
  border-left: 5px solid red;
  margin-bottom: 0px;
}

.SecondLayout-title-more {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.SecondLayout-title-more a{
  text-decoration: none;
  color: #585858;
}

.SecondLayout-title-more a:hover {
  color: #d60f26;
}

.SecondLayout-title-content span{
  color: #d60f26;
}

.SecondLayout-content {
  height: 325px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fffafa;
}

.SecondLayout-content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.SecondLayout-content-item {
  width: 1360px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  /* font-family: 黑体; */
}

.SecondLayout-content-item:hover {
  background-color: rgb(235, 235, 235);
}

.SecondLayout-content-item a {
  text-decoration: none;
  color: #000;
}

.SecondLayout-content-item a:hover {
  color: #d60f26;
}

.SecondLayout-item-left {
  width: 1080px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.SecondLayout-item-right {
  width: 170px;
  position: relative;
}