﻿.line {
  margin: 1rem 0;
}

.row {
  max-width: 1600px;
  margin: 1rem auto;
}

h2.title {
  width: 100%;
  border-bottom: 2px solid #e55c00;
  margin: 0;
}

h2.title span {
  float: right;
}

h2.title span a {
  color: #e55c00;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 4rem;
}

h2.title img {
  height: 4rem;
  width: auto;
}

.titleLine {
  height: 2.5rem;
  border-bottom: 2px solid #e55c00;
}

h2.titleMiddle {
  width: 100%;
  margin: 0;
  text-align: center;
}

h2.titleMiddle img {
  width: 80%;
  width: auto;
}

.littleTitle {
  text-align: center;
  padding-bottom: 20px;
}

.listBox li {
  padding: 0 1.5rem;
}

.pic {
  display: inline-block;
  height: auto;
  text-align: center;
  width: 100%;
}

.txt {
  font-size: 1.4rem;
  padding: 20px 5px;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444;
}

.accordion .accordion-navigation {
  margin-bottom: 1rem !important;
}

.accordion-navigation a {
  background: url(../images/tab_bg1.jpg) left top no-repeat !important;
  background-size: auto 100% !important;
  border-radius: 0 10px 10px 0;
  text-indent: 2rem;
  line-height: 2rem;
  color: #fff !important;
  font-size: 1.4rem !important;
}

.accordion-navigation.active a {
  background: url(../images/tab_bg2.jpg) left top no-repeat !important;
  background-size: auto 100% !important;
}

.accordion-navigation .content {
  font-size: 1.4rem;
}

.news li.h4 {
  font-size: 1.4rem;
  line-height: 2rem;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444;
  margin: 1.5rem 0 0.5rem 0;
  font-weight: bold;
}

.news li.h4 a {
  color: #444;
}

.news li.h4 a:hover {
  color: #000;
}

.news ul li {
  font-size: 1.3rem;
}

.news ul li a {
  color: #555;
}

.news ul li a:hover {
  color: #111;
}

#sucaihuo2 {
  margin-top: 2rem;
}

footer {
  text-align: center;
  font-size: 1.2rem;
}

footer span {
  display: inline-block;
  margin: 0 1rem;
  line-height: 2.3rem;
}

footer span img {
  height: 2rem;
}

body {
  background: url(../images/bg.jpg) top center repeat-y #f5f5f5;
  background-size: 100% auto;
}