.secondContainer {
  background-color: #F5E5E1;
  width: 100%;
}
.secondContainer .block {
  margin-top: 20px;
}
.secondContainer .block .title {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.secondContainer .block .title .left {
  margin-bottom: 5px;
}
.secondContainer .block .title .left a {
  color: #AB2A09;
  font-size: 25px;
}
.secondContainer .block .title .right {
  margin-bottom: 5px;
}
.secondContainer .block .news {
  margin-top: 10px;
  height: 400px;
  width: 100%;
}
.secondContainer .block .news .books {
  /*margin-top: 40px;*/
  width: 100%;
  height: 135px;

  display: flex;
}
.secondContainer .block .news .books .bookImg {
  width: 20%;
  height: 100%;
}
.secondContainer .block .news .books .introction {
  width: 80%;
  padding: 10px;
  height: 100%;
  font-size: 12px;
  overflow: hidden;
}
.secondContainer .block .news .text {
  /*margin-top: 20px;*/
}
.secondContainer .block .news .text .newsContainer {
  height: 45px;
  width: 100%;
 /* border-bottom: 1px black solid;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid black 1px;
}
.secondContainer .block .news .text .newsContainer .left {
  width: 75%;
  overflow: hidden;
  height: 45px;
}
.secondContainer .block .news .text .newsContainer .left a {
  font-family: "Microsoft YaHei Regular";
  overflow: hidden;
  line-height: 45px;
  padding-left: 20px;
  background: url(../images/dot.jpg) no-repeat 5px center;
}
.secondContainer .block .news .imgBolck {
  
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.secondContainer .block .news .imgBolck .imgContainer {
  width: 47%;
  height: 85%;
  display: flex;
  flex-direction: column;
  margin: 0 2%;
}
.secondContainer .block .news .imgBolck .imgContainer .img {
  height: 85%;
  width: 100%;
}
.secondContainer .block .news .imgBolck .imgContainer .text {
  width: 100%;
  height: 25%;
  display: flex;
  margin-top: 0;
  justify-content: center;
  align-items: center;
  /*margin-left: 10%;*/
  /*overflow: hidden;*/
}