/** {padding: 0;margin: 0;}
body {background: #f3f3f3;}*/
.Box {position: relative;}
.Box .content {/*width: 92%;margin: 0 auto;*/}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 170px;cursor: pointer;}
.Box .Box_con .btnl {background: url(../images/jtl02.png) no-repeat center;left: -72px;}
.Box .Box_con .btnr {background: url(../images/jtr02.png) no-repeat center;right: -72px;}
.Box .Box_con .btnl:hover {background: url(../images/jtl03.png) no-repeat center;}
.Box .Box_con .btnr:hover {background: url(../images/jtr03.png) no-repeat center;}
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {position: relative;float: left;width: 210px;height: auto;margin-left: 20px;overflow: hidden;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {display: block;width: 100%;height: 374px;transition: all 0.5s;aspect-ratio: 9/16;}
.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}

.inspa{display: block;
  overflow: hidden;}
.play-button{cursor: pointer;
  position: absolute;
  left: 40%;
  top: 37%;}
.play-button svg{background: black;
  border-radius: 50px;transition: all 0.3s;}
.Box .Box_con .conbox ul li:hover svg{transform: scale(1.1,1.1);transition: all 0.6s;}

.contents{width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;}
.contents h4{}
.contents h4 a{ color:#000;}
.Box .Box_con .conbox ul li:hover a{color: #e4007b;}

.Box .BoxSwitch {margin-top: 30px;text-align: center;}
.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.Box .BoxSwitch span.cur {background: red;}

@media (max-width: 999px) {
.Box .Box_con .btn{z-index: 999;top: 90px;}
.Box .Box_con .btnl{left: -10%;}
.Box .Box_con .btnr{right: -10%;}
.Box .Box_con .conbox ul li{width: 150px;margin:0 10px;}
.Box .Box_con .conbox ul li img{width: 100%;height: auto; max-height:270px;}

}