.target-detail-box .target-title{
	font-size: 28px;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
}
/* 精选 开始 */
.target-hot-main {
    margin-top: 30px !important;
}
.target-hot-main .target-title{
	margin-bottom: 20px;
}
.target-hot-box .swiper {
	width: 1200px;
	height: 275px;
}
.target-hot-main .swiper-pagination span{
	width: 34px;
	height: 4px;
	border-radius: 0;
}
.target-hot-box .swiper-slide {
    height: 230px;
    border-radius: 4px 4px 0px 0px;
    /*background-color: #F7F8FC;*/
}
.target-hot-box .swiper-slide .box:hover{
    box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.06);
}
.target-hot-box .swiper-slide .img-url{
    width: 280px;
	height: 170px;
	display: block;
}

.target-hot-box .swiper-pagination span{
	width: 34px;
	height: 4px;
	border-radius: 0;
	background: #cccccc;
}
.target-hot-box .swiper-pagination .swiper-pagination-bullet-active{
	background: #2288FC;
}
.target-hot-box .swiper-slide{
	height: 230px;
}
.target-hot-box .box{
	width: 280px;
	height: 230px;
	display: block;
	margin: 0px 13px;
}
.target-hot-box .swiper-pagination{
	bottom: 10px;
	left: 0;
	z-index: 20;
	width: 100%;
}
.target-hot-box .swiper-slide .box{
    flex-direction: column;
}
.target-hot-box .swiper-slide .box .name{
	height: 60px;
	background: #F7F8FC;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
	text-align: left;
	padding: 0px 18px;
}
/* 精选 结束 */
.target-video{
    background-color: #F8F9FE;
    padding: 25px 0;
	padding-bottom: 80px;
}
/* 专题视频筛选 开始 */
.target-video .target-video-search .target-box{
	margin-left: 20px;    
	width: 950px;
}
.target-video .target-video-search p{
    margin-left: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	cursor: pointer;
}
.target-video .target-video-search p:hover{
	color: #2288FC;
}
.target-video .target-video-search .target-box .active{
	color: #2288FC;
	border-bottom: 3px solid #2288FC;
}
.target-video .target-video-search .right img{
	width: 10px;
	height: 12px;
}
.target-video .target-video-search .right p{
	margin-left: 5px;
}
.target-video .target-video-search .question-search{
	padding: 16px 0px;
}
.target-video .target-video-search .question-search .left .box{
	margin-right: 35px;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.target-video .target-video-search .question-search .left .box .name{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	margin-right: 3px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.target-video .target-video-search .question-search .left .box img{
	width: 6px;
	height: 40px;
}
.target-video .question-search .left .box .active{
	color: #2288FC !important;
}
.target-video .question-search .right{
	height: 28px;
	background: #FFFFFF;
	border-radius: 4px;
	padding:6px 16px;
}
.target-video .question-search .right input{
	width: 280px;
	margin-right: 10px;
	border:0px;
}
.target-video .question-search .right img{
	width: 18px;
	height: 28px;
}
/* 专题视频筛选 结束 */
/* 内容列表 开始 */
.service-content-box{
	min-height: 305px;
}
.target-list{
	width: 1224px;
	margin: auto;
}
.target-list .each-vedio{
    width: 280px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.06);
    border-radius: 4px ;
    margin: 0px 13px;
    margin-top: 20px;
}
.target-list .img img{
    width: 100%;
	height: 170px;
}
.target-list .msgs{
    padding: 15px;
}
.target-list .msgs .msg{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}
.target-list .btns{
    margin-top: 10px;
}
.target-list .btns .look{
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #90939A;
    line-height: 17px;
}
.target-list .btns .look img{
    margin-right: 6px;
	width: 14px;
	height: 17px;
}
/* 内容列表 结束 */