*{
    margin:0;
    padding:0;
    text-decoration: none;
    outline: none;
    list-style: none;
}
body{
    background: #fff;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.db {
  display: inline-block;
}

p.position {
  margin: 15px auto 23px;
  width: 1200px;
  height: 46px;
  background: #fff url(position.png) no-repeat 15px center;
  border: 1px solid #dfeaec;
  box-shadow: 0px 3px 0px 0px rgba(223, 234, 236, 0.75);
  color: #999999;
  font-size: 14px;
  line-height: 46px;
  box-sizing: border-box;
  padding-left: 45px;
}
p.position a {
  color: #999;
}
p.position a:hover {
  color: #007EAB;
  text-decoration: underline;
}
p.position span.sp {
  color: #007EAB;
  font-weight: bold;
}

.yema {
  text-align: center;
  margin: 30px auto;
}
.yema a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  font-size: 16px;
  color: #8F8E8E;
  line-height: 32px;
  text-align: center;
  margin-right: 10px;
}
.yema a:hover {
  background: #0099DC;
  border: 1px solid #0099DC;
  color: #fff;
}
.yema span {
  display: inline-block;
  color: #8F8E8E;
  font-size: 14px;
  margin-right: 10px;
  line-height: 32px;
}

.centerWidth {
  width: 1200px;
  margin: 0 auto;
}

.gl_tit {
  border-bottom: 1px solid #DFEAEC;
}
.gl_tit a {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #c93025;
  font-size: 22px;
  color: #fff;
}
.gl_ul {
  border-bottom: 1px solid #dfeaec;
  padding: 14px 0;
}
.gl_ul li a {
  padding-left: 13px;
  background: url(gl_libg.png) no-repeat left center;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  color: #333;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gl_ul li a:hover {
  font-weight: bold; 
}
.gl_ul li span {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 40px;
}