/* CSS Document */

* {
	list-style: none;
}
html {
	font: normal 32px/2 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
	background: #0081dc url(../img/body_bg.jpg) top center no-repeat;
	color: #333;background-attachment: fixed;
}
.h-body{
	background: #072e51 url(../img/body_h_bg.jpg) top center no-repeat;
	color: #333;background-attachment: fixed;
}


ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
}
a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.font88 {
 font-size: .88rem;
}
 @media (min-width: 1200px) {
.container,  .container-lg,  .container-md,  .container-sm,  .container-xl {
	max-width: 1080px;
}
}
 @media (min-width: 992px) {
.container, .container-lg, .container-md, .container-sm {
	max-width: 1080px;
}
}
.back-btn {
      position: fixed;
      right: 0px;
      top: 0px;
      cursor: pointer;
      transition: transform 0.3s;z-index:9999;
    }
    .back-btn:hover {
      transform: scale(1.1);
    }
.header {
	height: 6.5rem;
	padding: 1.5rem 0;
	background: url(../img/header_bg.png) bottom center no-repeat;
}
.gongkai-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.gongkai-list .entry-wrapper {
	flex: 0 0 calc(50% - 10px);
padding:1.2rem .5rem;
	margin-bottom: 10px;
	text-align: center;
}
.gongkai-list .entry-wrapper img {
	display: block;
margin:0rem auto .5rem;
}
.gongkai-list .entry-wrapper .title {
	display: block;
	font-size: 1rem;
	color: #fff;
}
.gongkai-list .entry-wrapper:nth-child(1) {
	background: linear-gradient(100deg, #00a7ec, #004bcb);
}
.gongkai-list .entry-wrapper:nth-child(2) {
	background: linear-gradient(100deg, #45bbd0, #08688d);
}
.gongkai-list .entry-wrapper:nth-child(3) {
	background: linear-gradient(100deg, #9121ea, #3302c7);
}
.gongkai-list .entry-wrapper:nth-child(4) {
	background: linear-gradient(100deg, #216eea, #0218c7);
}
.gongkai-list .entry-wrapper:nth-child(5) {
	background: linear-gradient(100deg, #85a1ea, #2944c7);
}
.gongkai-list .entry-wrapper:nth-child(6) {
	background: linear-gradient(100deg, #d78c94, #9b2e36);
}
.gongkai-list .entry-wrapper:nth-child(7) {
	background: linear-gradient(100deg, #6bc59b, #17793e);
}
.gongkai-list .entry-wrapper:nth-child(8) {
	background: linear-gradient(100deg, #7bacf8, #2151eb);
}
.gongkai-list .entry-wrapper:nth-child(9) {
	background: linear-gradient(100deg, #87a0d2, #2b4390);
}
.gongkai-list .entry-wrapper:nth-child(10) {
	background: linear-gradient(100deg, #66a7d5, #144b97);
}
.nav {
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 13px 51px;
	background-color: rgba(0, 196, 221, 0.5);
	color: #ffffff;
	display: flex;
	align-items: center;
}
.nav span {
	display: inline-block;
	margin-left: 20px;
 font-size:.8rem;
}
.nav-container {
	position: fixed;
	right: 0;
	bottom: 65px;
}
.nav-container .nav-item {
	display: block;
	width: 210px;
	color: #ffffff;
 font-size:.6rem;
	text-align: center;
	padding: 15px 0;
	background-color: rgba(0, 196, 221, 0.4);
	border-bottom: 1px solid #0383a1;
}
.nav-container .nav-item:hover {
	background-color: rgba(0, 196, 221, 0.4) !important;
}
.back-icon {
	width: 30px;
	margin-bottom: -5px;
	margin-right: 5px;
}
.nav-hide {
	display: none;
	position: fixed;
	right: 222px;
	bottom: 52%;
	padding: 40px 8px;
	background-color: rgba(0, 196, 221, 0.4);
	color: #ffffff;
}
.main {
	margin: 1rem 0;
	background-color: rgba(255, 255, 255, 0.9);
border-radius:.2rem;
padding:.5rem;
}
.news-list-wrapper .entry-wrapper {
 padding: .5rem 0;
	display: flex;
	color: #333;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	font-size: 1rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
	color: #333;
}
.news-list-wrapper .entry-wrapper .date {
	color: #999;
padding-left:.5rem;
	flex: 0 0 auto;
	text-align: right;
	align-self: flex-end;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #999;
	margin-right: 6px;
}
.pages {
margin:.4rem auto 0;
	color: #555;
	text-align: center;
}
.pages .pages-l {
	display: inline-block;
	margin-right: 30px;
	font-size: 0;
}
.pages .pages-l a {
	display: inline-block;
	margin: 0px 7px 0 8px;
padding:.4rem 1rem;
	font-size: 1rem;
	color: #333;
	border-radius: 3px;
	background: #ffffff;
}
.pages .pages-l a.on, .pages .pages-l a.on:hover {
	background: #00c4dd;
	color: #fff;
}
.pages .pages-l a:hover {
	background: #00c4dd;
	color: #fff;
}
.pages .pages-l a.prev, .pages .pages-l a.next {
	font-style: normal;
}
.pages .pages-l a.prevStop, .pages .pages-l a.nextStop {
	background: #bcdfe3;
	color: #999;
}
.pages .pages-l a.prevStop:hover, .pages .pages-l a.nextStop:hover {
	background: #f2f2f2;
	color: #999;
	cursor: default;
}
.pages .pages-l a.prev em, .pages .pages-l a.next em {
	font-style: normal;
	font-family: simsun;
	font-size: 12px;
}
.pages .pages-l a.prev em {
	margin-right: 6px;
}
.pages .pages-l a.next em {
	margin-left: 6px;
}
.pages .pages-r {
	display: inline-block;
	line-height: 38px;
}
.pages .fy_inp {
	border: 1px solid #d9d9d9;
	background: #fff;
	border-radius: 3px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: -2px 8px 0 8px;
	font-size: 15px;
	color: #555;
}
.pages .fy_go {
	display: inline-block;
	background: #f9f9f9;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 8px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
}

.detail-content-wrapper { color:#333;
}
.detail-content-wrapper .title {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #016eba;
  padding:.2rem 0;
  text-align: center;
}
.detail-content-wrapper .desc {
  color: #999;
  padding: .5rem 0;
  border-bottom: 1px solid #999;
  min-height:2.5rem;
}
.detail-content-wrapper .content-wrapper {
  padding: 35px 0;
  line-height: 200%;
}
.detail-content-wrapper .content-wrapper img {
  max-width: 80%;
  margin: 10px auto;
  display: block;
}
.detail-content-wrapper .content-wrapper video {
  max-width: 80%;
  margin: 10px auto;
  display: block;
}
.footer{ font-size:.6rem; color:#6fa6dc;}
.footer a{color:#6fa6dc;}
.footer .p span,
.footer .p a {
	padding-right: .6rem;
	word-break: keep-all;
	white-space: nowrap;
}


 @media only screen and (max-width: 1300px) {
}
 @media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1100px) {
.pages {
	text-align: center;
}
.pages .pages-l {
	float: inherit;
	text-align: center;
	margin: 0;
}
.pages .pages-l a, .pages .pages-r {
	display: none;
}
.pages .pages-l a.prev, .pages .pages-l a.next {
	display: inline-block;
}
}
@media screen and (max-width: 767px) {
	html {
	font: normal 16px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
.back-btn {
 width:45px;}
.nav {
	padding:.5rem;
}.footer{ font-size:.8rem;} 
.footer img{ height:45px;}

}
 @media screen and (max-width: 575.98px) {
	html {
	font: normal 14px/1.6 "Microsoft Yahei", "PingFang", "Droid Sans";
}
}
