.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.banner-wrapper {
  position: relative;
  height: 300px;
  background: url(bannerbg.jpg) center bottom no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.slogan-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.part1 {
  background: url(part1bg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 50px 15px;
}

.part2 {
    background: url(part2bg.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 40px 15px 20px;
}

.part3 {
    background: url(part3bg.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 40px 15px 53px;
    border-bottom: 3px #d6a13a solid;
    margin-bottom: 3px;
}

.part-inner-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  width: 1200px;
}

.part-title {
  text-align: center;
  height: 71px;
  padding: 19px 0 0;
  background: url(titlebg.png) center 0 no-repeat;
  position: relative;
}

.part-title .title {
  font-size:40px;
  font-weight: 900;
  color: #e8411c;
}

.part-title .more {
  display: inline-block;
  padding-right: 16px;
  background: right -24px no-repeat;
  background-image: url(more.png) !important;
  color: #EE8D36;
  height: 24px;
  line-height: 24px;
  transition: 0.4s all;

  bottom: 23px;
  right: 0;
  position: absolute;
}

.part-title .more:hover {
  color: #f00;
  background-position: right 0;
}

.part-list li {
  padding:10px 0;
}

.part-list a {
  color:#333;
  font-size:24px;
  text-decoration:none;
}

.part-list a:hover {
  color:#E21D1B;
}

.doc-title {
  text-align: center;
  height: 71px;
  padding: 19px 0 0;
  background: url(titlebg.png) center 0 no-repeat;
  position: relative;
}

.doc-title .title {
  font-size:30px;
  font-weight: 800;
  color: #e8411c;
}

.doc-list li {
  padding:5px 0;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  position: relative;
  border-bottom: #e5e5e5 solid 1px;
  font-size: 14px;
}

.doc-list li span.time {
    position: absolute;
    top: 0px;
    right: 16px;
    white-space: nowrap;
}

.doc-list a {
  color:#333;
  font-size:18px;
  text-decoration:none;
}

.doc-list a:hover {
  color:#E21D1B;
}

.page-container .doc-content {
  background: url(part3bg.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 20px 15px 40px;
  border-bottom: 3px #d6a13a solid;
  margin-bottom: 3px;
}

.doc-content {
  font-size: 16px;
}

.doc-content .title {
  text-align: center;
  font-size: 20px;
  padding: 30px 0 15px 0;
}

.doc-content .time {
  text-align: center;
  height: 70px;
  border-bottom: #e5e5e5 solid 1px;
}

.doc-content .content {
    line-height: 30px;
    padding: 35px 0;
}


.doc-content img{text-align:center;}
.doc-content a {
 color:rgb(0, 112, 192);
 text-decoration: underline;
}

.footDiv {
  color: #333 !important;
  background: url(part3bg.jpg) center bottom no-repeat !important;
  background-size: cover;
}