@charset 'utf-8';

/* 首页 */
.index-page2 {
  position: relative;
}

.index-headline {
  padding-top: 20px;
  height: 96px;
}

.index-headline-tab {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 96px;
  margin: 0 auto;
}

.index-headline-item {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.index-headline-item h1 {
  margin: 0 auto;
}

.index-headline-item h1 a {
  display: inline-block;
  line-height: 36px;
  vertical-align: middle;
  color: #222222;
  font-weight: bold;
  font-size: 28.05px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.index-headline-item h1 a:hover {
  text-decoration: underline;
}

.index-headline-item p {
  color: #666666;
  font-size: 18.03px;
  margin-top: 12px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-wrap1-col1 {
  width: 590px;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.index-wrap1-col1 .index-pictt a:hover {
  text-decoration: underline;
}

.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: 37px;
  bottom: 0;
  background: url(qj-bg1.png) no-repeat;
}

.index-pictt li {
  width: 100%;
  height: 100%;
}

.index-pictt li a {
  color: #fff;
  font-size: 16px;
  line-height: 37px;
  display: inline-block;
  max-width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 18px;
}

.index-picpg {
  position: absolute;
  bottom: 13px;
  right: 17px;
}

.index-picpg li {
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  cursor: pointer;
  background: url(icon32.png) no-repeat;
}

.index-picpg li.cur {
  background: url(icon33.png) no-repeat;
}

.main_tab {
  width: 590px;
  height: 320px;
}

.main_tab .tab-list-bool {
	height: 38px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333;
}

.main_tab .tab-list-bool li {
  position: relative;
  width: 117px;
  height: 38px;
  float: left;
}

.main_tab .tab-list-bool li .curImg {
  position: absolute;
  left: 50px;
  bottom: -8px;
  display: none;
}

.tab-list-bool a {
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
}

.main_tab .tab-list-bool li.cur a {
  background: #1369c0;
  color: #fff;
  height: 39px;
}

.main_tab .tab-list-bool li.cur .curImg {
  display: block;
}

.tab-group {
  border-top: none;
  height: 278px;
}

.tab-item {
  padding: 20px 18px 0 18px;
}

.tab-group .tab-item>li {
  padding-left: 15px;
  background: url(index-point.png) no-repeat left center;
}

.tab-group .tab-item a {
  display: inline-block;
  font-size: 16px;
  line-height: 41px;
  color: #333333;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.tab-group .tab-item a:hover,
.index-zw-list li a:hover {
  color: #1369c0;
}

