.page_banner {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.page_banner .main_fix {
  height: 300px;
}
.page_banner .page_banner_nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  font-size: 14px;
  background: url(../images/page_bread.png);
  color: #fff;
}
.page_banner .page_banner_nav img {
  height: 14px;
  width: auto;
}
.page_banner .page_banner_nav a {
  color: #fff;
}
.sub_nav {
  width: 100%;
  height: 70px;
  background: #e9f1f8;
}
.sub_nav .sub_nav_cen {
  font-size: 0;
  height: 100%;
  text-align: center;
}
.sub_nav .sub_nav_cen a {
  display: inline-block;
  width: 180px;
  height: 100%;
  margin-left: -1px;
  font-size: 16px;
  line-height: 70px;
  color: #2377bc;
  text-align: center;
  position: relative;
}
.sub_nav .sub_nav_cen a .bg {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2377bc;
  transform-origin: center center;
  transform: scaleX(0);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.sub_nav .sub_nav_cen a .txt {
  display: block;
  position: relative;
  z-index: 10;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.sub_nav .sub_nav_cen a.active .txt,
.sub_nav .sub_nav_cen a:hover .txt {
  color: #2377bc;
}
.sub_nav .sub_nav_cen a.active .bg,
.sub_nav .sub_nav_cen a:hover .bg {
  transform-origin: center center;
  transform: scaleX(1);
}
.page_con {
  padding-bottom: 40px;
}
.page_con .page_title {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.page_con .page_title h3 {
  font-size: 32px;
  color: #174e9d;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}
.page_con .page_title p {
  font-size: 30px;
  color: #000;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: "Times New Roman", arial;
}
.page_con .page_content {
  padding: 30px 20px;
  font-size: 16px;
}
.page_con .news_line {
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.page_con .news_list {
  padding: 30px 20px 20px;
}
.page_con .news_list .news_box {
  padding: 20px 30px;
}
.page_con .news_list .news_box:before,
.page_con .news_list .news_box:after {
  content: " ";
  display: table;
}
.page_con .news_list .news_box:after {
  clear: both;
}
.page_con .news_list .news_box .news_date {
  float: left;
  width: 200px;
  color: #999;
}
.page_con .news_list .news_box .news_date div {
  font-size: 28px;
}
.page_con .news_list .news_box .news_date i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  position: relative;
  transition: 0.3s;
  transition-timing-function: linear;
  transform-origin: 50% 50%;
}
.page_con .news_list .news_box .news_date i:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
}
.page_con .news_list .news_box .news_title {
  float: left;
  width: 550px;
}
.page_con .news_list .news_box .news_title h3 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 35px;
  color: #333;
}
.page_con .news_list .news_box .news_title .news_desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  padding-top: 10px;
  color: #999;
}
.page_con .news_list .news_box .news_img {
  float: right;
  width: 220px;
}
.page_con .news_list .news_box .news_img img {
  width: 220px;
  height: 120px;
}
.page_con .news_list .news_box a:hover .news_date i {
  background-color: #f18d00;
}
.page_con .news_list .news_box a:hover .news_date i:after {
  background: url(../images/arrow_hover.png) center center no-repeat;
}
.page_con .news_list .news_box a:hover .news_title h3 {
  color: #f18d00;
}
.page_con .page_news_title {
  width: 100%;
  text-align: center;
  padding: 30px 30px 10px;
}
.page_con .page_news_title h3 {
  font-size: 26px;
  color: #333;
  line-height: 40px;
}
.page_con .page_news_title ul {
  font-size: 14px;
  color: #999999;
  margin-top: 6px;
}
.page_con .page_news_title ul:before,
.page_con .page_news_title ul:after {
  content: " ";
  display: table;
}
.page_con .page_news_title ul:after {
  clear: both;
}
.page_con .page_news_title ul li {
  float: left;
  padding: 10px 10px 0;
}
.page_con .page_news_title ul li i {
  font-size: 14px;
  margin-right: 5px;
}
.page_con .img_list {
  padding: 20px 0px;
}
.page_con .img_list .img_wrap {
  width: 100%;
}
.page_con .img_list .img_wrap:before,
.page_con .img_list .img_wrap:after {
  content: " ";
  display: table;
}
.page_con .img_list .img_wrap:after {
  clear: both;
}
.page_con .img_list .img_wrap .img_box {
  float: left;
  width: 300px;
  margin: 20px 50px;
}
.page_con .img_list .img_wrap .img_box img {
  width: 300px;
  height: 456px;
}
.page_con .img_list .img_wrap .img_box a {
  display: block;
  margin: 0 auto;
  position: relative;
}
.page_con .img_list .img_wrap .img_box .f5_list_desc {
  height: 110px;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  background-color: #fff;
}
.page_con .img_list .img_wrap .img_box .f5_list_desc div {
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_con .img_list .img_wrap .img_box .f5_list_title {
  position: absolute;
  bottom: 110px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #15499a;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
.page_con #pagesize {
  text-align: center;
  margin-top: 40px;
}
.page_con #pagesize a,
.page_con #pagesize span {
  float: none;
  display: inline-block;
}
.page_con .photo_sub {
  padding-top: 40px;
}
.page_con .photo_sub ul {
  text-align: center;
}
.page_con .photo_sub ul li {
  display: inline-block;
  padding: 0 15px;
}
.page_con .photo_sub ul li a {
  border: 1px solid #0c7ff4;
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #0c7ff4;
}
.page_con .search_box .xibao_form {
  padding: 80px 0 100px;
  text-align: center;
}
.page_con .search_box .xibao_input {
  width: 400px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  border: 1px solid #2377bc;
  background-color: #e9f2f8;
  padding: 0 20px;
}
.page_con .search_box .btn_xibao {
  margin-left: 10px;
  width: 180px;
  height: 50px;
  font-size: 20px;
  border: 1px solid #2377bc;
  background-color: #2377bc;
  color: #fff;
}
.page_con .search_list {
  padding: 30px 20px 20px;
}
.page_con .search_list .news_box a {
  padding: 20px 30px;
  font-size: 16px;
  width: 100%;
  display: block;
}
.page_con .search_list .news_box a:before,
.page_con .search_list .news_box a:after {
  content: " ";
  display: table;
}
.page_con .search_list .news_box a:after {
  clear: both;
}
.page_con .search_list .news_box a:hover {
  background-color: #ececec;
}
.page_con .search_list .news_box .news_date {
  float: right;
  width: 100px;
  color: #666;
}
.page_con .search_list .news_box .news_title {
  float: left;
  width: 550px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_con .search_list .news_box .news_code {
  float: left;
  width: 280px;
}
