#tab{
/*  width: 922px; */
    height: auto;
/*  border: 1px solid #ddd; */
/*  box-shadow: 0 0 2px #ddd; */
/*  margin: 10px 0 50px 0; */
/*处理超出的内容*/
    overflow: hidden;
} 
/*选项卡的头部*/
#tab-header{
/*  background-color: #F7F7F7; */
    height: 33px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
#tab-header ul{
    width: 100%;
    position: absolute;
	display: flex;
    flex-direction: row;
    justify-content: center;
}
#tab-header ul li{
    float: left;
/*  width: 19%; */
/*  height: 45px; */
	font-weight: bolder;
    line-height: 45px;
    padding: 0 1px;
    border-bottom: 1px solid #dddddd;
	padding-left: 5px;
    padding-right: 5px;
	background-color: #F7F7F7;
	border: 1px solid #dddddd;
	margin: 0 2px;
}

#tab-header ul li.selected{
    background-color: #17a2b8;
	color: white;
    font-weight: bolder;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    cursor: default;
} 
/* 
#tab-header ul li:hover{
    color: orangered;
} */ 
/*主要内容*/
#tab-content .dom{
    display: none;
}
#tab-content  p {
    margin-left: 20px;
	margin: 5px 0;
}
.lst {
/*	padding: 0 10px;*/
}
.nur {
	width: 160px;
	text-align: center;
	float: left;
	font-weight: bolder;
	line-height: 35px;
	padding: 0 1px;
	border-bottom: 1px solid #dddddd;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F7F7F7;
	border: 1px solid #dddddd;
	font-size: 16px;
	margin: 0 6px;
	font-weight: bolder;
}
.newstab-list {
	overflow: hidden;
}
.newstab-list .menu {
	overflow: hidden;
	width: 100%;
	margin: 15px 0;
	position: relative;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.newstab-list .menu li a {
	color: #666;
	display: block;
	text-decoration: none
}
.newstab-list .menu li:hover, .newstab-list .menu li.cur {
	background-color: #17a2b8;
    color: white;
    font-weight: bolder;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    cursor: default;
}
.newstab-list .menu li:hover a, .newstab-list .menu li.cur a {
	color: #fff;
}
@media screen and (max-width: 767px) {
#tab{
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px #ddd;
    /*处理超出的内容*/
    overflow: hidden;
} 
/*选项卡的头部*/
#tab-header{
	margin-bottom: 10px;
    background-color: #F7F7F7;
    height: 110px;
    text-align: center;
    position: relative;
}
#tab-header ul{
    width: 100%;
    position: relative;
    display: block;
}
#tab-header ul li{
    float: left;
    width: 100%;
    height: 33px;
    line-height: 33px;
    padding: 0 1px;
    border-bottom: 1px solid #dddddd;
	margin: 0;
}
#tab-header ul li.selected{
    background-color: #17a2b8;
	color: white;
    font-weight: bolder;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 0; 
} 
/*
#tab-header ul li:hover{
    color: white;
} */
 /*主要内容*/
#tab-content .dom{
    display: none;
}
.lst {
	max-height: 100px;
    overflow: hidden;
}
}