.det-picVideo{}
.arrow-prev2,.arrow-next2{width:44px;height:44px;background:#DA251C no-repeat center center / 12px auto;cursor:pointer;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;position:absolute;top:50%;z-index:20;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);opacity:0.8;}
.arrow-prev2:hover,.arrow-next2:hover{opacity:1;}
.arrow-prev2{background-image:url(/uiFramework/commonResource/zip/cfaAll/cfaAll/images/left-w.svg);left:0;}
.arrow-next2{background-image:url(/uiFramework/commonResource/zip/cfaAll/cfaAll/images/right-w.svg);right:0;}
.det-info{display:flex;justify-content:space-between;margin-bottom:45px;}
.det-info-l{flex:1;}
.det-info-pic{float:left;width:210px;margin-right:50px;overflow:hidden;box-shadow:0px 0px 38px 0px rgba(0,0,0,0.21);}
.det-info-pic img{display:block;width:100%;height:auto;}
.det-info-txt{overflow:hidden;}
.det-info-tit{position:relative;display:inline-block;margin-bottom:25px;}
.det-info-tit:after{content:'';position:absolute;left:0;bottom:0;width:100%;height:24px;background-color:#fff;z-index:1;}
.det-info-tit span{font-size:32px;color:#292e39;font-weight:bold;padding:0 12px;position:relative;z-index:2;}
.det-info-p{font-size:15px;line-height:2;color:#292e39;opacity:.7;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid rgba(0,0,0,.1);}
.det-info-p p{text-align:justify;}
.det-info-desc h3{font-size:16px;color:#292e39;margin-bottom:10px;}
.det-info-desc p{font-size:15px;line-height:2;color:#292e39;opacity:.7;text-align: justify;}
.det-info-link{flex:0 0 260px;margin-left:80px;border-left:1px solid rgba(0,0,0,.1);padding-left:40px;}
.det-info-link h3{color:#292e39;font-size:18px;margin-bottom:10px;}
.det-info-link a{color:#da251c;font-size:18px;font-weight:bold;text-decoration:underline;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.det-info-link a:hover{opacity:.8;}
.det-info-link .s+.s{margin-top:5px;}
.det-tit{color:#000000;font-size:22px;margin-bottom:30px;}
.det-play{padding-bottom:40px;}
.det-play table{width:100%;table-layout:fixed;border:1px solid rgba(0,0,0,.05);}
.det-play table th{height:70px;background:rgba(0,0,0,.03);text-align:left;padding-left:30px;font-size:16px;color:#000000;opacity:.7;font-weight:normal;}
.det-play table td{font-size:15px;color:rgba(41,46,57,.7);font-weight:bold;padding:24px 0 24px 30px;border-bottom:1px solid rgba(0,0,0,.07);}
.det-play .ticket{width:96px;height:43px;background:#DA251C;display:flex;align-items:center;justify-content:center;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.det-play .ticket:hover{opacity:.8;}
.det-play .ticket span{color:#ffffff;padding-left:25px;background:url("/uiFramework/commonResource/zip/cfaAll/cfaAll/images/ticket-w.svg") no-repeat center center / 18px auto;}
@media (max-width:991px){
    .det-info{display:block;}
    .det-info-link{margin-left:0;margin-top:30px;border-left:none;padding-left:0;}
}
@media (max-width:767px){
    .det-info-pic{float:none;margin:0 auto 20px;}
    .det-info-tit span{font-size:20px;}
    .det-info-tit:after{height:12px;}
    .det-info-tit{margin-bottom:15px;}
    .main{padding-bottom:50px;}
}
@media (max-width:575px){
    .table-out{overflow-x:auto;}
    .det-tit{font-size:18px;}
    .det-play table{width:500px;}
    .arrow-prev2,.arrow-next2{width:30px;height:30px;-webkit-background-size:8px auto;background-size:8px auto;}
}