* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image:url(../images/topssr.jpg), linear-gradient(180deg, #ffffff 28%, #dddddd);
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;

}

.container {
  width: 1200px;
  margin: 0 auto;
 padding:20px;
background-color:#fff;
margin-top:2vw;
margin-bottom:2vw;
box-shadow:5px 5px 10px #8b8b8b;
border-radius:10px;
}
@media screen and (max-width: 1200px) {
  .container{
    width: 100vw;
  }
  
}
.container > img {
  width: 100%;
  margin-top: 1vw;
}
.container > .show {
background-color:#fff9f2a8;
  width: 100%;
  height: 600px;
  margin-top: 20px;

  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  overflow-y: scroll;
    box-shadow: 0px 5px 5px #ddd;
}
.container > .show > div {
  flex: 1 0 228px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  max-width: 228px;
  min-height: 200px;
}
.container > .show > div > a img {
  width: 85px;
  height: 120px;
box-shadow:5px 5px 5px #e3e3e3;
border:1px solid #f7f7f7;
}
.container > .show > div > p {
  margin-top: 10px;
text-align:center;
}
.container > .show > div > p a {
  text-decoration: none;
  color: #000;
  font-size: 1.2em;
font-weight:600;
}
.container > .show > div > p a:hover {
  color: rgb(214, 24, 24);
}
.title{
                width: 1200px;
    margin: 0 auto;
    background-image: url(../images/dessc.png);
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 80px;
    padding-top: 60px;
    margin-top: 30vw;
    line-height: 3em;
    min-height: 400px;
    font-weight: 600;
}
        @media screen and (max-width: 1200px) {
  .title{
    width: 100vw;
  }
  
}
.container > .shows > div{
  max-width: 370px;
  min-height: 250px;
flex: 1 0 370px;

}

/*# sourceMappingURL=index.css.map */