﻿.personalPort{
	background: #fff;
}
/*---鍒囨崲鍖哄烟------*/
.top_left{
	height: 40px;
	white-space: nowrap;
	text-align: left;
	line-height: 40px;
	font-size: 14px;
/* 	margin-top:20px; */
}
.top_left i{
	color: #1990fb;
}
.top_left span.switch{
	position: relative;
	width: 100px;
	height: 30px;;
	margin-left: 8px;
}
#location p{
	display: inline-block;
}
#location p span:hover{
	color: #1990fb;
	cursor: pointer;
}


/*鍒囨崲鍖哄烟*/
.areaSwitch p{
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #333;
}
.areaSwitch ul{
	font-size: 0;
	/* max-width:1200px ; */
	/* border-top: 2px solid #daedff; */
	padding: 30px!important;
	white-space: normal;
}
.areaSwitch ul li{
	display: inline-block;
	font-size: 16px;
	width: calc(100% / 7 - 16px);
	height: 40px;
	margin: 10px 21px;
	text-align: center;
	line-height: 40px;
	border-radius:21px;
	background: #e8edf1;
	color: #555;
	cursor: pointer;
}
.areaSwitch ul li:hover{
	background: #1990fb;
	color: #fff;
}
.isActive {
    background: #10568A;
    color: #fff;
}

/*--鐪佸竞铡夸笁绾�--*/

.zoning{
	border: 1px solid transparent;
}
.zoning .rank{
	font-size: 0;
	text-align: center;
	border-bottom: 2px solid #daedff;
	margin-top: 60px;
}
.zoning .rank li{
	font-size: 18px;
	display: inline-block;
	padding:10px 6px;
	border-bottom: 4px solid transparent;
	margin: 0 60px;
	cursor: pointer;
	margin-bottom: -2px;
}
.actives{
	border-bottom-color: #2c73b3 !important;
	color: #2c73b3 !important;
}
.rankConent {
	height: 170px;
	overflow: hidden;
	
}
.rankConent ul{
	font-size: 0;
	text-align: center;
	
}
.rankConent .rank_xian{
	margin-top: -20px;
}
.rankConent ul li{
	font-size: 18px;
	display: inline-block;
	padding: 10px;
	margin: 20px;
	cursor: pointer;
}
.rankConent ul li span{
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius:50%;
	background: #d9edff;
	color: #1990fb;
}

.rankConent ul li span i{
	font-size: 32px!important;
	color:#1990fb!important;
}
.rankConent ul li span i:before{
	font-size: 32px!important;
	color:#1990fb!important;
}
.rankConent ul li .text{
	margin-top: 16px;
	font-size: 18px;
	color: #525a61;
}




.contents{
	margin-top: 20px;	
}

.contents>div{
	text-align: center;
	font-size: 24px;
	color: #333;
}
.contents>div>span{
	font-size: 18px;
	color: #bbb;
}
.navTools {
	font-size: 0;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid #daedff;
}
.navTools li{
	font-size: 18px;
	display: inline-block;
	height: 40px;
	width: 140px;
	line-height: 40px;
	/*padding: 10px 20px;*/
	margin: 20px;
	color: #555;

	cursor: pointer;
}
.navTools li i{
	font-size: 18px;
}
.navTools li.liActives{
	border-radius:20px ;
	background: #1990fb;
	color: #fff;
}


.ulBox{
	min-height:351px;
	width: 100%;
	text-align: left;
	display: flex;
  	flex-flow: row wrap;
  	align-content: flex-start;
}

.ulBox li{
	width: calc( 100% / 2 - 20px );
	box-sizing: border-box;
	margin-top: 40px;
}
.ulBox li:nth-child(even){
	margin-left: 40px;
}
.date{
	float: left;
	width: 66px;
	height: 70px;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #3d4852;
	background: #3d4852;
}
.date>div{
	background: #fff;
	height: 42px;
	line-height: 42px;
}
.date p{
	color: #fff;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;	
}
.contentText{
	text-align: left;
	overflow: hidden;
	padding-left: 20px;
}
.contentText h4{
	font-size: 16px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	font-weight: bold;
}
.contentText p{
	font-size: 14px;
	margin-top: 6px;
	color: #666;
	height: 50px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	cursor: pointer;
}
.contentText p:hover{
	color: #007CD2;
}
.seeMore{
	padding: 40px 0;
	text-align: right;
}
.seeMore #look{
	font-size: 16px;
	color: #1990fb;
	cursor: pointer;
}


.contentBox{
	max-width: 1200px;
	min-width: 1000px;
	min-height: 500px;
	margin: auto;
	overflow-y: auto;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 60px;
}

/*娉ㄥ唽椤甸溃镙峰纺*/
.MyTop{
	margin-top: 40px;
	border-left: 4px solid #107ee0;
}
.MyTop span.shouye{
	padding-left:6px ;
}
.MyTop span.shouye:hover a{
	color: #107ee0;
}
.messages{
    width: 500px;
    margin: 20px auto;
	box-shadow: 2px 5px 15px #ababab;
    padding: 10px 45px 20px;
    border-radius: 5px;
    font-family: "微软雅黑";
	background: #f0f7ff;
}
.messages .isTop{
	text-align: center;
	border-bottom: 2px solid #d3e8f7;
	padding: 20px 0 6px;
}
.messages .isTop h4{
	font-size: 24px;
	color: #333;
}
.messages .isTop p{
	line-height: 30px;
	font-size: 12px;
}
.messages em{
	color:red;
}
.messages>ul{
	margin-top: 20px;
}
.messages>ul>li{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	padding: 12px 0;
}
.messages>ul>li span{


}
.messages>ul>li span.leftSpan{
	display:inline-block;
	width: 100px;
	line-height: 40px;
}
.messages>ul>li span.rightSpan{
	display: inline-block;
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	flex:1;
	-webkit-flex:1;
	-ms-flex:1;

}
.messages>ul>li span.rightSpan select{
	margin-bottom: 10px;
}
.messages>ul>li #yz{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex;
}
#yz .rightSpan_left{
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	flex:1;
	-webkit-flex:1;
	-ms-flex:1;
}
#yz .rightSpan_right{
	width: 100px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-top: -1px;
	margin-left: 10px;
	background: #ffac1c;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
}
.messages>ul>li input{
	width: 100%;
	height: 40px;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 14px;
}
.messages>ul>li span.zhuce{
	text-align: center;
	line-height: 40px;
	background: #1892ff;
	color: #FFF;
	cursor: pointer;
}

/*鐧婚檰椤甸溃镄勬牱寮�*/
.loginBox{
	text-align: center;
	width: 600px;
	margin: 0 auto;
	box-shadow: 2px 5px 15px #ababab;
	padding-bottom: 10px;
	border-radius: 6px;
	font-family: "微软雅黑";
	background: #f0f7ff;
	background: #efefef57;
}
.loginBox h2{
	line-height: 80px;
	text-align: center;
	font-size: 21px;
}
.loginBox ul{
	text-align: left;
	width: 500px;
	display: inline-block;
}
.loginBox ul li{
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: center;
	/* border: 1px solid #555; */
	margin: 20px 0 0;
	line-height: 40px;
	height: 40px;

}
.loginBox ul li.logins{
	/*height: 60px;*/
	/*line-height: 60px;*/
	background: #1892ff;
	color: #fff;
	border: 0;
	font-size: 18px;
	cursor: pointer;
	text-align:center;
}
.loginBox ul li.logins:hover{
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	
}
.loginBox ul li span{
	font-size: 16px;
	width:80px ;
	text-align: center;
	display: inline-block;
	/*height: 60px;*/
	/*line-height: 60px;*/
}
.loginBox ul li input{
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	width: 100%;
	border: 0;
	outline: none;
	border: 1px solid #e8e3e3;
	padding-left: 10px;
	font-size: 16px;
	border-radius: 5px;
	height: 40px;
}
.bottoms{
	width: 500px;
	overflow: hidden;
	margin: 10px auto;
	font-size: 14px;
}
.bottoms span:first-child{
	float: left;
}
.bottoms span:first-child+span{
	float: right;
}
.bottoms span{
	color: #555;
	cursor: pointer;
}
.bottoms span:hover{
	color: #107ee0;
}

/*璇︽儏椤�*/
.textHeaders{
	text-align: center;
}
.textHeaders h2{
	width: 600px;
	margin:40px auto 14px;
	line-height: 36px;
}
.textHeaders span{
	color: #8d8c8c;
}
.textCenter{
	margin-top: 80px;
}
.textCenter h6{
	font-size: 18px;
	text-indent: 2em;
	margin: 10px 0;
	color: #555;
}
.textCenter p{
	font-size: 16px;
	text-indent: 2em;
	line-height: 38px;
}

.textFooter{
	margin-top: 40px;
}

.textFooter div{
	text-align: right;
	line-height: 28px;
}
.textFooter span{
	display: inline-block;
	margin-top: 10px;
}

/*鎶曡瘔涓炬姤璇︽儏椤�*/
.infoBox div{
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	border-top: 2px solid #007CD2;
	background: #e8edf2;
}
.infoBox ul{

}
.infoBox ul li{
	display: flex;
	padding: 10px 0;
	line-height: 30px;
}

.infoBox ul li:nth-child(even){
	background: #e6f1fe;
}

.infoBox ul li span{
	display: inline-block;
	width: 150px;
	text-align: right;
	color: #1669bb;
}
.infoBox ul li p{
	flex: 1;
}


/*绗笁绉嶆ā鍧楀垪琛ㄩ〉*/
.MyTop3{
	margin-top: 30px;
}
.containerList{
	min-height:400px ;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 16px;
}
#list{
	margin-top: 20px;
	min-height: 300px;
}
#list li{
	line-height: 40px;
	display: flex;
}
#list li p{
	flex: 1;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	font-size: 15px;
	display: inline-block;
	vertical-align:middle;
}
#list li p a:hover{
	color: #007CD2;
}
#list li .side{
	line-height: 38px;
	margin-right: 8px;
	color: #ccc;
}
#list li .dates{
	text-align: right;
	width: 200px;
	color: #555;
	font-size: 14px;
}
/*.PagingToolbar{
	font-size: 12px;
	text-align: center;
	margin: 40px 0;
}
.PagingToolbar li{
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.PagingToolbar li:hover{
	background:#007CD2 ;
	color: #fff;
}
.PagingToolbar li.act{
	background:#007CD2 ;
	color: #fff;
}*/
@media only screen  and (max-width: 1198px) {
	.areaSwitch ul li{
		width: calc(100% / 6 - 16px);	
	}
}
@media only screen  and (max-width: 860px) {
	.areaSwitch ul li{
		width: calc(100% / 5 - 4px);	
	}
}

/*修改密码*/
.passwordBox{
	width: 797px;
	margin:0 auto;
	min-height: 500px;
	text-align: center;
}
.passwordBox .imgBox{
	height: 60px;
	margin-top: 80px;
}
.passwordBox .imgs1{
	background:url(../img/pic.png) no-repeat ;
}
.passwordBox .imgs2{
	background:url(../img/pic.png) 0  -70px no-repeat ;
}
.passwordBox .imgs3{
	background:url(../img/pic.png) 0 -140px no-repeat ;
}
.passwordBox ul{
	padding: 0 40px;
	margin-top: 80px;
}
.passwordBox ul li{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	line-height: 40px;
	margin-top: 28px;
}
.passwordBox ul li .text1{
	display: inline-block;
	width: 120px;
	color: #333;
	text-align: left;
}
.passwordBox ul li .inputBox{
	-webkit-flex:1;/*Chrome*/
	-ms-flex:1;/*IE 10*/
	flex: 1;/* NEW ,Spec - Opera 12.1,Firefox 20+*/
	-webkit-box-flex:1;/*OLD -iOS 6-,Safari 3.1-6*/
	-moz-box-flex:1;/*OLD - Firefox 19-*/
	display: inline-block;
}

.passwordBox ul li .inputBox2{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.passwordBox ul li .inputBox2 input{
	-webkit-flex:1;/*Chrome*/
	-ms-flex:1;/*IE 10*/
	flex: 1;/* NEW ,Spec - Opera 12.1,Firefox 20+*/
	-webkit-box-flex:1;/*OLD -iOS 6-,Safari 3.1-6*/
	-moz-box-flex:1;/*OLD - Firefox 19-*/
}
.passwordBox ul li .inputBox2 p{
	width: 140px;
	background: #ffac1c;
	text-align: center;
	margin-left: 20px;
	color: #fff;
	border-radius: 3px;
}
.passwordBox input{
	height: 40px;
	width:100%;
	border:1px solid #ccc;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 16px;
	line-height: 30px;
	padding-left: 10px;
}
.passwordBox ul li .inputBox3{
	text-align: center;
	background: #1892ff;
	color: #fff;
	cursor: pointer;
}

.passwordBox .Boxs3{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	justify-content: center;
	align-items: center;
	/*height: 280px;*/
	margin: 100px auto;
	display: inline-block;
	width: 300px;
}

.passwordBox .Boxs3 span{
	width: 60px;
	margin-right: 20px;
	float: left;
}
.passwordBox .Boxs3 div p{
	line-height: 30px;
}
.passwordBox .Boxs3 div p a{
	color: #007CD2;
}
.passwordBox .Boxs3 div p a:hover{
	text-decoration: underline;
}


/*个人信息*/
.personalInfo{
	max-width: 800px;
	margin:60px auto;
}
.personalInfo h4{
	text-align: center;
	line-height: 60px;
	margin-bottom: 20px;
}
.personalInfo ul li{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	line-height: 60px;
}
ul li .textLeftBox{
	width: 120px;
	color: #333;
}
ul li .textrightBox{
	-webkit-flex:1;/*Chrome*/
	-ms-flex:1;/*IE 10*/
	flex: 1;/* NEW ,Spec - Opera 12.1,Firefox 20+*/
	-webkit-box-flex:1;/*OLD -iOS 6-,Safari 3.1-6*/
	-moz-box-flex:1;/*OLD - Firefox 19-*/
}
.textrightBox input{
	width: 100%;
	background: #fff;
	border: 0;
	font-size: 16px;
	color: #666;
}

.textrightBox #btnXianshi{
	cursor: pointer;
}





/*个人首页中心*/
.userInfo{
	max-width: 1200px;
	min-height: 400px;
	margin:40px auto;
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.userInfo .userLeft{
	width: 164px;
	margin-right: 40px;
}
.userLeft ul a:hover{
	text-decoration: none;
}
.userLeft ul li{
	text-align: center;
	color: #333;
	box-sizing: border-box;
	padding: 20px 0;
	position: relative;
	box-shadow: 0 2px 5px #ababab;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #eae6e63d;
}
.userLeft ul li i:before{
	color: #1a90fa;
	font-size: 30px;

}
.userLeft ul li p{
	margin-top: 6px;
}
.userLeft ul li em{
	position: absolute;
	right: -9px;
	top: 50%;
	margin-top: -23px;
	font-size: 30px;
	color: #fff;
	display: none;
}
.userLeft ul li.colors-li{
	background: #1a90fa;

}
.userLeft ul li a:hover{
	text-decoration: none;
}
.userLeft ul li:hover{
	background: #1a90fa;
	color:#fff;
}
.userLeft ul li:hover p,
.userLeft ul li:hover i:before{
	color:#fff;
}
.userLeft ul li.colors-li p{
	color: #fff;
}
.userLeft ul li.colors-li i:before{
	color: #fff;
}
.userLeft ul li.colors-li em{
	color: #1a90fa;
}

.userInfo .userRight{
	-webkit-flex:1;/*Chrome*/
	-ms-flex:1;/*IE 10*/
	flex: 1;/* NEW ,Spec - Opera 12.1,Firefox 20+*/
	-webkit-box-flex:1;/*OLD -iOS 6-,Safari 3.1-6*/
	-moz-box-flex:1;/*OLD - Firefox 19-*/
	width: 100%;
	box-shadow: 0 2px 5px #ababab;
	border-radius: 5px;
	padding: 0 25px;
}
.rightHeaderBox{
	background: #e6f2fe;
	font-size: 12px;
	border-top: 4px solid #1891fc;
	padding: 10px 16px 20px;
}
.rightHeaderBox p{
	margin-top: 10px;
}
.rightHeaderBox>div{
	margin-top: 10px;
}
.rightHeaderBox>div span{
	display: inline-block;
	width: 200px;
	border: 1px solid #1a90fa;
	height: 10px;
	border-radius: 5px;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
}
.rightHeaderBox>div span p{
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 10px;
	background: #1a90fa;
	border-radius: 5px;
	margin: 0;

}
.userRight h3{
	margin-top: 40px;
	margin-bottom: 10px;
	color: #1a90fc;
	font-weight: bold;
}

.userRight table{
	width: 100%;
	border-collapse: collapse;
	border: 0;
	text-align: left;
}
.userRight table th,
.userRight table td{
	padding: 20px 0;

}
.userRight table th:first-child,
.userRight table td:first-child{
	padding-left: 20px;
}
.userRight table tr:nth-child(odd){
	background: #e6f2fe;
}
.userRight table th{
	font-weight: normal;
	background: #e8edf1;
}

/*我的民生资金*/

.myCapitalBox input{
	height: 28px;
	width: 200px;
	margin: 20px 0;
}
.myCapitalBox #inpurBtns{
	display: inline-block;
	width: 90px;
	height: 32px;
	vertical-align: middle;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #007CD2;
	cursor: pointer;
}
/*我的社保*/

#shebaoBox{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	flex-wrap: wrap;
}
#shebaoBox li{
	width: calc( 100% / 4 - 40px );
	margin: 30px 20px  ;
	border: 1px solid #1990fb;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 0;
	justify-content: center;
}

#shebaoBox li span{
	width: 100%;
	display: inline-block;
	height: 110px;
	color:#1990fb ;
	line-height: 110px;
	text-align: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
}
#shebaoBox li span i{
	font-size: 50px;
}
#shebaoBox li p{
	margin-bottom: -1px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #1990fb;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
}


/*个人信息*/
.myPersonalInfo ul li{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	margin: 30px 0;
}
.myPersonalInfo ul li p{
	width: 100px;
	line-height: 30px;
	vertical-align: middle;
}
.myPersonalInfo ul li span{
	line-height: 30px;
	-webkit-flex:1;/*Chrome*/
	-ms-flex:1;/*IE 10*/
	flex: 1;/* NEW ,Spec - Opera 12.1,Firefox 20+*/
	-webkit-box-flex:1;/*OLD -iOS 6-,Safari 3.1-6*/
	-moz-box-flex:1;/*OLD - Firefox 19-*/
	font-size:14px;
}

.myPersonalInfo ul li span input[type="password"]{
	vertical-align: middle;
	height: 34px;
	/*border: 0;*/
	border: 1px solid #ccc;
	width: 50%;
	box-sizing: border-box;
	border-radius: 5px;
}

.myPersonalInfo ul li span input[type="checkbox"]{
	width: 17px;
	height: 17px;
	vertical-align: middle;
	margin-right:5px ;
}

.myPersonalInfo ul li span .btn{
	text-align: center;
	width: 23%;
	height: 35px;
	background: #1891fc;
	color: #fff;
	border: 0;
	border-radius: 5px;
	font-size: 16px;
	cursor:pointer;
}


/*我的投诉举报列表*/
.complaintListBox{
	margin-top: 30px;
	min-height: 350px;
}
.complaintListBox li{
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	border-bottom: 1px dashed #ccc;
	padding:0 20px;
}
.complaintListBox li:first-child{
	border-top: 1px dashed #ccc;
}
.listBox-left{
	-webkit-flex:1;/*Chrome*/
	-ms-flex:1;/*IE 10*/
	flex: 1;/* NEW ,Spec - Opera 12.1,Firefox 20+*/
	-webkit-box-flex:1;/*OLD -iOS 6-,Safari 3.1-6*/
	-moz-box-flex:1;/*OLD - Firefox 19-*/
	margin-right: 60px;

}
.listBox-left h6,
.listBox-left p{
	height: 40px;
	line-height: 40px;
}
.listBox-left h6 span{
	color: #ccc;
	font-size: 16px;
	vertical-align: 2px;
}
.listBox-left h6 b,
.listBox-left h6 em{
	font-weight: normal;
	font-size: 15px;
}
.listBox-left h6 em{
	float: right;
	margin-right: 10px;
	color: #ccc;
}
.listBox-left p{
	min-width: 300px;
	max-width: 800px;
	font-size: 14px;
	line-height: 30px;
	padding-left: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*.listBox-right{
	width: 100px;
	line-height: 80px;
	text-align: center;
}
.listBox-right span{
	display: inline-block;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 15px;
	font-size: 14px;
}*/
.listBox-right{
	width: 100px;
	line-height: 40px;
	text-align: center;
}
.listBox-right span{
	display: inline-block;
	width: 70px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 15px;
	font-size: 12px;
}
.listBox-right span.yes{
	background: #d0f4ce;
	color: #0eb20a;
}
.listBox-right span.no{
	background: #f5dddd;
	color: #ec5354;
}

/*投诉举报详情*/
.detailsBox{
	margin-top: 40px;
}
.detailsBox h4{
	text-align: center;
	line-height: 50px;
	background: #e9f3fd;
}
.detailsBox ul li{
	margin-top: 20px;
	border: 1px dashed #ccc;
	padding: 10px;
}
.detailsBox ul li h2{
	font-size: 16px;
	color: #1868bd;

}
.detailsBox ul li h2 .yes{
	color: #10b10b;
}
.detailsBox ul li h2 .no{
	color: #ec5354;
}
.detailsBox ul li>p{
	margin-left: 40px;
	margin-top: 10px;
	line-height: 30px;
	font-size: 14px;
	color: #989898;
}
.detailsBox ul li div.tit {
	margin-left: 40px;
	margin-top: 10px;
	line-height: 30px;
	font-size: 14px;
	color: #989898;
}
.detailsBox ul li div.tit p{
	color:#000;
}
.detailsBox ul li>p span{
	color: #333;
}
.detailsBox ul li p input{
	vertical-align: middle;
}
.detailsBox ul li>p textarea{
	width: 600px;
	height: 150px;
}
.detailsBox ul li .btnBoxs{
	margin-left: 40px;
	width: 70px;
	background: #007CD2;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	border-radius: 3px;
	cursor: pointer;
}

#btnBox ul li div {border-radius:10px 10px 0 0;}#btnBox ul li {border-radius:10px;}
/*投诉举报结果公开*/
.openListBox{
	min-height: 400px;
}
.openListBox .headerBox{
	padding-left: 20px;
	margin-top: 20px;
}
.openListBox .headerBox input{
	border: 0;
	border: 1px solid #cacaca;
	height: 30px;
	box-sizing: border-box;
	outline: none;
	vertical-align: middle;
	padding-left: 4px;
    font-family: "微软雅黑";
}
.openListBox .headerBox input::-webkit-input-placeholder{
	color: #000;
}

.divSelect{
	display: inline-block;
	position: relative;
	width: 200px;
	height: 30px;
	vertical-align: middle;
}
.divSelect>p{
	height: 100%;
	line-height: 28px;
	border: 1px solid #cacaca;
	box-sizing: border-box;
	padding-left: 4px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	width: 200px;
    font-family: "微软雅黑";
}
.divSelect>em{
	position: absolute;
	display: inline-block;
	transform: rotate(180deg);
	font-size: 14px;
	color: #555;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 100%;
	text-align: center;
	line-height: 30px;
	box-sizing: border-box;
	border-right: 1px solid #cacaca;
	cursor: pointer;
}
.divSelect>ul{
	width: 100%;
	position: absolute;
	top: 30px;
	box-sizing: border-box;
	border: 1px solid #cacaca;
	border-top:0 ;
}
.divSelect>ul li{
	font-size: 14px;
	padding: 6px 0 6px 6px;
	cursor: pointer;
}
.divSelect>ul li:hover{
	color: #fff;
	background: #007CD2;
}


.openListBox .headerBox .btn{
	display: inline-block;
	width: 60px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: #007CD2;
	vertical-align: middle;
	margin-left: 20px;
	border-radius: 3px;
	cursor: pointer;
}
.openListBox .headerBox .btn:hover{
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	filter: alpha(opacity = 90 );
}

.searchBox{
	padding:0 20px;
	margin-top: 20px;
}
.searchBox h4{
	color: #1a90fc;
	font-size: 16px;
}
.searchBox h3{
	color: #333;
	font-size: 16px;
	margin-top: 10px;
}

.searchBox .cityBox,
.searchBox #countyBox{
	font-size: 0;
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.cityBox li,
#countyBox li{
	display: inline-block;
	width: 100px;
	height: 30px;
	margin: 4px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.li_color{
	background: #007CD2;
	color: #fff;
}
.cityBox li:hover,
#countyBox li:hover{
	background: #007CD2;
	color: #fff;
}

.openListBox table{
	width: 100%;
	border-collapse: collapse;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	color: #3c3d3d;
	border: 0;
	margin-top: 20px;
	font-size: 16px;
}
.openListBox table tr{

	border-bottom: 1px solid #e9eef3;
}
.openListBox table tr th,
.openListBox table tr td{
	border: none;
	font-weight: normal;
	height:45px;
}
.openListBox table tr td:nth-of-type(2){
	text-align:left;
}
.openListBox table tr th{
	background: #007CD2;
	color: #fff;
}
.openListBox table tr td a{
	color: #1a90fc;
}
.openListBox table tr td a:hover{
	text-decoration: underline;
}

.divSelect{
	width: 100%;
	max-width: 200px;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	background: #fff;
}
.divSelect .clearBtn{
	position: absolute;
	top: 7px;
	right: 30px;
	text-align: center;
	font-weight: normal;
	width: 16px;
	height: 16px;
	line-height: 15px;
	color: #333;
	background: #eee;
	cursor: pointer;
	font-size: 12px;
	z-index: 99;
	display: none;
}
/*p*/
.divSelect .divSelect_text{
	position: relative;
	height:28px;
	line-height:28px;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	cursor: pointer;
	padding-left: 6px;
	padding-right: 48px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.divSelect .up:after{
	content:'';
	position: absolute;
	top: 4px;
	right: 8px;
	border: 7px solid;
	border-color: transparent transparent  #000 transparent;
	box-sizing: border-box;
}
.divSelect .down:after{
	content:'';
	position: absolute;
	right: 8px;
	bottom: 4px;
	border: 7px solid;
	border-color: #000 transparent transparent transparent;
	box-sizing: border-box;
}
/*下拉框*/
.divSelect>ul{
	position: absolute;
	display: none;
	width: 100%;
	max-height: 151px;
	overflow-y: auto;
	border: 1px solid #eee;
	box-sizing: border-box;
	margin-top: 4px;
	border-radius: 3px;
	background: #fff;
}
.divSelect>ul li{
	background: #fff;
	color: #333;
	line-height: 30px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	padding-left: 6px;
}
.divSelect>ul li:hover{
	background: #008000;
	color: #fff;
}
.divSelect>ul li:first-child{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.divSelect>ul li:last-child{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
/*滚动条修改*/
.divSelect>ul::-webkit-scrollbar {/*滚动条整体样式*/
	width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.divSelect>ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #555;
}
.divSelect>ul::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #EDEDED;
}

/*固定导航*/
.fiedBox{
	position: fixed;
	z-index: 99;
	top:50%;
	margin-top: -200px;
	right: 0;
	background: #0394e9;
	width: 59px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #0394e9;
	border-right: 0;
}
.fiedBox>ul>li{
	position: relative;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding: 6px 0;
	color: #fff;
	cursor: pointer;
}
.fiedBox>ul>li:first-child{
	border-top-left-radius: 5px;
}
.fiedBox>ul>li:last-child{
	border: 0;
	height: 30px;
}
.fiedBox>ul>li span{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/picCommon.png) 4px -88px no-repeat;
}
.fiedBox>ul>li:nth-child(2) span{
	background-position: 6px -127px;
}
.fiedBox>ul>li:nth-child(3) span{
	background-position: 6px -127px;
}
.fiedBox>ul>li:nth-child(4) span{
	background-position: 6px -208px;
}
.fiedBox>ul>li:last-child span{
	height: 26px;
	background-position: -37px -65px;
}
.fiedBox>ul>li p{
	font-size: 12px;

}
.fiedBox>ul>li.fiedActive{
	background: #fff;
	color: #0394e9;
}
.fiedBox>ul>li.fiedActive:first-child span{
	background-position: -41px -88px;
}
.fiedBox>ul>li.fiedActive:nth-child(2) span{
	background-position: -39px -127px;
}
.fiedBox>ul>li.fiedActive:nth-child(3) span{
	background-position: -39px -127px;
}
.fiedBox>ul>li.fiedActive:nth-child(4) span{
	background-position: -38px -208px;
}


.sonBox{
	width: 110px;
	position: absolute;
	left: -60px;
	top: 20px;
	color: #000;
	display: none;
	box-sizing: border-box;
}
.sonBox li{
	padding: 5px 0;
	margin-right: 6px;
	background: #efefef;
}

.fiedBox>ul>li:hover .sonBox{
	display: block;
}


.shareBox{
	width: 110px;
	position: absolute;
	top: 0;
	left: -110px;
	color: #000;
	display: none;
	box-sizing: border-box;
}
.shareBox li{
	padding: 5px 0;
	margin-right: 6px;
	background: #efefef;
}

.fiedBox>ul>li:hover .shareBox{
	display: block;
}

.share{
	overflow: hidden;
	height: 33px;
	background: #f2f2f2;
	line-height: 33px;
	color: #999;
	font-size: 14px;
	padding-left: 20px;
}
.share .share-left {
	float: left;
}
.share .share-right {
	float: right;
}
.share .share-right span {
	float: left;
	height: 33px;
	margin-left: 20px;
}
.share .share-right span a {
	color: #999;
	float: left;
	margin-right: 3px;
}
.share .share-right span a.dy {
	background: url(../img/dc.jpg) no-repeat left;
	padding-left: 25px;
}
.share .share-right .share-btn {
	float: left;
	height: 33px;
	margin-left: 20px;
}