@media screen and (max-width: 650px){
	.deductive_personnel{
		width: 100%;
		display: block;
	}
	.deductive_personnel .a1-1{
		width: 95%;
		margin: auto;
		height: auto;
	}
	.deductive_personnel .a1-2{
		width: 95%;
		margin: auto;
	}
	.deductive_personnel .a1-1>img{
		width: 100%;
		height: auto;
	}
	.deductive_personnel .a4{
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) and (min-width: 651px){
	.deductive_personnel{
		position: relative;
		width: 100%;
		display: block;
		margin-top: 2%;
	}
	.deductive_personnel .a1-1{
		float: left;
		width: 40%;
		height: auto;
		margin-top: 20px;
	}
	.container{
		width: 100%;
	}
	.deductive_personnel .a1-2{
		float: left;
		width: 60%;
		height: 26vw;
		margin: auto;
		background: #fff;
		margin-top: 20px;
	}
	.deductive_personnel .a1-1>img{
		width: 100%;
		height: auto;
	}
	.deductive_personnel .a4{
		font-size: 14px;
	}
	.deductive_personnel-name{
		font-size: 16px;
	}
	
	.actor-desc-border{
		width: 18px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px){
		.deductive_personnel{
		position: relative;
		width: 100%;
		display: block;
		margin-top: 2%;
	}
	.deductive_personnel .a1-1{
		float: left;
		width: 40%;
		height: auto;
		margin-top: 20px;
	}
	.container{
		width: 100%;
	}
	.deductive_personnel .a1-2{
		float: left;
		width: 60%;
		height: 26vw;
		margin: auto;
		background: #fff;
		margin-top: 20px;
	}
	.deductive_personnel .a1-1>img{
		width: 100%;
		height: auto;
	}
	.deductive_personnel .a4{
		font-size: 14px;
	}
	.deductive_personnel-name{
		font-size: 16px;
	}
	
	.actor-desc-border{
		width: 18px;
	}
}
@media screen and (max-width: 1365px) and (min-width: 1025px){
	.deductive_personnel{
		position: relative;
		width: 100%;
		display: block;
		margin-top: 2%;
	}
	.deductive_personnel .a1-1{
		float: left;
		width: 38%;
		height: auto;
		margin-top: 20px;
		margin-left: 2%;
	}
	.container{
		width: 100%;
	}
	.deductive_personnel .a1-2{
		float: left;
		width: 58vw;
		height: 24.7vw;
		margin: auto;
		background: #fff;
		margin-top: 20px;
	}
	.deductive_personnel .a1-1>img{
		width: 100%;
		height: auto;
	}
	.deductive_personnel .a4{
		font-size: 14px;
	}
	.deductive_personnel-name{
		font-size: 16px;
	}
	
	.actor-desc-border{
		width: 18px;
	}
}