body {
	min-width: 1200px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.index-content {
	padding: 40px 20px 40px;
	background: #fff;
	box-shadow: 0px 2px 10px 1px #eaeaea;
	box-sizing: border-box;
}

/*位置*/
.current-position {
	width: 100%;
	height: 40px;
	background: #f0aeab url(ht-local.png) no-repeat 20px 14.5px;
	padding: 0 20px 0 43px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.current-position a {
	color: #fff;
}

.current-position a:hover {
	color: #fff;
}

.index-tit1 {
	/*width: 568px;*/
	height: 38px;
	border: 1px solid #f7e5e5;
	background: #fff9f9;
}

.index-tit1 .tit {
	color: #333333;
	display: inline-block;
	padding: 0px 22px;
	font-size: 16px;
	line-height: 38px;
}

.index-tit1 .tit.cur {
	background: #c21f1b;
	font-weight: bold;
	color: #fff;
}


.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: 690px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	display: block;
	color: #333333;
	font-size: 14px;
	line-height: 40px;
	padding-left: 18px;
	background: url(ht-icon14.png) 6px center no-repeat;
}

.index-item1 li a:hover,
.index-item1 .gl-con-l li a:hover {
	color: #cb0f07;
}

.index-item1 li span,
.index-item1 .gl-con-l li span {
	float: right;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 40px;
	margin-right: 6px;
}

.index-tit2 {
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #ededed;
}

.index-tit2 .tit {
	display: inline-block;
	color: #333333;
	font-size: 18px;
	line-height: 39px;
	padding: 0px 19px;
	text-align: center;
}

.index-tit2 .tit.cur {
	color: #cb0f07;
	font-weight: bold;
	padding: 0px 20px;
	border: 1px solid #f7e5e5;
	background: #fff9f9;
	border-top: 2px solid #cb0f07;
	line-height: 36px;
}

/*专题栏目*/
.gl-nav {
	width: 310px;
}

.gl-nav-l {
	padding-top: 20px;
}

.gl-nav-l li {
	width: 308px;
	border: 1px solid #f7e5e5;
	background: #fffcfc;
	margin-bottom: 10px;
}

.gl-nav-l li a {
    display: block;
    width: 100%;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
    background: url(ht-icon41.png) 282px center no-repeat;
    box-sizing: border-box;
    padding: 10px 36px 10px 20px;
}

.gl-nav-l li a:hover {
	color: #fff;
	background: url(ht-icon41o.png) 282px center no-repeat #d53f39;
}

.dqwz-active a{
	color: #fff !important;
	background: url(ht-icon41o.png) 282px center no-repeat #d53f39 !important;
}

.gl-con {
	width: 830px;
}

.gl-con-l {
	padding-top: 6px;
}