.banner {
  height: 444px;
  position: relative;
}
.banner img:nth-child(1) {
  width: 100%;
}
.banner img:nth-child(2) {
  position: absolute;
  left: 870px;
  top: 176px;
}
.content {
  width: 100%;
  background-color: #f7f8f8;
}
.synopsis {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.synopsis .sytop {
  border-bottom: 1px solid #9fa0a0;
  width: 1124px;
  margin: 0 auto;
}
.synopsis .sytop .bigred h2 {
  font-size: 32px;
  font-family: "Source Han Sans CN";
  margin-top: 44px;
  margin-bottom: 30px;
}
.synopsis .sytop .bigred {
  height: 100%;
  float: left;
}
.synopsis .sytop .bigred:hover {
  color: #e83828;
  /* border-bottom: 1px solid #e83828; */
}
.synopsis .sytop .revert{
    float: right;
    margin-top: 65px;
    display: none;
}
.synopsis .sytop .revert span{
    font-size: 14px;
    font-family: "Source Han Sans CN";
    color: rgb(89, 87, 87);
    margin-left: 8px;
}
.synopsis .sytop .revert img{
    margin-bottom: -2px;
}
.synopsis ul {
  width: 1040px;
  margin-top: 44px;
  margin-left: 80px;
  margin-bottom: 64px;
}
.synopsis ul li {
  width: 100%;
  margin-bottom: 23px;
}
.synopsis ul li:hover .day {
  background-color: #134290;
  color: #fff;
}
.synopsis ul li:hover .day .white {
  color: #fff;
}
.synopsis ul li:hover .licenter h3 {
  color: #134290;
}
.synopsis ul li:hover .extend .img1 {
  display: none;
}
.synopsis ul li:hover .extend .img2 {
  display: block;
}
.synopsis ul li:nth-child(6) {
  margin-bottom: 0px;
}
.synopsis ul li .day {
  background-color: #efefef;
  width: 88px;
  height: 88px;
  border-radius: 3px;
  float: left;
}
.synopsis ul li .day p:nth-child(1) {
  font-size: 30px;
  font-family: "Source Han Sans CN";
  color: rgb(89, 87, 87);
  text-align: center;
  padding-top: 10px;
}
.synopsis ul li .day p:nth-child(2) {
  font-size: 18px;
  font-family: "Source Han Sans CN";
  color: rgb(89, 87, 87);
  text-align: center;
}
.synopsis ul li .licenter {
  background-color: #f7f8f8;
  width: 880px;
  height: 100%;
  float: left;
}
.synopsis ul li .licenter h3 {
  font-size: 20px;
  font-family: "Source Han Sans CN";
  color: rgb(89, 87, 87);
  margin-top: 10px;
  margin-left: 22px;
}
.synopsis ul li .licenter .line {
  width: 858px;
  height: 1px;
  background-color: #dcdddd;
  margin-top: 8px;
  margin-bottom: 15px;
  margin-left: 22px;
}
.synopsis ul li .licenter p {
  font-size: 16px;
  font-family: "Source Han Sans CN";
  color: rgb(137, 137, 137);
  margin-top: -8px;
  margin-bottom: 8px;
  margin-left: 22px;
}
.synopsis ul li .extend {
  width: 68px;
  height: 100%;
  float: left;
  background-color: #f7f8f8;
}
.synopsis ul li .extend img {
  margin-top: 40px;
  margin-bottom: 31px;
  margin-left: 34px;
}
.synopsis ul li .extend .img1 {
  display: block;
}
.synopsis ul li .extend .img2 {
  display: none;
}
/* 翻页 */
.synopsis ol {
  width: 184px;
  margin: 0 auto;
  height: 24px;
  padding-bottom: 66px;
}
.synopsis ol li {
  float: left;
  font-size: 14px;
  font-family: "Source Han Sans CN";
  color: rgb(89, 87, 87);
  height: 100%;
  background-color: #eee;
  text-align: center;
  line-height: 26px;
  margin-right: 5px;
  width: 24px;
}
.synopsis ol li:nth-child(1),
.synopsis ol li:nth-child(5) {
  width: 44px;
}
.synopsis ol li:nth-child(5) {
  margin-right: 0;
}
.synopsis ol li:hover {
  background-color: #134290;
  color: #fff;
}
/* 详情 */
.content .synopsis .details {
  margin-top: 56px;
  width: 1120px;
  display: none;
}
.content .synopsis .details h4 {
  font-size: 23.766px;
  font-family: "Source Han Sans CN";
  color: rgb(19, 66, 144);
  text-align: center;
}
.content .synopsis .details p:nth-child(2){
    font-size: 16px;
    font-family: "Source Han Sans CN";
    color: rgb(89, 87, 87);
    text-align: center;
}
.content .synopsis .details p:nth-child(3){
    font-size: 16px;
    font-family: "Source Han Sans CN";
    color: rgb(89, 87, 87);
    margin-top: 21px;
    width: 100%;
    margin-left: 38px;
}
.content .synopsis .details p:nth-child(4){
    font-size: 16px;
    font-family: "Source Han Sans CN";
    color: rgb(89, 87, 87);
    width: 100%;
    margin-left: 38px;
    margin-bottom: 40px;
}
.content .synopsis .details img{
    height: 628px;
    width: 100%;
    margin-left: 38px;
    padding-bottom: 97px;
}
.footer {
  margin-top: 0;
}
