@charset "utf-8";
.w1200 {
  width:100%;
	margin: 0 auto;
}
.header {
	height: 40px;
	padding: 15px;
	background: #204dc2;
	background: -webkit-#204dc2;
	background: #204dc2;
}
.header h1 {
	float: left;
	width: 50%;
	height: 50px;
}
.header h1 b {
	display: inline-block;
	width: 385px;
	height: 50px;
	/*background: url(../imgs/uc/HUBEI_logo.png) 5px 50% no-repeat;*/
	vertical-align: middle;
}
.header h1 strong {
	display: inline-block;
	padding: 0 15px;
	margin-bottom:10px;
    margin-left:120px;
	font: bold 18px/30px microsoft yahei, simhei;
	background: rgba(255,255,255,.1);
 filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#20000000, endcolorstr=#20000000);
	color: #fff;
	border-radius: 5px;
	vertical-align: bottom;
}
.user-nav {
	float: right;
	position: relative;
	overflow: hidden;
	height: 50px;
	margin: -15px 0;
	padding: 15px 0;
}
.user-nav li {
	float: left;
}
.user-nav li a {
	position: relative;
	display: block;
	width: 100px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
.user-nav li.line {
	position: absolute;
	top: 68px;
	left: 0;
	width: 100px;
	height: 12px;
	text-align: center;
	pointer-events: none;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
	-webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
	transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}
.user-nav li.line span {
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom: 6px solid #f0f1f4;
	vertical-align: top;
}
.user-nav li:nth-child(1).current ~ .line {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.user-nav li:nth-child(2).current ~ .line {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.user-nav li:nth-child(3).current ~ .line {
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0);
}
.user-nav li a em {
	position: absolute;
	top: -3px;
	right: 0;
	display: inline-block;
	padding: 0 5px;
	line-height: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #ed8f03;
	color: #fff;
	border-radius: 2px 2px 2px 0;
}
.user-nav li a em:before {
	content: '';
	position: absolute;
	top: 16px;
	left: 0;
	border: 2px solid transparent;
	border-left: 2px solid #ed8f03;
	border-top: 2px solid #ed8f03;
}
.content {
    width: calc(100% - 20px);
    min-width: 1200px;
	padding-top: 10px;
    padding-left:10px;
    padding-right:10px;
	background-color: #f0f1f4;
	margin-bottom: 15px;
}
.user-side {
	float: left;
	width: 18%;
	background-color: white;
}
.user-main {
	width: 79%;
	margin-left: 3%;
	/*padding-bottom: 50px;*/
}
.user-main iframe {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.user-info {
	height:236px;
	padding:10px;
  background: #365fc8;
}
.user-info h2 {
	margin-right: 20px;
	padding: 10px 0;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
}
.user-info i {
	position: relative;
	overflow: hidden;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border-radius: 100px;
	background-color: #d9d9d9;
}
.user-info i img {
	width: 100%;
}
.my-menu li {
	margin-left:5%;
    margin-top:15px;
    float:left;
    width:43%;
	height: 36px;
}
.my-menu li a {
	text-align: center;
	display: block;
	border: 1px solid #ddd;
	border-top: 5px solid #ddd;
	border-radius: 3px;
	padding: 0 5px;
	line-height: 38px;
	background-color: #fff;
	color: #333333;
	transition: backdround ease-in .2s;
}
.my-menu .my-menu-item-active a{
    border: 1px solid #204dc2;
    border-top: 5px solid #204dc2;
    background-color: #f0f4f9;
    color: #204dc2;
}
.my-menu .my-menu-item-active a:hover{
    border: 1px solid #204dc2;
    border-top: 5px solid #204dc2;
    background-color: #f0f4f9;
    color: #204dc2;
}
.my-menu li a:hover {
  border-top: 5px solid #6382d4;
	color: #6382d4;
}
.my-menu li.current a {
	border-color: transparent;
	background: #204dc2;
	color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.25);
}
/* icon */
@font-face {
	font-family: 'egs';
	src: url('../imgs/uc/iconfont.eot');
	src: url('../imgs/uc/iconfont.eot?#iefix') format('embedded-opentype'), url('../imgs/uc/iconfont.woff') format('woff'), url('../imgs/uc/iconfont.ttf') format('truetype'), url('../imgs/uc/iconfont.svg#egs') format('svg');
}
.icon {
	font-family: "egs" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.i-rss:before {
	content: "\e611";
}
.i-group:before {
	content: "\e612";
}
.i-faq:before {
	content: "\e613";
}
.i-edit2:before {
	content: "\e614";
}
.i-app:before {
	content: "\e615";
}
.i-list2:before {
	content: "\e616";
}
.i-checked:before {
	content: "\e617";
}
.i-user:before {
	content: "\e618";
}
.i-lock:before {
	content: "\e619";
}
.my-menu li a i.icon {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	color: currentColor;
	vertical-align: middle;
}
.footer {
	/*border-top: 1px solid #4d71ce;*/
	background-color: rgba(221, 221, 221, 1);;
	height:50px;
    margin-top:20px;
    position:fixed;
    bottom:0px;
    width:100%;
/*	line-height: 24px;/!*box-shadow: 0 -5px 15px rgba(0,0,0,.05);*!/*/
}
.copyright {
	position: relative;
}
.footer .extra {
	position: absolute;
	top: 0;
	right: 20px;
}
.footer .extra > div {
	float: left;
}
#_span_jiucuo {
	margin-top: 10px;
}
.choice {
	width: 500px;
}
.choice ul {
	margin: 10px;
}
.choice li {
	width: 33.33%;
}
.choice li a {
	display: block;
	margin: 5px;
	border: 1px solid #ddd;
	line-height: 38px;
	text-align: center;
	border-radius: 100px;
	transition: ease-in-out .3s;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.choice li img {
	position: relative;
	top: -50px;
	right: -145px;
	width: 15px;
}
.choice li a:hover {
	border: 1px solid #204dc2;
	background-color: #f0f4f9;
	color: #4d71ce;
}
.choice li.on a {
	border: 1px solid #204dc2;
	background-color: #204dc2;
	color: #fff;
}
.choice li.on img {
	position: relative;
	top: -50px;
	right: -145px;
	width: 15px;
}

.choice .btns {
	border-top: 1px solid #eee;
	background-color: #f8f8f8;
}
.item-info {
	padding: 15px;
}
.item-list {
	padding: 20px;
}
.item-list li {
	width: 50%;
	line-height: 34px;
}
.item-list li.full {
	width: 100%;
}
.people-list li {
	display: block;
	min-width: 160px;
	border: 1px solid #ddd;
	margin: 0 10px 10px 0;
	padding: 14px;
	line-height: 24px;
	text-align: center;
	background-color: #f5f5f5;
}
.people-list li h4 {
	line-height: 30px;
	font-size: 16px;
	color: #4d71ce;
}
.people-list li:hover {
	border-color: #204dc2;
	background-color: #fff;
}
/* 收藏问答列表 */
.faq {
	margin: 0 10px;
}
.faq li {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
	padding: 15px;
	line-height: 30px;
}
.faq li h4 {
	position: relative;
	z-index: 1;
	background: url(../imgs/uc/q1.png) 0 50% no-repeat;
	padding-left: 36px;
	font: bold 16px/40px microsoft yahei;
	color: #4d71ce;
}
.faq li h4 a {
	display:block;
	color: #4d71ce;
	width:880px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.faq li p {
	position: relative;
	z-index: 1;
	background: url(../imgs/uc/q2.png) 0 50% no-repeat;
	padding-left: 36px;
}
/* 投诉 */
.state-list li {
	border-bottom: 1px solid #ddd;
	line-height: 24px;
}
.state-list li a {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 15px;
}
.state-list li a > span {
	float: left;
	position: relative;
	z-index: 1;
	display: block;
	min-width: 12.5em;
}
.state-list li a span + span {
	margin-left: 10px;
}
.state-list li a > strong {
	position: relative;
	z-index: 1;
	display: block;
	margin-left: 12.5em;
	color: #4d71ce
}
/* 消息列表 */
.msg-list {
	position: relative;
	overflow: hidden;
}
.msg-list li {
	position: relative;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: -1px;
	padding: 15px;
	line-height: 20px;
}
.msg-list .hd {
	float: left;
	width: 60px;
	text-align: center;
}
.msg-list .hd input {
	vertical-align: middle;
}
.msg-list .bd {
	margin: 0 120px 0 60px;
}
.msg-list .ft {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 120px;
	text-align: right;
}
/* 列表划过样式 */
.hover-style1 li {
	position: relative;
	overflow: hidden;
}
.hover-style1 li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #eef4fb;
	z-index: 0;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.hover-style1 li:hover:after {
	width: 100%;
}
.hover-style1 li > * {
	position: relative;
	z-index: 1;
}
.hover-style2 {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
.hover-style2 li {
	position: relative;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: -1px;
}
.hover-style2 li:hover {
	z-index: 1;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}
/*卡片样式*/
.complaint-all{
	overflow: auto;
	/*min-height:462px;*/
	/*background-image:url('../imgs/newimage/tousu.png');*/
	/*background-size:cover;*/
}
.complaint-all .complaint-auto{
	float: left;
	width: 50%;
	padding: 10px 1px 10px 1px;
    cursor: pointer;
}
.complaint-all .complaint-auto-message{
	float: left;
	width: 50%;
	padding: 0 0.5 0.5 0.5;
	cursor: pointer;
	border:1px solid gainsboro;
	margin: -0.5px;
}
.complaint-all .complaint{
	overflow: auto;
	background: #fff;

	border-radius: 4px;
	padding: 10px;

}
.complaint-all .complaint-left{
	float: left;
	height: 50px;
	width: 85px;
	background: #fff;
}
/*.complaint-all .time{*/
	/*font-size: 14px;*/
	/*color: #999;*/
	/*text-align: right;*/
	/*margin-top: 16px;*/
	/*margin-right: 10px;*/
/*}*/
.complaint-all .time {
	color: #999;
	font-size: 13px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: left;
}
/*.complaint-all .great-title{*/
	/*border-radius:14px 0 0 14px ;*/

	/*height: 26px;*/
	/*line-height: 26px;*/
	/*margin-right: -1px;*/
	/*color: #fff;*/
	/*padding-left: 12px;*/
/*}*/
.complaint-all .great-title {
	border-radius: 5px;
	color: #fff;
	height: 26px;
	line-height: 26px;
	margin-right: -1px;
	text-align: center;
}
.green-color {
	background: #57bb72 none repeat scroll 0 0;
	width: 60px;
}
.complaint-all .blue-color{
	background: #4d71ce;
}
/*.complaint-all .red-color{*/
	/*background: #FF6C6C;*/
/*}*/
.complaint-all .red-color {
	background: #e59d1f none repeat scroll 0 0;
	width: 60px;
}

/*.complaint-all .complaint-right{*/
	/*margin-left: 85px;*/
	/*padding-left: 15px;*/
	/*border-left: 1px solid #C9C8C8;*/

/*}*/
.complaint-all .complaint {
	background: #fff none repeat scroll 0 0;
	border-radius: 4px;
	overflow: auto;
	padding: 20px;
}
/*.complaint-all .title{*/
	/*border-bottom: 1px solid #C9C8C8;*/
	/*padding-bottom: 7px;*/
	/*white-space: nowrap;*/
	/*text-overflow:ellipsis;*/
	/*overflow:hidden;*/
	/*color: #333;*/
/*}*/
.complaint-all .complaint-right .title {
	color: #204dc2;
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	padding-top: 1px;
	margin-left: 90px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.complaint .title {
	color: #204dc2;
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	padding-top: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.complaint-all .more-content{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
	margin-top: 7px;
	color: #666;
}
.complaint-all .complaint-right .more-content {
	-moz-box-orient: vertical;
	color: #000000;
	display: -webkit-box;
	font-size: 14px;
	height: 53px;
	margin-top: 7px;
	margin-left: 90px;
	overflow: hidden;
}
/*卡片样式 end*/
.ask-answer li{
	cursor: pointer;
}
.ask-answer li h4{
	line-height: 28px;
	margin-bottom: 4px;
}
.ask-answer li p{
	line-height: 24px;
}
.singleline{
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.jr-forms tbody th, .jr-forms label .inp{
	color: #333333;
	font-weight: bold;
	line-height: 32px;
	margin-right: 1px;
	padding-right: 1em;
	text-align: right;
	width: 10em;
}