body {
  padding: 0;
  margin: 0;
  font-family: "", "microsoft yahei";
  position: relative;
  color: #333333;
  min-width: 320px;
  line-height: 1.6;
  font-size: 16px;
}
a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #333333;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
a:hover {
  color: #014d8a;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.pClear {
  clear: both;
}
.main {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.header {
  width: 100%;
  background: #FFFFFF;
  z-index:101;
}
.header .d1 {
  width: 100%;
  height: 135px;
  background: #014d8a;
}
.header .d1 .logo {
  float: left;
}
.header .d1 .logo img {
  display: block;
}
.header .d1 .psearch {
  width: 340px;
  height: 34px;
  margin-top: 56px;
  float: right;
}
.header .d1 .psearch .inputbox {
  float: left;
  width: 286px;
  height: 14px;
  line-height: 14px;
  padding: 10px;
  display: block;
  outline: none;
  border: 0;
}
.header .d1 .psearch .btn {
  float: left;
  width: 34px;
  height: 34px;
  display: block;
  outline: none;
  background: url("../images/search-btn.png") no-repeat center;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.header .d2 {
  width: 100%;
  height: 60px;
}
.pnav {
  width: 100%;
  height: 60px;
}
.pnav li {
  float: left;
  width: 14.28%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  z-index: 999;
}
.pnav li a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: block;
  font-size: 16px;
}
.pnav li a:hover {
  color: #FFFFFF;
  background: #014d8a;
}
.pnav li .children {
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 60px;
  left: 0;
  background-color: rgba(1, 77, 138, 0.7) !important;
  margin: 0;
  display: none;
}
.pnav li .children li {
  width: 100%;
  border: 0;
  height: 50px;
}
.pnav li .children li a {
  height: 50px;
  line-height: 50px;
  width: 100%;
  display: block;
  margin: 0;
  font-size: 14px !important;
  background: none !important;
  color: #FFFFFF !important;
}
.pnav li .children li a:hover {
  background: #014d8a !important;
}
.pnav li:hover a {
  color: #FFFFFF;
  background: #014d8a;
}
.pnav li:hover .children {
  display: block;
}
.pnav li:hover .children a:hover {
  color: #FFFFFF !important;
}
.pnav li a {
  color: #014d8a;
  font-size: 18px;
}
.pnav li .children li a {
  font-size: 16px !important;
}
.pwnav {
  width: 100%;
  background: #014d8a;
}
.pwnav .wnopen,
.pwnav .wnclose {
  width: 25px;
  height: 25px;
  float: right;
  background: url(../images/wap_nav_cd.png) no-repeat center;
  background-size: 90%;
  display: none;
}
.pwnav-list {
  background-color: #014d8a;
  overflow: hidden;
  display: none;
}
.pwnav-list ul {
  padding: 0 20px;
}
.pwnav-list ul li {
  padding: 13px 0;
  font-size: 15px;
  line-height: 24px;
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  display: block;
}
.pwnav-list ul li:nth-child {
  border-bottom: 0;
}
.pwnav-list ul li a {
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner img {
  display: block;
  max-height: 450px;
  width: 100%;
}
.pHead01 {
  width: auto;
  height: 60px;
  background: url(../images/pHead01-bg.png) repeat-x bottom;
}
.pHead01 span {
  width: auto;
  height: 56px;
  line-height: 56px;
  border-bottom: 4px solid #014d8a;
  display: inline-block;
  font-size: 22px;
  color: #014d8a;
}
.pHead01 a {
  float: right;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  background: url(../images/pHead01-more.png) no-repeat right;
  color: #666666;
  padding-right: 24px;
}
.index-list {
  width: 100%;
  padding-top: 14px;
}
.index-list li {
  width: calc(100% - 33px);
  height: 40px;
  line-height: 40px;
  background: #f4f4f4;
  border-left: 3px solid #014d8a;
  padding: 0 15px;
  margin-top: 13px;
}
.index-list li a {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.footer {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  background: #014d8a;
  color: #95b6d4;
  font-size: 14px;
  padding: 50px 0;
}
.pnewsdaylist {
  line-height: 40px;
}
.pnewsdaylist li {
  padding-left: 0px;
  background: url("") no-repeat left;
}
.pnewsdaylist li span {
  float: right;
  color: #aeadaf;
}
.pnewsdaylist li a {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  width: calc(80% - 0px) !important;
  float: left;
}
.pimglist li {
  width: 29%;
  float: left;
  text-align: center;
  height: 250px;
  margin-top: 20px;
  margin-left: 1%;
  margin-right: 1%;
  overflow: hidden;
}
.pimglist li img {
  min-width: 100%;
  height: 230px;
}
.pimglist li span {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.pNext {
  width: 100%;
  margin-top: 20px;
}
.pNext .pageDiv {
  height: 40px;
  line-height: 40px;
  background: #f4f4f4;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #333;
  border: 0;
  text-align: center;
}
.pNext .pageDiv .default_pgPanel {
  float: none;
  display: inline-block;
}
.pNext .pageDiv .default_pgBtn {
  width: 80px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: block;
  margin: 5px;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.pNext .pageDiv .default_pgBtn:hover {
  background: #014d8a;
  border-color: #014d8a;
  color: #FFFFFF;
}
