* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: "Microsoft yahei", sans-serif;
}
a,
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
#guding {
  width: 100%;
  height: 547px;
}
.list {
  width: 1200px;
  margin: 0 auto;
  min-height: 450px;
}
.list .list-left {
  width: 235px;
  float: left;
}
.list .list-left .list-left-img {
  background: url(../img/nytopbg.png);
  width: 100%;
  height: 84px;
  line-height: 99px;
  font-size: 18px;
  color: #fff;
  padding-left: 22px;
}
.list .list-left ul li {
  height: 40px;
  line-height: 40px;
}
.list .list-left ul li a {
  font-size: 14px;
  color: #000;
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-left: 38px;
  border-bottom: 1px solid #d9d9d9;
}
.list .list-left ul li a:hover {
  background-color: #1761b3;
  color: #ffffff;
}
.list .list-left ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.list .list-left ul li .list-icon {
  background-color: #1761b3;
  color: #ffffff;
}
.list .list-right {
  width: 909px;
  height: 100%;
  float: right;
}
.list .list-right .list-titeo {
  line-height: 56px;
  color: #004ea3;
  font-size: 20px;
  position: relative;
}
.list .list-right .list-titeo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #D80000;
}
.list .list-right .list-content {
  width: 100%;
  height: auto;
  padding: 15px;
}
.list .list-right .list-content .content-img li {
  width: calc((100% - 60px)/3);
  margin: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  float: left;
}
.list .list-right .list-content .content-img li a {
  display: inline-block;
  width: 100%;
}
.list .list-right .list-content .content-img li a div {
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 183px;
  padding: 5px;
}
.list .list-right .list-content .content-img li a div img {
  width: 96%!important;
  height: auto!important;
  left: 50%!important;
  top: 50%!important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  position: absolute!important;
}
.list .list-right .list-content .content-img li a p {
  font-size: 14px;
  color: #000000;
  text-align: center;
  padding: 10px;
}
.list .list-right .list-content .content > li {
  height: 35px;
  line-height: 35px;
}
.list .list-right .list-content .content > li > i {
  display: inline-block;
  width: 45px;
  height: 20px;
  vertical-align: middle;
  line-height: 18px;
  background: #f37c36;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}
.list .list-right .list-content .content > li > a {
  width: 85%;
  display: inline-block;
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
  color: #323232;
  height: 20px;
  vertical-align: middle;
  padding-left: 15px;
  background: url(../img/ii.png) no-repeat left center;
}
.list .list-right .list-content .content > li > a:hover {
  color: #1761b3;
}
.list .list-right .list-content .content > li > span {
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  line-height: 35px;
  height: 35px;
  float: right;
}
#page {
  height: 40px;
  margin-top: 20px;
  text-align-last: right;
}
#page .pageinfo,
#page .pgejump,
#page .homepage,
#page .endpage {
  display: none;
}
#page a {
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
#page a:hover {
  background: #004EA3;
  color: #fff;
}
#page .nopage,
#page .nextpage,
#page .prepage {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #c8c8c8;
  font-size: 12px;
  color: #ffffff;
}
#page .listpage {
  font-size: 14px;
  width: 30px;
  display: inline-block;
  padding-right: 11px;
  text-align: center;
  color: #666666;
  background-color: #f2f2f2;
}
#page .curpage {
  background: #004EA3;
  color: #fff;
}
.show-content h3 {
  text-align: center;
  font-size: 30px;
  line-height: 65px;
  color: #1e1e1e;
  font-weight: inherit;
}
.show-content .span {
  color: #c8c8c8;
  font-size: 12px;
  text-align: center;
}
.show-content .span span {
  color: #969696;
  margin-right: 15px;
}
.show-content i {
  display: inline-block;
  line-height: 42px;
  height: 42px;
  width: 100%;
  text-align-last: right;
}
.show-content .show-con {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0 40px 0;
  margin-bottom: 30px;
}
.pn {
  height: 40px;
}
.pn p {
  float: left;
  width: 50%;
}
.pn p a {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pn p a:hover {
  color: #1761b3;
}
.show-annex h4 {
  height: 40px;
  background-color: #E9E9E9;
  width: 94px;
  text-align: center;
  line-height: 40px;
  color: #666;
  font-size: 16px;
  font-weight: inherit;
}
.show-annex div {
  border-width: 1px;
  border-style: solid;
  border-color: #e4e4e4;
  padding: 15px;
}
.show-annex div a {
  display: inline-block;
  width: 100%;
}
.show-annex div a span {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.show-annex div a span img {
  max-width: 100%;
}
.show-annex div a p {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #666666;
}
.show-annex div a p:hover {
  color: #1761b3;
}
