.news > ul {
  margin-top: 20px;
}
.news > ul > a {
  display: block;
}
.news > ul > a > li {
  width: 1200px;
  height: 116px;
  border-bottom: 1px dashed #E3E3E3;
}
.news > ul > a > li > img {
  width: 180px;
  max-height: 90px;
  margin-top: 5px;
  float: left;
  display: inline-block;
}
.news > ul > a > li > div {
  margin-left: 40px;
  margin-top: 20px;
  width: 800px;
  height: 50px;
  float: left;
}
.news > ul > a > li > div > span {
  display: inline-block;
  font-family: MicrosoftYaHei;
  color: #333333;
  font-size: 16px;
}
.news > ul > a > li > div span:nth-child(1) {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  font-weight: 400;
}
.news > ul > a > li > div span:nth-child(2) {
  float: right;
}
.news > ul > a > li > div > div {
  color: #b8b6b5;
  font-size: 14px;
  font-weight: 400;
}
.news > ul > a:hover {
  color: #9D7EBB;
}
.news > div {
  height: 41px;
  width: 1050px;
  border-left: 4px solid #3161bf;
  line-height: 50px;
  padding-left: 8px;
  margin-top: 60px;
}
.news > div > span {
  font-size: 22px;
  font-family: 微软雅黑;
  line-height: 20px;
  color: #3161bf;
  display: inline-block;
  font-weight: bolder;
}
.news > div > span:nth-child(2) {
  font-size: 18px;
  color: #c7c7c7;
  font-weight: normal;
}
.news > button {
  width: 60px;
  height: 30px;
  border: 0px;
  background-color: transparent;
  outline: none;
  border: 1px solid #f0f0f0;
  display: inline-block;
  margin-left: 300px;
  text-align: center;
  margin-top: 20px;
}
