i {
  font-style: normal;
}
input,
div,
p,
span,
a,
i,
em,
ul,
li,
dd,
dt,
table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table td {
  word-break: break-all;
  word-wrap: break-word;
  font: 500 14px Arial;
}

/*列表内容*/
.listCen {
  width: 1180px;
  margin: 20px auto 0;
}
.listCen table {
  width: 1180px;
  border:1px solid #e1e1e1;

  padding: 20px 20px 20px;

}
.listCen table tr th {
	text-align:center;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #e1e1e1;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: 400;
}
.listCen table tr td {
  height: 60px;
  font-size: 16px;
  color: #333333;
}
.listCen table tr td a {
  font-size: 16px;
  color: #333333;
}
.listCen table tr #nocon{
  text-align:left;
  padding-left:68px;
}
.listCen table tr:hover td {
  background-color: #366494;
  color: #ffffff;
}
.listCen table tr:hover td a {
  color: #ffffff;
}
.listCen table tr:hover #nocon{
  background-color: #fff;
  color: #333333;
}
.listCen table tr:hover #nocon a{
  color: #333333;
}
.fenye {
  width: 100%;
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
  margin-bottom:20px;
}
.fenye a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 37px;
  line-height: 38px;
  overflow: hidden;
  background: #F4F4F4;
  width: 37px;
  text-align: center;
  color: #909090;
  margin: 0 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  box-shadow: 0px 1px 1px #E6E5E5;
  -webkit-box-shadow: 0px 1px 1px #E6E5E5;
  -moz-box-shadow: 0px 1px 1px #E6E5E5;
  -o-box-shadow: 0px 1px 1px #E6E5E5;
  -ms-box-shadow: 0px 1px 1px #E6E5E5;
}
.fenye span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 37px;
  line-height: 38px;
  overflow: hidden;
  background: #e07564;
  padding:0 5px;
  text-align: center;
  color: #fff;
  margin: 0 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  box-shadow: 0px 1px 1px #E6E5E5;
  -webkit-box-shadow: 0px 1px 1px #E6E5E5;
  -moz-box-shadow: 0px 1px 1px #E6E5E5;
  -o-box-shadow: 0px 1px 1px #E6E5E5;
  -ms-box-shadow: 0px 1px 1px #E6E5E5;
}
.fenye a:hover {
  background: #E8E8E8;
}
