* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "microsoft yahei", Helvetica, simhei, Arial, Tahoma;
  color: #333;
  line-height: 1.6;
}

.container {
  width: 1400px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}


.header {
  background-color: #f5f5f5; /* 背景颜色 */
  height: 128px; /* 高度 */
  background-image: url(../images/new/headbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.logo {
  padding-top: 38px;
}
.logo img{width:370px;}
.search-login {
  padding-top: 44px;
}
/* 主导航 */
.main-nav {
  background-color: #0065c1;
}
.nav-content {
  margin: 0 auto;
}

.nav-content ul {
  overflow: hidden;
  list-style: none;
}

.nav-content li {
  width: 10%;
  float: left;
}

.nav-content a {
  display: block;
  width: 100%;
  line-height: 55px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.5s ease;
}
.nav-content a:hover {
  background-color: #004d99;
}
/* 轮播图 */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 主要内容 */
.main-content {
  margin: 25px auto;
  padding-bottom:30px;
}

/* 新闻公告区域 */
.news-section {
  margin-bottom: 30px;
  overflow: hidden;
}

.news-left {
  width: 67%;
  float: left;
  padding-right: 25px;
}
.news-image2{
   display:none;
}
.news-image3{
   display:none;
}
.news-right {
  width: 33%;
  float: right;
}
/* 工会工作、文件、活动区域 */
.work-section {
  overflow: hidden;
  margin-bottom: 30px;
}

.work-item {
  width: 33.5%;
  float: left;
  padding-right: 25px;
}
.work-item:last-child {
  width: 33%;
  padding-right: 0;
  float: right;
}
.workBox{
width: 67%;
}

.sectionHeader {
  position: relative;
  padding-left: 50px;
  overflow: hidden;
  margin-bottom: 23px;
}
.sectionHeader .img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px;
  background-color: #0065c1;
  border-radius: 5px;
}
.sectionHeader .img img {
  display: block;
  width: 28px;
  height: 28px;
}
.sectionHeader .title {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
.sectionHeader .title .title-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
  border-bottom: 3px solid #0065c1;
  margin-bottom: -1px;
color:#0982f0;
}
.sectionHeader .more {
  color: #999;
  text-decoration: none;
  font-size: 14px;
  line-height: 38px;
}
.sectionHeader .more:hover {
  color: #0065c1;
}
.news-left-content {
  overflow: hidden;
}
.news-left-list{
  width:450px;
}
.news-list {
  width: 100%;
}
.news-list a{
display:block;
line-height:43px !important;
height:43px !important;
overflow: hidden;
}
/* 友情链接 */
.links {
  padding: 20px 0;
  background-color: #f5f5f5;
}
.linksBox{
background-color: #ffffff;
}
.links-container {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 15px 25px;
  box-sizing: border-box;
  overflow: hidden;
}
.links-item {
  margin-right: 5px;
}
.links h4 {
  color: #0065c1;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
}
.links img {
  margin-top: 8px;
}
/* 页脚 */
.footer {
  background-color: #0065c1;
  color: white;
  padding: 20px 0;
  text-align: center;
}

.footer-content {
  margin: 0 auto;
  font-size: 16px;
}
.listHeader {
  overflow: hidden;
  margin-bottom: 30px;
padding-top:40px;
}
.listHeader .title {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
.listHeader .title .title-text {
  font-size: 24px;
  font-weight: bolder;
  line-height: 38px;
  border-bottom: 3px solid #0065c1;
  margin-bottom: -1px;
padding-bottom:10px;
}
.listHeader .position{
padding-top:20px;
}
.headStylevedcaqnesg{
   font-size:16px;
}
.listBox{overflow: hidden;}
.detailBox{overflow: hidden; padding-bottom:20px;}
.detailBox tr:nth-child(2) > td {background-color: #eee; margin-bottom:35px; display:block; padding:10px 0;}
.detailBox tr table td {background-color: #fff !important;}
.detailBox iframe{width: 100% !important;}
.listBox table tr:last-child td {
  font-size: 14px;
  padding:15px 0;
}
.listBox table tr:last-child td span {
  height: 25px;
  line-height: 20px;
}
.listBox table tr:last-child td a{
  height: 25px;
  line-height: 20px;
}
.listBox table tr:last-child td input {
  font-size: 14px;
 height: 25px;
  line-height: 20px;
}
.listBox table tr:last-child td div {
  font-size: 14px;
}
.listBox .defaultInputStyle{
  margin:0 10px;
}
.list-container{padding:0 160px}

/* 移动端汉堡菜单按钮 */
.mobile-nav-toggle {
  display: none;
  position: absolute;
  top: 45px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1000;
}

.mobile-nav-toggle span {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 5px;
  background-color: white;
  border-radius: 3px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-nav-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.mobile-nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-nav-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
/* 移动端导航菜单 */
.mobile-nav {
  display: none;
  position: absolute;
  top: 128px;
  left: 0;
  width: 100%;
  background-color: #0065c1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.mobile-nav ul {
  list-style: none;
}

.mobile-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav a {
  display: block;
  padding: 15px 20px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.mobile-nav a:hover {
  background-color: #004d99;
}

@media (max-width: 1499px) {
  .container {
    width: 1200px;
}
.news-image{
   display:none;
}
.news-image2{
   display:block;
}
.news-left-list{
    width:377px;
 }
.list-container{padding:0 80px}
}
@media (max-width: 1279px) {
  .container {
    width: 960px;
  }
.news-image2{
   display:none;
}
.news-image3{
   display:block;
}
.news-left-list{width:320px;}
.list-container{padding:0 0px}
.news-list a{width:200px;}
}
@media (max-width: 991px) {
.news-list a{width:auto;}
.news-image3{width:100%;}
.news-image2{
   display:none;
}
.news-left {
    width: 100%;
    padding-right: 0px;
}
.news-left-list{
    width:100%;
 }
.news-right {
    width: 100%;
    margin-top:30px;
}
.sectionHeader{
margin-bottom:10px;
}
.work-item {
    width: 100%;
    padding-right: 0px;
margin-bottom:30px;
}
.work-item:last-child{
   width: 100%;
   margin-bottom:30px;
}

   .container {
    width: 100%;
     padding:0 10px;
  }
.logo{
 float:none;
padding-top:25px;
}
.logo img{
width:270px;
}
.search-login{
  float:left;
padding-top: 5px;
}
.main-nav{
  display:none;
}
/* 显示移动端汉堡菜单 */
  .mobile-nav-toggle {
    display: block;
  }

  /* 显示移动端导航菜单 */
  .mobile-nav.active {
    display: block;
  }
.sectionHeader{padding-left:40px;}
.sectionHeader .title .title-text{font-size:20px;}
.sectionHeader .img img{width:20px;height:20px;}
.sectionHeader .title .title-text{line-height:28px;}
.main-content a{font-size:14px !important;}
.links-container{padding:20px 10px;}
.links .links-item:nth-child(2){width:50%}
.links .links-item:nth-child(3){width:50%}
.links .links-item:nth-child(4){width:50%}
.listHeader .title .title-text{line-height: 28px;}
.listHeader .title .title-text span{font-size:20px !important;}
.listHeader .position {
    padding-top: 10px;
}
.listBox a{font-size:14px !important;}
.listBox span{display:none;}
.detailBox img{max-width:100%;}
}