/* 公共样式 */
.pc_xqy{display:block;}
.yd_xqy{display:none;}
.ydbanner_con .banner_list li a img{width:100%;height:380px;background-size: cover;}

body { background: #f4f4f4; }
.page_con { background: #fff; box-shadow: 0 0 20px #eee; padding: 40px 80px; margin-bottom: 50px; width:100%;}
.list_cont{font-size: 16px;line-height: 2;}

/* 图片新闻 */
.banner_con ul li a img,.ydbanner_con ul li a img{width:100%;}
.hf_banner{width:90%;margin:45px auto;}
.banner_but { position: absolute; bottom:10px !important; text-align: center; z-index: 10; }
.banner_but li {  display:inline-block;width: 10px;height:10px;border-radius:50%; margin: 0 6px; background: rgba(255,255,255,.5); }
.banner_but li.on { background: blue; width: 10px;height:10px;border-radius:50%; }

/*二级页 当前位置样式 */
.position{width:90%;height:40px;text-align:left;background:#c92009;line-height:40px;color:#fff;border-radius:5px 5px 0 0;font-size:16px;padding:0 20px;margin-top: 35px;}
.position span,.position span a{color: #fff;font-size:16px;}

/ *移动端样式  -------开始   */
#dh_title .top{width:100%;height:1.75rem;float:left;background:#C41B06;border-bottom:1px solid #F3D290;font-size:.8rem;color:#FFF;text-align:center;line-height:1.175rem;}
.top a{font-size: .5rem;color: #fff; font-weight: 900;}
.top a img{width:1.3rem;padding-top:.47rem;padding-right:.2rem;padding-left:.2rem;}
.dh_box{  width: 100%;}
/*移动端导航样式*/
    .index2{ width:100%; float:left; background:url(t1.jpg) repeat-x; padding-top:.5rem;} 
    .index2_1{ width:100%; float:left; padding:2%;}
    .index2_1 li{padding: 0 .3rem; height:1rem; line-height:1rem;float:left; background:#C00; margin-left:2%; display:inline; margin-top:.2rem; cursor:pointer;}
    .index2_1 li.on{background:#8a080a;}
    .index2_1 li em{ width:100%;  float:left;font-size:.4rem; color:#FFF; text-align: center; padding: 0}
    .index2_1 li.l01{ background:#67B0D1;}
    .index2_1 li.l02{ background:#E25D92;} 
    .index2_1 li.l03{ background:#3ABEC0;}
    .index2_1 li.l04{ background:#4AD584;}
    .index2_1 li.l05{ background:#F1C945;}
    .index2_1 li.l06{ background:#390;}
    .index2_1 li.l07{ background:#600;}
/*移动端尾部样式*/
.yd_bt{ width: 100%;height: 3.35rem;float: left;background: url(/uiFramework/commonResource/image/2026010916205137308.jpg) no-repeat bottom;background-size: 100% 3.35rem;padding: 1.5rem 0;}


/* 适配代码 */
@media screen and (min-width: 1600px){
	
}

@media screen and (max-width: 1200px){
	
}

@media screen and (max-width: 820px){
	/* 公共样式 */
.pc_xqy{display:none;}
.yd_xqy{display:block;}
.btbox{background:none;}

	
}

@media screen and (max-width: 768px){
	body { background: #fff; }
	.page_con { padding: 0; background: none; box-shadow: none; }
.pc_xqy{display:none;}
.yd_xqy{display:block;}
.news_detail{width:90%;margin:0 auto;}
.btbox{background:none;}
.ydbanner_con .banner_list li a img{width:100%;height:3.5rem;background-size: cover;}
}


@media screen and (max-width: 460px){
	/* 公共样式 */
.pc_xqy{display:none;}
.yd_xqy{display:block;}
.btbox{background:none;}
.news_detail{width:90%;margin:0 auto;}
.ydbanner_con .banner_list li a img{width:100%;height:3.5rem;background-size: cover;}
}