/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
}
body {
	font-family: "Microsoft Yahei";
	background: #fff;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #1365b7;
	text-decoration: none;
}
.clear {
	clear: both;
}
.open-header {
	height: 600px;
	padding-top: 25px;
	background: top center / cover url(../img/open-header-bg.jpg);
}
.open-header .title-wrapper {
	margin-top: 140px;
	text-align: center;
}
.open-header .title-wrapper img {
	height: 107px;
	max-width: 100%;
}
.open-search-wrapper {
	margin: auto;
	margin-top: 44px;
	background-color: #fff;
	border-radius: 6px;
	line-height: 60px;
	display: flex;
	align-items: center;
	width: 500px;
	transition: all 0.3s ease;
	border: 0;
}





.open-search-wrapper:focus-within {
 width: 650px;
}
.open-search-wrapper .search-input {
	font-size: 18px;
}
.open-search-wrapper .open-search-btn {
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: 0;
	outline: 0;
}
.open-search-wrapper .open-search-btn .iconfont::before {
	font-size: 32px;
	color: #007bda;
}
.open-nav-wrapper {
	background-color: #0049a0;

}

.open-nav-wrapper .navbar {
  padding: 0rem 1rem;
}


.open-nav-wrapper .nav-link {
	color: #fff;
	font-size: 26px;
	line-height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
/*	border-right: 1px solid #02518d;
	border-left: 1px solid #0392fc;
*/}
.open-nav-wrapper .active ,.open-nav-wrapper li:hover{ background:#0062d7;}


.search-input {
	padding: 0 10px;
	flex: 1;
	border: 0;
	background-color: transparent;
	outline: 0;
}
.search-btn {
	min-width: 70px;
	color: #fff;
	font-size: 18px;
	background: #0a70c8;
	border-radius: 0px 12px 12px 0px;
}
.search-btn:hover {
	color: #fff;
	background: #043e70;
}
.card-body {
	border: 1px solid #f5f5f5;
}
.card-title {
	padding: 5px 0px;
	margin-bottom: 0px;
}
.card-title a {
	color: #1365b7;
}
h2.title-wrapper{ text-align:center; font:bold 3rem/150% "·½Õý´óºÚ¼òÌå","Î¢ÈíÑÅºÚ"; color:#337bd0;}


.cate-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.cate-list-wrapper .entry-wrapper {
	flex-grow: 0;
	margin-top: 1rem;
	width: calc(14.28% - 20px);
}
.cate-list-wrapper .entry {
	display: block;
}
.cate-list-wrapper .entry-wrapper .iconfont {
	margin: auto;
	color: #0d91ed;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #acd6ff;
	border-radius: 50%;
	font-size: 36px;
	display: block;
}
.cate-list-wrapper .entry-wrapper .title {
	font-size: 1.12rem;
	margin-top: 8px;
	color: #333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
}
.gztj-bg {
	background: top center / cover url(../img/open-gztj-bg.jpg) no-repeat;
}

.carousel {
  height: 100%;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-inner .carousel-item {
  height: 100%;
}
.carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#mainCarousel {
  height: 425px;
}
#mainCarousel .carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
#mainCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;border-radius: 50%;
}
#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}
#mainCarousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 8rem 0.75rem 1rem;
  text-align: left;
}
#mainCarousel .carousel-caption a {
  color: #fff;
}
#bannerCarousel {
}
#bannerCarousel .carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
#bannerCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
  border-radius: 50%;
}
.news-list-wrapper .entry-wrapper {
  display: flex;
  font-size: 1.125rem;
  line-height: 2.5;
  color: #333;
}
.news-list-wrapper .entry-wrapper::before {
  content: "\2022";
  color: #bbb;
  margin-right: 6px;
}
.news-list-wrapper .entry-wrapper .title {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#mainNews .news-list-wrapper .entry-wrapper {
  border-bottom: 1px solid #eee;
  line-height: 3.2;
}
.news-list-wrapper .entry-wrapper .title a {
  color: #333;
}
.news-list-wrapper .entry-wrapper .title a:hover {
  color: #2764b0;
}
.news-list-wrapper .entry-wrapper .date {
  font-size: 1rem;
  color: #999;
  flex: 0 0 auto;
  text-align: right;
}

.xcjd-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.xcjd-list-wrapper .entry-wrapper {
	flex-grow: 0;
	width: calc(20% - 20px);
	padding: 15px 10px;
	text-align: center;
margin-top:.5rem;
	background: #fff;
	border: 1px solid #eee;
box-shadow: 0 .15rem .15rem rgba(0,0,0,.035) !important;
}
.xcjd-list-wrapper .entry {
	color: #000;
}


.title-row{ width:100%;
    box-sizing: border-box;
}
.title-row a{
    color: #666;
    float: right;
}
.title-row a:hover{
    color: #229cdf;
}

.bztx-list li{display: flex; min-height:95px; background:#f9f9f9; padding:1rem; margin-top:1rem; color:#666; -ms-flex-align: center !important;
  align-items: center !important; font-size:1.125rem;}
.bztx-list li a{ color:#666;}
.bztx-list li:hover{ background:#f4fbff;box-shadow: 0 .15rem .15rem rgba(0,0,0,.035) }

.footer-section {
  background: #1c80c7;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
}
.footer-section a {
  color: #fff;
}
.footer-section span {
  display: inline-block;
  padding: 0 5px;
}





 @media screen and (max-width: 1199.98px) {
}
@media screen and (max-width: 991.98px) {
.open-header {
	height: unset;
	padding-bottom: 30px;
}
.open-header .title-wrapper {
	margin-top: 40px;
}
.open-header .title-wrapper img {
	height: unset;
}
.column-list-wrapper .entry-wrapper {
	width: 45%;
}
.open-nav-wrapper .nav-link {
	font-size: 18px;
	gap: 5px;
	line-height: 32px;
}
}
@media screen and (max-width: 767.98px) {
.open-search-wrapper {
	width: 92%;
}
 .open-search-wrapper:focus-within {
 width: 95%;
}
.open-nav-wrapper .nav-link {
	font-size: 18px;
	gap: 5px;
	line-height: 32px;
}
.cate-list-wrapper {
	gap: 10px 10px;
}
.cate-list-wrapper .entry-wrapper {
	flex-grow: 1;
	width: calc(33% - 10px);
}
.xcjd-list-wrapper .entry-wrapper {
	flex-grow: 0;
	margin-top: 0rem;
	width: calc(50% - 20px);
	padding: 10px 10px;
}
}
@media screen and (max-width: 575.98px) {
.open-nav-wrapper .nav-link {
	border: 0;
}
.open-search-wrapper {
	line-height: 50px;
}
.open-search-wrapper .open-search-btn {
	width: 50px;
	height: 50px;
}
.card-title {
	font-size: 1rem;
	padding: 0px;
}
  #mainCarousel {
    height: 220px;
  }
.logo-wrappr img{ width:100%;}
h2.title-wrapper{font-size:2rem;}
}
