/*媒体*/
.media-box{
	padding: .2rem;
}
.media-header .title{
	font-size: .4rem;
	line-height: .4rem;
}
.media-header .date{	
	margin-top: .2rem;
}
.media-header .date span{
	color: #014f6d;
	margin-right: .15rem;
}
.media-header .date span.dated{
	color: #999;
}
.media-p{
	margin-top: .45rem;	
}
.media-p p,.media-p span,.media-p ul{
	font-family: '微软雅黑' !important;
	font-size: .28rem !important;
	line-height: .45rem !important;
}
.media-p ul{
	padding:0 !important; 
}
.media-p table{
	width: 100% !important;
}
.media-p img{
	max-width: 100% !important;
	height: auto !important;
}
/*列表*/
.media-ul{
	padding:0 0 .2rem 0;
}
.media-ul .loading{
	padding: .2rem .5rem;
}
.media-ul a{
	display: flex;
	align-items: center;
	padding: .2rem .3rem;
	border-bottom: 1px solid #cacaca;
}
.media-ul a>div.icon{
    width: .8rem;
    height: .73rem;
    background-image: url(../images/icon_list.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    text-align: center;
    color: #13506c;
    font-size: .32rem;
    line-height: .32rem;
    font-weight: bold;
    font-style: italic;
    padding-top: .16rem;
}
.media-ul a>div.tit{
	width: 4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    margin: 0 .2rem;
    font-size: .28rem;
    line-height: .32rem;
    color: #222;
}
.media-ul a>div.date{
	color: #13506c;
	white-space: nowrap;
}
