* {
	margin: 0;
	padding: 0;
}

dl, dd, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

em, i, font, strong, b {
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: inherit;
}

h1, h3, h4, h5, em {
	font-style: normal;
	font-weight: normal;
	font-size: .7vw;
}

body {
	font-family: "microsoft yahei" sans-serif;
/* 	color: #fff; */
	background-color: #f2f2f2;
}

/*header*/
.topHeader {
	width: 100%;
	height: 177px;
	background: #3498db;
}

.hdcontent {
	width: 1200px;
	position: relative;
	height: 100%;
	background: url(../images/logo5.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.loginBtn {
	width: 348px;
	height: 96px;
	border-radius: 10px;
	background: rgba(1, 57, 113, .1);
	position: absolute;
	right: 0;
	bottom: 18px;
}

.loginBtn ul {
	width: 100%;
	height: 100%;
}

.loginBtn ul li {
	width: 50%;
	height: 48px;
	line-height: 48px;
	float: left;
	text-align: center;
}

.loginBtn ul li:hover {
	cursor: pointer;
	opacity: .9;
}

.loginBtn ul li img {
	position: relative;
	bottom: 8px;
	margin-right: 10px;
}

.loginBtn ul li font {
	height: 48px;
	line-height: 48px;
	display: inline-block;
	overflow: hidden;
	color: white;
}

.lg_font a {
	width: 106px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	display: inline-block;
	background: #2980b9;
	font-size: 14px;
}

.choose_qx {
	width: 120px;
	height: 35px;
	position: absolute;
	bottom: 46px;
	right: 440px;
}

.choose_qx:hover {
	cursor: pointer;
}

.choose_qx font {
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	overflow: hidden;
	display: inline-block;
	color:#fff;
}

/*3区12县*/
.qx_menu {
	position: absolute;
	z-index:99;
	margin-top: 5px;
	margin-left: -641px;
	width: 1200px;
	max-height: 90px;
	background: #ffffff;
	display: none;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	font-weight: 700;
}

.qx_menu ul {
	width: 1200px;
	height: 100px;
	margin: -25px auto;
}

.qx_menu ul li {
	float: left;
	text-align: center;
	width: 108px;
	height: 40px;
	line-height: 40px;
	padding-top:5px;
}

.qx_menu ul li font {
	width: 100px;
	height: 37px;
	display: inline-block;
	line-height: 37px;
	color: #000;
	font-size: 16px;
}

.qx_active {
	border-radius: 24px;
	background: #006bc8;
	color: #fff !important;
}

.qx_hover {
	border-radius: 24px;
 	border: 1px solid #006bc8; 
 	box-sizing: border-box;
 	color: #ff8000!important;
}

.qx_menu ul li:nth-child(14), .qx_menu ul li:nth-child(15) {
	width: 128px;
}

.qx_menu ul li:nth-child(14) font, .qx_menu ul li:nth-child(15) font {
	width: 120px;
}

/*menu菜单*/
.menuBar {
	width: 100%;
	height: 50px;
	background: #2980b9;
}

.menuBar ul {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0 px;
}

.menuBar ul li {
	float: left;
	height: 50px;
	width:133.3px;
	line-height: 50px;
	text-align: center;
}

.menuBar ul li:hover {
	cursor: pointer;
	background:#0097e6;
}
.menu_active {
	background: #006ac5;
}

.menuBar ul li font {
	overflow: hidden;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: white;
}

.menuBar ul li img {
	margin-bottom: 12px;
	margin-right: 10px;
}

/*footer*/
.footer {
	width: 100%;
	height: 200px;
	background: #1492ff;
}

.footer ul {
	width: 1200px;
	position: relative;
	height: 170px;
	padding: 25px 0 5px 0;
	margin: 0 auto;
	text-align: center;
}

.footer ul li {
	line-height: 48px;
	font-size: 16px;
}

.footer ul li img {
	margin: 0 22px 0 12px;
	position: relative;
	top: 5px;
}

.imgIco {
	width: 227px;
	height: 72px;
	position: absolute;
	bottom: 64px;
	right: 0;
}

/*主体内容区域*/
.contentMain {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	background: #f2f2f2;
}


.fwdh {
	width: 395px;
	height: 230px;
	position: relative;
	background: #fff url(../images/topBg.png) no-repeat center ;
	float: left;
}

.fwdh dl {
	width: auto;
	height: 270px;
	position: absolute;
}

.fwdh dl dd {
	width: 100px;
	height: auto;
	position: relative;
	margin-left: 30px;
	float: left;
	text-align: center;
	margin-top: 8px;
}

.fwdh dl dd:nth-child(1) :hover{
	cursor: pointer;
	background: rgba(9, 117, 212, .1);
}
.fwdh dl dd:nth-child(2) :hover{
	cursor: pointer;
	background: rgba(9, 117, 212, .1);
}

.fwdh dl dd:nth-child(n+3) :hover{
	cursor: pointer;
/* 	cursor:not-allowed; */
	background:rgba(90, 90, 90, .5);
}

/* .fwdh dl dd :hover{ */
/* 	cursor: pointer; */
/* 	background: rgba(9, 117, 212, .1); */
/* } */
.dropFont {
	background: rgba(0, 0, 0, .5);
	display: none;
	font-size: 18px;
	width: 192px;
	height: 138px;
	line-height: 138px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.dropFont font {
	position: relative;
	top: 26px;
}

.fwdh dl dd:nth-child(5), .fwdh dl dd:last-child {
	margin-right: 0;
}


.fwdh dl dd:nth-child(7), .fwdh dl dd:nth-child(8), .fwdh dl dd:nth-child(9),
	.fwdh dl dd:nth-child(10), .fwdh dl dd:nth-child(11) .fwdh dl dd:nth-child(12) {
	margin-bottom: 0;
}

.fwdh dl dd img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.fwdh dl dd span {
	display: block;
	line-height: 20px;
}

.fwdh dl dd span:nth-child(2) {
	font-size: 16px;
	color: #5a5a5a;
	margin-bottom: 5px;
}

.fwdh dl dd span:nth-child(3) {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 14px;
}

/*服务指南*/
.fwzn {
	height: 150px;
	background: #fff;
	width: 1200px;
	float: left;
}



.title img {
	margin-top: 10px;
	margin-left: 10px;
}

.fwzn .title {
	width: 1200px;
	height: 40px;
	background: url(../images/bt_redline.png) no-repeat;
	box-shadow: 0 1px 3px rgba(99,110,114,.2);
}

.rk_btn {
	margin: 15px 25px 10px 35px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.rk_btn a {
	display: inline-block;
	float: left;
	width: 180px;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	cursor: pointer;
}



.rk_btn a div {
	margin-top: 90px;
	padding: 0;
	z-index: 1;
	cursor: pointer;
}

.ewb-super-icon1{
	background-image: url("../images/rz_b.png");	
	background-repeat:no-repeat;
	background-position: center; 
}
.ewb-super-icon1:HOVER{
	background-image: url("../images/rz_d.png");	
	background-repeat:no-repeat;
	background-position: center; 
	color: #82c0f3;
	transition: .3s;
}
.ewb-super-icon2{
	background-image: url("../images/zc_b.png");	
	background-repeat:no-repeat;
	background-position: center; 
}
.ewb-super-icon2:HOVER{
	background-image: url("../images/zc_d.png");	
	background-repeat:no-repeat;
	background-position: center; 
	color: #82c0f3;
	transition: .3s;
}
.ewb-super-icon3{
	background-image: url("../images/jj_b.png");	
	background-repeat:no-repeat;
	background-position: center; 
}
.ewb-super-icon3:HOVER{
	background-image: url("../images/jj_d.png");	
	background-repeat:no-repeat;
	background-position: center; 
	color: #82c0f3;
	transition: .3s;
}
.ewb-super-icon4{
	background-image: url("../images/xq_b.png");	
	background-repeat:no-repeat;
	background-position: center; 
}
.ewb-super-icon4:HOVER{
	background-image: url("../images/xq_d.png");	
	background-repeat:no-repeat;
	background-position: center; 
	color: #82c0f3;
	transition: .3s;
}
.ewb-super-icon5{
	background-image: url("../images/py_b.png");	
	background-repeat:no-repeat;
	background-position: center; 
}
.ewb-super-icon5:HOVER{
	background-image: url("../images/py_d.png");	
	background-repeat:no-repeat;
	background-position: center; 
	color: #82c0f3;
	transition: .3s;
}
.ewb-super-icon6{
	background-image: url("../images/xz_b.png");	
	background-repeat:no-repeat;
	background-position: center; 
}
.ewb-super-icon6:HOVER{
	background-image: url("../images/xz_d.png");	
	background-repeat:no-repeat;
	background-position: center; 
	color: #82c0f3;
	transition: .3s;
}




/* .rk_btn a:nth-child(1), .rk_btn a:nth-child(2), .rk_btn a:nth-child(3), */
/* 	.rk_btn a:nth-child(4), .rk_btn a:nth-child(5) { */
/* 	margin-top: 5px; */
/* } */

/* .rk_btn a:nth-child(6), .rk_btn a:nth-child(7), .rk_btn a:nth-child(8), */
/* 	.rk_btn a:nth-child(9) { */
/* 	margin-bottom: 0; */
/* } */
/* .rk_btn a:nth-child(1), .rk_btn a:nth-child(2), .rk_btn a:nth-child(3) {*/
/* 	margin-top: 5px;*/
/* }*/

/* .rk_btn a:nth-child(4), .rk_btn a:nth-child(5), .rk_btn a:nth-child(6) {*/
/* 	margin-bottom: 0;*/
/* }*/

/*中选公示-信用评价*/
.ggpj {
	width: 100%;
	height: 268px;
	background: transparent;
	margin: 0 auto;
	margin: 10px 0;
	overflow: hidden;
}

.ggpj .wcxm {
	margin-top: 5px;
	width: 384px;
	background: #fff;
	margin-right: 10px;
	border: 1px solid #c7ced1;
	float: left;
}

.ggpj .zjjg {
	margin-top: 5px;
	width: 384px;
	background: #fff;
	margin-right: 10px;
	border: 1px solid #c7ced1;
	float: left;
}

.ggpj .xypj {
	margin-top: 5px;
	width: 384px;
	background: #fff;
	margin-right: 10px;
	border: 1px solid #c7ced1;
	float: left;
}
/* .ggpj .wcxm{width: 583px; background: #fff; margin-right: 10px; border: 1px solid #c7ced1; float: left;} */
/* .ggpj .xypj{width: 583px; background: #fff; border: 1px solid #c7ced1; float: left;} */
.gp_block {
	height: 226px;
	width: 100%;
	background: #fff;
}

.zxgg .title, .xypj .title {
	width: 583px;
	height: 40px;
	margin-left: 0px;
	background: url(../images/bt_redline.png) repeat-x;
	position: relative;
}
/*.zg ul,.xp ul{width: 100%; height: 226px; padding: 5px 10px 10px 10px; box-sizing: border-box;}*/
.zg ul li, .xp ul li {
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #545454;
	border-bottom: 1px solid #d8d8d8;
}

.zg ul li:hover, .xp ul li:hover, .myscroll ul li:hover {
	cursor: pointer;
	opacity: .8;
}

.zg ul li span {
	float: left;
	width: 560px;
	overflow: hidden;
	font-size: 14px;
}

.xp ul span font {
	width: auto;
	max-width: 360px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.zg ul li span font:nth-child(1) {
	width: auto;
	max-width: 220px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.zg ul li span font:nth-child(2) {
	width: auto;
	max-width: 220px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
	display: inline-block;
	float: left;
}

.zg ul li a, .xp ul li a {
	float: right;
	color: #a9a9a9;
	font-size: 14px;
	font-weight: 700;
}

.xp ul li a i:last-child {
	margin-right: 20px;
}

.xp ul li a i {
	position: relative;
	top: 2px;
	float: left;
}

.xp ul li a font {
	display: inline-block;
	width: 50px;
	text-align: right;
}
/*.xp ul li span{width: auto; max-width: 360px; overflow: hidden; white-space: nowrap; text-align: left; text-overflow: ellipsis;}*/
.more {
	display: inline-block;
	width: 54px;
	height: 14px;
	line-height: 14px;
	position: absolute;
	text-align: center;
	top: 13px;
	right: 25px;
	font-size: 14px;
	font-weight: 700;
	color: #636262;
}
.more img{
	position: absolute;
	top:-13px;
	left:36px
}

.more3 {
	display: inline-block;
	width: 54px;
	height: 14px;
	line-height: 14px;
	position: absolute;
	text-align: center;
	top: -25px;
	right: 22px;
	font-size: 14px;
	font-weight: 700;
	color: black;
	z-index: 2;
}

.more3 img{
	position: relative; 
	top:4px;
	left:3px
}.more2 {
	right: 15px;
}
.more:hover {
	cursor: pointer;
	opacity: .9;
}

/*评星*/
.yellow {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/star.png) no-repeat;
	background-position: 0 1.8px;
}

.gary {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/star.png) no-repeat;
	background-position: -67px 1.8px;
}

.harf {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/star.png) no-repeat;
	background-position: -51px 1.8px;
}

/*运行统计 交易数据 中介名录*/
.yxjyzj {
	width: 100%;
	height: 310px;
	margin: 10px 0px;
}

.yxjyzj .yxtj, .yxjyzj .jysj, .yxjyzj .zjml {
	float: left;
	height: 100%;
	width: 395px;
	background: #fff;
}

.yxjyzj .yxtj{
	width: 390px;
}.yxjyzj .zjml {
	float: right;
	height: 270px;
	position: relative;
	/*border: 1px solid #c7ced1;*/
}

.tztb .title,.yxtj .title, .jysj .title {
	width:100%;
	height:40px;
	background: url(../images/bt_redline.png) no-repeat;
	position: relative;
	margin: 0 0;
	padding: 0 0;
	box-shadow: 0 1px 3px rgba(99,110,114,.2);
}

.zjml .title {
	width: 387px;
	background: url(../images/bt_redline.png) no-repeat;
	position: relative;
}

.zjml .title span {
	display: inline-block;
	letter-spacing: 2px;
	font-family: "microsoft sans serif";
	position: absolute;
	left: 21px;
	bottom: 1px;
	border-radius: 3px 3px 0 0;
	border: 1px solid #145984;
	padding: 2px 18px;
	background: #1f81be;
	color: #fff;
	font-size: 17px;
}

.zjml ul {
	width: 373px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: center;
	height: 225px;
	background: #fff;
}

.zjml ul li {
	width: 152px;
	height: 90px;
	border-radius: 3px;
	position: relative;
	border: 2px solid #fff;
	float: left;
}

.zjml ul li:hover {
	cursor: pointer;
	opacity: .9;
}
.zjml ul li span {
	display: inline-block;
	font-size: 14px;
	color: #3c4858;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 180px;
	max-width: 180px;
	min-height: 18px;
	max-height: 18px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.zjml ul li:nth-child(1){
	width: 173px;
	height: 85px;
	background-size: cover;
	margin-top: 0px;
	margin-left:0px;
}

.zjml ul li:nth-child(2){
	width: 173px;
	height: 85px;
	background-size: cover;
	margin-top: 0px;
	margin-left: 10px;
}
 .zjml ul li:nth-child(3) {
	width: 173px;
	height: 85px;
	background-size: cover;
	margin-top: 20px;
}

.zjml ul li:nth-child(4) {
	width: 173px;
	height: 85px;
	background-size: cover;
	margin-top: 20px;
	margin-left: 10px;
}

.jysj .echats_zt {
	width: 359px;
	text-align: center;
	height: 218px;
	padding: 6px 12px;
}

/*公示公告*/
.gggs {
	width: 100%;
	height: auto;
	background: #f2f2f2;
	overflow: hidden;
}

.gggs .jjxq {
	width: 384px;
	background: #fff;
	margin-right: 10px;
	border: 1px solid #c7ced1;
	float: left;
}

.gggs .zjxq {
	width: 384px;
	background: #fff;
	margin-right: 10px;
	border: 1px solid #c7ced1;
	float: left;
}

.gggs .xxxq {
	width: 384px;
	background: #fff;
	border: 1px solid #c7ced1;
	float: left;
}
.gggs1 {
	width: 395px;
	float: right;
	height: 100%;
	background: #fff;
	overflow: hidden;
}


.gggs1 .jjxq {
	width: 384px;
	background: #fff;
	margin-right: 10px;
	border: 1px solid #c7ced1;
	float: left;
}

.gggs1 .zjxq {
	width: 384px;
	background: #fff;
	margin-right: 10px;
	border: 1px solid #c7ced1;
	float: left;
}

.gggs1 .xxxq {
	width: 384px;
	background: #fff;
	border: 1px solid #c7ced1;
	float: left;
}
.gggs1 ul {
	/*margin-top: 15px;*/
	height: auto; /*overflow-y: scroll;*/
}

.gggs1 ul li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d8d8d8;
	width: 100%;
}
.gggs1 ul li img {
	position: relative;
	top: 5px;
	float: left;
	margin-right: 10px;
}

.gggs1 ul li span {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-left: 10px;
}
.gggs1img{
	position: relative;
	
	
}
.gggs1 ul li:last-child {
	border-bottom: none;
}

.gggs1 ul li span font:nth-child(2) {
	width: auto;
	max-width: 1000px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
	display: inline-block;
	float: left;
	margin-right: 15px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.gggs1 ul li span font:nth-child(3) {
	width: auto;
	max-width: 320px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
	display: inline-block;
	float: left;
	font-size: 14px;
	cursor: pointer;
	font-family: "Microsoft YaHei";
}

.gggs1 ul li a {
	font-size: 14px;
	font-family: "Microsoft YaHei";
}
.jjxq .title, .zjxq .title, .xxxq .title {
	width: 384px;
	background: url(../images/bt_redline.png) no-repeat;
	position: relative;
}

.g_title {
	width: 100%;
	display: inline-block;
	height: 29px;
	line-height: 29px;
	border-bottom: 2px solid #0a0a0a;
}

.g_title font {
	font-size: 16px;
	color: #004586;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left: 10px;
}

.g_title i {
	display: inline-block;
	width: 6px;
	height: 20px;
	position: relative;
	top: 3px;
	left: 3px;
	background: url(../images/btIco.png) no-repeat;
	background-size: cover;
}

.title_img {
	display: inline-block;
	width: 1200px;
	height: 85px;
	position: relative;
	background: url(../images/zxfaMoreBg11.png) no-repeat;
	background-size: cover;
}

.title_img2 {
	display: inline-block;
	width: 1200px;
	height: 85px;
	position: relative;
	background: url(../images/zxfaMoreBg12.png) no-repeat;
	background-size: cover;
}

.title_img3 {
	display: inline-block;
	width: 1200px;
	height: 85px;
	position: relative;
	background: url(../images/zxfaMoreBg13.png) no-repeat;
	background-size: cover;
}

.more_block {
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 22px;
	background: none;
	bottom: 4px;
	right: 25px;
}

.more_block:hover {
	cursor: pointer;
}

.gggs ul {
	width:100%;
	height: auto;
}

.gggs ul li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d8d8d8;
	width: 100%;
}
.gggs ul li img {
	position: relative;
	top: 5px;
	float: left;
	margin-right: 10px;
}

.gggs ul li span {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-left: 8px;
}

.gggs ul li:last-child {
	border-bottom: none;
}

.gggs ul li span font:nth-child(2) {
	width: auto;
	max-width: 1000px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
	display: inline-block;
	float: left;
	margin-right: 15px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.gggs ul li span font:nth-child(3) {
	width: auto;
	max-width: 320px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
	display: inline-block;
	float: left;
	font-size: 14px;
	cursor: pointer;
	font-family: "Microsoft YaHei";
}

.gggs ul li a {
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.zjjgqt {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color:#3e3e3e;
	cursor: pointer;
}

/*运行统计*/
.tj_cnt {
	width: 100%;
	height: 231px;
}

.tj_cnt .filter {
	width: 100%;
	padding: 20px 10px;
	color: #545454;
	text-align: center;
	position: relative;
    left: 5%;
}

.tj_cnt .filter span {
	display: inline-block;
	margin-right: 5px;
	padding: 2px 5px;
	font-size: 12px;
	color: #fff;
	background: #105593;
	border: 1px solid #134776;
}

.tj_cnt .filter select {
	border: 1px solid #afafaf;
	width: 100px;
	height: 22px;
	margin-left: 5px;
}

.tj_cnt dl {
	width: 370px;
	height: 190px;
	margin-top: 15px;
}

.tj_cnt dl dd:FIRST-CHILD {
	float: left;
	color: red;
	width: 41%;
	height: 50%;
	background: black;
	margin-left:9%;
	margin-bottom: 2.4%;
	border-radius: 10px;
	background: #f8f9fc;
}
.tj_cnt dl dd:nth-child(2),.tj_cnt dl dd:nth-child(4){
	float: left;
	color: red;
	width: 41%;
	height: 50%;
	background: black;
	margin-left:6%;
	margin-bottom: 2.4%;
	border-radius: 10px;
	background: #f8f9fc;
}
.tj_cnt dl dd:nth-child(3){
	float: left;
	color: red;
	width: 41%;
	height: 50%;
	background: black;
	margin-left:9%;
	margin-bottom: 2.4%;
	border-radius: 10px;
	background: #f8f9fc;
}
.tj_cnt dl dd:hover {
	cursor: pointer;
	opacity: .8;
}

.des_font {
	color: #3c4858;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 14px;
	display: block;
	text-align: center;
}

.num {
	font-size: 14px;
	line-height: 14px;
	color: #27c686;
	display: block;
	text-align: center;
	font-weight: 700;
}

.onePic {
	display: inline-block;
	position: relative;
	top: 5px;
	overflow: hidden;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
}

.onePic img {
	margin-top: 0;
	padding: 0;
}

/*时间搜索*/
.dataSearch {
	width: 1180px;
	padding: 10px 15px;
	font-size: 14px;
	box-sizing: border-box;
}

/*详情*/
.detail {
	margin-bottom: 50px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-image: initial;
	padding: 30px;
}

.detail .detail-msg {
	border-bottom: 1px solid #7098ec;
	padding-top: 10px;
	padding-bottom: 10px;
}

.detail-msg-left {
	text-align: center;
	font-size: 24px;
	font-family: 宋体;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.detail-msg-left span {
	color: #000;
	margin-right: 20px;
}

.detail-msg-right {
	float: right;
	padding-right: 10px;
	padding-bottom: 5px;
}

.detail-msg-right span {
	color: #000;
	margin-right: 20px;
	font-size: 16px;
}

.bdshare-button-style0-16 {
	zoom: 1;
}

.detail-msg-right span {
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-top: 6px;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
	float: left;
	font-size: 12px;
	padding-left: 17px;
	line-height: 16px;
	height: 16px;
	background-image: url(../img/share/icons_0_16.png?v=91362611.png);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 6px 6px 6px 0;
}

.bdshare-button-style0-16 .bds_tsina {
	background-position: 0 -104px;
}

.bdshare-button-style0-16 .bds_weixin {
	background-position: 0 -1612px;
}

.bdshare-button-style0-16 .bds_qzone {
	background-position: 0 -52px;
}

.bdshare-button-style0-16 .bds_sqq {
	background-position: 0 -2652px;
}

.detail .detail-content {
	font-size: 16px;
	line-height: 2;
	padding: 20px 0;
	text-align: justify;
	word-break: break-word;
}

.detail .detail-content>p, .detail .detail-content>div {
	margin-bottom: 10px;
}

.detail-content-main {
	min-height: 100px;
	color: #000;
}

.text-indent {
	text-indent: 32px;
}

.clearfix:after {
	clear: both;
	display: table;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before,
	.btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before,
	.container-fluid:after, .container-fluid:before, .container:after,
	.container:before, .dl-horizontal dd:after, .dl-horizontal dd:before,
	.form-horizontal .form-group:after, .form-horizontal .form-group:before,
	.modal-footer:after, .modal-footer:before, .modal-header:after,
	.modal-header:before, .nav:after, .nav:before, .navbar-collapse:after,
	.navbar-collapse:before, .navbar-header:after, .navbar-header:before,
	.navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after,
	.panel-body:before, .row:after, .row:before {
	display: table;
	content: " ";
}

/*列表详情*/
.creditDetail {
	width: 1200px;
	margin: 0 auto 70px auto;
	color: #666666;
}

.creditDetail table {
	border-spacing: 0px;
	border: 1px solid #C8DDE8;
	border-collapse:collapse;
}

.creditDetail table tbody tr td {
	border: 1px solid #C8DDE8;
}

.creditDetail .credith4 {
	height: auto;
	line-height: 30px;
	color: #000000;
	font-weight: 700;
	font-size: 21px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.creditDetail .tsxs {
	font-weight: 700;
}

.creditDetail .creditP {
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	margin-bottom: 15px;
}

.creditDetail .creditP span {
	margin-left: 20px;
	margin-right: 20px;
}

.creditDetail .creditTable {
	width: 1100px;
	margin: 0 auto;
	background: #C8DDE8;
	font-size: 14px;
}

.creditDetail tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

.creditDetail tbody tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	border: 1px solid #c8dde8;
}

.creditDetail tbody th {
	border-right: 1px solid #c8dde8;
}

.creditDetail tbody th, .creditDetail tbody td {
	color: #666666;
}

.creditDetail .creditTable .creditth {
	vertical-align: text-top;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 11px;
	width: 180px;
	height: 29px;
	background: #E4EEF3;
	text-align: center;
	white-space: normal;
}

.creditDetail .creditTable .credittd {
	background: #fff;
	padding: 11px 8px;
	max-width: 150px;
	word-break:break-all;
}

.weixin_share {
	background: url(../images/weixin_icon.png) 0px 0px no-repeat;
}

.share_icon {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: 5px;
	vertical-align: middle;
}

.weibo_share {
	background: url(../images/weibo_icon.png) 0px 0px no-repeat;
}

/*filterTable*/
.inputFilter {
	width: 1198px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-top: 4px solid #75a7c4;
}

.inputFilter h4 {
	height: 45px;
	line-height: 45px;
	font-weight: 700;
	padding-left: 30px;
	font-size: 17px;
	color: #0369aa;
}

.inputFilter .choose_on {
	overflow: hidden;
	width: 1160px;
	padding: 10px 0px 10px 10px;
	color: #212121;
	border-bottom: 1px solid #e9e9e9;
	box-sizing: border-box;
	font-size: 15px;
	margin: auto 20px;
}

.inputFilter .choose_on .span_on {
	float: left;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 89px;
	text-align: left;
	font-weight: bold;
	color: #333;
}

.inputFilter .choose_on ul {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	float: left;
	width: 1136px;
}

.inputFilter .choose_on ul li {
	float: left;
	padding-left: 14px;
	padding-right: 14px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	margin-right: 7px;
}

.inputFilter .choose_on ul li a {
	color: #333;
	font-weight: 500;
}

.inputFilter .choose_on ul .toggle {
	color: #fff;
	background: #75a7c4;
}

.inputFilter .choose_on ul li select {
	width: 264px;
	background: #fff;
	font-size: 15px;
	font-family: "微软雅黑";
	padding: 0;
	padding-left: 5px;
	color: #75a7c4;
	font-weight: bold;
	height: 30px;
	border: 1px solid #75a7c4;
}

::-webkit-input-placeholder {
	color: #6e6e6e;
}

input[type="date"]::-webkit-inner-spin-button {
	display: none;
}

.inputFilter .choose_on ul li input[type='text'], .inputFilter .choose_on ul li input[type='date']
	{
	background: #fff;
	width: 264px;
	font-size: 15px;
	font-family: "微软雅黑";
	padding-left: 10px;
	color: #75a7c4;
	font-weight: bold;
	height: 30px;
	border: 1px solid #75a7c4;
}

.inputFilter .choose_on ul li select option {
	color: #000;
	background: #fff;
}

select {
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	color: -internal-light-dark-color(black, white);
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	-webkit-appearance: menulist;
	box-sizing: border-box;
	align-items: center;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	background-color: -internal-light-dark-color(white, black);
	cursor: default;
	margin: 0em;
	font: 400 13.3333px Arial;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(169, 169, 169);
	border-image: initial;
}

select:not (:-internal-list-box ) {
	overflow: visible !important;
}

option {
	font-weight: normal;
	display: block;
	white-space: pre;
	min-height: 1.2em;
}

.searchBtn {
	width: 100px;
	height: 40px !important;
	line-height: 40px;
	background: #006bc8;
	color: #fff;
	border: none;
	outline: none;
}

.resetBtn {
	width: 100px;
	height: 40px !important;
	line-height: 40px;
	border: 1px solid #006bc8;
	color: #006bc8;
	outline: none
}

/*服务指南*/
.col-md-6 {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-md-12 {
	width: 100%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.portlet {
	margin-top: 0;
	margin-bottom: 25px;
}

.portlet>.portlet-title {
	border-bottom: 2px solid #333;
	color: #333;
	margin-bottom: 15px;
}

.portlet>.portlet-title:after, .portlet>.portlet-title:before {
	content: " ";
	display: table;
	clear: both;
}

.more1 {
	font-size: 14px;
	color: #5292C6;
	float: right;
}

.portlet>.portlet-title>.caption {
	display: inline-block;
	padding: 15px 0;
	float: left;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0.4px;
	text-align: left;
	font-weight: bold;
	line-height: inherit;
	max-width: 80%;
}

.portlet>.portlet-title>.caption img {
	margin-right: 10px;
	vertical-align: text-bottom;
	width: 23px;
}

.portlet>.portlet-title>.tools {
	float: right;
	display: inline-block;
	padding: 20px 0 8px;
}

.portlet>.portlet-title>.tools>a {
	height: inherit;
}

.portlet>.portlet-title>.tools>a {
	display: inline-block;
	height: initial;
	margin-left: 5px;
	border: none;
	opacity: 1;
	filter: alpha(opacity = 100);
}

.more1 img {
	margin-left: 3px;
}

:link img, :visited img, a img, fieldset, img {
	border: 0;
}

.portlet .portlet-body {
	clear: both;
}

.public_list {
	min-height: 136px;
}

.public_list li {
	position: relative;
	font-size: 0;
	height: 30px;
	padding: 4px 0 4px 15px;
}

.public_list li:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #999999;
	width: 4px;
	height: 4px;
	display: inline-block;
	content: " ";
	border-radius: 10px;
}

.dataTime {
	text-align: right !important;
	float: right;
}

.f_title {
	width: 80% !important;
	float: left;
}

.public_list li a {
	line-height: 26px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	text-align: justify;
}

.filterBtn {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.btn-blue {
	background-color: #1997d7;
	border-color: #1997d7;
	color: #fff;
	margin-right: 10px;
	width: 80px;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	border: none;
	border-radius: 3px;
}

.btn-gray {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding: 0;
	width: 80px;
	background-color: #f3f5f7;
	border: 1px solid #e3e3e3;
	color: #5f5f5f;
	border-radius: 3px;
	margin-top: 5px;
}

.btn-gray:hover {
	cursor: pointer;
	opacity: .8;
}

.btn-blue:hover {
	background: #1997d7;
	opacity: .8;
}
/*表格间隔色*/
.oddrowcolor {
	background-color: #f6f8fa;
}

.evenrowcolor {
	background-color: #ffffff;
}

::-ms-clear, ::-ms-reveal {
	display: none;
}

.more_div {
	width: 30px;
	line-height: 60px;
	position: relative;
	float: right;
	margin-top: -15px;
	margin-right: -15px;
}

/*tab0 标签*/		
.container0{
	width: 400px;
	height: 248.4px;
	margin: 0px 0px;
	background-color: #fff;
	position: relative;
}
.tab-wrapper0 {
	position: relative;
	width: 395px;
	height: 33px;
	top:-10px;
	left:-40px;

}
.tab-wrapper0 .tab-radio0{
	display: none;
}
.tab-handler0{
  	position: relative;
  	z-index: 2;
  	display: block;
  	float: left;
  	height: 33px;
  	width:340px;
  	padding: 0 40px;
  	color: #3e3e3e; 
  	font-size: 16px;
  	transition: .3s;
  	transform: scale(.9);
  	cursor: pointer;
}

.tab-radio0:checked+.tab-handler0+.tab-content0{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.tab-radio0:checked + .tab-handler0{
  	color: #0073d7;
/*   	background:url("../images/title_bg.png"); */
  	transform: scale(1);
  	cursor: pointer;
  	background-repeat: no-repeat;
  	background-position: -25px 0.4%; 
}

.tab-content0 {
	visibility: hidden;
	position: absolute;
	top: 60px;
	left: 0;
	width: 1178px;
	color: #3e3e3e; 
	font-family:"SimSun";
	font-size: 12px;
	line-height: 1.618em;
	background-color: #fff;
	opacity: 0;
	transition: transform .5s, opacity .7s;
	transform: translateY(20px);
	margin-left: -160px;
}

.tztbTabImg{
	position: inherit !important;
    margin-top: 8px !important;
    float: right !important;
    margin-left: 10px !important;
}

.tztbListImg{
	position: inherit !important;
    margin-bottom: -5px !important;
    margin-left: 10px !important;
}

/*tab1 标签*/		
.container1{
	width: 588px;
	height: 400px;
	margin: 0px 0px;
	background-color: #fff;
	position: relative;
}
.tab-wrapper1 {
	position: relative;
	width: 588px;
	height: 60px;
/*	background-color: #cce8ff;*/
	margin-left: 50px;
}
.tab-wrapper1 .tab-radio1{
	display: none;
}
.tab-handler1{
  	position: relative;
  	z-index: 2;
  	display: block;
  	float: left;
  	height: 60px;
  	padding: 0 40px;
  	color: #3e3e3e; 
  	font-size: 16px;
  	line-height: 60px;
  	transition: .3s;
  	transform: scale(.9);
  	cursor: pointer;
}

.tab-radio1:checked+.tab-handler1+.tab-content1{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.tab-radio1:checked + .tab-handler1{
  	color: #0073d7;
  	transform: scale(1);
  	cursor: pointer;
  	background-color: #1492ff;
}

.tab-content1 {
	visibility: hidden;
	position: absolute;
	top: 60px;
	left: 0;
	width: 1178px;
	color: #3e3e3e; 
	font-family:"SimSun";
	font-size: 12px;
	line-height: 1.618em;
	background-color: #fff;
	opacity: 0;
	transition: transform .5s, opacity .7s;
	transform: translateY(20px);
	margin-left: -160px;
}

/*tab2 标签*/
.container2 {
	width: 1178px;
	height: 400px;
	margin: 0px 0px;
	background-color: #fff;
	position: relative;
}
.tab-content2{
  	visibility: hidden;
  	position: absolute;
  	top: 60px;
  	left: 0;
  	width: 1178px;
  	color: #000;
  	font-family:"SimSun";
	font-size: 12px;
  	line-height: 1.618em;
  	background-color: #fff;
  	opacity: 0;
  	transition: transform .5s, opacity .7s;
  	transform: translateY(20px);
	margin-left: -290px;
}
.tab-wrapper2 {
	position: relative;
	width: 1030px;
	height: 60px;
	background-color: #ffffff;
	margin-left: 170px;
}

.tab-wrapper2 .tab-radio2 {
	display: none;
}

.tab-handler2 {
	position: relative;
	z-index: 2;
	display: block;
	float: left;
	height: 60px;
	width: 210px;
	padding: 0 40px;
	color: #3e3e3e; 
	font-size: 16px;
	line-height: 60px;
	transition: .3s;
	transform: scale(.9);
	cursor: pointer;
}
.fontstyle2:hover{
	color: #0073d7;
}
.tab-radio2:checked+.tab-handler2 {
	color: #0073d7;
	background: url("../images/title_bgsmall.png") no-repeat;
	transform: scale(1);
/*	background-color:#82c0f3;*/
/*	border-bottom:3px solid #0f4b81;*/
}

.tab-radio2:checked+.tab-handler2+.tab-content2 {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.tab-content2 {
	visibility: hidden;
	position: absolute;
	top: 60px;
	left: 0;
	width: 1178px;
	color: #3e3e3e;
	font-size: 14px;
	line-height: 1.618em;
	background-color: #fff;
	opacity: 0;
	transition: transform .5s, opacity .7s;
	transform: translateY(20px);
	margin-left: -160px;
}

/*tab3 标签*/
.container3 {
	width: 1178px;
	height: 400px;
	margin: 0px 0px;
	background-color: #fff;
	position: relative;
}

.tab-wrapper3 {
	position: relative;
	width: 1030px;
	height: 60px;
	background-color: #ffffff;
	margin-left: 170px;
}

.tab-wrapper3 .tab-radio3 {
	display: none;
}

.tab-handler3 {
	position: relative;
	z-index: 2;
	display: block;
	float: left;
	height: 60px;
	width: 200px;
	padding: 0 40px;
	color: #3e3e3e; 
	font-size: 16px;
	line-height: 60px;
	transition: .3s;
	transform: scale(.9);
	cursor: pointer;
}
.fontstyle3:hover{
	color: #0073d7;
}
.tab-radio3:checked+.tab-handler3 {
	color: #0073d7;
	background: url("../images/title_bgsmallmin.png") no-repeat;
	transform: scale(1);
/*	background-color:#82c0f3;*/
/*	border-bottom:3px solid #0f4b81;*/
}

.tab-radio3:checked+.tab-handler3+.tab-content3 {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.tab-content3 {
	visibility: hidden;
	position: absolute;
	top: 60px;
	left: 0;
	width: 1178px;
	color: #3e3e3e;
	font-family:"SimSun";
	font-size: 12px;
	line-height: 1.618em;
	background-color: #fff;
	opacity: 0;
	transition: transform .5s, opacity .7s;
	transform: translateY(20px);
	margin-left: -160px;
}

a:hover {
	color: skyblue;
	text-decoration: none;
}
font a {
	text-align: left;
	float: left;
	cursor: pointer;
}
.pstyle{
	float:right;
	font-size: 14px;
	font-family:"Microsoft YaHei";
	color: #999999;
	margin-right:30px;
}
.pstyle1{
	float:right;
	font-size: 14px;
	font-family:"Microsoft YaHei";
	color: #999999;
	margin-right:22px;
}
.pstyle2{
	float:right;
	font-size: 14px;
	font-family:"Microsoft YaHei";
	color: #999999;
	margin-right:18px;
}
.pstyle3{
	float:right;
	font-size: 14px;
	font-family:"Microsoft YaHei";
	color: #999999;
	margin-right:20px;
}

.tabs_border{
	z-index: 2;
	border-bottom:2px solid #1492ff;
	
}

ul.list-date li a {
    width: 76% !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    display: inline-block;
    vertical-align: bottom;
}
/*浏览器提醒div*/
.tip_title{
	background-color: skyblue;
	height: 40px;	
	width: 100%;
	font-size: 20px;
	color: black;
	font-family: "microsoft sans serif";
	display: none;
	padding-top: 8px;
}
.tip_title>div>button{
	background-color: white;
	height: 36px;
	font-size: 20px;
	color: #3a3a3a;
	border:1px solid #3a3a3a;
	font-family: "microsoft sans serif";
	margin-right: 0px;
	border-radius: 6px;
	width: 60px;
	position: relative;
	bottom:2px;
	cursor: pointer;
}
.tip_title>div>button:hover{
	background-color: white;
	height: 36px;
	font-size: 20px;
	color: red;
	border:1px solid #3a3a3a;
}
.ggdiv{
	overflow: hidden; 
	height: 325px; 
	width: 100%;
	margin-bottom: 0px;
	float: left;
	background-color: #fff;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.ggdivtitle{
	padding:5px 10px 10px 10px;
	width:575px;
	background-color: #3498db;
	box-shadow: 0 1px 3px rgba(99,110,114,.5);
	position: relative;
	left: -3px;
	top:-10px;
	border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.ggdivtitle1{
	padding:5px 10px 10px 10px;
	width:1181px;
	background-color: #3498db;
	box-shadow: 0 1px 3px rgba(99,110,114,.5);
	position: relative;
	left: -3px;
	top:-10px;
	border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.ggdiv1{
	overflow: hidden; 
	height: 333px; 
	width: 100%;
	margin-bottom: 0px;
	float: right;
	background-color: #fff;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.ggdiv2{
	overflow: hidden; 
	height: 333px; 
	width: 1200px;
	margin-top: 5px;
	margin-bottom: 0px;
	float: left;
	background-color: #fff;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.zwsjdiv{
	position: relative;
	height: 250px; 
	width: 377px;
	background-image: url("../images/zwsj.png");
	display: inline-block;
	top: 25px;
	left: 100px;
	
}
.tab{
    position: relative;
    width:100%;
}
.tsxsDiv{
	width:auto;
	float:left;
}
/*公示公告*/
.gggs2 {
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}

.gggs2 ul {
	width:100%;
	height: auto;
}

.gggs2 ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d8d8d8;
}
.gggs2 ul li img {
	position: relative;
	top: 5px;
	float: left;
	margin-right: 10px;
}

.gggs2 ul li span {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-left: 10px;
}

.gggs2 ul li:last-child {
	border-bottom: none;
}

.gggs2 ul li span font:nth-child(2) {
	width: auto;
	max-width: 1000px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
	display: inline-block;
	float: left;
	margin-right: 15px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.gggs2 ul li span font:nth-child(3) {
	width: auto;
	max-width: 320px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
	display: inline-block;
	float: left;
	font-size: 14px;
	cursor: pointer;
	font-family: "Microsoft YaHei";
}

.gggs2 ul li a {
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.imgsty{
	width:25px;
	height:25px;
	position: relative;
	top:4px;
	left: 3px;
}

.wgbj2 {
	float: left;
	height: 100%;
	width: 795px;
	background: #fff;
}

.wgbj2 .title {
	width: 100%;
	height:40px;
	background: url(../images/bt_redline.png) no-repeat;
	position: relative;
	margin: 0 0;
	padding: 0 0;
	box-shadow: 0 1px 3px rgba(99,110,114,.2);
}

.wgbj3 {
	float: left;
	height: 100%;
	width: 1200px;
	background: #fff;
}

.wgbj3 .title {
	width:1200px;
	height:40px;
	background: url(../images/bt_redline.png) no-repeat;
	position: relative;
	margin: 0 0;
	padding: 0 0;
	box-shadow: 0 1px 3px rgba(99,110,114,.2);
}

.myscrollA, .myscrollB, .myscrollC{
	overflow: hidden;
	height: 320px;
	width: 100%;
	padding: 3px 0px;
}

.myscrollA{
	height: 246px;
}


