﻿@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 750px){
	* {
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	text-decoration:none;
	outline:none;
	font-size:16px;
	font-family:"微软雅黑";
	color:#333;
	box-sizing:border-box;
}
	.pc{display: none;}
	.head{width: 100%;}
	.head>img{width: 100%;}
	
body {
	padding:0;
	margin:0;
}
#logo {
		background-color:#e25042;
		height:50px;
		padding:0;
	}
	.left {
		width:10%;
		float:left;
	}
	.left img{
		margin-top:10px;
		float:right;	
	}
	.center {
		width:70%;
		font-size:1.2em; /* 48 ?? 16 = 3*/
		text-align:center;
		font-family: 'Arial'; 
		color:#fff;
		float:left;
		height:30px;   
		line-height:30px;
		margin-top:10px;
	}
	.right {
		width:20%;
		float:left;
		text-align:right;
	}
	.right img{
		margin-top:10px;
		float:left;
	}
	.ywleft
	{
		width:10%;
		float:left;
	}
	.ywleft img{
		margin-top:10px;
		float:right;	
	}
	.ywcenter {
		width:67%;
		font-size:1.2em; /* 48 ?? 16 = 3*/
		text-align:center;
		font-family: 'Arial'; 
		color:#fff;
		float:left;
		height:30px;   
		line-height:30px;
		margin-top:10px;
	}
	.ywright
	{
		width:23%;
		float:left;
		text-align:right;
	}
	.ywright img{
		margin-top:10px;
		float:left;
	}
	#tab_1{
		color:#fff;
	}
	#tab_11,#tab_12,#tab_13,#tab_14{
		padding-top:5px;
	}
	#tab_11.hover,#tab_12.hover,#tab_13.hover,#tab_14.hover{
		background:url(../images/smhd2021bg.png) top center no-repeat;
		color:#000;
	}
	#xx{
		border-bottom:1px dashed #bdbdbd;
		line-height:28px;
	}
	#xx a{
	 	font-size:13px;
	 	color:#333;
		text-decoration:none;
	}
	#xx a:hover{
	 	font-size:13px; 
		color:#d2000a;
		text-decoration:none;
	}
	
	/*列表页*/
	.lby{width:100%;}
	.lby ul {
    width: 96%;
    
    overflow: hidden;
		margin: 0 auto;
}
	.lby ul li {
    width: 100%;
    padding-right: 2%;
    overflow: hidden;
    border-bottom: 1px dashed #d5d2d2;
    line-height: 36px;
    margin-bottom: 4px;
}
	.lby ul li a {
    display: block;
    float: left;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444547;
		line-height: 28px
}
	.lby ul li span {
    float: left;
    color: #858383;
	font-size: 14px;
		line-height: 30px
}
	.a33{display: block;width: 100%;height: 30px;background: #efefef;color: #000;text-align: center;margin: 10px auto;line-height: 30px;}
	.zdb {
	width:100%;
	background-color:#efefef;
	padding:14px 0;
}
.zdb p {
	width:100%;
	text-align:center;
	line-height:32px;
	margin:0 auto;
}
.zdb p a {
	margin:0 2px;
}
}