html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100%;
    width: 100%;
    min-width: 1180px;
    min-height: 800px;
}
.main {
	width: 100%;
	height: 100%;
	position: fixed;
	position: relative;
}
.header-nav {
  background-color: rgb(0, 108, 183);
  width: 100%;
  min-width: 1180px;
}

.tab-container {
  width: 80%;
  min-width: 1152px;
  margin: 0 auto;
}

.tabs {
  box-sizing: border-box;
  background-color: #006cb7;
  color: #FEFEFE;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:100%;
  min-width:1200px;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 540;
  letter-spacing: 0.02rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  box-sizing: border-box;
  width:200px;
}

.tab a {
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:15px 24px;
  font-size: 16px;
  color: #fff;
  height: 100%;
  width: 100%;
  font-weight:bold;
}

.tab a:hover {
  background-color: #007bff;
  color: #fff;
}

.tab.active a {
  background-color: #007bff;
  color: #fff;
  border-bottom: 2px solid #007bff;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #317BBC;
  opacity: 0.9;
  z-index: 1000;
}

.dropdown-menu li {
    padding: 8px;
    border-bottom: 1px solid #7AABD6;
    line-height: 0.28rem;
    font-size: 1.6rem;
}

.dropdown-menu li a {
    text-decoration: none;
    color: #FEFEFE;
    padding: 8px 0px;
    line-height: 16px;
    transition: all 0.6s ease 0s;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    min-width: 1.6rem;
    font-weight: bold;
    color: white;
}

.dropdown-menu li:hover {
  background-color: #007bff;
  font-weight: 540;
  color: #fff;
}

.tab.dropdown:hover .dropdown-menu {
  display: block;
}


.main .headClass {
	height: 98px;
	padding-top: 12px;
	width: 80%;
	margin: auto;
}

.main .menuListClass {
	width: 100%;
	background: #005bac;
	height: 72px;
	display: flex;
}

.main .menuListClass .cloums {
	display: flex;
	width: 80%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
	color: white;
}

.main .menuListClass .cloums span {
	font-family: "黑体", Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
}

.main .menuListClass .cloums .menu-item {
	color: #f1e8e8;
	cursor: pointer;
	font-family: "黑体", Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
}

.main .menuListClass .cloums .menu-item:hover {
	font-size: 24px;
	color: white;
}

.main .menuListClass .cloums .menu-item.active {
	color: white;
	font-size: 24px;
}

.main .headImg {
	width: 100%;
	
	overflow: hidden;
}
.main .headImg >img {
        min-width:1180px;
	width: 100%;
}


.main .news {
	display: flex;
	flex-direction: column;
	width: 80%;
        min-width: 1180px;
	margin: 25px auto;
	min-height:615px;
}

.main .news .newS {
	display: flex;
}

.main .news .newS .newsZ {
	display: flex;
	flex-direction: column;
}

.main .news .newS .newsZ .xws .nfont {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #005bac;
}

.main .news .newS .newsZ .xwx {
	display: flex;
	margin: -12px 0px 0px 14px;
}

.main .news .newS .newsZ .xwx .ywfont {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 23px;
	color: rgba(0, 91, 172, 0.3);
}
.news .news-tit-box {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.news .news-tit-box .news-tit-left {
    width: 260px;
}

 .news .news-tit-box .news-tit-left .news-tit_1 {
    font-family: "黑体", Arial, sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #005BAA;
    z-index: 9999;
}

.news .news-tit-box .news-tit-left .news-tit_2 {
    width: 80%;
    margin: auto;
    font-family: "黑体", Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #B1CDE8;
    z-index: 999;
}

 .news .news-tit-box .news-tit-right {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.news .news-tit-box .news-tit-right .news-right-line {
    width: 90%;
    border-bottom: 2px dashed #80ADD6;
    padding-bottom: 6px;
}

.news .news-tit-box .news-tit-right .news-tit-more {
    text-align: right;
    border-bottom: 2px solid #80ADD6;
    margin-left: 4px;
    font-weight: 540;
    font-size: 16px;
    color: #005BAA;
    padding-bottom: 6px;
    white-space: nowrap;
}

 .news .news-tit-box .news-tit-right .news-tit-more>a {
    text-decoration: none;
    display: contents;
    width: 100%;
    text-align: right;
    font-weight: 540;
    font-size: 20px;
    color: #005BAA;
}

.main .news .newS .newsY {
	display: flex;
	align-items: center;
	flex: 1;
}

.main .news .newS .newsY .xXClass {
	position: relative;
	width: 990px;
}

.main .news .newS .newsY .xXClass::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 14px;
	width: 973px;
	border-top: 1px dashed #84b0d6;
}

.main .news .newS .newsY .mores {
	display: flex;
	align-items: center;
	flex: 1;
}

.main .news .newS .newsY .mores .sXClass {
	position: relative;
	width: 60px;
}

.main .news .newS .newsY .mores .sXClass::after {
	content: '';
	position: absolute;
	top: 5.4px;
	left: 0px;
	width: 266px;
	border-top: 1px solid #84b0d6;
	transform: translateY(-50%);
}

.main .news .newS .newsY .mores .findmores {
	margin: 0px 0px 26px -62px;
	color: #1065b0;
	font-size: 14px;
}

.main .news .bottmoCloum {
	display: flex;
        margin: 20px auto;
        justify-content:center;
}

.main .news .bottmoCloum .left {
	display: flex;
	flex-direction: column;
}

.main .news .bottmoCloum .left .leftS {
	background-image: url('../img/lmPh.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 45px;
	display: flex;
	align-items: center;
	width: 227px;
	margin-top: 25px;
}

.main .news .bottmoCloum .left .leftS .fontC {
	color: #ffffff;
	font-family: "黑体", sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding-left: 18px;
	letter-spacing: 1px;
}

.main .news .bottmoCloum .left .leftX {
	display: flex;
	flex-direction: column;
	
	justify-content: center;
}

.main .news .bottmoCloum .left .leftX .xs {
	position: relative;
	color: #666666;
	font-family: "黑体", sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 10px 5px;
	padding: 10px 15px;
	justify-content: center;
	display: flex;
	cursor: pointer;
}

.main .news .bottmoCloum .left .leftX .xs::after {
	content: '';
	position: absolute;
	left: 28px;
	bottom: -9px;
	width: 190px;
	border-top: 1px dashed #84b0d6;
}

.main .news .bottmoCloum .left .leftX .xs.initialized {
	background-image: url('../img/lmPh.png');
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
	height: 45px;
	display: flex;
	align-items: center;
	width: 227px;
	margin-top: 18px;
}

.main .news .bottmoCloum .left .leftX .xs:hover {
	background-image: url('../img/lmPh.png');
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
	height: 45px;
	display: flex;
	align-items: center;
	width: 227px;
	margin-top: 18px;
}

.main .news .bottmoCloum .left .leftX .xs:hover::after {
	content: none;
}

.main .news .bottmoCloum .left .leftX .xs.active {
	background-image: url('../img/lmPh.png');
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
	height: 45px;
	display: flex;
	align-items: center;
	width: 227px;
	margin-top: 20px;
}

.main .news .bottmoCloum .left .leftX .xs.active::after {
	content: none;
}

.main .news .bottmoCloum .right {
	margin-top: 25px;
	background-color: #f5f9fc;
	width: 100%;
	margin-left: 25px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.main .news .bottmoCloum .right .listContent {
	display: flex;
	gap: 20px;
	padding: 20px;
	justify-content: center;
	align-items: center;
	position: relative;
}

.main .news .bottmoCloum .right .listContent:hover {
	background-color: #f0f0f0;
}

.main .news .bottmoCloum .right .listContent a:hover {
	color: #ff0000;
}

.main .news .bottmoCloum .right .listContent .left {
	width: 10px;
	height: 10px;
	background: #333333;
	border-radius: 50%;
}

.main .news .bottmoCloum .right .listContent .middle {
	width: 80%;
}

.main .news .bottmoCloum .right .listContent .Contentright {
	width: 100px;
}

.main .news .bottmoCloum .right .listContent::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50px;
	width: 91%;
	height: 0px;
	border: 0.5px dashed #dfd1d1;
}
.main .footer {
	height: 189px;
	background-image: url('../img/底部logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	background: #005bac;
}

.main .footer .content {
    display: flex;
    flex-direction: column;
    align-items:center;
    flex-direction:column;
}

.main .footer .content .contentTop {
	margin: 40px auto;
}

.main .footer .content .contentBottom {
	margin: auto;
	color: #fff;
	font-family: "黑体", sans-serif;
	font-weight: 300;
	font-size: 14px;
}
