.newsboximg img{
	top: -300px;
}
.newstitle p{
	text-align: center;
	margin: 0;
	padding-bottom: 0;
	font-size: 1.8rem;
	color: #3462ad;
}
.newstitle{padding: 25px;padding-top: 60px;}
.newstitle p::after{content: '';width: 30px;height: 5px;background-color:transparent;position: absolute;left: 0;bottom: 0;}
.newstitle span{width: 80%;;border: 1px solid #3462ad;}
.Downloadnav{border: 1px solid #e6e6e6;padding: 0 25px;border-radius: 20px;box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);margin-top: 15px;}
.Downloadli{padding: 16px 0; border-bottom: 1px dashed #ccc;margin: 0 10px}
.Downloadli li{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;list-style-type: decimal;}
.Download_img{background-color: #3462ad;width: 24px;}
.Download_img img{max-width: 1rem;}
.Download_sp{width: 18px;height: 18px;background-color: #3462ad;border-radius: 50%;color: #fff;margin-left: 6px;margin-top: 2px;}
.Download_sp img{max-width: 88%;}
@media (max-width: 1400px) {
    .newsboximg img{
      top: -125px;
    }
  }