ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: #444;
}

a:hover {
  color: #0a57b1
}

.overall {
  width: 100%;
  height: auto;
  top: 0px;
  overflow-x: hidden;
}


.fl {
  float: left
}

.fr {
  float: right
}

.clear {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0
}

.t25 {
  padding-top: 15px;
}

.tt_more {
  font-size: 14px;
  line-height: 28px;
}

.tt_more a {
  font-size: 14px;
  line-height: 28px;
}

.main-wrap {
  width: 100%;
  min-height: 340px;
}

.container {
  width: 1200px;
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
  margin: 0 auto;
}

.w500 {
  width: 500px;
}

.w500_content {
  margin-top: 0px;
}

.new_list {
  line-height: 34px;
}

.new_list ul {
  margin-top: 5px;
}

.new_list a {
  text-indent: 15px;
  background: url(../images/icon_07.png) no-repeat 0px center;
  display: block;
}

.new_list a:hover {
  text-indent: 15px;
  background: url(../images/icon_08.png) no-repeat 0px center;
  color: #3070cf;
}

.pic_tt {
  background: url(../images/pi_tt.jpg) center no-repeat;
  height: 50px;
  line-height: 50px;
}

.pic_tt h1 {
  font-size: 20px;
  text-indent: 4.5em;
}

.p_ttmore {
  padding-right: 20px;
}

@media screen and (max-width: 920px) {

  .sub_tt .tit {
    float: none;
    width: auto;
  }

  .sub_tt .tit span {
    padding-left: 0;
  }

  .sub_tt .tt_more {
    float: none;
    margin-top: 10px;
  }
}