.main,
.top .titBox .content,
.top .navBox .nav,
#footer .p1 {
  width: 1200px !important;
}

h2 {
  padding-bottom: 20px !important;
  color: #0152a9;
}

hr {
  background-color: #0152a9;
  height: 1px;
  border: none;
  margin-bottom: 5px;
}

/* Title List */
.titleList {
  font-size: 16px;
}

.titleList ul li {
  line-height: 50px;
  border-bottom: #959595 1px dashed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.titleList ul li span {
  color: #999;
}

/* Picture List */
.picList {
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.picList .pic {
  width: 580px;
  margin-bottom: 20px;
}

.picList .pic img {
  width: 580px;
  /* object-fit alternative for IE */
  width: 100%;
  height: auto;
}

.picList .pic .tit {
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.picList .pic .tit p {
  text-align: center;
}

/* Pagination Styles */
.Pagination {
  height: 60px;
  color: #565656;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.Pagination span {
  margin-right: 5px;
  display: block;
  float: left;
  margin-left: 5px;
}

.Pagination span b {
  padding: 0 2px;
}

.Pagination .pagesnum {
  display: -ms-flexbox;
  display: flex;
}

.Pagination a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  color: #565656;
  border: 1px solid #cacaca;
  padding: 10px;
  margin: 0 2px;
}

.Pagination .Ellipsis {
  line-height: 32px;
  overflow: hidden;
  display: none;
}

cite.FormNum {
  line-height: 20px;
  height: 20px;
  font-style: normal;
  padding-left: 10px;
}

#PageNum {
  color: #777;
  width: 30px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #cacaca;
  margin: 0 5px;
  text-align: center;
}

.Pagination a:hover,
.Pagination a.PageCur {
  background-color: #0152a9;
  border: 1px solid #0152a9;
  color: #ffffff;
}
