@charset "gb2312";
/* CSS Document */

/*----------------------------------reset---------------------------------------*/

html, body, div, ul, li, form, p, table, th, td, img, h1, h2, h3, h4, h5, input {
	margin: 0;
	padding: 0;
	border: 0px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
	list-style-type: none;
}
td {
	text-align: center;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
a {
	color: #333333;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*----------------------------------header style---------------------------------------*/

.fl {
	float: left;
}
.clear {
	clear: both;
}
.header {
	width: 100%;
	height: 50px;
	background: #008cee;
	position: relative;
}
.header .logo {
	float: left;
	width: 50px;
	height: 50px;
	background-color: #007ad0
}
.header .topa {
	float: left;
	line-height: 50px;
	height: 50px;
	display: block;
	padding: 0 20px;
	color: #FFF;
	font-size: 14px;
}
.header .topa:hover {
	background: #007ad0;
}
.left_navtop{
	text-align: center;
    width: 70%;
    text-align: left;
    padding: 0px 0px 10px 5%;
    border-bottom: solid 3px #377bc2;
    font-size: 16px;
    font-weight: bold;
    color: #377bc2;
}
.nav_left{float: left;margin-right: 20px;}

.link {
	position: absolute;
	top: 0;
	right: 0px;
	height: 40px;
	line-height: 40px;
	width:200px;
	color: #FFF;
	z-index:999;
}
.link a.link_a {
	color: #FFF;
}
.link ul {
	zoom: 1;
}
.link ul li {
	float: left;
	width: 200px;
	line-height: 40px;
	text-align: center;
}
.link ul li a.link_a {
	width: 200px;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 14px;
}
.link ul li a.link_a:hover {
	background: #007ad0;
	color:#007ad0;
}
.user {
	position: relative;
}
/*-------------leftside  style--------------*/

.main1 {
	width: 100%;
	position: relative;
	background: #f8fbff;
}
.leftside {
	position: absolute;
	background: #ebeef3;
	width: 180px;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	border-right: #e4e4e4 solid 1px;
	overflow-y: auto;
}
.leftside ul {
	padding: 30px 0 40px 0;
}
.leftside li {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin: 10px 0;
}
.leftside li.active {
	background: #d9dee7;
}
.leftside li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.leftside li img {
	vertical-align: middle;
	margin-right: 10px;
}
.yyzx {
	position: fixed;
	width: 180px;
	height: 44px;
	line-height: 44px;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: #e4e4e4 solid 1px;
	text-indent: 50px;
	background: url(imagesyy.png) no-repeat 10px center #d9dee7;
}
.leftside .dwmc {
	height: 40px;
	position: fixed;
	line-height: 40px;
	width: 180px;
	top: 50px;
	left: 0;
	right: 0;
	text-indent: 50px;
	font-size: 14px;
	font-weight: bold;
	background: url(imagesfavicon.ico) no-repeat 10px center #ebeef3;
}
.leftside .dwmc .sub_dwmc {
	position: absolute;
	width: 155px;
	display: none;
	left: 8px;
}
.leftside .dwmc .sub_dwmc .sub_dwmc_icon {
	display: block;
	width: 155px;
	height: 10px;
	background: url(imagessub_icon.png) no-repeat center center;
	position: absolute;
	top: -7.7px;
	z-index: 999;
}
.leftside .dwmc .sub_dwmc .sub_dwmc_list {
	width: 152px;
	background: #fff;
	border-radius: 5px;
	border: #ced1d5 solid 1px;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
	/* box-shadow: 0 2px 10px 0 rgba(0,0,0,.2); */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.leftside .dwmc .sub_dwmc a {
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 10px;
	border-bottom: #f7f7f7 solid 1px;
}
.down {
	display: block;
	width: 12px;
	height: 8px;
	background: url(imagesdown.png) no-repeat center center;
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
}
.dactive {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); 	/* IE 9 */
	-moz-transform: rotate(180deg); 	/* Firefox */
	-webkit-transform: rotate(180deg); /* Safari 和 Chrome */
	-o-transform: rotate(180deg); 	/* Opera */
}
/*---------------rightside style-------------*/
.error {
	padding: 10px 10px;
	background: #ff8181;
	border: #e15353 solid 1px;
	color: #fff;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	width: 200px;
	display: none;
}
.userinfo {
	width: 270px;
	border: #e4e4e4 solid 1px;
	background: #fff;
	position: absolute;
	z-index: 999;
	display: none;
	right: 0px;
}
.user-barlist {
	padding: 20px 15px 10px 15px;
}
.user-barlist a {
	float: left;
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
}
.user-barlist a:hover {
	background: #f5f5f5;
}
.user-barlist a span.topbar-user-entrance-logo {
	margin: 20px auto 0 auto;
	width: 40px;
	height: 20px;
	display: block;
	vertical-align: middle;
	line-height: 40px;
}
.icon-topbar-user-info {
	background: url(imagesu01.png) no-repeat center center;
}
.icon-topbar-user-rz {
	background: url(imagesu02.png) no-repeat center center;
}
.icon-topbar-user-aqsz {
	background: url(imagesu03.png) no-repeat center center;
}
.icon-topbar-user-aqgk {
	background: url(imagesu04.png) no-repeat center center;
}
.icon-topbar-user-fwsz {
	background: url(imagesu05.png) no-repeat center center;
}
.icon-topbar-user-hyzx {
	background: url(imagesu06.png) no-repeat center center;
}
.user-barlist a span.ng-binding {
	display: inline-block;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.user-ty {
	width: 100%;
	height: 50px;
	border-top: #e4e4e4 solid 1px;
	line-height: 50px;
	text-align: center;
}
.user-ty a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.user-ty a:hover {
	background: #f5f5f5;
}
.rightside {
	position: absolute;
	left: 181px;
	top: 0;
	right: 0;
	bottom: 0px;
	background: #f8fbff;
}
.tablist {
	width: 100%;
	height: 100%;
}
.tablist ul {
	height: 30px;
	width: 100%;
	background: #ebeef3;
	padding-top: 10px;
}
.tablist li {
	float: left;
	width:10%;
	line-height: 30px;
	margin-right: 10px;
	height: 30px;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #d9dee7;
	text-align: center;
	list-style: none;
}
.tablist li.active {
	background: #f8fbff;
}
.tablist li.tabbtn {
	width: 100px;
	background: #ebeef3;
	padding: 0px 5px;
	height: 25px;
}
.tablist li.tabbtn a {
	float: left;
	vertical-align: middle;
	margin: 2px 2px;
	display: block;
	width: 25px;
	height: 25px;

}
.tablist li.tabbtn a img {
}
.tablist li a.tablink {
	display: block;
	width: 99%;
	padding-right:1%;
	float: left;
	height: 100%;
	text-align: center;
}
.tabdiv {
	height: 100%;
}
.tabdiv div {
	height: 100%;
	width: 100%;
}
.close {
	position: absolute;
	background: url(imagesclose.png) no-repeat center center;
	width: 9px;
	height: 9px;
	display: block;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#myframe {
	background: #f8fbff;
}
#userFrame {
	background: #f8fbff;
}
/*---------------main style-------------*/

.content1 {
	background: #FFF;
	min-height: 100px;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.l_warp {
	width: 100%;
	background: #FFF;
	height: 140px;
	margin-bottom: 20px;
	padding: 20px 0;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.section-head {
	float: left;
	width: 120px;
	padding: 10px 0 0 10px;
}
.section-head a {
	display: inline-block;
	width: 120px;
	text-align: center;
	line-height: 26px;
	color: #06C;
	cursor: pointer;
}
.section-head a img {
	margin: 55px 15px 0;
}
.section-content-wrap {
	padding-left: 130px;
}
.section-content {
	padding: 10px 10px 20px 20px;
}
.section-content .user-name {
	font-size: 22px;
}
.section-content .user-name span {
	color: #999
}
.section-content .user-name a {
	color: #38adff;
}
.section-left {
	position: absolute;
	left: 0;
	width: 45%;
}
.section_gg {
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	margin-bottom: 20px;
}
.section_gg .gg_title {
	height: 40px;
	line-height: 40px;
	background: #f7f7f7;
	text-indent: 10px;
	position: relative;
}
.section_gg .more {
	position: absolute;
	right: 0;
	top: 0;
}
.section_gg .gg_list {
	padding: 10px 15px 0 15px;
}
.section_gg .gg_list li {
	line-height: 27px;
}
.more {
	padding: 5px 15px;
}
.more a {
	color: #00C1DE;
}
.user-email {
	color: #666;
	line-height: 25px;
}
.user-opts {
	color: #06C;
}
.user-opts a {
	margin: 0 10px;
	line-height: 25px;
	color: #06C;
	font-size: 12px;
}
.user-opts a:hover {
	color: #666;
	text-decoration: underline;
}
.section-content1 ul li {
	height: 45px;
	line-height: 45px;
	color: #999;
	border-bottom: 1px solid #f5f5f5;
}
.section-content1 ul li span {
	width: 45px;
	height: 45px;
	display: inline-block;
	text-align: center;
}
.section-content1 ul li:last-child {
	border-bottom: 0;
}
.content1 .section-head1 {
	padding-left: 16px;
	background: #f7f7f7;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
}
.content1 .section-main {
	padding: 16px;
}
.content1 .section-main ul li {
	float: left;
	width: 183px;
	height: 53px;
	line-height: 53px;
	border: 1px solid #CCC;
	border-radius: 5px;
	margin-bottom: 25px;
	margin-right: 65px;
	text-indent: 72px;
	font-size: 14px;
}
.content1 .section-main ul li.kj01 {
	background: url(imagesicon07.jpg) no-repeat 18px center;
}
.content1 .section-main ul li.kj02 {
	background: url(imagesicon08.jpg) no-repeat 18px center;
}
.content1 .section-main ul li.kj03 {
	background: url(imagesicon09.jpg) no-repeat 18px center;
}
.content1 .section-main ul li.kj04 {
	background: url(imagesicon10.jpg) no-repeat 18px center;
}
.content1 .section-main ul li a:hover {
	color: #459df5;
}
/*----------------基本资料样式--------------------*/
.utop1 span {
	position: relative;
	display: block;
	background: none;
	text-indent: 10px;
	vertical-align: middle;
	font-size: 14px;
}
.utop1 span.cname {
	width: 188px;
}
.utop1 span img {
	vertical-align: middle;
	margin-right: 5px;
}
.utop1 span.active {
	background: #e6e6e6;
}
.l_down {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(imagesdown1.png) no-repeat center center;
	width: 20px;
	height: 40px;
	z-index: 9999;
}
.l_down_active {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); 	/* IE 9 */
	-moz-transform: rotate(180deg); 	/* Firefox */
	-webkit-transform: rotate(180deg); /* Safari 和 Chrome */
	-o-transform: rotate(180deg); 	/* Opera */
}
.uleft, .uleft1 {
	background: #eaedf1;
	width: 180px;
	position: absolute;
	top: 41px;
	left: 0;
	bottom: 0;
}
.utitle {
	width: 180px;
	height: 70px;
	line-height: 70px;
	background: #D9DEE4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	text-indent: 20px;
	font-size: 14px;
}
.uleft li {
	line-height: 40px;
	height: 40px;
	text-indent: 30px;
}
.uleft li.active {
	background: #f8fbff;
}
.uleft li.ahover {
	background: #f4f6f8;
}
.bar {
	position: absolute;
	top: 50%;
	right: 3px;
	width: 20px;
	height: 48px;
	background: url(imagesbar1_03.png) no-repeat center center;
	z-index: 999;
}
.bar1 {
	position: absolute;
	top: 50%;
	left: -5px;
	width: 20px;
	height: 48px;
	background: url(imagesbar2.png) no-repeat center center;
	z-index: 999;
	display: none;
}
.umain {
	position: absolute;
	left: 180px;
	top: 41px;
	bottom: 0;
	right: 0;
	width: auto;
}
.title {
	border-left: 2px solid #88B7E0;
	margin: 10px auto;
	text-indent: 10px;
	font-size: 14px;
	position: relative;
}
.intro {
	color: #555;
	background-color: #F9F9F9;
	border: #DDD solid 1px;
	line-height: 18px;
	padding: 6px 12px;
	line-height: 18px;
}
.uform {
	border-top: 1px solid #e1e6eb;
}
.uform table {
	width: 100%;
	margin-top: 20px;
}
.uform td {
	padding: 12px 0;
}
.ftitle {
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}
.bz {
	color: #f00;
	margin: 1px 0;
}
.tr {
	text-align: right;
	width: 150px;
	line-height: 25px;
}
.tl {
	text-align: left;
	text-indent: 10px;
}
.txt {
	width: 40%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	text-indent: 1em;
}
.txtinput1 {
	width: 150px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	text-indent: 1em;
}
.textarea {
	height: 80px;
}
.radio {
	width: 20px;
}
.lradio {
	margin-right: 10px;
}
.sub-industry-list {
	padding-left: 2px;
}
.sub-industry-list li {
	float: left;
	width: 160px;
	line-height: 32px;
	text-align: center;
	background: #eaedf1;
	border: 1px solid #eaedf1;
	margin-left: 5px;
}
.sbtn {
	color: #fff;
	border: 1px solid #09c;
	background-color: #09c;
	width: 58px;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
}
/*----------------登录页----------------------*/

.login-h {
	height: 73px;
	border-bottom: 1px solid #ddd;
}
.s-area {
	width: 1200px;
	margin: 0 auto;
}
.u-logo {
	background: url(imagesulogo.png) no-repeat left center;
}
.u-logo h1 {
	font-size: 26px;
	text-indent: 45px;
	line-height: 73px;
}
.u-com {
	width:160px;
	height: 25px;
	background: url(imageslogo01.png) no-repeat right center;
	margin-top: 24px;
}
.login-content {
	width: 100%;
	max-height: 706px;
	height: 571px;
	background: url(imagesbg.jpg) center bottom no-repeat;
}
.login-content .login-form {
	float: right;
	margin-top: 60px;
	overflow: visible;
	position: relative;
	z-index: 4;
	width: 354px;
	padding-bottom: 20px;
	min-height: 407px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background: #f9f9f9;
	color: #898d90;
}
.login-form h3 {
	padding-left: 20px;
	padding-top: 33px;
	line-height: 20px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
}
.login-form ul {
	width: 348px;
	margin: 0 auto;
	border-bottom: 1px solid #cccccc;
	padding-top: 10px;
}
.login-form li {
	float: left;
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 50%;
	font-size: 16px;
	cursor: pointer;
	color: #898d90;
}
.login-form li.active {
	color: #38adff;
	border-bottom: 3px solid #38adff;
	cursor: default;
}
.login-table {
	width: 305px;
	margin: 0 auto;
}
.login-table td {
	padding-bottom: 24px;
}
.getcode {
	height: 46px;
	padding: 0 10px;
	line-height: 34px;
	margin-left: 10px;
}
.login-type {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	line-height: 20px;
}
.login-type ul {
	padding: 0 20px;
}
.login-type li {
	float: left;
}
a {
	color: #404241;
	text-decoration: none;
}
.login-type .fr {
	float: right;
}
.link-reg a {
	display: inline-block;
	width: 78px;
	font-size: 14px;
	color: #1cb2ff;
	overflow: hidden;
	white-space: nowrap;
}
.link-reg a i {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	vertical-align: -2px;
	background: url(imageslogin_arr.png) no-repeat;
}
.link-reg a span {
	float: left;
	line-height: 18px;
}
#footer {
	padding-bottom: 30px;
	color: #999;
	text-align: center;
}
#footer .links {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
#footer .links a {
	margin: 0 25px;
	color: #5d5e66;
}
.c5d5e66 {
	width: auto;
	color: #5d5e66;
	font-size: 14px;
}
.input {
	float: none;
	width: 298px;
	height: 46px;
	line-height: 46px;
	padding-left: 20px;
	border: 1px solid #e8e8e8;
	font-size: 16px;
	border-radius: 4px;
	color: #898d90;
}
.input1 {
	width: 194px;
}
.loginbtn {
	width: 322px;
	height: 48px;
	background: #38adff;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
}
.login-error, .login-error1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: none;
}
.login-error.active, .login-error1.active {
	background: #fedada;
	color: #fa5b5b;
}
.input-error {
	height: 30px;
	line-height: 30px;
	color: #fa5b5b;
}
/*-------------注册页面-----------------*/
.container1 {
	width: 1200px;
	margin: 0 auto;
}
.main {
	padding-bottom: 55px;
	border-bottom: 1px solid #ddd;
}
.title-wrap-v1 {
	overflow: hidden;
}
.reg_tab {
	width: 400px;
	margin: 40px auto 0px auto;
	border-bottom: 1px solid #ddd;
}
.reg_tab li {
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	width: 50%;
	text-align: center;
}
.reg_tab li.active {
	color: #38adff;
	border-bottom: 3px solid #38adff;
}
.reg-title1 {
	clear: both;
	margin-left: 218px;
	padding: 42px 0 34px;
	line-height: 28px;
	font-size: 28px;
	float: left;
}
.btn-register-jcloud {
	background: #55bcf9 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-family: "Microsoft yahei," Hiragino Sans GB;
	font-size: 16px;
	height: 54px;
	width: 100%;
}
#department {
	width: 288px;
	height: 52px;
	font-size: 14px;
}
.toLogin {
	margin-left: 62px;
	padding-top: 52px;
	font-size: 14px;
	float: left;
}
.toLogin a {
	color: #2aafff;
}
.reg-form {
	margin: 0 auto;
	width: 400px;
}
.reg-other {
	float: left;
	width: 340px;
	height: 605px;
	margin-left: 130px;
	padding-left: 100px;
	border-left: solid 1px #e6e6e6;
}
.reg-other dl {
	color: #666;
	font-size: 14px;
}
.serviceSupport dt {
	line-height: 32px;
	color: #333;
}
.serviceSupport dd {
	line-height: 32px;
	margin: 0;
}
.serviceSupport dd a {
	color: #36aeff;
}
.focusUs img {
	margin: 30px 0 60px 0;
}
.form-item {
	position: relative;
	border: solid 1px #ddd;
	width: 398px;
	height: 52px;
	z-index: 0;
}
.form-item label {
	float: left;
	width: 90px;
	height: 52px;
	line-height: 52px;
	padding-left: 20px;
	font-size: 14px;
}
.txtinput {
	border: 0 none;
	font-size: 14px;
	width: 190px;
	height: 19px;
	padding-left: 20px;
	padding-top: 16px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
	outline: none;
	box-shadow: none
}
#authCode, #authCode1 {
	width: 160px;
	float: left;
}
#phoneCode {
	width: 160px;
	float: left;
}
.btn-phonecode {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 110px;
	height: 52px;
	border: none;
	background: #f2f2f2;
	color: #333;
	padding: 0;
}
.form-agreen {
	color: #333;
	font-size: 12px;
	word-wrap: break-word;
	white-space: nowrap;
}
.input-tip {
	color: #c5c5c5;
	height: 27px;
	font-size: 12px;
	padding-top: 5px;
}
.getcode1 {
	height: 52px;
	padding: 0 19px;
	font-size: 14px;
	margin: 0;
	background: #f2f2f2;
}
/*---------------找回密码------------------*/

.title-wrap-v1 .reg-title {
	clear: both;
	padding: 42px 0 34px;
	line-height: 28px;
	font-size: 28px;
	text-align: center;
	margin-left: auto;
	float: none;
}
.hz_tyyh_main {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	border: solid 1px #b4d7f2;
}
.hz_wypj_top {
	width: 97%;
	height: 47px;
	margin: 10px auto;
}
.hz_tyyh_icon {
	width: 47px;
	height: 47px;
	float: left;
	background: url(imageshz_tyyh_icon.jpg) no-repeat;
}
.hz_tyyh_title {
	float: left;
	width: 912px;
	font-size: 15px;
	border-bottom: solid 2px #9fbdd6;
	height: 47px;
	margin-left: 10px;
	color: #555555;
	line-height: 47px;
}
.hz_psd1_bg {
	width: 820px;
	box-shadow: 2px 2px 2px #f0f0f0;
	border: solid 1px #f0f0f0;
	margin: 40px auto;
	padding-bottom: 20px;
}
.hz_psd_p {
	font-size: 16px;
	line-height: 30px;
	margin-left: 80px;
}
.hz_psd1_bg a {
	color: blue;
}
.hz_psd1_bg a:visited {
	color: #551A8B;
}
.hz_wyts_text {
	width: 275px;
	height: 33px;
	border: 2px solid #ddd;
}
.btn1 {
	width: 100px;
	height: 36px;
	margin: 20px 0 20px 20px;
	font-family: "微软雅黑";
	line-height: 36px;
	color: white;
	font-size: medium;
	font-weight: bold;
	background: #55bcf9;
	overflow: hidden;
	border-radius: 4px;
	text-shadow: 0 1px 0 #FFF;
	cursor: pointer;
}
.btn {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	background-color: #EFEFEF;
	border: none;
	border-radius: 4px;
	padding: 0 20px;
	text-shadow: 0 1px 0 #FFF;
	cursor: pointer;
	vertical-align: middle;
}
.btn-small {
	line-height: 32px;
	padding: 0 10px;
	background-color: #EFEFEF;
	border: none;
	border-radius: 4px;
	color: #333;
	text-shadow: 0 1px 0 #FFF;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255, 255, 255, 0.1) inset;
	margin: 0 0 0 20px;
}
.hz_wyts_gap {
	width: 100%;
	height: 15px;
}
.btn-primary {
	color: #FFF;
	background-color: #43BBEF;
	text-shadow: none;
	background: -webkit-linear-gradient(top, #43BBEF 0%, #4291F6 100%);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255, 255, 255, 0.1) inset;
}
.verifytable {
	width: auto;
	margin: 0px auto 30px auto;
}
.verifytable td {
	padding: 7px 0;
	text-align: left;
	line-height: 35px;
}
.verifytable td.td_right {
	text-align: right;
}
.s-userinfo {
	border-top: 1px solid #e1e6eb;
	border-bottom: 1px solid #e1e6eb;
	margin: 0px auto;
	padding: 20px 0;
}
.s-userinfo-img {
	width: 120px;
}
.s-userinfo-img a {
	display: inline-block;
	width: 100%;
	line-height: 26px;
	color: #38adff;
	cursor: pointer;
	text-align: center;
}
.s-userinfo-detail {
	margin-left: 20px;
	padding-top: 20px;
}
.s-userinfo-detail li {
	line-height: 26px;
}
.s-userinfo-detail li span.u-title {
	width: 70px;
	text-align: right;
	display: inline-block;
}
.secure-list table {
	width: 100%;
	margin: 0 auto;
}
.secure-list table td {
	border-bottom: #e1e6eb dashed 1px;
	text-align: left;
	padding: 33px 0;
}
.secure-list table tr.secure-list-zt td {
	padding: 20px 0;
}
.secure-list table tr.secure-list-zt td span {
	margin-right: 30px;
	display: inline-block;
	float: left;
	vertical-align: middle;
}
.secure-list table tr.secure-list-zt td img {
	margin-right: 30px;
	float: left;
}
.secure-list table td.td-title {
	text-align: center;
	font-weight: bold;
}
.secure-list table td.td-desc {
	padding-left: 40px;
}
.secure-list .sdiv {
	position: relative;
	height: 20px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	width: 200px;
}
.sdiv_width_33 {
	width: 33%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 20px;
	background: #d9534f;
}
.sdiv_width_100 {
	width: 100%;
	background: #090;
}
.td-sz a, .td-sz span {
	display: block;
	float: left;
}
.sz {
	color: #090;
	background: url(imagess-icon.png) no-repeat left center;
	text-indent: 25px;
}
.wsz {
	color: #F90;
	background: url(imagesf-icon.png) no-repeat left center;
	text-indent: 25px;
}
.sp-icon {
	color: #ccc;
	padding: 0 10px;
}
.modify {
	color: #06C;
}
/*--------------------list.html--------------------*/
.utop1 {
	border-bottom: #ebebeb solid 1px;
	height: 40px;
	line-height: 40px;
	background: #fff;
}
.lleftmenu {
	width: 208px;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	top: 41px;
	bottom: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}
.lleftmenu ul {
	margin: 0 auto;
	padding: 0px 0;
}
.lleftmenu li {
	font-size: 14px;
	width: 188px;
	position: relative;
}
.lleftmenu li a {
	height: 42px;
	padding-left: 20px;
	width: 167px;
	line-height: 42px;
	display: inline-block;
}
.lleftmenu li .sidebar-title a.active {
	background: #fff;
	border-left: #00a2ca solid 2px;
}
.lleftmenu li .sidebar-title a.active1 {
	background: #fff;
	border-left: #00a2ca solid 2px;
}
.lleftmenu li .sidebar-title {
	vertical-align: middle;
}
.lleftmenu li .sidebar-title img {
	vertical-align: middle;
	margin-right: 10px;
}
.lleftmenu li span {
	display: block;
	background: url(imagesicon_01.png) no-repeat center center;
	width: 6px;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 18px;
}
.lsub_menu {
	height: auto;
	display: none;
}
.lleftmenu li div.lsub_menu a {
	background: url(imagesicon_09.png) no-repeat 20px center;
	height: 42px;
	padding-left: 20px;
	width: 167px;
	line-height: 42px;
	display: inline-block;
	text-indent: 20px;
}
.lleftmenu li div.lsub_menu a.active {
	background: url(imagesicon_09.png) no-repeat 20px center #fff;
	border-left: #00a2ca solid 2px;
}
.lleftmenu li div.lsub_menu a.active1 {
	background: url(imagesicon_09.png) no-repeat 20px center #fff;
	border-left: #00a2ca solid 2px;
}
.lrightmain {
	background: #f8fbff;
	position: absolute;
	right: 0;
	left: 188px;
	top: 41px;
	bottom: 0;
	overflow: hidden;
}
.lrightmain_page {
	width: auto;
    height: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.lrightmain_tabli {
	width: 100%;
	border-bottom: #e7e8ea solid 1px;
}
.lrightmain_tabli li {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 20%;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}
.lrightmain_tabli li span {
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: #ff0000;
	color: #fff;
	line-height: 22px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	top: 9px;
	left: 62%;
	font-size: 9px;
}
.lrightmain_tabli li.active {
	border-bottom: #4bb9ff solid 2px;
}
.table {
	width: 98%;
	float: right;
	margin: 0 auto;
	background: #fff;
	border: #e4e4e4 solid 1px;
}
.table td {
	padding: 5px 0;
	line-height: 30px;
	border: #e4e4e4 solid 1px;
	text-align: center;
	vertical-align: middle;
}
.table td.cz a {
	color: #38adff;
}
.table tr.td_page td {
	padding: 15px 0;
}
.cz_btnlist a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin-right: 5px;
	text-shadow: none;
	filter: none;
	opacity: 1;
	color: #bbb;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	cursor: not-allowed;
}
.td_pagelist {
	padding-right: 10px;
}
.td_pagelist ul {
	height: 30px;
	border: 1px solid #ddd;
}
.td_pagelist ul li {
	height: 30px;
	width: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	border-right: #ddd solid 1px;
	cursor: pointer;
}
.td_pagelist ul li:hover {
	color: #FFF;
	background-color: #28B5D6;
}
.td_pagelist ul li.on {
	color: #fff;
	background: #38adff;
}
.td_pagelist ul li.endli {
	border: none;
}
.page_info {
	margin-right: 10px;
	line-height: 32px;
}
.table td .xcheck {
	vertical-align: middle;
}
.tr_title td {
	height: 40px;
	line-height: 40px;
	/*border-top: #e4e4e4 solid 1px;*/
	padding: 0;
	background: #f8f8f8;
	font-size: 14px;
}
.div_tab {
	display: none;
	width: 1200px;
	padding: 10px 0px;
	margin: 0px auto 20px;
	position: relative;
	background:#fff;
	overflow: hidden;
}
.s_form {
	padding: 20px 0 20px 20px;
}
.l_txtinput {
	border: #e1e1e1 solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	width: 120px;
	margin-right: 10px;
}
#keyword {
	width: 50%;
	text-indent: 10px;
}
#keyword1 {
	width: 50%;
	text-indent: 10px;
}
.s_btn {
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #38adff;
	border-radius: 3px;
	min-width: 64px;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px;
	font-size: 14px;
}
.s_btn1 {
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #38adff;
	border-radius: 3px;
	width: 64px;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px;
	font-size: 14px;
}
.gj_search {
	margin: 0px auto;
	width: 100%;
	vertical-align: middle;
}
.gj_search label {
	line-height: 30px;
	vertical-align: middle;
	font-size: 14px;
}
.gj_search .start_date {
	width: 156px;
	border: #e1e1e1 solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background: #fff;
}
.gj_search .start_date input {
	height: 30px;
	line-height: 30px;
	width: 115px;
	text-indent: 10px;
}
.gj_search .date_btn {
	display: inline-block;
	float: right;
	width: 34px;
	height: 30px;
	line-height: 30px;
	border-left: #e1e1e1 solid 1px;
	background: url(imagesdate.png) no-repeat center center;
}
.a_search {
	color: #38adff;
	line-height: 30px;
}
.fl_search {
	margin-top: 20px;
	vertical-align: middle;
}
.fl_search label {
	margin: 0 10px 0 5px;
}
.lrightmain_detail {
	width: 370px;
	padding-left: 10px;
	position: fixed;
	top: 0;
	right: -370px;
	bottom: 0;
	overflow-y: scroll;
	background: url(imagesd_bg.png) repeat-y left center;
	z-index: 999;
}
.detail_top {
	height: 52px;
	line-height: 52px;
	border-bottom: #ececed solid 1px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	background: url(imageslclose.png) no-repeat 325px center #fff;
	cursor: pointer;
}
.detail_top span {
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	right: 10px;
}
.detail_info {
	padding: 30px 10px 10px 10px;
	background: #fff;
	border-bottom: #ececed solid 1px;
	position: relative;
}
.detail_info .fx {
	display: block;
	position: absolute;
	background: url(imagesfx.png) no-repeat left center;
	height: 16px;
	line-height: 16px;
	right: 20px;
	top: 10px;
	text-indent: 25px;
	color: #38adff;
}
.news_cz {
	margin-top: 10px;
}
.news_state a {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #3bc2b5;
	border: #3bc2b5 solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 5px;
}
.news_state a:hover {
	color: #fff;
	background: #3bc2b5;
}
a.news_state_tj {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #fff;
	background: #65BA65;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 4px;
	line-height: 20px;
	min-width: 44px;
}
a.news_state_fb {
	color: #ff8e6b;
	border: #ff8e6b solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px;
	font-size: 12px;
}
.news_state a.news_state_top {
	color: #bd84cd;
	border: #bd84cd solid 1px;
}
.news_state a.news_state_top:hover {
	color: #fff;
	background: #bd84cd;
}
.detail_info .modify {
	color: #428bca;
	display: block;
}
.detail_info li {
	font-size: 14px;
}
.detail_info li span {
	color: #858e99;
}
.detail_info li p {
	line-height: 28px;
}
.detail_tag {
	border-bottom: #ececed solid 1px;
	height: auto;
	overflow-y: auto;
	padding: 0px 10px;
}
/*
.detail_tag span {
	display: inline-block;
	margin-right: 10px;
	background: #e8f2fd;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #38adff;
	float: left;
	margin-bottom: 10px;
}
*/
.detail_tag span.active {
	background: #428bca;
	color: #fff;
}
.detail_tag .tag_zdy {
	display: inline-block;
	float: left;
	padding: 0 5px;
	height: 26px;
	line-height: 26px;
	background: #428bca;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 10px 0;
	text-align: center;
	text-indent: 5px;
	cursor: pointer;
}
.detail_tb {
	padding: 0px 10px;
	margin-bottom: 10px;
}
.detail_tb .tb_list {
	background: #fff;
	padding: 10px 10px;
}
.detail_tb label {
	line-height: 30px;
	font-size: 14px;
}
.detail_tb input {
	vertical-align: middle;
}
.detail_tb .tb_list span {
	display: inline-block;
	float: left;
	margin: 0 0 10px 0;
	width: 50%;
	font-size: 14px;
}
.detail_tb .tb_list span input {
	margin-right: 5px;
}
.detail_bottom {
	height: 42px;
	border-top: #ececec solid 1px;
	background: #fff;
	width: 353px;
}
.detail_bottom a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #38adff;
	background: #fff;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
}
.h-n-xgb-p-rl {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 278px;
	height: 234px;
}
.v-g-ri-ghb-xr-xjb {
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 81px;
}
.v-g-ri-ghb-hhb {
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border: 10px solid transparent;
	border-top-width: 0;
	border-bottom-color: #ccc;
}
.v-g-ri-ghb-ml {
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border: 10px solid transparent;
	border-top-width: 0;
	border-bottom-color: white;
	margin-top: -9px;
}
.h-n-xjb-be-xgb-p {
	position: absolute;
	top: 40px;
	left: 67px;
	background-color: white;
	display: block;
	color: #000;
	width: 278px;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
	/* box-shadow: 0 2px 10px 0 rgba(0,0,0,.2); */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 8px;
	max-height: 592px;
	overflow-y: auto;
	overflow-x: hidden;
	border-radius: 2px;
	border-color: rgba(0,0,0,.2);
	border: 1px solid #ccc;
	padding: 10px 0;
}
.h-n-xjb-be-xgb-p ul {
	width: 248px;
	margin: 0 auto;
}
.h-n-xjb-be-xgb-p ul li {
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	position: relative;
	text-indent: 40px;
}
.h-n-xjb-be-xgb-p ul li.active {
	background-color: rgba(0,0,0,0.05);
}
.h-n-xjb-be-xgb-p ul li img {
	position: absolute;
	top: 12px;
	left: 10px;
}
.addnew_title {
	width: 98%;
	position: relative;
}
.a_back {
	font-size: 14px;
	margin-left: 10px;
	display: inline-block;
	color: #38adff;
	border: #38adff solid 1px;
	float: right;
	margin-bottom: 5px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-indent: 0;
	padding: 2px 15px;
}
.a_back:hover {
	background: #38adff;
	color: #fff;
}
.addNew {
	width: 98%;
	margin: 10px auto;
	overflow: hidden;
	border-top: 1px solid #e1e6eb;
}
.addNew .group {
	margin: 10px 0;
	width: 100%;
}
.addNew .group .name {
	font-size: 14px;
	color: #333;
	line-height: 55px;
}
.addNew .group .name .mustIcon {
	color: red;
	margin-right: 5px;
}
.selector {
	border: 1px solid #ccc;
	padding: 2px 5px 0;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	max-height: 100px;
	line-height: 33px;
	min-height: 33px;
	min-width: 200px;
	max-width: 700px;
	width: 100%;
	background: #fff;
}
.addNew .uploadFile {
	height: 34px;
	line-height: 34px;
	width: 68px;
	position: relative;
	cursor: pointer;
	color: #323334;
	background: #fafafa;
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	border: 1px solid rgba(195,195,195,.72);
	font-size: 12px;
	text-align: center;
}
.addNew .uploadFile input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
.addNew .helpText {
	line-height: 16px;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn11 {
	color: #5c5c5c;
	font-size: 14px;
	width: 109px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	user-select: none;
	background: #FAFAFA;
	border: 1px solid rgba(195,195,195,.72);
	border-radius: 4px;
}
.btn-primary11 {
	background: #38adff;
	border: 1px solid rgba(0,140,238,.72);
	border-radius: 4px;
	color: #fff;
	margin-right: 10px;
}
/*--------------添加标签------------*/
.l_content {
	width: 384px;
	height: 378px;
	border: #e1e1e1 solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	padding: 5px 5px;
}
.l_content span {
	display: inline-block;
	border: #e1e1e1 solid 1px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 10px;
}
.l_content span a.tag_close {
	display: block;
	width: 9px;
	height: 9px;
	background: url(imagesclose.png) no-repeat center center;
	float: left;
	margin: 10px 5px 0 0;
}
.r_list_m {
	width: 236px;
	height: 378px;
}
.r_list_addForm {
	height: 40px;
}
.tag_input {
	border: #e1e1e1 solid 1px;
	height: 30px;
	line-height: 30px;
	width: 150px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-indent: 1em;
}
.tag_btn {
	height: 30px;
	line-height: 30px;
	background: #008bee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 70px;
	color: #fff;
}
.tag_btn.active {
	background: #008bee;
	color: #fff;
}
.r_list {
	width: 234px;
	height: 348px;
	padding: 20px 0;
	border: #e1e1e1 solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	overflow-y: auto;
	position: relative;
}
.r_list_top {
	position: fixed;
	height: 30px;
	text-align: center;
	line-height: 30px;
	top: 51px;
	right: 11px;
	width: 234px;
	background: #fff;
	font-size: 14px;
	z-index: 999;
}
.r_list li {
	padding: 2px 15px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}
.r_list li.active {
	background: #dfedfa;
}
.r_list li label {
	margin-left: 5px;
}
.r_list li span {
	display: block;
	float: left;
}
.r_list li span.l_icon {
	height: 40px;
	width: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #5f70a7;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}
.r_list .r_list_tag_list li {
	line-height: 30px;
	height: 30px;
	padding: 5px 15px;
	font-size: 14px;
}
.ok {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: url(imagesok.png) no-repeat center center #000;
	opacity: 0.5;
	width: 40px;
	height: 40px;
	z-index: 999;
}
.addNew_left {
	width: 62%;
}
.addNew_right {
	width: 35%;
}
.taglist {
	position: relative;
	max-width: 700px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 10px;
	cursor: pointer;
}
.taglist li {
	border-bottom: #ccc dashed 1px;
	padding: 10px 0;
}
.taglist div.tagname {
	float: left;
	font-weight: bold;
	width: 20%;
}
.taglist div.tags {
	float: right;
	width: 80%;
	min-height:24px;
}
.taglist span {
	display: inline-block;
	margin-right: 10px;
	background: #e8f2fd;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #38adff;
	float: left;
	margin-bottom: 5px;
}
/*政策解读*/
.taglist_jd{
	position: relative;
    max-width: 700px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px;
    cursor: pointer;
overflow: hidden;}
.taglist_jd span{
	width: 100%;
	text-align: left;
    margin-right: 10px;
    background: #e8f2fd;
    padding: 0 10px;
    color: #38adff;
    float: left;
    margin-bottom: 5px;
}



.sidebar1 {
	width: 188px;
	height: 30px;
	line-height: 30px;
	background: url(imagesbar03.png) no-repeat center center #d9dee7;
}
.sidebar1.active {
	background: url(imagesbar04.png) no-repeat center center #d9dee7;
	width: 40px;
}
.getCode {
	border: 1px solid #afafaf;
	background-color: #f3f3f3;
	color: #777;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 10px;
}
.mtxt {
	width: 260px;
}
.telCode {
	width: 128px;
}
/*---------------------------修改头像----------------------------*/
.imgTab .hd {
	border-bottom: #ddd solid 1px;
}
.imgTab .hd li {
	float: left;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #666;
	background: #FBFAF8;
	padding: 0 20px;
	cursor: pointer;
	font-size: 12px;
}
.imgTab .hd li.on {
	border-top: 2px solid #00a2ca;
	background: #fff;
	margin-bottom: -1px;
}
.imgtitle {
	line-height: 50px;
	display: inline-block;
	width: 100%;
	height: 50px;
	font-size: 12px;
}
.imgTab .imgList {
	width: 409px;
	height: 140px;
	padding: 15px 10px 0 10px;
	background: #EEE;
	border: 1px solid #D9D9D9;
	overflow-y: auto;
}
.imgList li {
	float: left;
	width: 120;
	padding: 0 4px;
	margin-bottom: 15px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.imgList li.on img {
	border: #60A2E6 solid 2px;
	width: 116px;
	height: 116px;
}
.imgyl {
	width: 120px;
}
.imgyl span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
}
.xfile {
	margin: 50px auto 0 auto;
	width: 340px;
}
.file-box {
	position: relative;
	width: 340px;
	font-size: 12px;
	margin: 10px auto;
}
.txt1 {
	height: 28px;
	line-height: 28px;
	border: 1px solid #ddd;
	background: #eeeeee;
	width: 180px;
	cursor: not-allowed;
}
.btn {
	border: 1px solid #ddd;
	background: #f7f7f7;
	height: 30px;
	width: 58px;
	line-height: 30px;
	font-size: 12px;
}
.file {
	position: absolute;
	top: 0;
	right: 80px;
	height: 24px;
filter:alpha(opacity:0);
	opacity: 0;
	width: 260px
}
/*--------------------------信息公开网标签-----------------------------*/
.tag_list {
	overflow: hidden;
	height: auto;
	padding: 0;
	border: none;
	border-bottom: #e4e4e4 solid 1px;
	width: 264px;
	background: #fff;
}
.tag_title {
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-indent: 10px;
	background: #f6f5f1;
	text-indent: 20px;
	border: #e4e4e4 solid 1px;
	cursor: pointer;
}
.down_icon {
	float: right;
	display: inline-block;
	width: 6px;
	height: 8px;
	background: url(imagesicon_01.png) no-repeat center center;
	margin: 17px 10px 0 0;
	transform: rotate(180deg)
}
.tag_list ul.filetree {
	margin: 0;
	border-left: #e4e4e4 solid 1px;
	border-right: #e4e4e4 solid 1px;
	padding: 5px 15px;
	display: none;
}
/*--------------------------------实名认证-----------------------------*/
.rz_img {
	position: relative;
}
.rz_info {
	margin-left: 30px;
	vertical-align: top;
	font-size: 12px;
}
.rz_info img {
	vertical-align: top;
}
.rz_info p {
	color: #a0a0a0;
}
.rz_file {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 26px;
filter:alpha(opacity:0);
	opacity: 0;
	width: 93px;
	z-index: 9999;
	cursor: pointer;
}
.rz_btn {
	background: #f8f8f8;
	height: 26px;
	line-height: 26px;
	width: 93px;
	margin-top: 10px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	opacity: 0.5;
	color: #000;
}
.file_btn {
	position: absolute;
	top: 18px;
}
.xuhao {
	border: 1px solid #cccccc;
	width: 50px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.yjs {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	border: #F00 solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 5px;
	line-height: 20px;
	color: #F00;
}
.yjs:hover {
	color: #fff;
	background: #F00;
}
.not {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 4px;
	line-height: 20px;
	color: #fff;
	background: #B2B2B2;
	min-width: 44px;
}
.not:hover {
	color: #fff;
	background: #797979;
}
/*------------------------我要写信--------------------------*/
.group label {
	margin: 0 10px 0 5px;
}
.bmlb, .xqwlb {
	display: none;
	margin-top: 20px;
}
.xj_table {
	width: 80%;
	margin: 20px auto;
	border: #ccc solid 1px;
}
.xj_table td {
	line-height: 26px;
	border-bottom: #ccc solid 1px;
	padding: 10px 10px;
	text-align: left;
}
.xj_table td.xj_title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: url(imagesjsb.png) no-repeat 10px center #f8f8f8;
	text-indent: 40px;
	font-weight: bold;
	border-bottom: #ccc solid 1px;
	padding: 10px 0;
}
.xj_table td.td_title {
	width: 120px;
	font-weight: bold;
	text-align: right;
	border-right: #ccc solid 1px;
	border-left: #ccc solid 1px;
}
.t1 {
	width: 95%;
	margin: 20px auto;
}
table.t1 {
	border: 1px solid #cad9ea;
	color: #555;
}
table.t1 th {
	text-align: center;
	border: 1px solid #cad9ea;
	padding: 6px 4px;
	background: #e9f2f9;
 background-repeat: :repeat-x;
	height: 30px;
	font-size: 15px;
	font-weight: normal;
}
table.t1 td {
	/* background: #f1fbfe; */
	border: 1px solid #cad9ea;
	padding: 8px 4px;
	text-align: left;
	word-wrap: break-word;
	word-break: break-all;
	height: 35px;
}
.span3 {
	border: 1px solid #ccc;
	border-top: 1px solid #b7b7b7;
	/* background: #f1fbfe; */
	border-radius: 2px;
	padding-left: 5px;
	width: 70%;
	height: 30px;
	word-wrap: break-word;
	word-break: break-all;
}
input.date {
	background: #fff url(imagesinput_date.png) no-repeat right 3px;
	border: 1px solid #848484;
	height: 28px;
	width: 70%;
	margin: 0 5px 0 0;
	padding: 2px 0 2px 5px;
	font-size: 12px;
}
.span3 {
	border: 1px solid #ccc;
	border-top: 1px solid #b7b7b7;
	/* background: #f1fbfe; */
	border-radius: 2px;
	padding-left: 5px;
	width: 70%;
	height: 30px;
	word-wrap: break-word;
	word-break: break-all;
	float: left;
}
#hint {
	width: 95%;
	margin: 0px auto 28px auto;
}
#hint h1 {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-indent: 2px;
}
.headtop {
	font-size: 20px;
	font-weight: bold;
}
.qxlist {
	padding: 10px 0;
	margin: 0 auto;
	width: 80%;
}
.qxlist li {
	border-bottom: #ccc solid 1px;
	padding: 10px 0;
}
.qxlist li label {
	float: left;
	width: 80%;
}
.hfnr {
	border: 1px solid #ccc;
	padding: 2px 5px 0;
	cursor: pointer;
	border-radius: 4px;
	max-height: 100px;
	line-height: 33px;
	min-height: 33px;
	min-width: 200px;
	max-width: 700px;
	width: 100%;
	background: #fff;
}
.detail_tag_title {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.xxlist {
	border: 1px solid #ccc;
	width: 244px;
	background: #fff;
	padding: 10px 10px;
	overflow-y: scroll;
}
.xxlist li {
	line-height: 30px;
}
.tagnav {
	min-height: 668px;
	width: 217px;
	padding: 10px 10px;
	background: #f4f6f8;
	border: 1px solid #ebebeb;
}
.ftaglist {
	height: 36px;
	line-height: 36px;
}
.ftaglist.hover {
	background: #e7eaef;
}
.ftaglist a {
	display: inline-block;
	background: url(imagesicon20.png) no-repeat 5px center;
	text-indent: 20px;
}
.ftaglist.active {
	background: rgb(56, 173, 255);
}
.ftaglist.active a {
	color: #fff;
}
.ftaglist img {
	vertical-align: middle;
}
.icon {
	margin: auto 5px;
}
.icon.active {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.tbd li {
	width: 50%;
	float: left;
}
.sicon {
	display: inline-block;
	background: url(imagesdown1.png) no-repeat center center;
	width: 10px;
	height: 6px;
	margin-left: 2px;
	vertical-align: middle;
	cursor: pointer;
}
.sicon1 {
	display: inline-block;
	background: url(imagesdown1.png) no-repeat center center;
	width: 10px;
	height: 6px;
	vertical-align: middle;
	cursor: pointer;
}
.sicon1.desc {
	transform: rotate(180deg);
}
.tdiv {
	background: #fff;
	border: #e4e4e4 solid 1px;
	position: absolute;
	top: 30px;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.tdiv a {
	display: block;
	line-height: 30px;
	text-align: left;
	width: 100px;
	text-align: center;
}
.tdiv a.active {
	background: #f8f8f8;
}
/*------------------信息资源详情页-------------------*/
.ntitle {
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}
.date {
	text-align: center;
	padding: 10px 0;
}
.content p {
	text-indent: 2em;
	line-height: 26px;
}
.nmodify {
	font-size: 14px;
	margin-left: 10px;
	display: inline-block;
	color: #38adff;
	border: #38adff solid 1px;
	float: right;
	margin-bottom: 5px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-indent: 0;
	padding: 2px 15px;
}
.mlsx{ display:inline-block; margin-left:10px; color:#17c295; border:#17c295 solid 1px; width:30px; height:18px; line-height:18px; text-align:center; font-size:12px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.mlsx_sy{ color:#f7b55e; border:#f7b55e solid 1px;}
.mlcount{ float:right; display:inline-block; margin:9px 10px 0 0; background:#afe3f9; border-radius:10px; color:#fff;-webkit-border-radius:10px; -moz-border-radius:10px; text-align:center; height:18px; width:18px; line-height:18px; vertical-align:middle; font-size:10px;}


.xj_hd{border-bottom:#ccc solid 1px; height:40px; line-height:40px; background:#f8f8f8;}
.xj_hd li{ float:left;width:140px; height:40px; line-height:40px;text-align:center;}
.xj_hd li.active{ background:#fff; font-weight:bold;}
.xj_bd{ background:#fff; padding:10px 10px;}
.xj_bd div{ display:none;}
.czrz li{ line-height:40px; border-bottom:#ccc  dashed 1px;}
.czrz li span{ display:inline-block; float:right;}
.right_nav{float: left;    padding: 0px 40px 10px; border-bottom: solid 3px #377bc2;font-size: 16px;font-weight: bold;color: #377bc2;}

@media (max-width:1080px) {
.div_tab{width: 94%;}
.tagnav{height: auto;width: 98%;padding: 1%;float: none;}
.lrightmain_page{overflow: inherit;margin-top: 20px;}
.table{width: 100%;}


}