.newsdtl{
	padding:.5rem 0;
	min-height:500px;
}
.newsdtl .infotit{
	text-align: center;
}
.newsdtl .infotit h2{
	font-size: 18px;
	line-height: 28px;
}
.newsdtl .infotit p{
	font-size: 12px;
}
.newsdtl .tips{
	font-size: 0;
	margin: .2rem 0;
}
.newsdtl .tips span{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .24rem;
	line-height: .4rem;
	color: #666;
	margin: 0 .1rem;
}
.newsdtl .infotx{
	color:#666;
	font-size: .24rem;
}
.newsdtl .infotx .video{
	margin-top:20px;
}
.newsdtl .infotx video,
.newsdtl .infotx iframe{
	height: 200px;
	width: 100%;
}
.newsdtl .vtl{
	margin:15px 0 0;
}
.newsdtl video{
	width: 100%;
	height: 200px;
	background:#000;
}
.newsdtl .infotx img{
	max-width: 100%;
}
.infoctrl{
	padding-top: 15px;
	border-top:1px solid #ccc;
	margin-top: 15px;
}
.infoctrl .pagectrl{
	
	line-height: 20px;
}
.infoctrl .pagectrl a{
	display: block;
	font-size: 14px;
	color:#666;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.infoctrl .pageback{
	display: block;
	width: 120px;
	height:40px;
	background: #10458f;
	border-radius: 20px;
	margin:15px auto 0;
	text-align: center;
	font-size: 14px;
	color:#fff;
	line-height: 38px;
	border:1px solid #10458f;
	margin-top:.5rem;
}


.newsdtl .right{
	margin-top: .5rem;
}
.newsdtl .right .tit {
    font-size: .3rem;
    line-height: .4rem;
    color: #333;
    padding-bottom: .2rem;
    border-bottom: 1px solid #ccc;
}
.newsdtl .right .list{
	margin-top: .3rem;
}
.newsdtl .right .list a {
    font-size: .24rem;
    line-height: .4rem;
    color: #666;
    padding-left: .3rem;
    display: block;
    position: relative;
    margin-bottom: .2rem;
    transition: all .2s;
}
.newsdtl .right .list a:before {
    content: "";
    position: absolute;
    left: 0;
    top: .15rem;
    width: .1rem;
    height: .1rem;
    background-color: #ccc;
    border-radius: 100%;
    transition: all .2s;
}
@media (min-width: 768px){

	.newsdtl{
		padding:50px 0;

	}
	.newsdtl .vtl{
		margin:30px 0 0;
	}
	.newsdtl .vtl video{
		height: 420px;
	}
	.infoctrl .pageback{
		margin:0;
		float: right;
		margin-top: 35px;
	}
	.newsdtl .infotx .video{
		margin-top:30px;
	}
	.newsdtl .infotx video,
	.newsdtl .infotx iframe{
		height: 410px;
		width: 100%;
	}
	.newsdtl .right{
		margin-top: 50px;
	}
	.newsdtl .right .tit {
	    font-size: 20px;
	    line-height: 30px;
	    color: #333;
	    padding-bottom: 15px;
	    border-bottom: 1px solid #ccc;
	}
	.newsdtl .right .list{
		margin-top: 25px;
	}
	.newsdtl .right .list a {
	    font-size: 16px;
	    line-height: 25px;
	    color: #666;
	    padding-left: 30px;
	    display: block;
	    position: relative;
	    margin-bottom: 20px;
	    transition: all .2s;
	}
	.newsdtl .right .list a:before {
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 10px;
	    width: 6px;
	    height: 6px;
	    background-color: #ccc;
	    border-radius: 100%;
	    transition: all .2s;
	}
	.newsdtl .tips{
		margin:15px 0;
	}
	.newsdtl .tips span{
		font-size: 14px;
		line-height: 24px;
		margin: 0 20px;
	}
}
@media (min-width:1025px){
	.newsdtl{
		padding:60px 0;
		margin-top: 80px;
	}
	.newsdtl .infotit{
		padding-bottom: 20px;
		border-bottom:1px solid #ccc;
	}
	.newsdtl .infotit h2{
		font-size: 28px;
		line-height: 38px;
	}
	.newsdtl .infotit p{
		font-size: 16px;
	}
	.newsdtl .infotx{
		font-size: 14px;
		margin:20px 0 0;
	}
	.infoctrl{
		margin-top:40px;
		padding-top: 20px;
	}
	.infoctrl .pagectrl a,
	.infoctrl .pageback{
		transition:all .3s linear;
	}
	.infoctrl .pagectrl a{
		margin-bottom: 10px;
	}
	.infoctrl .pagectrl a:hover{
		color:#10458f;
	}
	.infoctrl .pageback:hover{
		background: transparent;
		color:#10458f;
	}
	.newsdtl .vtl video{
		height: 500px;
	}
	.newsdtl .right .list a:hover{
		color: #10458f;
	}
	.newsdtl .right .list a:hover:before{
		background-color: #10458f;
	}

	.newsdtl .left{
		float: none;
		width:100%;
	}
	.newsdtl .right{
		float: right;
	    width: 19.23%;
	    margin-top: 45px;
	}
	.newsdtl .tips{
		margin-bottom: 0;
	}
	
}
.news-det-spe .footer-nav-wrap{
	margin-top:0
}
@media (max-width:768px){
	.newsdtl{
		min-height:auto;
		
	}
	.newsdtl {
    padding: .5rem 0 0.75rem 0;

}
}