.comic {
  width: 1000px;
  margin: 20px auto;
}

.comic-list {
  width: 800px;
  height: 200px;
  background: #fff;
  border-radius: 20px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  margin-top: 80px;
}

.list-left {
  width: 300px;
  position: relative;
}
.list-left img {
  width: 250px;
  height: 300px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: 25px;
  top: -80px;
  border-radius: 20px;
}
.list-right{
    width: 460px;
    padding-left:20px;
}
h3{
    margin-top: 20px;
}
.list-right p{
    margin-top: 10px;
    font-size: 14px;
}
.list-right a{
    display: block;
    width: 90px;
    height: 35px;
    background: #f05a29;
    text-align: center;
    line-height: 34px;
    border-radius: 10px;
    margin-top: 20px;
    color: #fff;
}
