.swiper-box{
    width: 717px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-top: 58px;
}
.swiper-container{
    width: 100%;
    height: 429px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* margin-top: 34px; */
}
.swiper-container .leftBtn,.rightBtn {
    position: absolute;
    margin-top: -52px;
    z-index: 9;
}
.swiper-container .leftBtn {
    margin-left: 78%;
}
.swiper-container .rightBtn {
    margin-left: 88%;
}
.swiper-box .swiper-slide{
    width: 717px;
    height: 429px;
    background: #F0F0F0;
}
.swiper-box .swiper-slide a{
    position: relative;
}
.swiper-box .swiper-slide img{
    width: 717px;
    height: 429px;
    display: inline-block;
    object-fit: cover;
    vertical-align: top;
}
.swiper-box .swiper-slide  > a > p{
    width: 100%;
    height: 58px;
    font-size: 16px;
    color: #ffffff;
    background-color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: fixed;
    padding: 21px 21px;
    margin-top: 371px;
    opacity: 0.75;
    background: linear-gradient(0deg, rgba(3,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    z-index: 999;
}

.swiper-box .swiper-pagination{ 
    top: 392px;
    text-align: right;
    padding-right: 4%;
 }
 .swiper-box .swiper-pagination-bullet-active{
    background: #FFA912 !important;
    opacity: 1 !important;
    color: #FFFFFF !important;
}
.swiper-box .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    color: #fff;
    opacity: 1;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.swiper-box .swiper-pagination-bullet:last-child::after{
    display: none;
}

.ggtz-box{
    width: 450px;
    display: inline-block;
    vertical-align: top;
    margin-top: 58px;
    margin-left: 27px;
}
.ggtz-box > .title > img,p{
    display: inline-block;
    vertical-align: middle;
}
.color-text{
    position: relative;
    font-size: 26px;
    padding-bottom: 8px;
    margin-top: -4px;
    border-bottom: 3px solid #0B5580;    
}
.color-text::before {
    content: '工作';
    color: #FFA912;
    position: absolute;
  }
   
  .color-text::after {
    content: '动态';
    color: #0B5580;
    position: absolute;
    left: 2ch;
    margin-left: 21.5px;
  }

  .color-dian{
    position: relative;
    font-size: 26px;
    padding-bottom: 8px;
    margin-top: -4px;
    border-bottom: 3px solid #0B5580;    
}
.color-dian::before {
    content: '典型';
    color: #FFA912;
    position: absolute;
  }
   
  .color-dian::after {
    content: '案例';
    color: #0B5580;
    position: absolute;
    left: 2ch;
    margin-left: 21.5px;
  }
  .color-audit{
    position: relative;
    font-size: 26px;
    padding-bottom: 8px;
    margin-top: -4px;
    border-bottom: 3px solid #0B5580;    
}
  .color-audit::before {
    content: '审计';
    color: #FFA912;
    position: absolute;
  }
   
  .color-audit::after {
    content: '知识';
    color: #0B5580;
    position: absolute;
    left: 2ch;
    margin-left: 21.5px;
  }
  .color-rules {
    position: relative;
    font-size: 26px;
    padding-bottom: 8px;
    margin-top: -4px;
    border-bottom: 3px solid #0B5580; 
  }
  .color-rules::before {
    content: '规章';
    color: #FFA912;
    position: absolute;
  }
   
  .color-rules::after {
    content: '制度';
    color: #0B5580;
    position: absolute;
    left: 2ch;
    margin-left: 21.5px;
  }
  .more {
    height: 41px;
    border-bottom: 1px solid #A9A9A9;
    width: 66%;
    margin-left: -5px;
  }
  .more>a{
    float: right;
    color: #0B5580;
    font-size: 14px;
    margin-top: 10px;
  }
.ggtz-box > .title > a {
    float: right;
}
.ggtz-item {
    padding: 45px 10px 31px 10px;
    border-bottom: 1px dashed #D2D2D2;
}
.ggtz-item > div > p {
    width: 87%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}
.ggtz-item > div > a {
    display: inline-block;
    vertical-align: middle;
    color: #1352BA;
}
.ggtz-item > h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 23px;
}
.ggtz-item > p {
    color: #545555;
    font-size: 14px;
    line-height: 1.8;
}
/* .ggtz-item > p > a {
    color: #1352BA;
} */
.a-item {
    padding-top: 30px;
    /* padding-right: 10px; */
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.a-item> a{
    display: block;
    margin-bottom: 13px;
    clear: both;
}
.a-item > a > p{
    width: 340px;
    font-size: 16px;
    color: #24272C;
    line-height: 41px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
/* .a-item > a > p::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #E0E0E0;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
} */
.a-item > a > span{
    width: 85px;
    font-weight: 400;
    font-size: 15px;
    color: #ABAFB6;
    text-align: right;
    float: right;
    line-height: 43px;
}
.typical .title img {
    vertical-align: middle;
}
.typical .title .more {
    width: 87%;
}
.typical > .a-item > a {
    width: 284px;
    height: 76px;
    padding: 17px 27px;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 30px;
    background-image: url('../images/show-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.typical > .a-item > a:nth-of-type(4) {
    margin-right: 0;
}
.typical > .a-item > a:nth-of-type(8) {
    margin-right: 0;
}
.typical > .a-item > a:nth-of-type(12) {
    margin-right: 0;
}
.typical > .a-item > a > div {
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}
.typical > .a-item > a:hover{
    color: #ffffff;
    background-image: url('../images/select-bg.png');
}
.audit {
    width: 698px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    margin-left: 0px;
    /* margin-top: 58px; */
}
.audit .more {
    width: 78%;
}
.audit>.a-item > a > p{
    width: 470px;
    font-size: 16px;
    color: #24272C;
    line-height: 41px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.regulations{
    margin-top: 0px;
    margin-left: 47px;
}
.regulations .a-item>a{
    margin-bottom: 20px;
}
.regulations .a-item>a>div {
    height: 73px;
    color: #ffffff;
    font-size: 22px;
    padding: 18px 47px;
}
.regulations .a-item>a>div>p{
    width: 330px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.regulations .a-item>a>div>img{
    height: 25.8px;
    vertical-align: middle;
    float: right;
    margin-top: 6px;
}
.gjfg {
    background-color: #C13A48;
}
.dfgz {
    background-color: #1383E1;
}
.xxzd {
    background-color: #009B9B;
}
.nszz {
    background-color: #E6A525;
}
.notice .noticeItem {
    width: 600px;
    float: left;
    margin-bottom: 27px;
}
.notice .noticeItem .time {
    float: left;
    padding: 20px 16px;
    color: #ffffff;
    background: linear-gradient(90deg, #2F5BAB, #2C99DF);
}
.notice .noticeItem .info {
    float: left;
    padding: 20px 16px;
    background: #F0F9FF;
}
.list-box{
    width: 576px;
    margin-top: 60px;
    display: inline-block;
    vertical-align: top;
}
.list-box:nth-child(2){
    margin-left: 36px;
}
.list-box > a{
    display: block;
    margin-bottom: 39px;
}
.list-box > a::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #E0E0E0;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}