﻿body, ol, ul, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea,select{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
a {
	text-decoration: none;
}
em, i, b {
	font-style: normal;
}
ol, ul, dl, li, dt, dd {
	list-style: none
}
@font-face
{
	font-family: hdjwb;
	src: url('../fonts/wbs.TTF');
	font-weight:bolder;
}
.header{
	background: #fff;
	position: relative;
	height: 90px;
	border-bottom: 4px solid #1467b3;
	box-sizing: border-box;
	text-align: center;
	line-height: 88px;
}
.logoBox>div{
	display: inline-block;
	font-size: 50px;
	font-weight: bold;
	font-family:"hdjwb";
	vertical-align: middle;
	color: #1467b3;
}
.header img{
	vertical-align: middle;
}
.navTool{
	position: absolute;
	line-height: normal;
	right: 10px;
	top: 19px;
}
.navTool a{
	display: inline-block;
	padding-left: 22px;
	font-size: 16px;
	color: #000;
}
.navTool a.login{
	background: url(../img/ico01.png) no-repeat;
	margin-right: 15px;
}
.navTool a.register{
	background: url(../img/ico02.png) no-repeat;
}
.navTool a:hover{
	color: #418fd7;
}

.navTool span.version{
	margin-right:20px;
}
.navTool span.version a{
	display: inline-block;
	padding: 4px 10px;
	background:#66a9ed ;
	margin-left:0;
	color:#fff;
	font-size: 14px;
}
.navTool span.version a.active,
.navTool span.version a:hover{
	background:#4f5dd4 ;
}

#rollBox{
    /*width:100%;*/
	height: 248px;
	position: relative;
	overflow: hidden;
}
.rollUl{
	font-size: 0;
    width:100%;
	height: 100%;
}
.rollUl li{
	position: absolute;
    width:100%;
	height: 100%;
}
.rollUl li img{
	height: 100%;
	width: 100%;
}
.toolLeft{
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 134px;
	z-index: 1000;
}
.toolRight{
	position: absolute;
	top: 50%;
	margin-top: -22px;
	right: 134px;
	z-index: 1000;
}

.selectArea{

	width: 1000px;
	padding: 8px;
	font-size: 0;
	background: #ffffff;
	border: solid 1px #418fd7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin:0px auto 20px;
	box-sizing: border-box;
}
.selectArea>li{
	position: relative;
	display: inline-block;
	font-size: 18px;
	width: 15.6%;
	margin: 5px 0.5% 5px 0.5%;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #f0f0f0;
	color: #646464;
}
.selectArea>li:hover>.nextArea{
	display: block;
}
.nextArea{
	position: absolute;
	top: 34px;
	z-index: 1000;
	width: 592px;
	padding: 8px;
	font-size: 0;
	background: #ffffff;
	border: solid 1px #418fd7;
	box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-sizing: border-box;
	display: none;
	left: 50%;
	text-align: left;
}
.nextArea li{
	display: inline-block;
	width: 23%;
	font-size: 16px;
	background: #f0f0f0;
	margin: 4px 1%;
	text-align: center;
	cursor:pointer;
}

.nextArea li:hover {
	background: #418fd7;
	color: #ffffff !important;
}

.nextArea.rights{
	left: auto;
	right: 50%;
}

.btnBox{
	width: 1020px;
	margin: auto;
}
.btnBox ul{
	font-size: 0;
}
#rollNav>ul>li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	width: 214px;
	height: 140px;
	margin: 0 20px;
	text-align: center;
	border-radius:8px ;
	background: #e9e9e9;

}
.imgBox{
	background: #e9e9e9;
	height: 100px;
	line-height: 100px;
	border-radius:8px ;
}
.imgBox img{
	vertical-align: middle;
}
#rollNav>ul>li  p{
	line-height: 43px;
	background: #418FD7;
	/*font-weight: bold;*/
	font-size:28px;
	color: #fff;
	border-bottom-left-radius:8px ;
	border-bottom-right-radius:8px ;
}
#rollNav>ul>li:hover .sonBox{
	display: block;
}
#rollNav a{
	color: #0A122A;
}
.sonBox{
	display: none;
	position: absolute;
	top: 0;
	right: -31px;
	z-index: 9999;
	width: 165px;
	height: 177px;
}

.sonBox ul li{
	line-height: 28px;
	font-size: 16px;
	padding-left: 20px;
	text-align: left;
	cursor: pointer;
	background: url(../img/arrow_s.png) 8px 12px no-repeat;
}
.sonBox ul li:hover{
	background: url(../img/arrow_s.png) 10px 12px no-repeat;
}
.sonBox ul{
	margin-top: 16px;
	margin-left: 18px;
	background: #fff;
	border: 1px solid #418FD7;
	box-shadow: 2px 2px 2px #a0c7eb;
	border-radius: 5px;
	z-index: 9999;
}

.sonBox img.tri{
	position: absolute;
	left: 9px;
	top: 50px;
}

.textBox{
	border-top: 1px solid #418fd7;

}
.textBox>ul{
	width: 1000px;
	margin:30px auto;
	font-size: 0;
	overflow: hidden;
}

.leftFlow{
	float: left;
}
.leftRight{
	float: right;
}
.navTop{
	border-left:solid 4px #1467b3 ;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #1467b3;
	margin: 10px 0;
	padding-left: 6px;
}
.navTop a{
	float: right;
	color: #000;
	font-weight: normal;
}
.navTop a:hover{
	color: #418FD7;
}
.textContentBox{
	height: 190px;
	font-size: 16px;
	box-sizing: border-box;
	display: inline-block;
	/*font-size: 14px;*/
	width: 47.5%;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
    padding-bottom: 15px;
    line-height: 1.8em;
}
.textContentBox:nth-child(3),
.textContentBox:nth-child(4){
	border: none;
}
.textContentBox p{
	line-height: 30px;
	padding-left: 10px;
	height: 126px;
	margin-left: 10px;
	cursor: pointer;
	background: url(../img/ico8.png) 2px 13px no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.textContentBox ul{
	height: 126px;
}
.textContentBox li{
	line-height: 31px;
	padding-left: 10px;
	margin-left: 10px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	cursor:pointer;
	background: url(../img/ico8.png) 2px 12px no-repeat;
}
.textContentBox li:hover{
	color: #418FD7;
}

#navArea{
	width: 1000px;
	height: 40px;
	margin: auto;
	margin-bottom: -0px;
	font-size: 0;
	cursor:pointer;
}

#navArea  span{
	font-size: 16px;
	position: relative;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	color: #fff;
	vertical-align: middle;
	min-width: 110px;
	margin-left:-20px ;
	text-align: center;
	cursor:pointer;
	background: url(../img/area_secbg.png) no-repeat right;
}
.area_item:hover{
	background: #418fd7;
	color: #ffffff !important;
	cursor: pointer;
}
#navArea  span:first-child{
	margin-left: auto;
	z-index: 10;
}
#navArea  span:nth-child(2){
	z-index: 9;
}
#navArea  span:nth-child(3){
	z-index: 8;
}
#navArea  span:nth-child(4){
	z-index: 7;
}
#navArea  span:nth-child(5){
	z-index: 6;
}
.btnBox{
	position: relative;
	height: 200px;

}
.r_box{
	position: relative;
	width: 1030px;
	height: 200px;
	overflow-x:hidden;
	height:250px;
}
#rollNav{
	position: absolute;
	left: 0;
	top: 0;
	height: 200px;
	white-space: nowrap;
}
#rollNav>ul{
	width: 1020px;
	display: inline-block;
}

.btn_left,
.btn_right{
	position: absolute;
	top: 25%;
	left: -28px;
	width: 35px;
	height:35px;
	background: url(../img/btns.png) 0px 0px no-repeat;
}
.btn_left:hover{
	background-position: -96px 0px;
}
.btn_right{
	left: auto;
	right: -28px;
	background: url(../img/btns.png) -47px 0px no-repeat;
}
.btn_right:hover{
	background-position: -143px 0px;
}




/*list*/
.listBody{
	background: #f3f3f3;
}
.centerBox{
	width: 1080px;
	box-sizing: border-box;
	margin: auto;
	background: #fff;
}
.navHeader{
	padding: 10px 0;
	padding-left: 30px;

}
.navHeader h1{
	font-size: 16px;
	line-height: 21px;
	padding-left: 10px;
	border-left: 3px solid #1ab7f1;
}
.listBox{
	width: 998px;
	margin: 20px auto;
	margin-bottom: 60px;
	min-height: 800px;
	border-top: 1px solid;
	background: url(../img/fpzc_bg.png) no-repeat top left;
}
.listBox .lefts{
	display: inline-block;
	width: 215px;
	vertical-align: top;
}
.listBox .lefts>p{
	line-height: 40px;
	padding-left:40px ;
}
.lefts div p{
	padding-left:20px ;
	line-height: 40px;
}
.lefts div .p1{
	background: url(../img/line02_focus.png) no-repeat center bottom;
	color: #47cdff;
	transition: all 0.4s ease 0s;
}
.lefts div .p1:hover,
.lefts div .p2:hover{
	background: url(../img/fpzc_nav_focus.png) no-repeat center bottom;
	color: #47cdff;
	cursor:pointer;
}
.lefts div .p2{
	background: url(../img/fpzc_nav_unfocus.png) no-repeat center bottom;
	transition: all 0.4s ease 0s;
}
.listBox .rights{
	display: inline-block;
	padding-left: 42px;
	padding-top: 12px;
}

.search{
	width: 730px;
	margin-top: 16px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}


.search input{
	width: 400px;
	height: 30px;
	box-sizing: border-box;
	font-size: 16px;
	padding-left: 10px;
	border: 1px solid #cacaca ;
}
.search span{
	vertical-align: middle;
	display: inline-block;
	width: 70px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #1ab7f1;
	font-size: 16px;
	color: #fff;
	margin-top: -4px;
}
.search span:hover{
	background: #29a7d5;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}
.rights>ul{
	min-height: 590px;
}
.rights ul li{
	line-height: 40px;
	height:40px;
}
.rights ul li span,
.rights ul li a,
.rights ul li em{
	font-style: normal;
	vertical-align: middle;
	display: inline-block;
}
.rights ul li span{

	width: 22px;
	height: 22px;
	background-color: #1ab7f1;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	margin-right: 10px;
	font-size: 12px;
	line-height: 22px;
}
.rights ul li a{
	width: 587px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}

.rights ul li a:hover{
	color: #1ab7f1;
}
.rights ul li em{
	margin-left: 20px;
}

.pages{
	height: 37px;
	line-height: 37px;
	border-bottom: solid #91c4e3 1px;
	border-top: solid #91c4e3 1px;

	margin: 50px 0;
	text-align: right;
}
.pages ul{
	display: inline-block;
}
.pages ul li{
	height: 22px;
	font-size: 14px;
	margin-left:5px;
	color: #fff;
	line-height: 22px;
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #1aa1d7;
	background: #1aa1d7;
	border-radius: 2px;
	cursor: pointer;
}

.pages ul li.diyiye{
	background: rgb(130, 130, 130);
	color: #fff;
}
.pages ul li.dqy{
	background: #1aa1d7;
	color: #fff;
}
.pages ul li.on{
	color: #1aa1d7;
	background: #fff;
}
.pages ul li.on:hover{
	background: #1aa1d7;
	color: #fff;
}
.pages ul input.go-pages{
	border: 1px solid #1aa1d7;
	border-radius: 2px;
	height: 23px;
	width: 30px;
	text-align: center;
}

/*content*/
.contentsBox{
	width: 998px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 16px;
	padding-bottom: 40px;
}
.contentsBox h3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.centerBox {
	margin-bottom: 20px;
}
.contentsBox .text p{
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin: 10px 0;
	color: #8d8c8c;
}

.contentText{
	line-height: 30px;
	font-size: 16px;
	color: rgb(51, 51, 51);

}
.contentText h4{
	text-indent: 2em;
}
.footerText {
	line-height: 30px;
	text-align: right;
	margin-top: 20px;
}
.footerText span{
	display: inline-block;
	margin-left: 10px;
}
.footerText p{
	text-align: right;
	line-height: 40px;
}


/*投诉*/
.tsBox {
	width: 998px;
	margin: auto;
}
.xzArea{
	padding: 0 32px;
	margin: 15px auto;
	background: #f6f5f5;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 16px;
}
.xzArea input{
	height: 30px;
	box-sizing: border-box;
	width: 252px;
	padding-left: 10px;
	font-family: "微软雅黑";
}
.xzArea input::-webkit-input-placeholder{
	color: rgb(194, 194, 194);
}
.xzArea .xzSelect{
	position: relative;
	width: 210px;
	height:31px;
	border: #cacaca solid 1px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0 18px;
	font-family: "微软雅黑";
}
.xzArea .xzSelect p{
	line-height: 28px;
	padding-left: 10px;
	color: rgb(194, 194, 194);
	background: #fff;
}
.xzArea .xzSelect em{
	right: 9px;
	top: 8px;
	color: rgb(194, 194, 194);
	font-size: 12px;
	position: absolute;
	transform: rotate(180deg);
}
.xzArea>span{
	display: inline-block;
	width: 70px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #1ab7f1;
	font-size: 16px;
	vertical-align: middle;
	color: #fff;
}
.xzArea>span:hover{
	background: #29a7d5;

	cursor: pointer;
}
.tsBox .pages{
	border: none;
	margin-bottom:0 ;
	padding-bottom: 60px;
}

.areaBoxs p{
	font-size: 16px;
	color: #1ab7f1;
	line-height: 40px;
	margin-top: 20px;
	background: url(../img/border01.png) no-repeat top center;
}


.isAreas .left{
	display: inline-block;
	width: 114px;
	vertical-align: top;
	line-height: 28px;
	color: #8b8a8a;
	font-size: 17px;
}
.isAreas ul{
	width: 810px;
	vertical-align: top;
	display: inline-block;
}
.isAreas ul li{
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 28px;
	margin-bottom: 6px;
	transition: all 0.4s ease 0s;
}
.isAreas ul li.active,
.isAreas ul li:hover{
	color: #fff;
	background: #1ab7f1;
	cursor: pointer;
}

.countyArea{
	padding-top: 10px;
	border-top:1px dashed #c2c2c2 ;
	display: none;
}

.tables{

}
.tables table{
	width: 100%;
	border-collapse: collapse;
}
.tables table th{
	text-align: center;

	color: #fff;
	background: #0176bf;
	padding:10px;
}
.tables table td{
	text-align: center;

	padding: 10px;

}
.tables table td:nth-of-type(2){
	text-align:left;
}
.tables table td span{
	display: inline-block;
	width: 100px;
	height: 27px;
	line-height: 27px;
	background: #fe9b27;
	color: #fff;
	font-size: 16px;
}
.tables table tr:nth-child(even){
	background: #fffce5;
}
.tables table td span:hover{
	background: #fb8904;

}
.tables table td span img{
	margin-right: 6px;
}


.registerBox>div{
	cursor: pointer;
}
.navTool>div ul li:hover{
	background: #418FD7;
	color: #fff;;
}

.navTool > div {
	cursor: pointer;
}


.selectVersions{
	display: inline-block;
	width: 90px;
	font-size: 14px;
	margin-right: 30px;
	vertical-align: top;
	position:relative;
	z-index:9999;
}
.selectVersions p img{
	vertical-align: -3px;
	margin-right: 4px;
}
.selectVersions ul{
	background: #e9e9e9;;
	color: #333;
	border-radius: 3px;
	text-align: center;
	padding:4px 0;
	box-sizing: border-box;
	line-height: 28px;
	margin-top: 10px;
	display: none;
}

/*固定导航*/
.fiedBox{
	position: fixed;
	z-index: 99;
	top:50%;
	margin-top: -200px;
	right: 35px;
	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;
	z-index: 6666;
}
.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/oldone1-old.png)  no-repeat;
}
.fiedBox>ul>li:first-child+li span {
	background: url(../img/picCommon.png) 6px -127px no-repeat;
}
.fiedBox>ul>li:nth-child(2) span{
	background: url(../img/picCommon.png) 6px -127px no-repeat;
	/*background-position: 6px -127px;*/
}
.fiedBox>ul>li:first-child+li+li span{
	background: url(../img/picCommon.png) 4px -88px no-repeat;
}
.fiedBox>ul>li:nth-child(3) span{
	background: url(../img/picCommon.png) 4px -88px no-repeat;
	/*background-position: 6px -127px;*/
}
.fiedBox>ul>li:first-child+li+li+li span{
	background: url(../img/picCommon.png) 6px -208px no-repeat;
}
.fiedBox>ul>li:nth-child(4) span{
	background: url(../img/picCommon.png) 6px -208px no-repeat;
	/*background-position: 6px -208px;*/
}
.fiedBox>ul>li:first-child+li+li+li+li span{
	height: 26px;
	background: url(../img/picCommon.png) -37px -65px no-repeat;
}
.fiedBox>ul>li:last-child span{
	height: 26px;
	background: url(../img/picCommon.png) -37px -65px no-repeat;
	/*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: -37px -169px;*/
	background-position: -39px -127px;
}
.fiedBox>ul>li.fiedActive:nth-child(4) span{
	background-position: -38px -208px;
}


.sonBox1{
	width: 110px;
	position: absolute;
	top: 0;
	left: -110px;
	color: #000;
	display: none;
	box-sizing: border-box;
}
.sonBox1 li{
	padding: 5px 0;
	margin-right: 6px;
	background: #efefef;
}

.fiedBox>ul>li:hover .sonBox1{
	display: block;
}

/*固定导航*/
.bg_white {
	width: 1080px;
	height: auto !important;
	height: 570px;
	min-height: 570px;
	background: #fff;
	margin: 22px auto;
	padding-top: 18px;
	padding-bottom: 80px;
}
.bg01{background: #f3f3f3;}
.position{ color:#606060; padding-left:18px; background:url(../img/icon01.png) no-repeat left; margin-left:30px; height:21px; line-height:21px;font-size:16px;}
.position a{ color:#1ab7f1; text-decoration:none;}
.position a:hover{ color:#089ed5; text-decoration:none;}
.title_blue{ font-size:30px; color:#1467b3; text-align:center; margin:60px auto 20px auto;}
.table_style{ margin:60px 50px; border-collapse:collapse; border:solid 1px #f0f0f0; width:980px; font-size:16px;}
.table_style tr td{border-collapse:collapse; border:solid 1px #f0f0f0; padding:6px 15px;line-height:30px}
.gray_td{ background:#f6f6f6; color:#6a6a6a;width:115px;}
.money_list li a:hover {
	color: #1ab7f1;
}
.area_item:hover, .area_list_focus {
	background: #418fd7;
	color: #ffffff !important;
}
.area_item {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	min-width: 86px;
	text-align: center;
}
.money_list li {
	width: 33%;
	margin: 2px auto;
	float: left;
}
.money_list a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}

/*-投诉举报公开详情页新增-*/
*{ margin:0px; padding:0px;}
body{ font-family:"微软雅黑"; font-size:16px;}
.complaint_box{ margin:30px;}
.complaint_title{ background:url(../img/complaint.png) no-repeat left; padding-left:24px; font-size:16px; margin:auto auto 15px auto;}
.complaint_table{ border-collapse:collapse; margin-bottom:30px;color:#444444;}
.complaint_table tr td{ padding:10px 20px; border:solid 1px #f0f0f0; border-collapse:collapse;line-height:30px}
.complaint_table_bg{ background:#f6f6f6;color:#000;}
.reply_title{ background:url(../img/reply.png) no-repeat left; padding-left:24px; font-size:16px; margin:auto auto 15px auto;}

/*------首页--------*/
.neirong_minsheng{ width:1080px; margin:0px auto;padding-top:47px;min-height:550px;}
.minsheng_left{}
/*------导航1--------*/
.icon01{ float:left;}
.text05{ float:left; margin-left:10px; color:#fff; font-size:16px; line-height:19px; text-indent:7px;}
.text06{ color:#c7e9ff;font-size:16px; line-height:19px;}
/*------大图标--------*/
.bigbox{ margin-top:32px;}
.box_minsheng02{width:459px; height:145px; float:left; border-radius:10px; border:solid 1px #1467b3; -moz-border-radius:10px; -webkit-border-radius:10px;  background:#ffffff; overflow:hidden;}
.box01left_bg{ width:145px; height:145px; float:left; text-align:center; float:left; background:#e9e9e9;}
.box01left_bg:hover{transition: all 0.4s ease 0s;}
.box01left_bg img{ margin-top:39px;}

.box01right_bg{ width:314px;height:145px; float:left;}
.text07{color:#1467b3;font-size:32px; margin-left:10px; margin-top:12px;}
.text08{font-size:16px; margin-left:10px; line-height:20px;margin-top:10px; color:#979797;}

.box02{width:459px; height:145px; float:left; margin-left:158px; border:solid 1px #1467b3; -moz-border-radius:10px; -webkit-border-radius:10px;  background:#ffffff; overflow:hidden;}
.box02left_bg{  width:145px; height:145px; background:#e9e9e9; float:left; text-align:center; float:left;}
.box02left_bg:hover{transition: all 0.4s ease 0s;}
.box02left_bg img{ margin-top:39px;}
.boxline02 {
	width: 459px;
	height: 145px;
	float: left;
	margin-top: 65px;
	border-radius: 10px;
	border: solid 1px #1467b3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #ffffff;
	overflow: hidden;
}
.position02{ color:#606060; padding-left:18px; background:url(../img/icon01.png) no-repeat left;height:21px; line-height:21px; margin-left:-18px; font-size:16px;}
.position02 a{ color:#1ab7f1;}
.position02 a:hover{ color:#0aa0d8;}
.box03left_bg{  width:145px; height:145px;  background:#e9e9e9; float:left; text-align:center; float:left;}
.box03left_bg:hover{ transition: all 0.4s ease 0s;}
.box03left_bg img{ margin-top:39px;}
.neirong_ydfp{ width:998px; margin:0 auto;}
.neirong_ydfp02{ width:998px;height:378px; margin:0 auto;}
.title_info{ background:url(../img/info.png) no-repeat left center #f6f6f6; background-position:22px; padding-left:45px; height:40px; line-height:40px; margin-bottom:10px; margin-top:20px;}
.table02{ width: 995px;margin:0 auto; margin-top:16px; line-height:37px; border:#f0f0f0 1px solid;border-collapse:collapse; }
.table02_bg{ background:#f6f6f6;}
.table02 tr td{padding-left:18px;  border:#f0f0f0 1px solid;border-collapse:collapse; }
.table02 tr th{border-collapse:collapse; line-height:40px; background:#0176bf; color:#fff;}
.table02_odd{ background:#f6f6f6; color:#6a6a6a;}
.h-top-r {
	position: absolute;
	line-height: normal;
	right: 10px;
	top: 10px;
}
.h-top-r a{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
.h-top-r a:hover{
	color: #418fd7;
}

.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;
}
.contentText p{
	line-height: 2em!important;
	font-family:"微软雅黑"!important;
}
.contentsBox .text p span{
	font-size: 14px;
	color: #666;
}
.contentsBox .text p span a{
	color:#666;
}
.versions {
	position: absolute;
	top: -2px;
	left: 10px;
	font-size: 14px;
	color: red;
	color: #ff00006e;
	font-size: 30px;
	font-weight: bold;
}
/*------资金详情--------*/
.btn_suggest {
	background: #f75000;
	color: #fff;
	border-radius: 4px;
	height: 45px;
	width: 200px;
	border: none;
	font-size: 18px;
	margin: 50px auto auto auto;
}
。table02 {
	width: 800px;
	float: left;
}
。table02 td {
	width: 30%;
}

.table02_odd {
	width: 20%
}
.title_info {
	width: 755px;
}
