html,
body {
margin: 0;
padding: 0;
font-family: arial, sans-serif;
height: 100%;
width: 100%;
min-width: 1180px;
min-height: 800px;
}
.body-container {
height: 100%;
width: 100%;
}
.head-container {
padding: 24px 0 0;
}
.logo-box {
width: 90%;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
}
.logo-box>a>img {
min-height: 64px;
}
.search-box {
display: flex;
align-items: center;
max-width: 500px;
width: 100%;
}
.search-input {
background-color: #fff;
border: 1px solid #7eaed6;
border-radius: 4px;
flex: 1;
padding: 10px;
font-size: 16px;
outline: none;
}
.search-input::placeholder {
color: #888;
}
.search-button {
padding: 10px 20px;
border: none;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.tabs-container {
margin: 20px auto;
background-color: #fff;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.tabs-container .tabs {
background-color: #005bac;
color: #fefefe;
list-style: none;
padding: 0 28px;
margin: 0 auto;
display: flex;
}
.tabs-container .tabs .tab {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
padding: 15px;
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;
}
.tabs-container .tabs .tab>a {
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
vertical-align: middle;
font-size: 18px;
color: #fff;
height: 100%;
width: 100%;
}
.tabs-container .tabs .tab img {
width: 18px;
height: 18px;
margin-right: 6px;
}
.tabs-container .tabs .tab:hover {
background-color: #007bff;
color: #fff;
}
.tabs-container .tabs .tab .active {
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: 14px;
border-bottom: 2px solid #7aabd6;
}
.dropdown-menu li a {
text-decoration: none;
color: #fefefe;
display: block;
}
.dropdown-menu li:hover {
background-color: #007bff;
font-weight: 540;
color: #fff;
}
.tab.dropdown:hover .dropdown-menu {
display: block;
}
.tabs-container .top-banner-line {
height: 28px;
background-color: #d9ebff;
}
.tabs-container .top-banner-box {
min-height: 420px;
}
.tab-content {
padding: 20px 0 0;
background-color: #fff;
}
/* 新闻动态 */
.tab-content .news {
width: 80%;
min-width: 1180px;
margin: auto;
}
.tab-content .news .news-tit-box {
display: flex;
padding: 4px 16px;
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
}
.tab-content .news .news-tit-box .news-tit-left {
width: 260px;
}
.tab-content .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;
}
.tab-content .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;
}
.tab-content .news .news-tit-box .news-tit-right {
width: 100%;
display: flex;
align-items: flex-end;
}
.tab-content .news .news-tit-box .news-tit-right .news-right-line {
width: 90%;
border-bottom: 2px dashed #80add6;
padding-bottom: 6px;
}
.tab-content .news .news-tit-box .news-tit-right .news-tit-more {
width: 160px;
text-align: right;
border-bottom: 2px solid #80add6;
margin-left: 16px;
font-weight: 540;
font-size: 20px;
color: #005baa;
padding-bottom: 6px;
}
.tab-content .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;
}
.tab-content .news .news-info-box {
min-width: 1180px;
display: flex;
justify-content: space-between;
margin: 32px auto;
}
.tab-content .news .news-info-box .news-info-left {
box-sizing: border-box;
min-height: 390px;
min-width: 590px;
}
.tab-content .news .news-info-box .news-info-right {
box-sizing: border-box;
width: 100%;
min-height: 408px;
min-width: 580px;
padding: 0 16px;
}
.tab-content .news .news-info-box .news-info-right .item-right-news-container {
width: 100%;
min-height: 100px;
max-height: 102px;
display: flex;
flex-wrap: wrap;
}
.tab-content .news .news-info-box .news-info-right .item-right-news-container .item-right-news-box {
width: 47%;
margin: auto;
box-sizing: border-box;
text-decoration: none;
padding: 6px 4px;
min-height: 98px;
max-height: 102px;
border-bottom: 1px solid #e1e1e1;
color: #000;
}
.tab-content .news .news-info-box .news-info-right .item-right-news-container .item-right-news-box:hover {
color: #0067b2;
}
.tab-content .news .news-info-box .news-info-right .item-right-news-container .item-right-news-box>h3 {
font-size: 16px;
word-break: break-all;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
white-space: nowrap;
}
.tab-content .news .news-info-box .news-info-right .item-right-news-container .item-right-news-box .item-right-news-date {
display: flex;
align-items: center;
font-family: arial;
font-size: 14px;
color: #999;
line-height: 25px;
}
.tab-content .news .news-info-box .news-info-right .item-right-news-container .item-right-news-box .item-right-news-date >img {
margin-right: 4px;
}
.tab-content .news .news-info-box .news-info-right .news-item-parent-box {
height: 64px;
width: 100%;
position: relative;
overflow: hidden;
margin-bottom: 12px;
}
.tab-content .news .news-info-box .news-info-right .news-item-parent-box .news-item-box {
text-decoration: none;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
color: #343434;
}
.tab-content .news .news-info-box .news-info-right .news-item-parent-box .news-item-box:hover {
width: 100%;
margin-bottom: 18px;
display: flex;
align-items: center;
justify-content: space-between;
position: absolute;
right: 0;
top: 0;
transform: scale(1.1);
color: #fff;
transform-origin: left center;
background-color: #005baa;
}
.tab-content .news .news-info-box .news-info-right .news-item-parent-box .news-item-box .news-item-left {
width: 140px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: relative;
}
.tab-content .news .news-info-box .news-info-right .news-item-parent-box .news-item-box .news-item-left .news-day_1 {
font-family: simsun, 宋体, arial, sans-serif;
font-weight: bold;
font-size: 22px;
margin-bottom: 6px;
}
.tab-content .news .news-info-box .news-info-right .news-item-parent-box .news-item-box .news-item-left .news-day_2 {
font-family: simsun, 宋体, arial, sans-serif;
font-weight: bold;
font-size: 18px;
}
.tab-content .news .news-info-box .news-info-right .news-item-parent-box .news-item-box .news-item-line {
width: 4px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 70%;
font-size: 26px;
margin-right: 16px;
}
.tab-content .news .news-info-box .news-info-right .news-item-parent-box .news-item-box .news-item-right {
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
letter-spacing: 0.05rem;
width: 100%;
font-family: simsun, 宋体, arial, sans-serif;
font-weight: bold;
font-size: 22px;
margin-top: 4px;
}
/* 通知公告与招聘信息 */
.tab-content .noticeandrecruitment .bj {
width: 200px;
position: absolute;
height: 251px;
background: #f2f7fb;
}
.tab-content .noticeandrecruitment .zycontent {
display: flex;
overflow: hidden;
}
.tab-content .noticeandrecruitment .zycontent .nrz {
background-color: #f2f7fb;
width: 55%;
transform: skew(-17deg);
min-height: 360px;
min-width: 620px;
}
.tab-content .noticeandrecruitment .zycontent .nrz .zb {
width: 83%;
margin: auto 30px auto auto;
min-width: 620px;
display: flex;
padding: 24px 0px;
justify-content: space-between;
}
.tab-content .noticeandrecruitment .zycontent .nrz .zb .zzb {
display: flex;
flex-direction: column;
transform: skew(17deg);
}
.tab-content .noticeandrecruitment .zycontent .nrz .zb .zzb .xws .nfont {
font-family: "黑体", arial, sans-serif;
font-weight: bold;
font-size: 28px;
color: #005bac;
}
.tab-content .noticeandrecruitment .zycontent .nrz .zb .zzb .xwx {
display: flex;
margin: -12px 0px 0px 14px;
}
.tab-content .noticeandrecruitment .zycontent .nrz .zb .zzb .xwx .ywfont {
font-family: "黑体", arial, sans-serif;
font-weight: bold;
font-size: 22px;
color: rgba(0, 91, 172, 0.3);
}
.tab-content .noticeandrecruitment .zycontent .nrz .zb .yyb {
padding-right: 35px;
display: flex;
align-items: center;
color: #1065b0;
transform: skew(17deg);
font-weight: 540;
font-size: 16px;
letter-spacing: 0.03rem;
}
.tab-content .noticeandrecruitment .zycontent .nrz .zb .yyb .yyb-more {
display: inline-block;
width: 100%;
text-decoration: none;
color: #1065b0;
font-size: 19px;
z-index: 9999;
}
.tab-content .noticeandrecruitment .zycontent .nrz .xbcontent {
width: 80%;
margin: auto 40px auto auto;
display: flex;
flex-direction: column;
transform: skew(17deg);
min-height: 260px;
}
.tab-content .noticeandrecruitment .zycontent .nrz .xbcontent .xb {
display: flex;
align-items: center;
margin-left: 16px;
margin-right: 30px;
color: #343434;
text-decoration: none;
min-height: 40px;
}
.tab-content .noticeandrecruitment .zycontent .nrz .xbcontent .xb .xbz {
font-size: 16px;
color: #343434;
background: #f2f7fb;
margin: 0px 22px;
border-radius: 16px;
padding: 0px 4px;
width: 54px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.tab-content .noticeandrecruitment .zycontent .nrz .xbcontent .xb .xby {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
transition: background-color 0.3s ease, color 0.3s ease;
font-size:16px;
}
.tab-content .noticeandrecruitment .zycontent .nrz .xbcontent .xb .xby:hover {
background-color: #f0f0f0; /* 更改背景颜色 */
color: #333333; /* 更改文字颜色 */
}
.tab-content .noticeandrecruitment .zycontent .nry {
display: flex;
flex-direction: column;
margin-left: 25px;
position: relative;
left: -72px;
width: 45%;
/* width: 660px; */
}
.tab-content .noticeandrecruitment .zycontent .nry .nryp {
display: flex;
margin-left: 80px;
margin-top: 50px;
}
.tab-content .noticeandrecruitment .zycontent .nry .nryp .zzb {
display: flex;
flex-direction: column;
flex: 1;
margin-left: 30px;
}
.tab-content .noticeandrecruitment .zycontent .nry .nryp .zzb .xws .nfont {
font-family: "黑体", arial, sans-serif;
font-weight: bold;
font-size: 28px;
color: #005bac;
}
.tab-content .noticeandrecruitment .zycontent .nry .nryp .zzb .xwx {
display: flex;
margin: -12px 0px 0px 14px;
}
.tab-content .noticeandrecruitment .zycontent .nry .nryp .zzb .xwx .ywfont {
font-family: "黑体", arial, sans-serif;
font-weight: bold;
font-size: 22px;
color: rgba(0, 91, 172, 0.3);
}
.tab-content .noticeandrecruitment .zycontent .nry .nryp .yyb {
padding-right: 35px;
display: flex;
align-items: center;
color: #1065b0;
font-weight: 540;
font-size: 16px;
letter-spacing: 0.03rem;
}
.tab-content .noticeandrecruitment .zycontent .nry .nry-content {
width: 78%;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
z-index: 100;
margin-top: 60px;
margin-left: 96px;
height: 70%;
min-height: 80px;
}
.tab-content .noticeandrecruitment .zycontent .nry .nry-content .nry-tit-box {
min-height: 64px;
width: 100%;
position: relative;
overflow: hidden;
}
.tab-content .noticeandrecruitment .zycontent .nry .nry-content .nry-tit-box .nry-tit_1 {
font-family: "黑体", arial, sans-serif;
font-weight: bold;
font-size: 28px;
position: absolute;
left: 10px;
top: 0;
color: #005aab;
z-index: 9999;
}
.tab-content .noticeandrecruitment .zycontent .nry .nry-content .nry-tit-box .nry-tit_2 {
margin: auto;
font-family: "黑体", arial, sans-serif;
font-weight: bold;
font-size: 22px;
position: absolute;
left: 20px;
top: 22px;
color: #a0c1e0;
z-index: 999;
}
.tab-content .noticeandrecruitment .zycontent .nry .nry-content .nry-item {
display: inline-block;
text-decoration: none;
width: 48%;
}
.tab-content .noticeandrecruitment .zycontent .nry .nry-content .nry-item>img {
width: 94% !important;
margin: auto;
}
.tab-content .noticeandrecruitment .zycontent .nry::before {
content: '';
position: absolute;
top: 0;
left: 32px;
bottom: 0;
background-color: #e5eef7;
width: 1400px;
transform: skewx(-17deg);
height: 100%;
min-width: 560px;
}
.tab-content .noticeandrecruitment {
height: 350px;
overflow: hidden;
position: relative;
}
.tab-content .notice-container {
display: flex;
align-items: flex-end;
width: 100%;
min-width: 1180px;
min-height: 430px;
margin: auto;
position: relative;
}
.tab-content .notice-container .notice-left-box {
position: absolute;
left: 0;
bottom: 0;
width: 58%;
min-height: 430px;
background-color: #f2f7fb;
clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
-webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.tab-content .notice-container .notice-left-box .notice-tit-box {
width: 90%;
margin: 16px auto;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
flex-wrap: nowrap;
height: 60px;
}
.tab-content .notice-container .notice-left-box .notice-tit-box .notice-tit-left {
min-width: 240px;
width: 100%;
position: relative;
min-height: 60px;
}
.tab-content .notice-container .notice-left-box .notice-tit-box .notice-tit-left .notice-tit-box_1 {
position: absolute;
left: 0;
top: 0;
font-family: "黑体", arial, sans-serif;
font-weight: bold;
font-size: 28px;
color: #005baa;
z-index: 9999;
}
.tab-content .notice-container .notice-left-box .notice-tit-box .notice-tit-left .notice-tit-box_2 {
position: absolute;
left: 3%;
bottom: 14px;
width: 94%;
margin: auto;
font-family: "黑体", arial, sans-serif;
font-weight: bold;
font-size: 22px;
color: #b1cde8;
z-index: 999;
}
.tab-content .notice-container .notice-left-box .notice-tit-box .notice-tit-right {
text-decoration: none;
width: 160px;
text-align: right;
margin-left: 16px;
font-weight: 540;
font-size: 18px;
color: #015aad;
}
.tab-content .notice-container .notice-left-box .notice-info-box {
width: 90%;
margin: auto;
}
.tab-content .notice-container .notice-left-box .notice-info-box .item-notice-box {
text-decoration: none;
display: flex;
align-items: center;
height: 40px;
margin-bottom: 16px;
}
.tab-content .notice-container .notice-left-box .notice-info-box .item-notice-box .item-notice-tip {
display: flex;
align-items: center;
justify-content: center;
padding: 4px 10px;
border-radius: 16px;
background-color: #005cac;
color: #fdfeff;
margin-right: 16px;
}
.tab-content .notice-container .notice-left-box .notice-info-box .item-notice-box .item-notice-value {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
letter-spacing: 0.05rem;
width: 80%;
font-family: simsun, 宋体, arial, sans-serif;
font-weight: bold;
font-size: 22px;
margin-top: 4px;
overflow: hidden;
white-space: nowrap;
color: #343434;
}
.tab-content .notice-container .notice-right-box {
position: absolute;
right: 0;
bottom: 0;
width: 48%;
min-width: 560px;
min-height: 340px;
background-color: #e5eef7;
clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
-webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.tab-content .notice-container .notice-right-box .research-tit-box {
width: 75%;
margin: 16px auto;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
flex-wrap: nowrap;
height: 60px;
}
.tab-content .notice-container .notice-right-box .research-tit-box .research-tit-left {
min-width: 240px;
width: 100%;
position: relative;
min-height: 60px;
}
.tab-content .notice-container .notice-right-box .research-tit-box .research-tit-left .research-tit-box_1 {
position: absolute;
left: 0;
top: 0;
font-family: "黑体", arial, sans-serif;
font-weight: bold;
font-size: 28px;
color: #005baa;
z-index: 9999;
}
.tab-content .notice-container .notice-right-box .research-tit-box .research-tit-left .research-tit-box_2 {
position: absolute;
left: 3%;
bottom: 14px;
width: 94%;
margin: auto;
font-family: "黑体", arial, sans-serif;
font-weight: bold;
font-size: 22px;
color: #b1cde8;
z-index: 999;
}
.tab-content .notice-container .notice-right-box .research-info-box {
width: 80%;
min-height: 220px;
margin: 12px auto;
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}
.tab-content .notice-container .notice-right-box .research-info-box .item-research-box {
text-decoration: none;
width: 45%;
}
.tab-content .notice-container .notice-right-box .research-info-box .item-research-box>img {
width: 100%;
min-width: 120px;
height: 90px;
}
/* 管理与服务 */
.tab-content .manager-container .manager-tit-box {
width: 80%;
min-width: 1180px;
min-height: 70px;
position: relative;
overflow: hidden;
}
.tab-content .manager-container .manager-tit-box .tit-box_1 {
font-family: "黑体", arial, sans-serif;
font-weight: bold;
font-size: 28px;
position: absolute;
left: 12%;
top: 9px;
color: #fffeff;
z-index: 9999;
}
.tab-content .manager-container .manager-tit-box .tit-box_2 {
width: 80%;
margin: auto;
font-family: "黑体", arial, sans-serif;
font-weight: bold;
font-size: 22px;
position: absolute;
left: 13%;
top: 31px;
color: #4e8dc3;
z-index: 999;
}
.tab-content .manager-container .manager-tit-box::before {
content: '';
position: absolute;
top: 0;
right: 60px;
width: 99%;
height: 100%;
background-color: #005bac;
transform: skewx(24deg);
transform-origin: bottom right;
z-index: 99;
}
.tab-content .manager-container .manager-content {
display: flex;
align-items: center;
width: 80%;
min-width: 1180px;
margin: 60px auto;
}
.tab-content .manager-container .manager-content .manager-item-box {
text-decoration: none;
width: 23%;
min-width: 160px;
margin: auto;
height: 88px;
font-family: "黑体", arial, sans-serif;
background-color: #005bac;
border-radius: 12px;
color: #fffeff;
font-weight: bold;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
}
.tab-content .manager-container .manager-content .manager-item-box>img {
width: 28px;
height: 28px;
margin-right: 24px;
}
/* 友情链接 */
.tab-content .link-container {
background-color: #ebf2f8;
padding: 30px 0;
}
.tab-content .link-container .link-tit-box {
width: 80%;
min-width: 1180px;
height: 60px;
margin: auto;
position: relative;
}
.tab-content .link-container .link-tit-box .tit-box_1 {
font-family: "黑体", arial, sans-serif;
font-weight: bold;
font-size: 28px;
position: absolute;
left: 0;
top: 2px;
color: #005bac;
z-index: 999;
}
.tab-content .link-container .link-tit-box .tit-box_2 {
width: 80%;
margin: auto;
font-family: "黑体", arial, sans-serif;
font-weight: bold;
font-size: 22px;
position: absolute;
left: 1%;
top: 23px;
color: rgba(0, 91, 172, 0.3);
z-index: 99;
}
.tab-content .link-container .link-content {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 80%;
min-width: 1180px;
margin: 20px auto 0;
}
.tab-content .link-container .link-content .link-item-box {
box-sizing: border-box;
text-decoration: none;
width: 20%;
min-height: 120px;
margin: auto;
font-family: "黑体", arial, sans-serif;
border-radius: 12px;
color: #fffeff;
font-weight: bold;
font-size: 28px;
display: flex;
align-items: center;
justify-content: center;
}
.tab-content .link-container .link-content .link-item-box>img {
width: 100% !important;
margin: 0 10px 20px;
min-width: 120px;
min-height: 96px;
}
/* 底部 */
.tab-content .footer {
height: 189px;
background-image: ;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.tab-content .footer .content {
display: flex;
flex-direction: column;
align-items:center;
flex-direction:column;
}
.tab-content .footer .content .contenttop {
margin: 40px auto;
}
.tab-content .footer .content .contentbottom {
margin: auto;
color: #fff;
font-family: "黑体", sans-serif;
font-weight: 300;
font-size: 14px;
}
.tab-content .footer .content .contentbottom .item-tip {
margin-left: 30px;
}