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;
    /* display: block; */
    /* font-size: 16px; */
    padding: 8px 0px;
    line-height: 16px;
    transition: all 0.6s ease 0s;
    font-size: 16px;
    /* color: rgb(51, 51, 51); */
    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;
}

.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 {
	width: 100%;
}

.main .news {
    display: flex;
    flex-direction: column;
    margin: 25px auto;
    min-width: 1180px;
    width: 80%;

}


 .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 {
    width: 105px;
    text-align: right;
    border-bottom: 2px solid #80ADD6;
    margin-left: 16px;
    font-weight: 540;
    font-size: 20px;
    color: #005BAA;
    padding-bottom: 6px;
}

 .news .news-tit-box .news-tit-right .news-tit-more>a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: right;
    font-weight: 540;
    font-size: 20px;
    color: #005BAA;
}


.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: 24px;
	color: rgba(0, 91, 172, 0.3);
}

.main .news .newS .newsY {
	display: flex;
	align-items: center;
	flex: 1;
}

.main .news .newS .newsY .xXClass {
	position: relative;
	width: 1117px;
}

.main .news .newS .newsY .xXClass::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1117px;
	border-top: 1px dashed #84b0d6;
	transform: translateY(-50%);
}

.main .news .newS .newsY .mores {
	display: flex;
	align-items: center;
	flex: 1;
}

.main .news .newS .newsY .mores .sXClass {
	position: relative;
	width: 83px;
}

.main .news .newS .newsY .mores .sXClass::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 270px;
	border-top: 1px solid #84b0d6;
	transform: translateY(-50%);
}

.main .news .newS .newsY .mores .findmores {
	padding: 0px 0px 25px 80px;
	color: #1065b0;
        font-size:16px;
}

.main .news .newX {
    display: flex;
    margin: 30px 0px 16px;
}

.main .news .newX .gdImg {
   min-width: 590px;
   margin-top: 8px;
   position: relative;
}

.main .news .newX .gdImg .cimg {
    width: 750px;
    height: 450px;
    position: relative;
}

.main .news .newX .gdImg .dot {
	cursor: pointer;
	height: 10px;
	width: 9px;
	margin: 0 2px;
	background-color: #e5d5d5;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.main .news .newX .gdImg .active,
.main .news .newX .gdImg .dot:hover {
	background-color: #717171;
}

.main .news .newX .gdImg .bottomFont {
	position: absolute;
	bottom: 25px;
	background: rgba(0, 0, 0, 0.6);
	width: 750px;
	padding-top: 10px;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main .news .newX .gdImg .bottomFont .bottomFontspan {
	font-family: 宋体, SimSun, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.main .news .newX .newList {
	margin-left: 24px;
	position: relative;
	display: flex;
        margin-bottom: 18px;
        text-decoration: none;
        width: 96%;
}

.main .news .newX .newList:hover{
   border-bottom:1px solid #999999;
}

.main .news .newX .newList .dates {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80px;
}

.main .news .newX .newList .dates .s .ss {
	font-family: 黑体, Heiti, Microsoft YaHei, 微软雅黑, STHeiti, sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #4d4d4d;
}

.main .news .newX .newList .dates .x .xs {
	font-size: 14px;
	color: #4d4d4d;
        margin-top: 2px;
        display: inline-block;
}

.main .news .newX .newList .listContent {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
	width: 92%;
        min-width: 460px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main .news .newX .newList .listContent .sContent{
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
        min-width:300px;
	transition: background-color 0.3s ease;
	font-size: 16px;
	word-break: break-all;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
        font-family: SimSun, 宋体, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #005bac;
}

.main .news .newX .newList .listContent .sContent a:hover {
	color: #ff0000;
}

.main .news .newX .newList .listContent .xContent {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
        min-width:300px;
	transition: background-color 0.3s ease;
	word-break: break-all;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #666666;
        margin-top: 2px;
        font-weight: 400;
        letter-spacing: 0.03rem;
}

.main .noticeAndRecruitment {
	height: 640px;
	overflow: hidden;
}

.main .noticeAndRecruitment .bj {
	width: 200px;
	position: absolute;
	height: 251px;
	background: #f2f7fb;
}


.main .noticeAndRecruitment .zyContent {
	display: flex;
}

.main .noticeAndRecruitment .zyContent .NRZ {
	background-color: #f2f7fb;
	width: 56%;
	transform: skew(-17deg);
	height: 540px;
	min-width: 800px;
}

.main .noticeAndRecruitment .zyContent .NRZ .zb {
	display: flex;
	width: 76%;
        margin: auto;
	padding: 38px 0px;
	justify-content: space-between;
}

.main .noticeAndRecruitment .zyContent .NRZ .zb .zzb {
	display: flex;
	flex-direction: column;
	transform: skew(17deg);
}

.main .noticeAndRecruitment .zyContent .NRZ .zb .zzb .xws .nfont {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #005bac;
}

.main .noticeAndRecruitment .zyContent .NRZ .zb .zzb .xwx {
	display: flex;
	margin: -2px 0px 0px 14px;
}

.main .noticeAndRecruitment .zyContent .NRZ .zb .zzb .xwx .ywfont {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: rgba(0, 91, 172, 0.3);
}

.main .noticeAndRecruitment .zyContent .NRZ .zb .yyb {
	padding-right: 35px;
	display: flex;
	align-items: center;
	color: #1065b0;
	transform: skew(17deg);
}

.main .noticeAndRecruitment .zyContent .NRZ .xbContent {
	display: flex;
	flex-direction: column;
	transform: skew(17deg);
	gap: 25px;
	transition: background-color 0.3s ease;
}

.main .noticeAndRecruitment .zyContent .NRZ .xbContent .xb:hover {
	background-color: #f0f0f0;
}

.main .noticeAndRecruitment .zyContent .NRZ .xbContent .xb a:hover {
	color: #ff0000;
}

.main .noticeAndRecruitment .zyContent .NRZ .xbContent .xb {
    display: flex;
    width: 76%;
    margin-left: 17%;
}

.main .noticeAndRecruitment .zyContent .NRZ .xbContent .xb .xbz {
    color: white;
    background: #015cad;
    margin: 0px 22px;
    border-radius: 7px;
    width: 44px;
    text-align: center;
    padding:4px 4px;
    font-size:14px;
}

.main .noticeAndRecruitment .zyContent .NRZ .xbContent .xb .xby {
	white-space: nowrap;
       text-overflow: ellipsis;
       overflow: hidden;
       font-size: 16px;
      word-break: break-all;
     -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main .noticeAndRecruitment .zyContent .NRY {
	display: flex;
	flex-direction: column;
	margin-left: 25px;
	position: relative;
	left: 60px;
	width: 620px;
}

.main .noticeAndRecruitment .zyContent .NRY .NRYP {
        width: 90%;
	display: flex;
	margin-left: 8px;
	margin-top: 50px;
}

.main .noticeAndRecruitment .zyContent .NRY .NRYP .zzb {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-left: 30px;
}

.main .noticeAndRecruitment .zyContent .NRY .NRYP .zzb .xws .nfont {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #005bac;
}

.main .noticeAndRecruitment .zyContent .NRY .NRYP .zzb .xwx {
	display: flex;
	margin: -2px 0px 0px 14px;
}

.main .noticeAndRecruitment .zyContent .NRY .NRYP .zzb .xwx .ywfont {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: rgba(0, 91, 172, 0.3);
}

.main .noticeAndRecruitment .zyContent .NRY .NRYP .yyb {
	padding-right: 35px;
	display: flex;
	align-items: center;
	color: #1065b0;
}

.main .noticeAndRecruitment .zyContent .NRY .NRYX {
	display: flex;
	flex-direction: column;
	z-index: 1;
	margin-top: 20px;
	transition: background-color 0.3s ease;
}

.main .noticeAndRecruitment .zyContent .NRY .NRYX .contentList:hover {
	background-color: #f0f0f0;
}

.main .noticeAndRecruitment .zyContent .NRY .NRYX .contentList a:hover {
	color: #ff0000;
}

.main .noticeAndRecruitment .zyContent .NRY .NRYX .contentList {
	display: flex;
	margin-top: 27px;
	margin-left: 30px;
}

.main .noticeAndRecruitment .zyContent .NRY .NRYX .contentList .tb {
	margin: 2px 12px;
}

.main .noticeAndRecruitment .zyContent .NRY .NRYX .contentList .content {
        min-width: 400px;
        width: 78%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .noticeAndRecruitment .zyContent .NRY::before {
	content: '';
	position: absolute;
	top: 10px;
	left: -98px;
	width: px;
	bottom: 0;
	background-color: #f2f7fb;
	width: 1100px;
	transform: skewX(-17deg);
	height: 480px;
	margin-top: 110px;
	min-width: 1100px;
}

.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;
}