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;
}
.headClass {
height: 98px;
padding-top: 12px;
background-color: #005bac;
min-width: 1180px;
width: 100%;
}
.headClass .imgClass {
width: 80%;
margin: auto;
}
.menuListClass {
width: 100%;
background: #005bac;
height: 60px;
display: flex;
opacity: 0.6;
min-width: 1180px;
}
.menuListClass .cloums {
display: flex;
width: 90%;
min-width: 1180px;
margin: auto;
justify-content: space-between;
align-items: center;
}
.menuListClass .cloums .menu-item {
text-decoration: none;
color: #f1e8e8;
cursor: pointer;
font-family: "黑体", Arial, sans-serif;
font-weight: normal;
font-size: 20px;
}
.menuListClass .cloums .menu-item:hover,
.menuListClass .cloums .menu-item.active {
color: white;
}
.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;
}
.news .news-tit-box {
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
}
.news .news-tit-box .news-tit-left {
margin-right: 24px;
min-width: 40px;
}
.news .news-tit-box .news-tit-left .news-tit_1 {
white-space: nowrap;
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 {
white-space: nowrap;
width: 90%;
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: 84%;
display: flex;
align-items: flex-end;
white-space: nowrap;
overflow: hidden;
}
.news .news-tit-box .news-tit-right .news-right-line {
width: 80%;
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: 16px;
font-weight: 540;
font-size: 16px;
color: #005BAA;
padding-bottom: 6px;
}
.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 {
margin: 28px auto 30px;
min-height: 600px;
background-color: #f5f9fc;
border-radius: 6px;
padding: 16px;
transition: background-color 0.3s ease;
color: #333333;
font-size: 16px;
width:70%;
}
.footer {
width: 100%;
min-width: 1180px;
height: 227px;
background: #005bac;
display: flex;
flex-direction: column;
}
.footer .content {
width: 80%;
min-width: 1180px;
margin: 0px auto;
display: flex;
}
.footer .content .contentTop {
margin: 20px 0px;
}
.footer .content .contentBottom {
gap: 20px;
display: flex;
flex-direction: column;
margin: auto;
color: #fff;
font-family: "黑体", sans-serif;
font-weight: 300;
font-size: 14px;
}