#doctor .video-box{padding:0 5%;display:flex;flex-wrap:wrap}#doctor .video-box .video-item{width:47%;margin-right:5%;border:.0625rem solid #ededed;cursor:pointer;margin-bottom:5%}#doctor .video-box .video-item:nth-of-type(2n){margin-right:0}#doctor .video-box .video-item .video-img{height:18rem;background-size:cover;background-position:50%;background-repeat:no-repeat;background-size:102%}#doctor .video-box .video-item .video-img:hover{animation-name:scaleDraw;animation-timing-function:ease;animation-duration:2s}@keyframes scaleDraw{0%{background-size:110%}to{background-size:102%}}#doctor .video-box .video-item .title-box{padding:1.25rem}#doctor .video-box .video-item .title-box .title{font-size:1.2rem;font-family:SourceHanSansSC-Medium;margin-bottom:.625rem}#doctor .video-box .video-item .title-box .time{color:#666;font-family:OPlusSans3-Regular}#doctor .pagination-box{display:flex;justify-content:center;margin-bottom:3rem}#doctor .pagination-box .el-pager li,#doctor .pagination-box .el-pagination button{height:2.25rem;line-height:2.25rem;min-width:2.25rem;font-size:.95rem}#doctor .pagination-box .el-pagination .btn-next .el-icon,#doctor .pagination-box .el-pagination .btn-prev .el-icon{font-size:.95rem}