@charset "UTF-8";

body {
	min-width: 1200px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.index-content {
	padding: 30px 20px 40px;
	background: #fff;
	box-shadow: 0px 2px 10px 1px #eaeaea;
	box-sizing: border-box;
}

.index-wrap1 {
	width: 1158px;
	height: 88px;
	border: 1px solid #f7e5e5;
	position: relative;
	overflow: hidden;
}

.index-wrap1>img {
	float: left;
	margin-top: 9px;
	margin-left: -1px;
}

.index-wrap1 .bd {
	float: left;
	width: 930px;
	text-align: center;
	margin-left: 28px;
	overflow: hidden;
	height: 88px;
}

.index-wrap1-item {
    width: 100%;
    height: 82px;
    padding-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-wrap1-item span {
    color: #cb0f07;
    font-size: 30px;
    display: inline-block;
    max-width: 930px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}

.index-wrap1-item span:hover {
	font-weight: bold;
}

.index-wrap1-item p {
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 12px;
}

.index-wrap1-btn {
	margin-right: 13px;
	margin-top: 9px;
}

.index-wrap1-btn div {
	width: 48px;
	height: 28px;
	border: 1px solid #f7e5e5;
	cursor: pointer;
}

.index-wrap1-btn .prev {
	background: url(prev.png) center no-repeat #fff8f8;
	margin-bottom: 9px;
}

.index-wrap1-btn .next {
	background: url(next.png) center no-repeat #fff8f8;
}


.index-wrap2 {
	height: 360px;
	margin: 20px 0 30px;
	overflow: hidden;
}

.index-wrap2-col2 {
	width: 570px;
}

.index-tit1 {
	height: 38px;
	border: 1px solid #f7e5e5;
	background: #fff9f9;
}

.index-tit1 .tit {
	color: #333333;
	display: block;
	padding: 0px 24px;
	font-size: 16px;
	line-height: 38px;
	float: left;
}

.index-tit1 .tit.cur {
	background: #c21f1b;
	font-weight: bold;
	color: #fff;
}

.index-tit1 .more {
	color: #8b8b8b;
	margin-right: 20px;
	line-height: 38px;
	font-size: 12px;
	display: inline-block;
	padding-right: 10px;
	background: url(ht-icon13.png) right center no-repeat;
}

.index-tab1 {
	width: 100%;
	height: 320px;
	padding-top: 7px;
}

.index-item {
	display: none;
}

.index-item.show {
	display: block;
}

.index-item1 li,
.index-item1 .gl-con-l li {
	height: 40px;
	width: 100%;
}

.index-item1 li a,
.index-item1 .gl-con-l li a {
	max-width: 76%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	color: #333333;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 18px;
	background: url(ht-icon14.png) 7px center no-repeat;
}

.index-item1 li span,
.index-item1 .gl-con-l li span {
	float: right;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 40px;
	margin-right: 10px;
}

.index-banner1 {
	margin-top: 19px;
}

.index-wrap3 {
	margin-top: 30px;
}

.index-wrap3-col {
	width: 570px;
}

.index-tab2 {
	padding-top: 12px;
	height: 240px;
}

/* 专题轮播开始 */
.index-banner2 {
	width: 1124px;
	height: 80px;
	border: 1px solid #f7e5e5;
	margin-top: 18px;
	padding: 20px 17px;
	position: relative;
	overflow: hidden;
}

.index-banner2 ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.index-banner2 ul li {
	width: 360px;
	height: 80px;
	margin-right: 22px;
}

.index-banner2 ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.index-banner2 ul li img {
	width: 100%;
	height: 100%;
}

/* 专题轮播结束 */

.index-wrap4 {
	margin-top: 30px;
}

.index-wrap-t {
	background: url(ht-bg3.png) center repeat-x;
	margin-bottom: 16px;
	background-size: auto 5px;
}

.index-wrap-t a {
	display: inline-block;
	background: #fff;
	padding-right: 10px;
}

.index-wrap4-col1 {
	width: 320px;
}

.index-wrap4-col1 li {
	float: left;
	width: 148px;
	height: 48px;
	border: 1px solid #f7e5e5;
	background: #fffafa;
	margin-right: 10px;
	position: relative;
	margin-bottom: 10px;
}

.index-wrap4-col1 li:nth-child(2n) {
	margin-right: 0;
}

.index-wrap4-col1 li a {
	display: block;
	padding-left: 38px;
}

.index-wrap4-col1 li img {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(7px, -50%);
}

.index-wrap4-col1 li span {
	float: left;
	color: #333333;
	font-size: 13px;
	line-height: 48px;
}

.index-wrap4-col2 {
	width: 450px;
	margin-left: 20px;
}

.index-tit2 {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ededed;
}

.index-tit2 .tit {
	display: inline-block;
	color: #333333;
	font-size: 16px;
	line-height: 39px;
	padding: 0px 19px;
	text-align: center;
}

.index-tit2 .tit.cur {
	color: #cb0f07;
	font-weight: bold;
	padding: 0px 18px;
	border: 1px solid #f7e5e5;
	background: #fff9f9;
	border-top: 2px solid #cb0f07;
	line-height: 37px;
}

.index-tit2 .more {
	color: #8b8b8b;
	line-height: 38px;
	font-size: 12px;
	display: inline-block;
	padding-right: 10px;
	background: url(ht-icon13.png) right center no-repeat;
}

.index-wrap4-col3 {
	width: 340px;
}

.index-item2 {
	width: 100%;
}

.index-item2 li {
	width: 130px;
	height: 40px;
	float: left;
}

.index-item2 li:nth-child(3n) {
	width: 80px;
	float: left;
}

.index-item2 li a {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	color: #333333;
	font-size: 14px;
	line-height: 39.9px;
	padding-left: 18px;
	background: url(ht-icon14.png) 7px center no-repeat;
	box-sizing: border-box;
}

.index-wrap5 {
	margin-top: 20px;
}

.index-wrap5-col1 {
	width: 240px;
}

.index-tit3 {
	width: 100%;
	height: 40px;
	background: #da5751;
}

.index-tit3 .tit {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	margin-left: 20px;
}

.index-tit3 .more {
	font-size: 12px;
	display: block;
	padding-right: 16px;
	line-height: 40px;
	color: #fff;
	margin-right: 16px;
	background: url(ht-icon40.png) right center no-repeat;
	float: right;
}

.index-wrap5-col1-l {
	padding-top: 8px;
	width: 252px;
}

.index-wrap5-col1-l li {
	float: left;
	width: 70px;
	height: 68px;
	border: 1px solid #f7e5e5;
	background: #fffafa;
	margin-right: 12px;
	margin-bottom: 10px;
}

.index-wrap5-col1-l li:nth-child(3n) {
	margin-right: 0;
}

.index-wrap5-col1-l li a {
	display: block;
}

.index-wrap5-col1-l li div {
	height: 44px;
	width: 100%;
	position: relative;
}

.index-wrap5-col1-l li div img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.index-wrap5-col1-l li p {
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 14px;
}

.index-wrap5-col2 {
	margin-left: 30px;
	width: 550px;
}

.index-tab3 {
	padding-top: 18px;
}

.index-item3 {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-item3 li {
	display: block;
	margin-bottom: 10px;
	width: 92px;
	height: 28px;
	border: 1px solid #f7e5e5;
	background: #fffafa;
}

.index-item3 li:hover {
	background: #d53f39;
	border: 1px solid #d53f39;
}

.index-item3 li:hover a {
	color: #fff;
}

.index-item3 li a {
	display: block;
	text-align: center;
	line-height: 28px;
	color: #61636e;
	font-size: 14px;
}

.index-tab4 {
	padding-top: 9px;
	width: 576px;
}

.index-item4 li {
	float: left;
	width: 88px;
	height: 30px;
	padding-left: 8px;
}

.index-item4 li a {
	display: inline-block;
	max-width: 88px;
	line-height: 30px;
	color: #111111;
	font-size: 14px;
	overflow: hidden;
}

.index-item4 li img {
	margin-top: 4px;
}

.index-wrap5-col3 {
	width: 310px;
}

.index-wrap5-col3 .index-tit3 .tit {
	font-size: 18px;
}

.index-wrap5-l {
	padding-top: 12px;
	width: 348px;
}

.index-wrap5-l li {
	width: 116px;
	height: 31px;
	float: left;
}

.index-wrap5-l li a {
	max-width: 162px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	color: #333333;
	font-size: 14px;
	line-height: 31px;
	padding-left: 9px;
	background: url(ht-icon14.png) left center no-repeat;
}

.index-wrap5-col1-v {
	width: 240px;
	height: 140px;
	position: relative;
}

.index-wrap5-col1-v img {
	width: 240px;
	height: 140px;
}

.index-wrap5-col1-v span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 53px;
	height: 53px;
	background: url(play.png);
}

.index-wrap5-col1-ft {
	margin-top: 7px;
}

.index-wrap5-col1-ft p {
	color: #454545;
	font-size: 14px;
	line-height: 28px;
	margin-left: 8px;
}

.index-wrap5-col1-ft p a {
	color: #454545;
	font-size: 14px;
	line-height: 28px;
}

.index-wrap5-col1-ft p span {
	font-weight: bold;
}

.index-wrap5-col3-banner {
	margin-bottom: 18px;
}

.index-wrap5-col3-banner a {
	display: block;
	padding-left: 56px;
	width: 94px;
	height: 70px;
	color: #fff;
	font-size: 18px;
	line-height: 70px;
}

.index-wrap5-col3-banner a:hover {
	color: #fff !important;
}

.index-wrap5-col3-banner .banner1 {
	background: url(ht-icon38.png) 20px center no-repeat #5590d4;
}

.index-wrap5-col3-banner .banner2 {
	background: url(ht-icon39.png) 20px center no-repeat #3ab9c1;
}

/* 专题跑马灯开始 */
.index-banner3 {
	width: 1084px;
	height: 62px;
	border: 1px solid #f7e5e5;
	background: #fffafa;
	margin-top: 18px;
	padding: 8px 37px;
	overflow: hidden;
	position: relative;
}

.index-banner3 .bd {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.index-banner3 ul {
	width: 1098px;
}

.index-banner3 ul li {
	width: 169px;
	height: 60px;
	float: left;
	margin-right: 14px;
}

.index-banner3 ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.index-banner3 ul li a img {
	width: 100%;
	height: 100%;
}

.index-banner3 .btn {
	position: absolute;
	width: 8px;
	height: 14px;
	cursor: pointer;
}

.index-banner3 .prev {
	background: url(prev.png);
	right: 13px;
	top: 30px;
}

.index-banner3 .next {
	background: url(next.png);
	left: 13px;
	top: 30px;
}


/*网站地图*/
.dt-con {
	padding-top: 49px;
}

.dt-row {
	margin-bottom: 26px;
}

.dt-tit {
	height: 20px;
	padding-left: 28px;
	border-left: 2px solid #cb0f07;
}

.dt-tit a {
	color: #cb0f07;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

.dt-row-l {
	width: 690px;
	padding-top: 18px;
	padding-left: 25px;
}

.dt-row-l li {
	/*width: 96px;*/
	padding-right: 40px;
	float: left;
	height: 20px;
	margin-bottom: 19px;
}

.dt-row-l li a {
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}

/*专题栏目*/
.gl-nav {
	width: 310px;
}

.gl-nav-l {
	padding-top: 19px;
}

.gl-nav-l li {
	width: 308px;
	height: 48px;
	border: 1px solid #f7e5e5;
	background: #fffcfc;
	margin-bottom: 10px;
}

.gl-nav-l li a {
	padding-left: 16px;
	line-height: 48px;
	color: #333333;
	font-size: 13px;
	display: block;
	background: url(ht-icon41.png) 282px center no-repeat;
}

.gl-nav-l li.cur a,
.gl-nav-l li:hover a {
	color: #fff;
	background: url(ht-icon41o.png) 282px center no-repeat #d53f39;
}

.gl-con {
	width: 830px;
}

.gl-con-l {
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #e6e6e6;
}

.gl-con-l:last-child {
	border: none;
}

.gl-page {
	text-align: center;
}

.gl-page a {
	border: 1px solid #808080;
	line-height: 23px;
	height: 23px;
	color: #4c4c4c;
	font-size: 12px;
	text-align: center;
	display: inline-block;
}

.gl-page .fe {
	width: 48px;
	margin: 0px 15px;
}

.gl-page .pn {
	width: 68px;
	margin: 0px 4px;
}

.gl-page .num {
	width: 28px;
	margin: 0px 5px;
}

.gl-page a:hover,
.gl-page a.cur {
	border: 1px solid #e0eefa;
	color: #fff;
	background: #d53f39;
}

/*视频华亭*/
.index-item5 {
	padding-top: 20px;
	width: 840px;
}

.index-item5 li {
	width: 410px;
	height: 260px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.index-item5 li a {
	display: block;
}

.index-item5 li img {
	width: 410px;
	height: 230px;
}

.index-item5 li p {
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 14px;
	margin-top: 7px;
}

.index-item5 li span {
	position: absolute;
	width: 53px;
	height: 53px;
	top: 100px;
	left: 178px;
	background: url(play.png);
}

/*互动交流*/
.hd-l {
	width: 830px;
}

.index-item1 span.status {
	color: #c21f1b;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	width: 48px;
	margin-right: 30px;
	white-space: nowrap;
}

.hd-wrap2 {
	margin-top: 22px;
}

.hd-xx-tab-t {
	margin-bottom: 20px;
}

.hd-xx-list ul li {
	float: left;
	margin-right: 2px;
	text-align: center;
}

.hd-xx-tab-t li {
	background: #eeeeee;
	color: #333333;
	font-size: 16px;
	line-height: 41px;
	height: 41px;
}

.hd-xx-list ul li:last-child {
	margin-right: 0px;
}

.hd-w116 {
	width: 116px;
}

.hd-w297 {
	width: 285px;
	padding-left: 12px;
	text-align: left !important;
}

.hd-w132 {
	width: 132px;
}

.hd-w133 {
	width: 133px;
}

.hd-w144 {
	width: 144px;
}

.hd-xx-tab-l {
	margin-bottom: 28px;
}

.hd-xx-tab-l li {
	height: 20px;
	line-height: 20px;
}

.hd-xx-tab-l li a {
	font-size: 14px;
	color: #333333;
}

.hd-r {
	width: 310px;
}

.hd-r .index-wrap5-col1-v {
	width: 310px;
	height: 160px;
}

.hd-r .index-wrap5-col1-v img {
	width: 310px;
	height: 160px;
}

.hd-r .index-wrap5-col3-banner {
	margin-top: 8px;
}

/*信息公开*/
.xxgk-content {
	padding-top: 8px;
}

.xxgk-l {
	width: 310px;
}

.xxgk-col1 {
	width: 321px;
}

.xxgk-col1 .index-item3 li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 95px;
	height: 33px;
}

.xxgk-col1 .index-item3 li a {
	line-height: 33px;
}

.xxgk-col2 {
	padding-top: 16px;
}

.xxgk-col2 li {
	height: 30px;
}

.xxgk-col2 li a {
	line-height: 30px;
}

.xxgk-r {
	width: 830px;
}

.xxgk-col3 {
	width: 430px;
}

.xxgk-col .index-tab2 {
	padding-top: 8px;
}

.xxgk-col .index-tit1 .tit {
	padding: 0px 21px;
}

.xxgk-col4 {
	width: 380px;
}

.xxgk-wrap2 {
	margin-top: 24px;
	margin-bottom: 10px;
}

.xxgk-wrap2-l {
	width: 840px;
}

.xxgk-wrap2-l li {
	float: left;
	width: 128px;
	height: 48px;
	border: 1px solid #f7e5e5;
	background: #fffafa;
	margin-right: 10px;
	margin-bottom: 10px;
}

.xxgk-wrap2-l li a {
	display: block;
}

.xxgk-wrap2-l li div {
	float: left;
	height: 48px;
	width: 42px;
	margin-left: 8px;
	position: relative;
}

.xxgk-wrap2-l li div img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.xxgk-wrap2-l li span {
	color: #333333;
	font-size: 14px;
	line-height: 48px;
}

/*领导之窗*/
.ld-nav-t {
	margin-bottom: 10px;
}

.ld-nav-t>span {
	cursor: pointer;
	width: 296px;
	height: 40px;
	padding-left: 14px;
	display: block;
	color: #fff9f9;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	background: url(ht-icon42.png) 285px center no-repeat #cb0f07;
}

.ld-nav-t>span.cur {
	background: url(ht-icon42o.png) 285px center no-repeat #cb0f07;
}

.ld-nav-l {
	display: none;
	padding-bottom: 3px;
}

.ld-nav-l.show {
	display: block;
}

.ld-nav-l li {
	height: 38px;
	border: 1px solid #f7e5e5;
	background: #fffafa;
	margin-bottom: 10px;
}

.ld-nav-l li a {
	display: block;
}

.ld-nav-l li .name {
	font-size: 16px;
	color: #333333;
	line-height: 38px;
	margin: 0px 18px 0px 12px;
}

.ld-nav-l li .job {
	font-size: 14px;
	color: #cecece;
	line-height: 38px;
}

.ld-nav-l li.cur,
.ld-nav-l li:hover {
	background: #d65c57;
}

.ld-nav-l li.cur span,
.ld-nav-l li:hover span {
	color: #fff;
}

.ld-info {
	margin-top: 12px;
}

.ld-info>img {
	float: left;
	width: 120px;
	height: 148px;
	margin-right: 22px;
	margin-top: 8px;
}

.ld-info .text {
	width: 666px;
}

.ld-info .text p,
.ld-job p {
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}

/*访谈*/
.ft-bg {
	background: #fafafa;
	padding-bottom: 26px;
}

.ft-content {
	padding: 18px 16px;
}

.ft-content .ft-tit {
	font-size: 30px;
	font-weight: bold;
	color: #cb0f07;
	text-align: center;
}

.ft-info {
	margin-top: 48px;
}

.ft-info>img {
	float: left;
	width: 533px;
	height: 293px;
}

.ft-info-c {
	margin-left: 47px;
	width: 544px;
}

.ft-info-c>p {
	margin-bottom: 20px;
}

.ft-info-c .tit {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #cb0f07;
	text-align: center;
	font-size: 16px;
	margin-right: 16px;
}

.ft-info-c .text {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}

.ft-info-c .gs {
	color: #7d7d7d;
	font-size: 14px;
	line-height: 30px;
	padding-top: 5px;
}

.ft-con {
	padding-top: 42px;
}

.ft-con p {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}

/*信息公开列表*/
.xxgk-nav-box {
	margin-bottom: 10px;
}

.xxgk-nav-box .tit {
	cursor: pointer;
	height: 48px;
	border: 1px solid #f7e5e5;
	background: url(ht-icon43.png) 276px center no-repeat #fffbfb;
}

.xxgk-nav-box .tit:hover {
	background: url(ht-icon42.png) 276px center no-repeat #d53f39;
}

.xxgk-nav-box .tit.cur {
	background: url(ht-icon42o.png) 276px center no-repeat #d53f39;
}

.xxgk-nav-box .tit span {
	color: #333333;
	font-size: 13px;
	line-height: 50px;
	display: block;
	padding-left: 64px;
}

.xxgk-nav-box .tit.cur span,
.xxgk-nav-box .tit:hover span {
	color: #fff;
}

.xxgk-nav-box .tit .tit1 {
	background: url(/ht-icon17.png) 19px center no-repeat;
}

.xxgk-nav-box .tit.cur .tit1,
.xxgk-nav-box .tit:hover .tit1 {
	background: url(/ht-icon17o.png) 19px center no-repeat;
}

.xxgk-nav-box .tit .tit2 {
	background: url(/ht-icon18.png) 19px center no-repeat;
}

.xxgk-nav-box .tit.cur .tit2,
.xxgk-nav-box .tit:hover .tit2 {
	background: url(/ht-icon18o.png) 19px center no-repeat;
}

.xxgk-nav-box .tit .tit3 {
	background: url(/ht-icon19.png) 19px center no-repeat;
}

.xxgk-nav-box .tit.cur .tit3,
.xxgk-nav-box .tit:hover .tit3 {
	background: url(/ht-icon19o.png) 19px center no-repeat;
}

.xxgk-nav-box .tit .tit4 {
	background: url(/ht-icon20.png) 19px center no-repeat;
}

.xxgk-nav-box .tit.cur .tit4,
.xxgk-nav-box .tit:hover .tit4 {
	background: url(/ht-icon20o.png) 19px center no-repeat;
}

.xxgk-nav-box .tit .tit5 {
	background: url(/ht-icon21.png) 19px center no-repeat;
}

.xxgk-nav-box .tit.cur .tit5,
.xxgk-nav-box .tit:hover .tit5 {
	background: url(/ht-icon21o.png) 19px center no-repeat;
}

.xxgk-nav-box .tit .tit6 {
	background: url(/ht-icon22.png) 19px center no-repeat;
}

.xxgk-nav-box .tit.cur .tit6,
.xxgk-nav-box .tit:hover .tit6 {
	background: url(/ht-icon22o.png) 19px center no-repeat;
}

.xxgk-nav-box .tit .tit7 {
	background: url(/ht-icon23.png) 19px center no-repeat;
}

.xxgk-nav-box .tit.cur .tit7,
.xxgk-nav-box .tit:hover .tit7 {
	background: url(/ht-icon23.png) 19px center no-repeat;
}

.xxgk-nav-box .tit .tit8 {
	background: url(/ht-icon24.png) 19px center no-repeat;
}

.xxgk-nav-box .tit.cur .tit8,
.xxgk-nav-box .tit:hover .tit8 {
	background: url(/ht-icon24o.png) 19px center no-repeat;
}

.gkml-item {
	display: none;
	padding-top: 14px;
	padding-left: 18px;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}

.gkml-item.show {
	display: block;
}

.gkml-item::-webkit-scrollbar {
	width: 3px;
	height: 100%;
}

.gkml-item::-webkit-scrollbar-track {
	border-radius: 0px;
	background: #fff;
}

.gkml-item::-webkit-scrollbar-thumb {
	background: #d0d0d0;
}

.gkml-list>li ul {
	display: none;
}

.gkml-list>li li {
	padding-left: 22px;
}

.gkml-link {
	display: inline-block;
	padding-left: 18px;
	line-height: 32px;
	font-size: 14px;
}

.depart {
	font-size: 14px;
	color: #111111;
}

.depart.cur {
	color: #c21f1b;
}

.gkml-link.plus {
	background: url(ht-icon44.png) left center no-repeat;
}

.w290 {
	width: 290px !important;
	;
}

.w240 {
	width: 240px !important;
	;
}

.w230 {
	width: 230px !important;
}

.gk-list .gl-con-l>li {
	position: relative;
}

.gk-list-h {
	position: absolute;
	height: 96px;
	width: 766px;
	top: 40px;
	left: 0px;
	z-index: 999;
	display: none;
	background: #d53f39;
	padding: 14px 17px 10px 47px;
}

.gk-list-h li {
	color: #fff;
	font-size: 12px;
	float: left;
	line-height: 32px;
	height: 32px;
}

/*信息公开细览*/
.w362 {
	width: 362px;
}

.w350 {
	width: 350px;
}

.gk-xl-info {
	padding-top: 14px;
	padding-left: 140px;
	padding-bottom: 8px;
	background: #f1f1f1;
}

.gk-xl-info li {
	color: #808080;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	float: left;
}

.gk-xl-con {
	text-align: center;
	padding: 60px 40px 0px 36px;
}

.gk-xl-con h1 {
	color: #cb0f07;
	font-size: 36px;
}

.gk-xl-con h2 {
	color: #cb0f07;
	font-size: 24px;
	margin-top: 6px;
}

.gk-xl-zw {
	text-align: left;
	padding-top: 42px;
}

.gk-xl-zw p {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}

/*领导信箱*/
.xx-tip {
	width: 1148px;
	height: 326px;
	padding-top: 24px;
	padding-left: 12px;
	background: url(ht-bg4.png) no-repeat;
}

.xx-tip h1 {
	color: #cb0f07;
	font-size: 30px;
}

.xx-tip p {
	color: #333333;
	font-size: 14px;
	line-height: 31px;
	padding-left: 16px;
	padding-right: 22px;
}

.xx-tip .intro {
	margin-top: 17px;
	margin-bottom: 31px;
}

.xx-tip p.warn {
	color: #e72e26;
}

.xx-form {
	margin-top: 39px;
	position: relative;
}

.xx-person-form {
	padding-top: 31px;
	padding-left: 9px;
}

.xx-col {
	margin-bottom: 20px;
}

.xx-col span {
	display: inline-block;
	width: 150px;
	height: 40px;
	background: #e8e8e8;
	color: #333333;
	font-size: 16px;
	text-align: center;
	margin-right: 20px;
	line-height: 40px;
}

.xx-col input {
	width: 490px;
	height: 36px;
	border: 2px solid #e6e6e6;
	padding-left: 6px;
}

.xx-col img {
	margin-left: 9px;
	margin-top: 16px;
}

.xx-col textarea {
	border: 2px solid #e6e6e6;
	padding-left: 6px;
	width: 724px;
	height: 300px;
	padding-top: 6px;
}

.xx-xj-con span {
	float: left;
}

.xx-col.xx-col-yzm input {
	width: 140px;
}

.xx-col button {
	width: 150px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	background: #da5751;
	margin-left: 32px;
}

.xx-submit {
	color: #fff;
	font-size: 16px;
	width: 150px;
	height: 40px;
	background: #da5751;
	position: absolute;
	bottom: 0px;
	right: 14px;
}

/*走进华亭*/
.index-tit2 .tit.ml img {
	margin-top: 8px;
	margin-right: 15px;
}

.zjht-wrap2-p {
	padding-left: 12px;
	padding-right: 10px;
}

.zjht-wrap2-p p {
	font-size: 14px;
	color: #5d5d5d;
	line-height: 30px;
}

.zjht-wrap2-l li {
	width: 178px;
	height: 38px;
	border: 1px solid #f7e5e5;
	background: #fffcfc;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.zjht-wrap2-l li a {
	color: #333333;
	font-size: 14px;
	line-height: 38px;
	display: block;
	padding-left: 17px;
	background: url(ht-icon47.png) 155px center no-repeat;
}

.zjht-wrap1-con {
	padding-top: 20px;
	width: 1178px;
}

.zjht-wrap1-col {
	float: left;
	margin-right: 22px;
	margin-bottom: 20px;
}

.zjht-wrap1-col {
	width: 272px;
	height: 140px;
}

.zjht-wrap1-col.big {
	width: 568px;
	height: 300px;
}

.zjht-wrap1-col a {
	display: block;
	width: 100%;
	height: 100%;
}

.zjht-wrap1-col.big img {
	width: 300px;
	height: 300px;
}

.zjht-wrap1-col.big .zjht-wrap1-p {
	width: 226px;
	height: 272px;
	padding-top: 26px;
	padding-left: 20px;
	padding-right: 20px;
}

.zjht-wrap1-col.big .zjht-wrap1-p span {
	font-size: 18px;
	margin-bottom: 10px;
}

.zjht-wrap1-col.big .zjht-wrap1-p p {
	font-size: 14px;
	line-height: 30px;
}

.zjht-wrap1-col img {
	width: 150px;
	height: 140px;
	float: left;
}

.zjht-wrap1-col .zjht-wrap1-p {
	width: 100px;
	height: 116px;
	border: 1px solid #f3f3f3;
	float: left;
	padding-top: 22px;
	padding-left: 10px;
	padding-right: 10px;
}

.zjht-wrap1-col .zjht-wrap1-p span {
	color: #333232;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.zjht-wrap1-col .zjht-wrap1-p p {
	color: #333232;
	font-size: 12px;
	line-height: 22px;
}

.zjht-wrap3 {
	margin-top: 24px;
}

.zjht-wrap3-t {
	text-align: center;
	height: 30px;
	width: 100%;
	background: url(ht-bg5.png) center no-repeat;
}

.zjht-wrap3-t a {
	color: #da5751;
	font-size: 24px;
	font-weight: bold;
}

.zjht-wrap3-con a {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.zjht-wrap3-con .zjht-wrap3-item1 {
	width: 440px;
	height: 250px;
}

.zjht-wrap3-con .zjht-wrap3-item1 img {
	width: 100%;
	height: 100%;
}

.zjht-wrap3-con .zjht-wrap3-item1 span {
	display: block;
	width: 53px;
	height: 53px;
	background: url(play.png) center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.zjht-wrap3-item2 {
	width: 480px;
}

.zjht-wrap3-item2 a {
	width: 220px;
	height: 115px;
}

.zjht-wrap3-item2 img,
.zjht-wrap3-item3 img {
	width: 100%;
	height: 100%;
}

.zjht-wrap3-item3 {
	width: 220px;
	height: 250px;
	margin-right: 0px !important;
}

.zjht-wrap3-item2-p {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background: url(ht-bg6.png);
	display: none;
}

.zjht-wrap3-item2-p span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}

.zjht-wrap3-item2-p p {
	color: #cccccc;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	width: 100%;
	height: 54px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}

/*专题*/
.zt-con {
	margin: 0 20px 20px;
	padding: 0 3px;
}

.zt-con ul {
	overflow: hidden;
}

.zt-con ul li {
	float: left;
	margin: 20px 27px 40px;
	border: 1px solid #e7e7e7;
	background: #fff;
}

.zt-con ul li a {
	display: block;
	width: 268px;
	height: 148px;
	background: #f3f3f3;
	border: 10px solid #fff;
}

.zt-con ul li a img {
	width: 100%;
	height: 100%;
}

.local span {
	font-size: 14px;
	color: #fff;
}