.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: -webkit-flex; /* Added for better compatibility */
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.titleList ul li a {
  display: inline-block;
}
.titleList ul li span {
  color: #999;
}

/* Picture List */
.picList {
  padding-top: 20px;
  display: -ms-flexbox;
  display: -webkit-flex; /* Added for better compatibility */
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Added for better compatibility */
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between; /* Added for better compatibility */
  justify-content: space-between;
}

.picList .pic {
  width: 580px;
  margin-bottom: 20px;
}

.picList .pic img {
  width: 580px;
  /* Improved object-fit alternative for IE */
  width: 100%;
  height: auto;
  /* Fallback for IE */
  -ms-interpolation-mode: bicubic; /* Improves image scaling in IE */
}

.picList .pic .tit {
  height: 70px;
  display: -ms-flexbox;
  display: -webkit-flex; /* Added for better compatibility */
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center; /* Added for better compatibility */
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center; /* Added for better compatibility */
  justify-content: center;
}

.picList .pic .tit p {
  text-align: center;
}

/* Pagination Styles */
.Pagination {
  height: 60px;
  color: #565656;
  display: -ms-flexbox;
  display: -webkit-flex; /* Added for better compatibility */
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center; /* Added for better compatibility */
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center; /* Added for better compatibility */
  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: -webkit-flex; /* Added for better compatibility */
  display: flex;
}

.Pagination a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  color: #565656;
  border: 1px solid #cacaca;
  padding: 10px;
  margin: 0 2px;
  /* IE10/11 hover fix */
  background-color: transparent;
}

.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;
  /* IE10/11 focus fix */
  outline: none;
}

/* IE10/11 specific fixes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Pagination a {
    /* Fixes flexbox issues in IE10/11 */
    float: left;
  }

  .picList .pic img {
    /* Additional image scaling improvement */
    -ms-transform: translateZ(0);
  }
}
