﻿@charset 'utf-8';

.zl-bg{
	min-width: 1200px;
	background: url(../images/zl-bg.png) top center no-repeat;
}
.zl-main{
	padding-top: 540px;
}

.index-wrap1-col1 {
  width: 560px;
  height: 325px;
  position: relative;
  overflow: hidden;
}
.index-wrap1-col1 .index-pictt a:hover {
  text-decoration: underline;
}
.index-newspic {
  width: 100%;
  height: 100%;
}
.index-newspic li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index-newspic li img {
  width: 100%;
  height: 100%;
}
.index-pictt {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 50px;
  padding-top: 5px;
  bottom: 0;
  background: url(../images/zl-bg1.png) no-repeat;
}
.index-pictt li {
  width: 100%;
  height: 100%;
}
.index-pictt li a {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.index-picpg {
  position: absolute;
  bottom: 18px;
  right: 20px;
}
.index-picpg li {
  float: left;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  cursor: pointer;
  background: url(../images/zl-icon1.png) no-repeat;
}
.index-picpg li.cur {
  background: url(../images/zl-icon2.png) no-repeat;
}
.main_tab {
  width: 600px;
  height: 325px;
  overflow: hidden;
}
.tab-list-bool {
  height: 32px;
  border-bottom: 1px solid #e9e9e9;
}
.tab-list-bool .tit{
  display: inline-block;
  padding: 0 6px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  color: #1966b0;
}
.tab-list-bool .tit.cur {
  border-bottom: 2px solid #1966b0;
  font-weight: bold;
  color: #1966b0;
}
.tab-list-bool .more{
	float: right;
	display: inline-block;
	color: #999999;
	font-size: 12px;
	line-height: 32px;
}
.zl-list{
  padding-top: 6px;
}
.zl-list li {
  height: 36px;
}
.zl-list a {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  padding-left: 16px;
  background: url(../images/zl-icon3.png) no-repeat left center;
}
.zl-list a:hover {
  font-weight: bold;
}
.zl-list span {
  float: right;
  line-height: 36px;
  color: #c1c1c1;
  font-size: 14px;
}
.mt40{
	margin-top: 40px;
}
.mb40{
	margin-bottom: 40px;
}
.zl-tit{
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background: #f6f7f7;
}
.zl-tit .tit{
	display: inline-block;
	color: #0068b7;
	font-size: 20px;
	font-weight: bold;
}
.zl-tit .more{
	float: right;
	display: inline-block;
	color: #999999;
	font-size: 12px;
}
.zl-headline{
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}
.zl-headline .tit{
	line-height: 20px;
	margin-bottom: 8px;
}
.zl-headline .tit a{
	display: inline-block;
	margin-left: 10px;
	color: #f7002a;
	font-size: 16px;
	font-weight: bold;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zl-headline .con a{
	line-height: 24px;
	color: #666666;
	font-size: 14px;
}
.zl-wrap2-box{
	width: 570px;
	padding-top: 20px;
}
.zl-wrap3-i{
	padding: 26px 0;
	border-bottom: 1px solid #e9e9e9;
}
.zl-wrap3-i .tit a{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	max-width: 80%;
}
.zl-wrap3-i .tit a:hover{
	font-weight: bold;
}
.zl-wrap3-i .con{
	margin-top: 8px;
}
.zl-wrap3-i .con a{
	line-height: 24px;
	color: #666666;
	font-size: 14px;
}


/* 底部 */
.f-help{
	height: 148px;
	background: #1966b0;
}
.f-text{
	padding-top: 38px;
}
.f-text p{
	color: #a6c1e1;
	line-height: 24px;
	font-size: 14px;
}
.f-text p span{
	display: inline-block;
	margin-right: 22px;
}
.f-img a{
	display: inline-block;
	float: right;
}
.f-img .img1{
	margin-right: 16px;
}
.f-img .img2{
	margin-top: 8px;
}