@charset "utf-8";

/*reset */

html, body, ol, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, input, fieldset, legend, img, i, em, b, strong, textarea, select {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

a {
	text-decoration: none;
}


img {
	border: none;
}


/*body默认样式*/

body {
	font-size: 15px;
	font-family: "微软雅黑";
	color: #333;
	background: #f4f4f4;
}

input {
	border: 0;
	outline: none;
}


/*清除浮动*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*浮动方向*/

.fl {
	float: left;
}

.fr {
	float: right;
}
.mb25{
	margin-bottom: 25px;
}
.mt25{
	margin-top: 25px;
}
.w1100 {
	width: 1100px;
	margin: 0 auto;
}
/*头部*/
/*.head{
	width: 100%;
	height: 430px;
	background: url(banner.png);
	position: relative;
}
.top{
	height: 90px;
	width: 100%;
	background: url(toppic.png) repeat-x;
}
.top-r{
	float: right;
	padding-top: 26px;
}
.top-r span{
	width: 70px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	background: #23a6f8;
	text-align: center;
	margin-top: 4px;
}
.top-r span a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 13px;
	color: white;
}
.search{
	height: 40px;
	width: 243px;
	vertical-align: middle;
	padding-left: 20px;
	float: left;
}
.btn{
	width: 50px;
	height: 40px;
	background:#23a6f8 url(fdj.png) no-repeat center center;
	float: left;
}*/
/*导航*/
/*.nav{
	height: 115px;
	width: 100%;
	background: url(toppic.png) repeat;
	position: absolute;
	bottom:0;
}
.nav ul li{
	width: 180px;
	height: 115px;
	float: left;
	text-align: center;
	margin-right: 3px;
}
.nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.nav1{
	background: url(nav.png) no-repeat center center ;
}
.nav1:hover{
	background: url(nav01.png) no-repeat center  center;
}
.nav2{
	background: url(nav11.png) no-repeat center center;
}
.nav2:hover{
	background: url(nav1.png) no-repeat center  center;
}
.nav3{
	background: url(nav2.png) no-repeat center center;
}
.nav3:hover{
	background: url(nav21.png) no-repeat center center;
}
.nav4{
	background: url(nav3.png) no-repeat center center;
}
.nav4:hover{
	background: url(nav31.png) no-repeat center center;
}
.nav5{
	background: url(nav4.png) no-repeat center center;
}
.nav5:hover{
	background: url(nav41.png) no-repeat center center;
}
.nav6{
	background: url(nav5.png) no-repeat center center;
}
.nav6:hover{
	background: url(nav51.png) no-repeat center center;
}*/
/*栏目内容*/
.lanmu-main{
	background: #f4f4f4 url(/cms_files/jcms1/web2761/site/images/25743/lanmu.png) no-repeat center;
	min-height: 300px;
	padding-top: 25px;
	background-size:100%;
}
.dqwz{
	width: 1100px;
	margin:0 auto;
	background: white;
	height: 80px;
	margin-bottom: 25px;
	padding-left: 20px;
}
.dq-txt{
	font-size: 30px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 2px solid #ffbe33;
	float: left;
	margin-top: 20px;
}
.dqlm-list {float:left;line-height:80px;}
.lanmu{
	width: 1100px;
	margin:0 auto;
	background:white;
	min-height: 300px;
	margin-bottom: 25px;
	padding: 20px;
}
.lanmu-t{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}
.lanmu-list li{
	line-height: 37px;
	width: 100%;
}
.lanmu-list li a{
	font-size: 16px;
	color: #333333;
}
.lanmu-list li a span{
	font-size: 15px;
	color: #999999;
	float: right;
}
/*底部*/
/*.footer{
	text-align: center;
	margin-top: 10px;
}
.footer a{
	font-weight: bold;
	font-size: 15px;
	color: #333333;
	border-right: 2px solid #333333;
	padding-right: 5px;
}
.foot{
	text-align: center;
	margin-top: 15px;
	width: 100%;
}
.foot img{
	float: left;
	vertical-align: bottom;
}
.foot p{
	float: left;
	font-size: 13px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
	line-height: 25px;
}*/

.lm_one{background:#d3d8db; height:55px; line-height:55px; text-align:center; color:#000; font-size:22px;}
.lm_on{height:26px; line-height:26px; font-size:15px;}
.lm_on a{display:block; padding-left:40px; color:#fff;}
.lm_off{height:26px; line-height:26px; font-size:15px;}
.lm_off a{color:#333;}
.lm_list{background:#f9f9f9; padding:0 20px; border:1px solid #dedede; min-height:350px;}
.lm_th{display:none;}
.lm_th a{color:#333;}

@media (max-width: 768px) {
	body, #barrierfree_container {display: flex;flex-direction: column;}
	#barrierfree_container {flex: 1;}
	.w1100 {width: 100%;}
	/*栏目内容*/
	.lanmu-main{background: none;min-height: auto;padding-top: 0;flex: 1;}
	.dqwz{width: 100%;height: auto;line-height: .6rem;margin-bottom: 0;padding-left: .3rem;background-color: #e8e8e8;}
	.dq-txt{display: none;}
	.dqlm-list {float: none;line-height: .6rem;}
	.lanmu{width: 100%;min-height: auto;margin-bottom: 0;padding: 0 .3rem;}
	.lanmu-t{font-size: .4rem;margin-bottom: 0;line-height: 1.1rem;border-bottom: 1px solid #e7e7e7;}
	.lanmu-list li{line-height: .5rem;width: 100%;border-bottom: 1px solid #d3d3d3;padding: .21rem 0 .15rem;}
	.lanmu-list li a{font-size: .32rem;}
	.lanmu-list li .bt_time {font-size: .2rem;color: #666;float: none;display: block;margin-top: .06rem;}
}