.content-detail table {margin:0 auto;max-width:100%;}

.img-marquee {
 padding-top:.5rem;
 border-top: 1px solid #1a1a1a;}
.marquee-list-left ul li {
   overflow:hidden;
    border:1px solid #898989;
    box-shadow:0 5px 5px #909090;
    width:380px;
    height:240px;}
.looppic {
 width:100%;
 height:100%;
 object-fit:cover;
 display:block;}
.pic1 {
 width:300px;
 position:relative;
 height:0;
 padding-top:60%;
 overflow:hidden;}
.pic1 img{
  position:absolute;
  width:100%;
  left:0;
  top:0;
  height:100%;}
