/* CSS Document */

/* CSS Document */
@charset "utf-8";
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover {
  outline: 0;
}
img {
  display: inline-block;
  border: none;
  vertical-align: middle;
  width: 100%;
}
p {
  white-space: normal;
}
li {
  list-style: none;
}
table {
  border-spacing: 5px;
}
h1, h2, h3, h4 {
  font-weight: 700;
}
h5, h6 {
  font-weight: 500;
  font-size: 100%
}
button, input, select, textarea {
  font-size: 100%
}
button, input, optgroup, option, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
body {
  line-height: 1.6;
  color: #333;
  color: rgba(0, 0, 0, .85);
}
hr {
  height: 0;
  line-height: 0;
  margin: 10px 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #eee;
  clear: both;
  overflow: hidden;
  background: 0 0
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #777;
}
a cite {
  font-style: normal;
  cursor: pointer;
}
.content-wrapper {
  max-width: 85%;
  margin: 0 auto 50px auto;
  padding: 1.8rem;
  border-bottom: solid 1px #333;
}
.post-header h1 {
  color: #c1272d;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #666;
  line-height: 5rem;
}
.post-meta {
  color: #000;
  font-size: 1.2rem;
  padding-bottom: 0;
  font-family: ""
}
.post-meta b{
	margin-left:5px;
}
.post-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.post-body p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.post-body h3 {
  color: #c1272d;
  margin: 1.5rem 0 0.8rem;
  font-size: 1.3rem;
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}
.post-body{
	margin-top:30px;
	
}
.nav-link {
  color: #444;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.nav-link span {
  font-weight: 600;
  font-size: 36px;
  /* margin-right: 10px; */
}
.nav-link a{
	color:#000;
	font-size: 1.2rem;
}
.nav-link:hover {
  text-decoration: none;
  color: #c1272d;
}

@media (max-width: 768px) {
	.ifooter{
		display:none;}
	.search-section h1{
		font-size:1.5rem;
	}
	.nav-link{
		font-weight: 500;
	}
  .search-section {
    padding: 10px;
    text-align: center;
  }
  .content-wrapper {
    padding: 10px;
    max-width: 98%;
  }
  .post-header h1 {
    font-size: 1rem;
    line-height: 2rem;
    padding-bottom: 10px;
  }
  .post-body p {
    font-size: 0.95rem;
  }
  .post-navigation {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.news-container {
  max-width: 85%;
  margin: 0 auto 0px auto;
  /* background-color: #fff; */
  padding: 20px;
  border-radius: 8px;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
  overflow: hidden;
}
.news-item {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border: 1px solid #ccc;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
  padding: 15px;
}
.news-item:last-child {
  border-bottom: none;
}
.news-img {
  width: 150px;
  height: 120px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
  float: left;
}
.news-content {
  flex: 1;
  min-width: 0;
}
.news-meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: flex-end;
}
.news-category {
  /* background-color: #e8f4f8; */
  color: #666;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 12px;
  width: 100%;
}
.news-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
  text-align: left;
}
.news-title a {
  color: #444;
}
.news-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  float: left;
  margin-left: 20px;
  width: 80%;
  float: left;
}
.more-btn {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  /* margin: 20px auto 0; */
  color: #444;
  border: 1px solid #444444;
  /* border-radius: 4px; */
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  float: left;
  width: 150px;
  margin-top: 20px;
}
.more-btn:hover {
  background-color:#255c9f;
  color: #fff;
}
@media (min-width:1024px) {
	.search-section h1{
		    color: #255c9f;
		    font-size: 2rem;
		    margin-bottom: 16px;
		    font-weight: 700;
	}
  .search-section {
    padding: 60px 20px;
  
}
	.search-section p {
  color: #666;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
/*  max-width: 1000px;*/
  margin: 0 auto 40px;
  line-height: 1.6;
}
}
@media (max-width:1024px) {
	.indexFooter{
		display:none;
	}
}
@media (max-width: 768px) {

		.search-section p {
  color: #666;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
/*  max-width: 1000px;*/
  margin: 0 auto 40px;
  line-height: 1.6;
}
  .news-container {
    padding: 10px;
    max-width: 98%;
  }
  .news-item {
    flex-direction: column;
    gap: 10px;
  }
  .news-img {
    width: 100%;
    height: auto;
  }
  .news-title {
    font-size: 15px;
  }
  .news-desc {
    font-size: 0.9rem;
    margin-left: 0;
    margin-top: 10px;
  }
}
.picinfo {
  width: 100%;
  float: left;
}
.more {
  width: 100%;
  overflow: hidden;
  float: left;
}
.news-desc1 {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  float: left;
  margin-left: 0;
  width: 98%;
  float: left;
}
.search-section {

  text-align: center;
}

.search-container {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #169bd4;
  border-radius: 2px;
  overflow: hidden;
}
.search-input {
  flex: 1;
  padding: 16px 20px;
  border: none;
  outline: none;
  font-size: 1rem;
  background: none;
  color: #333;
  font-family: "";
}
.search-input::placeholder {
  color: #999;
}
.search-btn {
  background: #159cd4 url(../img/fdj.png) no-repeat right 11px center;
  color: #fff;
  border: none;
  padding: 0 45px 0 15px;
  cursor: pointer;
  font-size: 1.2rem;
  /* font-weight: 600; */
  transition: background-color 0.3s ease;
  /* font-family: Ã¢â‚¬Å“Ã¢â‚¬Â; */
  background-size: 15%;
}
.search-btn:hover {
  background-color: #3a649f;
}
@media (max-width: 576px) {
  .search-container {
    flex-direction: column;
    /* max-width: 100%; */
  }
	.search-btn{
	background-size: 6%;
		
	}
  .search-btn {
    padding: 16px;
    margin-top: 1px;
    background: #159cd4 url(../img/fdj.png) no-repeat right 32%  center;
    color: #fff;
  }
}
.page {
  overflow: hidden;
  width: 100%;
  margin: 34px 5px 0 0;
  text-align: center;
  line-height: 38px;
  float: left;
}
.page table {
  margin: 0 auto;
}
.htfenye {
  cellspacing: 10px;
}
.page table td {
  text-align: center;
  line-height: 30px;
  /* width:30px; */
  padding: 3px 8px;
}
.page table td a {
  padding: 5px 8px;
  color: #444;
}
.page table td {
  border: solid 1px #ccc;
  /* border-radius:4px; */
  cellpadding: 5px;
  font-family: â€œâ€;
}
.page .htfydqpage {
  background: #6787ba;
  padding: 0 10px;
  color: #ffffff;
}
.fy {
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
}
.ifooter {
	overflow: hidden;
	margin-top: 0;
	background: url(../img/u103.jpg) no-repeat;
}
.ifooter .indexcall {
	width: 80%;
	margin: 20px auto;
	overflow: hidden;
}
.ifooter .indexcall font {
	color: #f29f1b;
}
.ifooter .indexcall h3 {
	font-size: 2.2rem;
	float: left;
	line-height: 5.5rem;
	font-weight:600;
}
.ifooter .indexcall a {
	color: #f29f1b;
	float: right;
	line-height: 2rem;
	font-size: 1.5rem;
	margin-top: 25px;
	background: url(../img/yjt.png) no-repeat right 0px center;
	background-size: 21%;
	padding-right: 57px;
	font-weight:600;
}