/*
*author:zou;
 */
*{margin: 0;padding:0;box-sizing: border-box;color: #000;}
li{list-style: none;}
a{text-decoration: none;}
/*滚动条样式*/
::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track-piece{
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical{
    height: 5px;
    background-color: #999999;
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal{
    width: 5px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}
html,body{
	background-color: #F2F2F2;
	font-size: 13px;
	background: url(../images/ssqgov/yingshang.jpg)/*tpa=http://www.ssq.gov.cn/statics/images/ssqgov/yingshang.jpg*/ center 34px no-repeat;
	background-size: 100%;
}
.clearfix:before,.clearfix:after{
	content: '';
	clear: both; 
	display: block; 
	height: 0; 
	overflow: hidden;
}
.container{
	width: 1200px;
	position: relative;
	margin:0 auto;
}
.header .info{
	padding: 10px 0;
	color: #B7B7B7;
}
.m-lang{
	float: right;
	color: #2BA8E7;
	margin-left: 15px;
}
.table{
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
}
.table tr td{
	padding: 5px 0;
}
.infotxt img{
	display: block;
}
.yingshang{
	padding-top: 40%;
}
.ystab a{
	float: left;
	width: 20%;
	text-align: center;
	background: url(../images/ssqgov/tabbarbg.jpg)/*tpa=http://www.ssq.gov.cn/statics/images/ssqgov/tabbarbg.jpg*/ center right no-repeat;
}
.ystab .n-bg{
	background: none;
}
.tabbar{
	margin: 25px 0;
	background-color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	box-shadow: 0 5px 15px #ccc;
}
.tabbar span{
	padding: 20px 0;
	cursor: pointer;
	display: inline-block;
}
.tabbar .current span{
	border-bottom: 5px solid #E61B1F;
}
.tabList .tabCon{
	display: none;
	height: 1010px;
	padding: 0 20px;
	overflow: auto;
}
.tabList .current{
	display: block;
}
.footer{
	text-align: center;
}
.footer-txt{
	padding: 35px 0 20px;
	position: relative;
}
.footer-txt .icon{
	position: absolute;
	top:25px;
	left:75px;
}
.footer-txt p{
	font-size: 12px;
	margin-bottom: 25px;
	color: #8C4C4D;
}
.map{
	padding: 15px 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ss-btn{
	display: inline-block;
	border:none;
	background-color: #0190D4;
	color: #fff;
	padding: 5px 15px;
	margin: 0 6px;
}
.tabList{
	background-color: #fff;
	padding: 35px 25px 55px;
	margin-bottom: 35px;
	box-shadow: 0 15px 25px #ccc;
}
.artical .title{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	padding: 25px 0;
	color: #D1171B;
	text-align: center;
}
.artical .mesg{
	margin-bottom: 35px;
	text-align: center;
	font-size: 12px;
	color: #999;
}
.artical .content{
	text-align: justify;
	line-height: 2.8;
	font-size: 15px;
}
.artical .content *{
	color: #666;
}
.newslist li{
	font-size: 16px;
	padding: 12px 0 12px 25px;
	background: url(../images/ssqgov/disc.png)/*tpa=http://www.ssq.gov.cn/statics/images/ssqgov/disc.png*/ 5px center no-repeat;
	overflow: hidden;
}
.newslist li .time{
	float: right;
}
