@charset "utf-8";
/* CSS Document */
@import url(mobile_header.css);
@media screen and (max-width:600px ) {
	/*热点专题*/
	.rdzt{margin-top: 5px;}
	.rdzt .RdztPart{width: 100%;margin: 0px auto 0px;padding: 10px;}
	.rdzt .Focus{ width:auto;height: auto;overflow: hidden;float: none;}
	.rdzt .Focus .bd li{width: 100%;height: auto;overflow: hidden;margin: 0;}
	.rdzt .Focus .bd li img{height: auto;}
	.rdzt .Focus .bd li p{height: auto;line-height: 24px;padding: 10px;font-size: 16px;}
	.rdzt .Focus>a{display: none; }
	.rdzt .RdztList{width: 100%;margin-top: 10px;float: none;height: auto;overflow: h;}
	.rdzt .RdztList ul{ width: auto; justify-content: space-between;}
	.rdzt .RdztList li{width: calc((100% - 28px) / 2);height:auto;margin-right: 5px;margin-left: 5px;}
	.rdzt .RdztList li img{width: 100%;height: calc((100vw - 30px) / 2 / (350 / 138));}
	.rdzt .RdztList li p{height: auto;line-height: 30px;font-size: 16px;text-overflow:ellipsis;white-space:nowrap;padding: 5px 10px;width: 100%;display: block;}
	/*历史专题*/
	.lszt{margin-top: 5px;}
    .lszt iframe {height: 600px!important;}
	.LsztPart{width: 100%;margin: 0px;}
	.LsztPart ul{margin-bottom: 0px;}
	.LsztPart ul li{width: calc(100% - 40px);height: auto;padding: 10px;margin-top: 0px;overflow: hidden;margin-bottom: 12px;margin: 0px auto 12px;}
	.LsztPart ul li.move{float: none;}
	.LsztPart li p{max-width: calc(100% - 190px);padding: 10px 0px 0px;line-height: 30px;font-size: 16px;margin-left: 10px;float: left;}
	.LsztPart li p img{padding: 0px 0px 15px 5px;}
	.LsztPart li p.long{padding: 13px 0px 0px;}
	.page span, .page font{background: none;}
}
@media screen and (max-width:400px ) {
	.rdzt .RdztList li{width:calc(100% - 10px)}
	.rdzt .RdztList li img{height: calc((100vw - 30px)  / (350 / 138));}
	.lszt iframe{height: 800px!important;}
	.LsztPart li a>img{width:100%;height:auto;float:none;}
	.LsztPart li p{width:100%;float:none;max-width: 100%;}
}