.content_banner{
  width: 1200px;
  margin:0 auto;
  height:450px;
  background-size: cover;
  background-image: url(../img/bana-.png);
  margin: 0 auto;
  margin-bottom: 20px;
}
.box{
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  padding: 2em 0;
  position: relative;
  display: flex;
  margin-bottom: 40px;
}

.watch_review{
  width: 80%;
  margin: 0 auto;
  
}
.box:before, .box:after{
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #aaa;
}

.box:before {
  left: 10px;
}

.box:after {
  right: 10px;
}

.box p {
  padding-left: 50px;
}
.manga_list{
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}
.manga_list > h2{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.itemList{
  display: flex;
  flex-wrap: wrap;
}
.itemList > a {
  width: calc(20% - 10px);
  margin-right: 10px;
  padding-bottom: 5px;
  display: block;
  background-color: #FEE8E8;
  margin-bottom: 15px;
}
.item{
  width:100%;
  margin-top: 15px;
}
.item > .img_center {
  text-align: center;
  margin-bottom: 10px;
}
.title{
  margin-left:15px;
  font-weight: 600;
}
.writer{
  margin-left:15px;
  font-size: 12px;
}
.company{
  margin-left:15px;
  font-size: 12px;
}
.money{
  float: right;
  margin-right:10px;
  font-weight: 600;
  font-size: 20px;
}