/**!
 * å‰æž—çœæ‹›æ ‡é‡‡è´­é¢†åŸŸæŸå®³è¥å•†çŽ¯å¢ƒçº¿ç´¢å¾é›†å¹³å°
 * author: wuzhou
 * date:2020-04-26
 */
 
 body {
     min-width: 1260px;
     background: url("solicitation_bg.jpg") center top no-repeat #f3f4f6;
 }

 .solicitation-top {
     height: 40px;
     line-height: 40px;
     color: #fff;
     background-color: #003984;
 }

 .ewb-container {
     width: 1425px;
 }

  @media  (max-width:1424px)  {
    .ewb-container {
        width: auto;
        margin:0 11px;
    }
    
  }


 .top-link {
     color: #fff;
 }

 .solicitation-txt {
     margin-top: 78px;
     padding:0 53px;
     text-align: center;
 }

 .solicitation-txt img {
     max-width: 100%;
 }

 .solicitation-info {
     margin:0 53px;
     padding-top: 7px;
     font-size: 16px;
     line-height: 35px;
     text-indent: 32px;
 }


 .solicitation-info p.notes {
     color: #3272a7;
 }

 /* å†…å®¹ */
 .solicitation-main {
     margin-top: 39px;
     border-top:2px solid #003984;
     padding-top: 50px;
     background-color: #fff;
     min-height: 500px;
     padding-bottom: 30px;
 }

 .tab-head {
     margin-top: 50px;
     width: 780px;
     font-size: 0;
     margin:0 auto;
     text-align: center;
 }

 
 .tab-head>a {
     display: inline-block;
     border-top-right-radius: 24px;
     border-bottom-right-radius: 24px;
     width: 480px;
     height: 48px;
     line-height: 48px;
     font-size: 20px;
     color: #ff6200;
     border: 1px solid #003984;
 }

 .tab-head>a:first-child {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
 }

 .tab-head>a.current {
     color: #fff;
     background-color: #003984;
 }


 .main-items {
     margin:0 30px;
     padding-top: 20px;
 }
 .main-items>li {
     margin-top: 20px;
     border:1px solid #dadada;
     background: #f9f9f9;
     height: 82px;
 }

 .link-arr {
     margin-top: 24px;
     margin-right: 20px;
     width: 98px;
     height: 33px;
     line-height: 33px;
     text-indent: 10px;
     color: #003984;
     font-size: 16px;
     border: 1px solid #003984;
     border-radius: 3px;
 }

 .link-arr>span {
     margin-right: 9px;
     display: block;
     background: url("link_arr.png") right center no-repeat;
 }

 .main-items>li:hover {
     border-color: #003984;
 }
 .main-items>li:hover .link-arr {
     color: #fff;
     background: #003984;
 }

 
 .main-items>li:hover .link-arr>span {
    background-image: url("link_arrh.png");
 }

 .solicitation-words {
      margin-left: 19px;
      margin-right: 143px;
      padding-top: 13px;
      line-height: 27px;
      height: 54px;
      overflow: hidden;
      color: #394351;
      font-size: 16px;
 }

 /* é¡µè„š */

 .gov_Icon {
     position: absolute;
     left:295px;
     top:5px;
    display: block;
    padding: 30px;
    padding-right: 0;
}

.footer img {
    vertical-align: middle;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.site_Info_Box {
    line-height: 30px;
    margin-top: 20px;
}

.site_Info_Box img {
    vertical-align: middle;
}

.site_Info_Box p a {
    color: #666;
}
.QR_Code_Box {
    margin-top: 40px;
}


.QR_Code_Box img {
    width: 46px;
}

.page-footer {
    position: relative;
    color: #666;
    padding-left: 380px;
    margin-top: 20px;
    border-top: 2px solid #003984;
    padding-bottom: 30px;
}

/* 2024-8-15 */

.info-box {
    padding-bottom:30px;
    overflow:hidden;
}

.info-box:first-child {
    border-bottom:1px solid #ccc;    
}

.jump-wrap {
    text-align:center;
}
  .jump-link {
      margin-top:20px;
      display: inline-block;
      border-radius: 24px;
     padding:0 20px;
      height: 48px;
      line-height: 48px;
      font-size: 20px;
      color: #fff;
      text-align:center;
      border: 1px solid #003984;
      background-color: #003984;
 }