@charset "utf-8";
/* css document */

*{ margin:0; padding:0; font-family:"微软雅黑";}
a{ color:#333;}
a:visited{ color:#333;}
a:hover{ color:#c73737;}



/*head*/
.head{ width:100%; height:50px; position:relative; box-shadow:0px -40px 20px #eaeaea inset;}



/*当前位置*/
.local{ width: 100%; height: 40px; padding: 0px 4%; background-color: #f5f5f5;}
.local_main{ width: 100%; height: 40px; padding-left: 25px; background: url(/uploads/image/images/local_bg1.png) left no-repeat; background-size: 20px 20px;}
.local_main span,
.local_main a{ float: left; font-size: 16px; line-height: 40px; color: #c73737;}


/*信息列表*/
.list_sub {
	width: 100%;
	height: 39px;
	border-bottom: 2px dashed #cfc;
	clear: both;
	display: none;
}

.body_r_list{ width: 100%; height: auto; overflow: hidden; position: relative;}
.body_r_list .cell{ clear: both; width: 100%; height: auto; padding: 6px 4%; overflow: hidden; position: relative; border-bottom: 1px solid #f5f5f5;}
.body_r_list .cell a{ font-size: 16px; line-height: 30px;}
.body_r_list .cell span{ float: right; font-size: 12px; line-height: 32px; color: #999;}
a.get_more{ display: block; width:100px; height: 40px; margin:20px auto 40px; background-color: #f5f5f5; border-radius: 3px; font-size: 18px; line-height: 40px; color: #c73737; text-align: center; cursor: pointer;}



/*底部foot*/
.foot{ width: 100%; height:40px; padding: 0px 4%; background-color: #c73737;}
.foot_main{ width: 100%; height: 40px; overflow: hidden; position: relative; text-align: center;}
.foot_main span{ font-size: 16px; line-height: 40px; color:#fff;}
.foot_main a.foot_pc{ display: block; width:70px; height: 28px; position: absolute; top:6px; right:0px; border: 1px solid #ad2c2c; border-radius: 2px; font-size: 16px; line-height: 28px; color:#fff; text-align: center; cursor: pointer;}

/*多栏目页--子栏目列表*/
.body_r_list ul{margin: 0;padding: 0;}
.body_r_list li a{margin: 0 15px;line-height: 35px; border-bottom: 1px solid #cccccc; display: block;padding: 5px 10px;text-align: left;position: relative; background: url(/uploads/image/images/jt.png) right no-repeat;}

@media only screen and (max-width: 450px) {
	.foot_main span{ font-size: 12px;}
	.foot_main a.foot_pc{ font-size: 12px; width: 60px;}
}