/**分类菜单**/
#TypeList{ text-align:center; }
#TypeList a{ display:inline-block; font-size:.32rem; line-height:.78rem; color:#333333; padding:0 .03rem; position:relative; }
#TypeList a::after{ content:""; position:absolute; bottom:0; left:50%; height:.03rem; width:0; background-color:#3966ff; transition:all 0.3s; }
#TypeList .on a::after{ width:100%; left:0; }
#TypeList+#ListD .ul{ border-top:1px solid #e6e6e6; }
#ListD{}
#ListD .ul{}
#ListD .ul.loading{}
#ListD .ul li{ border-bottom:1px solid #e6e6e6; padding:.2rem 0;}
#ListD .ul li a{}
#ListD .ul li .twoir-tags{ font-size: 0.2rem;}
#ListD .ul li img{ width:2.5rem; height:1.65rem; }
#ListD .ul li .container a.clearfix{
    display:flex; justify-content:space-between;
}
#ListD .ul li .cont{ width:4.3rem; padding-right:.12rem; }
#ListD .ul li .title{ font-size:.29rem; line-height:1.2em; margin:0 0 .2rem; font-weight:normal; color:#333333; }
#ListD .ul li .twoir-text {
	height: 1rem;
	font-size: 0.26rem;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
#ListD .ul li .other{ font-size:.24rem; line-height:1.4em; color:#666666; display:flex; justify-content:space-between; }
#ListD .ul li .looks{ padding-left:.36rem; position: relative; }
#ListD .ul li .looks::before{ content:""; display:block; height:.22rem; width:.32rem; position: absolute; left:0; top:50%; margin-top:-.11rem; background-position:-5.6rem -.46rem; }

/***资讯详情***/
#InfoBlock{ padding-top:.23rem; }
#InfoBlock .h2{ font-size:.5rem; line-height:1.2em; color:#333333; font-weight:normal; margin:0; }
#InfoBlock .other{ font-size:.26rem; line-height:1.4em; color:#999999; padding:.25rem 0 .23rem; }
#InfoBlock .other .time{ margin:0 .3rem 0 .25rem; }
#InfoBlock .other .looks{ padding-left:.36rem; position: relative; }
#InfoBlock .other .looks::before{ content:""; display:block; height:.22rem; width:.32rem; position: absolute; left:0; top:50%; margin-top:-.11rem; background-position:-5.95rem -.46rem; }
#InfoBlock .description{ font-size:.27rem; line-height:.36rem; color:#777777; background-color:#fafafa; padding:.2rem .17rem; color:#444; }
#InfoBlock .content{ font-size:.3rem; line-height:.46rem; padding:.27rem 0 .4rem; }
#InfoBlock .content p+p{ margin-top:.27rem; }
#InfoBlock .content img{ height: auto; }
#InfoBlock .PNBoxs{ border-top:1px solid #e6e6e6; padding:.2rem 0; }
#InfoBlock .PNBoxs a{ font-size:.28rem; line-height:1.8em; color:#444444; }

/**标签**/
.InfoTagBoxs{ margin:-.05rem -.08rem; padding-bottom:.4rem; }
.InfoTagBoxs a{ display:inline-block; margin:.05rem .08rem; font-size:.26rem; line-height:.4rem; color:#444444; border:.01rem solid #eee; background-color:#f6f6f6; padding:0 .24rem; border-radius:.21rem; }