
@import "pageCss/base.css";
@import "pageCss/common.css";
@import "pageCss/wap.css";


.pcContBox{
    display: block;
}
.h5ContBox{
    display: none;
}
/*头部样式*/
.header{
    /*border: 1px solid #000;*/
    position: relative;
    background-color: #f9f9f9;
}

.headerTop{
    height: 110px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding-left: 215px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 360px;
}
.navBox{
    height: 69px;
    background-color: #184995;
}
.navGroup .dropdown{
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    height: 100%;
    text-align: center;
    padding: 0 60px;
    white-space: nowrap;
    line-height: 69px;
}
.navGroup .dropdown a{
     width: 100%;
     height: 100%;
    display: block;
    font-size: 15px;
    color: #FFFFFF;
}

.dropdown:hover{
    background: rgba(255,255,255,0.1);!important;
}
.dropdown:hover a{
    /*color: #fff!important;*/
}

.loginBrn{
    width: 72px;
    height: 41px;
    background: #184995;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #184995;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.loginBrn a{
    color: #fff;
}
.searchBox{
    width: 277px;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #E5E6EB;
}
/*.searchBox input{*/
    /*width: 277px;*/
    /*height: 40px;*/
    /*border: 0;*/
    /*line-height: 40px;*/
    /*color: #86909C;*/
    /*padding-left: 20px;*/
    /*padding-right: 50px;*/
/*}*/



.newsCont{
   /*height: 868px;*/
   background-image: url("../images/newsBg.png");
   background-repeat: no-repeat;
   background-position: top 0 right 0;
   background-color: rgba(235, 235, 235, 1);
}
.newsContNext{
    /*height: 1378px;*/
    background-image: url("../images/newsBg2.png");
    background-repeat: no-repeat;
    background-position: top 0 right 0;
}
.newsContLast{
    height: 638px;
    /*background-image: url("../images/newsBg3.png");*/
    background-image: url("../images/output.png");
    background-repeat: no-repeat;
    background-position: top 0 right 0;
    background-size: 100% 100%;
}
.linksCont a{
      color: #656565;
      font-size: 14px;
      line-height: 26px;
    border-bottom: 1px solid #656565;
}
.linksCont a:hover{
     color: #0F51A1;
}
.linksContNext{
     height:140px;
     background: #F3F3F3;
}

.newsContNext_cont{
     display: grid;
     /*grid-template-columns: 1fr 1fr 1fr;*/
     grid-template-rows: 1fr 1fr;
     grid-column-gap: 10px;
     grid-row-gap: 10px;
    grid-template-columns: minmax(0,1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.newsContNext_cont >div{
    /*width: 478px;*/
   height: 275px;
    background: #FFFFFF;
}
.newsContLast_cont{
     /*display: flex;*/
     /*flex-wrap: wrap;*/
     padding: 0 200px;
    display: grid;
    grid-template-columns: 1fr 1fr  1fr 1fr 1fr 1fr;
}
.newsContLast_cont .LastCont_item{
    width: 135px;
    height: 140px;
    background: rgba(255,255,255,0.8);
    border-radius: 8px 8px 8px 8px;
    /*margin-right: 115px;*/
    margin-bottom: 43px;
}
.newsContLast_cont div.LastCont_item:nth-child(6n){
     margin-right: 0;
}

.linksCont_cont{
     padding:  0 216px;
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
     grid-column-gap: 43px;
}
.linksCont_cont >div{
    width: 262px;
    height: 160px;
    cursor: pointer;
}
.cont_t1{
     background-image: url(".././images/t1.png");
     background-repeat: no-repeat;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
    background-size: 100% 100%;
}
.cont_t_v{
    font-size: 26px;
    color: #FFFFFF;
}


.cont_t2{
    background-image: url(".././images/t2.png");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cont_t3{
    background-image: url(".././images/t3.png");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cont_t4{
    background-image: url(".././images/t4.png");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cont_t5{
    background-image: url(".././images/t5.png");
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.linksContNext_cont{
    padding:  0 216px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 42px;
}
.linksContNext_cont_item{
    width: 340px;
    height: 40px;
    background: #DAE6FF;
    border-radius: 0px 0px 0px 0px;
    position: relative;
}
.itemTop{
    width: 340px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #3D3D3D;
    justify-content: center;
}
.itemTop_on{
    background: #003CBD;
    color:#fff;
}
.itemMain{
     padding: 12px 20px;
     background-color: #ffff;
      position: absolute;
     top: 40px;
     left: 0;
     width: 340px;
     display: none;
}
.itemMain a >div{
    height: 42px;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    color:#3D3D3D ;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.itemMain a >div:hover{
    background: rgba(22,55,126,0.1);
    color: #16377E;
}

.newsList{
    height: 36px;
    display: flex;
    align-items:center;
    padding: 10px 14px;
    box-sizing: border-box;
    cursor: pointer;
}
.newsList:hover{
    background: rgba(22,55,126,0.1);
}
.newsList_on{
    background: rgba(22,55,126,0.1);
}

.newsList_dian{
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #3D3D3D;
    margin-right: 13px;
    flex-shrink: 0;
}
.newsList_days_w{
     width: 80px;
     flex-shrink: 0;
}
.newsList_days{
    font-size: 14px;
    color: #333;
}
.newsList_text{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 340px;
}
.newsList:hover .newsList_dian{
     background-color: #16377E;
}
.newsList:hover .newsList_days {
    color: #16377E;
}
.newsList:hover .newsList_text{
    color: #16377E;
}
.LastCont_item{
     display: flex;
     flex-flow: column;
     align-items: center;
     justify-content: center;
     cursor: pointer;
}
.LastCont_item_text{
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
}
.LastCont_item_on{
    background: #FFFFFF!important;
    box-shadow: 0px 4px 10px 0px rgba(38,112,254,0.5);
    border: 2px solid #2574FF;
}
.LastCont_item:hover{
     background-color: #fff;
}
.LastCont_item:hover img{
     width: 80px!important;
     height: 80px!important;
}
.LastCont_item  .a{
      display: block;
}
.LastCont_item  .b{
    display: none;
}
.LastCont_item_on .a{
    display: none;
}
.LastCont_item_on  .b{
    display: block;
}

.newsImagesWrap{
   display: flex;
}
.newsImagesCont .newsImagesCont_bg{
    width: 766px;
    height: 466px;
    /*border:1px solid #000;*/
}
.newsImagesCont_bg img {
    width: 100%;
    transition: transform 0.3s ease;
}
.newsImagesCont_bg img.zoom-in {
    transform: scale(1.2);
}
.newsImagesCont_small{
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 21px;
}
.small_item_img{
    width: 241px;
    height: 162px;
    /*border:1px solid #000;*/
}
.small_item_text{
     width: 241px;
     font-size: 14px;
     color: #333;
     line-height: 27px;
    margin-top: 20px;
}

.newsImgList{
     margin-left: 43px;
}
.newsImgList_top{
    width: 647px;
     display: flex;
     /*align-items: center;*/
     justify-content: space-between;
     border-bottom: 1px solid #666;
     height: 54px;
     cursor: pointer;
     /*margin-bottom: 16px;*/
}
.newsImgList_active{
      /*color: #173686;*/
      color: #003CBD;
      border-bottom: 3px solid #003CBD;
}

.newsImgList_more{
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.newsImgGroup{
    width: 647px;
    height: 50px;
    /*padding-left: 24px;*/
    cursor: pointer;
    position: relative;
}
.newsImgGroup img{
    position: absolute;
    right: 0;
    bottom: 10px;
}
.newsImgGroup >div{
    height: 50px;
    border-bottom: 1px solid #666;
    display: flex;
    align-items: center;
}
.newsImgGroup_active{
     /*background-image: url("../images/newsCheck.png");*/
     /*background-repeat: no-repeat;*/
}

.newsImgGroup_active >div{
     /*border:0*/
}
.newsImgGroup_day{
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 46px;
    color: #16377E;
    line-height: 61px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.newsImgGroup_month{
    padding: 5px 10px;
    background-color: #EAF1FF;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 16px;
    color: #003CBD;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
}
.newsImgGroup_month_d{
     width: 15px;
     height: 15px;
     background-image: url("../images/s1-img02.png");
     background-size: 100% 100%;
     background-repeat: no-repeat;
     margin-right: 5px;
}
.newsImgGroup_text{
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-right: 25px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*top: -18px;*/
}
.newsImgList_top_btn{
     display: flex;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 28px;
    color: #333;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.newsImgGroup_active   .newsImgGroup_text {
       color: #143883!important;
}
.newsImgGroup_active  .newsImgGroup_day {
    color: #143883!important;
}
.newsImgGroup_active  .newsImgGroup_month {
    color: #fff!important;
    background-color: #0F51A1;
}
.newsImgGroup_active .newsImgGroup_month_d{
     background-image: url("../images/s1-img03.png");
}

.navList{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
}
.navList > div{
    padding: 0 25px;
}
.navList .navItem{
     position: relative;
}
.navNextList .navItem{
     height: 100%;
     display: flex;
     align-items: center;
     padding: 0 25px;
    margin-right: 0!important;
}
.navNextList .navItem:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.0834) 42%, rgba(255, 255, 255, 0.61) 98%);
    border-bottom: 2px solid #fff;
}
.searchBox{
    width: 235px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border-radius: 220px 220px 220px 220px;
    margin-top: 0px;
    position: relative;
    padding: 0 20px;
    top: 3px;
}
.searchBox input{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    padding-right:40px;
    color: #86909C;
    font-size: 14px;
}
.searchBox img{
      position: absolute;
      right: 15px;
      top: 5px;
}
.searchLine{
    width: 0px;
    height: 20px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #C9CDD4;
    margin: 0 20px;
}


.qrCodeBox{
    width: 140px;
    /*minheight: 470px;*/
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    right: 50px;
    top: 0px;
    padding: 22px;
    box-sizing: border-box;
    z-index: 6666;
}
.qrCodeBox_item{
     margin-bottom: 16px;
}
.qrCodeBox_Btn{
    position: absolute;
    left: -24px;
    top: 45%;
    cursor: pointer;
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 0 10px #fff;
}
.qrCodeBox_Btn .qrCodeBox_Btn_b{
     display: none;
}
.qrCodeBox_Btn img{
    width: 28px;
    height: 42px;
}
.qrCodeBox_item_img{
    width: 100px;
    height: 100px;
    background: #D8D8D8;
}
.qrCodeBox_item_img img{
     width: 100%;
     height: 100%;
}

.qrCodeBox_item_text{
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 4px;
}

.leftText{
     position:absolute;
     left: 80px;
     top: 260px;
}

.rightText{
    position:absolute;
    right: 80px;
    top: 600px;
}
.footerImgText{
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-weight: 500;
    font-size: 30px;
    color: #075697;
    line-height: 43px;
    letter-spacing: 7px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.newsDetailCont{
    position: relative;
    top: -100px;
    z-index: 6666;
}
.newsDetailMainWrap{
    min-height: 500px;
    /*background: linear-gradient( 180deg, #F6F8FD 56%, rgba(210,220,246,0.23) 99%);*/
    /*padding: 0px 230px;*/
    background-image: url("../images/newsBg2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.newsDetailWrap{
    background-color: #F3F3F3
}
.newsDetailMain{
     background-color: #fff;
     min-height: 500px;
}


.headerNext{
     height: 566px;
     position: relative;
}
.headerNext_nav{
    height: 131px;
    background: #075697;
    display: flex;
    align-items: center;
    padding: 0 82px;
}
.newsListMain_nav .nav_title{
    /*width: 391px;*/
    /*height: 100px;*/
    /*position: relative;*/
    /*margin-bottom: 35px!important;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    background-color: #00479D;
    font-size: 30px;
    color: #FFFFFF;
    opacity: 0.88;

}
.newsListMain_nav_h5 .nav_title{
    width: 391px;
    height: 100px;
    position: relative;

}
.nav_title_bj{
    width: 4px;
    height: 26px;
    background: #15499F;
    border-radius: 0px 0px 0px 0px;
    margin-right: 14px;
    /*width: 391px;*/
    /*height: 100px;*/
    /*background: #fff;*/
    /*border-radius: 0px 0px 0px 0px;*/
    /*opacity: 0.2;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 1;*/
}
.newsListMain_list{
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    padding:15px 45px 32px 45px;
    box-sizing: border-box;
    width: calc(100% - 520px);
}
.nav_title_wz{
    /*width: 391px;*/
    /*height: 100px;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: MiSans, MiSans;
    font-weight: 500;
    /*font-size: 28px;*/
    /*color: #15499F;*/
}
.newsListMain_h5 .nav_title_bj{
     width: 100%!important;
     background:transparent;
}
.newsListMain_h5 .nav_title_wz{
    width: 100%!important;
}
.headerNext_img{
     height: 434px;
}
.headerNext_img img{
     width: 100%;
     height: 100%;
}
.headerNext_footer{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 142px;
    background: linear-gradient( 180deg, rgba(32,113,187,0) 0%, #075697 97%);
    border-radius: 0px 0px 0px 0px;
    z-index: 6666;
}
.newsListCont{
     padding-left: 280px;
     padding-right:105px;
     /*background: linear-gradient( 147deg, #F6F8FD 34%, rgba(210,220,246,0.23) 99%);*/
     border-radius: 0px 0px 0px 0px;
    /*background-image: url("../images/newsBg2.png");*/
    background-color: #f9f9f9;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
.newsListMain{
    position: relative;
    /*top: -100px;*/
    display: flex;
    /*background-color: #fff;*/
    /*border-radius: 4px 4px 4px 4px;*/
    /*padding:15px 45px 32px 45px;*/
    box-sizing: border-box;
    /*z-index: 6666;*/
}
.newsListMain_h5{
    position: relative;
    top: -100px;
    /*display: flex;*/
    z-index: 6666;
    display: none;
}
.navBoxH5{
     display: none;
}

.navBoxPc{
    display: block;
}
.navTitle{
    width: 390px;
    height: 100px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 30px;
    color: #3D3D3D;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    padding-left: 60px;
}
.newsListMain_nav{
    margin-right: 20px;
    width: 254px;
    /*background-color: #fff;*/
    /*padding:20px 24px;*/
    box-sizing: border-box;
    position: relative;
    top: -96px;
    z-index: 777;
}
.newsListMain_nav_h5{
    margin-right: 20px;
}
.menuList_item{
    width: 100%;
    height: 78px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 18px;
    color: #4E5969;
    line-height: 41px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    /*border-radius: 4px 4px 4px 4px;*/
}
.newDetailBox{
    background-color: #fff;padding: 15px 45px 35px 45px;box-sizing: border-box
}
.menuList_item_on{
    /*color: #114D96;*/
    /*font-size: 16px;*/
    /*height: 36px;*/
    /*border-bottom: 1px solid #114D96;*/
    background: #fff;
    color: #15499F;
    background-image: url("../images/menuBg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.menuList_item_line{
    /*width: 24px;*/
    /*height: 4px;*/
    /*background: #FFFFFF;*/
    /*border-radius: 0px 0px 0px 0px;*/
    position: absolute;
    right: 15px;
    top: 0px;
    display: none;
}
.menuList_item_on .menuList_item_line{
      display: block;
}
.navTips{
    font-family: MiSans;
    font-weight: 500;
    font-size: 24px;
    color: #15499F;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.newsListMain_news{
     /*padding: 60px 0;*/
}
.newsListMain_news_item{
    width: 900px;
    height: 75px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    /*margin-bottom: 10px;*/
    /*border-bottom: 1px solid #f3f3f3;*/
    border-bottom: 1px dashed #C9CDD4;
}
.news_item_title{
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 14px;
    color: #27274A;
    text-align: left;
    font-style: normal;
    display: -webkit-box;/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-line-clamp: 2;/*用来限制在一个块元素显示的文本的行数。*/
    -webkit-box-orient: vertical;/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排*/
    text-transform: none;
    white-space: wrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_item_time{
    color: #3D3D3D;
    display: flex;
    align-items: center;
}
.news_item_time_y{
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 14px;
    color: #114D96;
    line-height: 32px;
    font-style: normal;
    text-transform: none;
    width:120px;
    text-align: right;
    flex-shrink: 0;
    padding-left: 5px;
}
.news_item_time_days{
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.newsListMain_news_item:hover{
     color: #2B64BE;

}
.newsListMain_news_item:hover .news_item_title{
    color: #2B64BE!important;
}
.newsListMain_news_item:hover .news_item_time{
    color: #2B64BE!important;
}


.headerNext_nav_log{

}
.newDataCont img{
    margin: 0 auto;
    display: flex;
    margin-top: 10px
}

#noticeCont{
     display: none;
}
#noticeHqCont{
    display: none;
}

.lastMenuList{
    padding: 14px;
    position: absolute;
    top: 85px;
    left: 0;
    box-sizing: border-box;
    background-color: #fff!important;
    /*display: none;*/
}
.lastMenuList >div{
    width: 362px;
    height: 50px;
    background: rgba(26,105,178,0.1);
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background-color: #fff;
    padding-left: 52px;
}
.lastMenuList_dian{
    width: 5px;
    height: 5px;
    background: #D8D8D8;
    margin-right: 10px;
    border-radius: 50%;
}
.lastMenuList_on{
    background: rgba(26,105,178,0.1)!important;
    border-radius: 4px 4px 4px 4px!important;
    color: #1A69B2;
}

.lastMenuList_on .lastMenuList_dian{
    background: #1A69B2!important;
}
/* 首页样式 start */

/* 报修监督 失物招领 表格样式 start */
.repairTable-content .top-one {
    height: 50px;
    color: #4b4b4b;
    font-weight: bold;
    border-bottom: 1px dashed #dddddd;
}

.repairTable-content .top-one .r-name {
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
}

.repairTable-content .top-one td {
    line-height: 30px;
    height: 35px;
    line-height: 35px;
}

.repairTable-content .top_two {
    margin-top: 10px;
}

.repairTable-content .top_two a:hover {
    color: #014B92;
}

.repairTable-content .r-name {
    width: 80px;
    text-align: center;
}

.repairTable-content .top_two tr {
    height: var(--table-line-height);
}

.repairTable-content .top_two td {
    color: #666;
}

.repairTable-content .conter {
    width: calc(100% - 132px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    display: block;
    padding-right: 0px;
}

.repairTable-content .conter a {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: normal;
}


.navBox{
     /*display: none;*/
}
.navBoxPc{
     display: block;
}

.newsBox{
     height: 748px;
     background-image: url("../images/bgOne.png");
     background-repeat: no-repeat;
     background-size: 100% 100%;
}

.newsText{
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 32px;
    color: #15499F;
    height: 149px;
    background-image: url("../images/xh_icon@2x.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsText-more{
    width: 36px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid rgba(255,255,255,0.5);
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 19px;
    cursor: pointer;
    position: absolute;
    left: 52px;
    top: 260px;
    padding-left:8px;
}
.newsText-more-line{
    width: 0;
    height: 43px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid rgba(255,255,255,0.2);
    position: absolute;
    left: 67px;
    top: 200px;

}
.newsItem{
     width: 368px;
    cursor: pointer;
}
.newsItem:hover .newItem_text{
     color: #0F51A1;
 }
.newsItem:hover .newItem_cont{
     color: #0F51A1;
 }
.newsItem:hover .newItem_time{
    color: #0F51A1;
}
.newItem_img{
    width: 368px;
    height: 206px;
}
.newItem_img img{
     width: 100%;
     height: 100%;
}
.newItem_text{
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 18px;
    color: #1E1E1E;
    height: 56px;
    line-height: 26px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newItem_cont{
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newItem_time{
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    text-align: left;
}
.newsItem_a{
     width: 534px;
    cursor: pointer;
}
.newsItem_a:hover .newItem_text{
     color: #0F51A1;
}
.newsItem_a:hover .newItem_time{
    color: #0F51A1;
}
.newItem_line{
    width: 76px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #184995;
    opacity: 0.5;
    margin: 5px 0;
}
.newsMain{
     width: 1199px;
     margin: 0 auto;
}
.noticeWrap{
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     grid-template-rows: 1fr 1fr;
     grid-column-gap: 33px;
     grid-row-gap: 55px;
}
.noticeItem{
    width: 377px;
    height: 130px;
    cursor: pointer;
    padding: 9px 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}
.newItem_wrap{
     position: relative;
     border-right: 1px solid #D9D9D9;
     padding-right: 15px;
}
.newItem_tips{
     position: absolute;
     top: 0;
     right: 0;
     width: 5px;
     height: 32px;
     background: #7D0000;
}
.noticeItem:hover{
     background-image: url("../images/list_bg.png");
     background-repeat: no-repeat;
     background-size: 100% 100%;
}
.timeImg_b{
     display: none;
}
.noticeItem:hover .timeImg_b{
     display: block;
}
.noticeItem:hover .timeImg_a{
    display: none;
}
.noticeItem:hover .newItem_text{
     color: #0F51A1;
}
.serviceWrap{
    width: 1560px;
    height: 474px;
    background-image: url("../images/mode_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 33px ;
    padding-left: 133px;
    padding-right: 360px;
    position: relative;
}
.serviceWrap_cont{
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(348px, 1fr));
     grid-template-rows: 1fr 1fr;
     gap: 10px;
}
.serviceWrap_cont > a > div{
    width: 348px;
    height: 142px;
    background: linear-gradient( 96deg, #FFFFFF 0%, #D9E8F9 100%);
    border-radius: 2px 2px 2px 2px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.serviceText{
     position: absolute;
     top: 30px;
     left:50px;
     font-size: 34px;
     color: #fff;
     width: 35px;
     line-height: 40px;
}
.serviceWrap_cont  > a >div:hover{
     box-shadow: 0 0 10px #f2f2f2;
}
.serviceInfoBox{
     display: flex;
     margin-bottom: 10px;
     background-color: #F9F9F9;
}
.serviceInfoItem{
     display: flex;
     align-items: center;
     justify-content: space-between;
     cursor: pointer;
     height: 40px;
}

.serviceInfoItem:hover .text{
     color: #0F51A1;
}

.serviceInfoItem .text {
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #231916;
    line-height: 19px;
    width: calc(100% - 160px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.serviceInfoItem .time{
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
}
.serviceInfoItem_img{
     position: relative;
}
.serviceInfoItem_img_cont{
     padding: 15px 10px;
}
.serviceInfoItem_img_item{
     position: absolute;
    top: 0;
    right: 0;
    width: 149px;
    height: 52px;
    background: #355FA2;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 26px;
}
.imagesMain{
    height: 574px;
    width: 100%;
    background-image: url("../images/imagesBg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.serviceInfoItem_img_H5{
     display: none;
}
.serviceWrap_H5{
    display: none;
}
/* 报修监督 失物招领 表格样式 end */

/* 首页新闻盒子和新闻列表页(title和time列表)样式 start */
.container-chunk-title {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--title-color);
    /* margin-bottom: 20px; 因表格pass掉 */
}

.container-chunk-title h1:last-of-type {
    margin-right: 0;
}

.container-chunk-title h1 {
    cursor: default;
}

.container-chunk-title h1,
.container-chunk-title .title-active {
    font-size: 18px;
    line-height: 40px;
    color: var(--title-color);
    margin: 0;
    cursor: pointer;
    font-weight: bold;
}

.news-listBox {
    overflow: hidden;
    padding-top: 10px;
}

.news-listBox .list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    padding: 0 5px;
}

.news-listBox .list-item .list-item-title {
    width: 83%;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.news-listBox .list-item .list-item-time {
    color: #999999;
    display: inline-block;
    width: 150px;
    text-align: right;
}

.news-listBox .list-item:hover span {
    color: #014B92 !important;
}


/*.deptItem{*/
    /*width: 484px;*/
    /*height: 290px;*/
    /*background: #FFFFFF;*/
    /*border-radius: 2px 2px 2px 2px;*/
    /*padding: 31px;*/
    /*display: flex;*/
    /*margin-right: 50px;*/
    /*margin-bottom: 25px;*/
/*}*/
.deptItem:hover{
    box-shadow: 0px 4px 10px 0px rgba(91,97,102,0.5);
}
.deptItem_img{
    width: 160px;
    height: 220px;
    background: #D8D8D8;
    border-radius: 0px 0px 0px 0px;
    margin-right: 26px;
    flex-shrink: 0;
}
.titleInfo{
     display: flex;
     align-items: center;
     margin-bottom: 45px;
}
.titleInfo_line{
    width: 35px;
    height: 3px;
    background: #1A69B2;
    margin-top: 6px;
}
.titleTell{
    margin-bottom: 12px;
    text-align: left!important;
}
.titleAddress{
    text-align: left!important;
}
.dropdown-menu{
     min-width: auto!important;
     border-radius: 0;
     padding: 0px 10px!important;
     width: 100%!important;
     border: 0!important;
    top: 98%!important;
}
.dropdown-menu > li{
     cursor: pointer;
     height: 40px;
     /*padding: 0 8px;*/
     /*margin-bottom: 5px;*/
    /*display: flex;*/
    /*align-items: center;*/
}
.dropdown-menu > li:hover{
    background: rgba(24,73,149,0.1);
    border-radius: 2px 2px 2px 2px;
    color: #184995;  /*#075697*/
}
.dropdown-menu > li > a{
     color: #1D2129!important;
     font-size: 16px;
     line-height: 35px;
}
.dropdown-menu > li:hover a{
    background: rgba(24,73,149,0.1);
    border-radius: 2px 2px 2px 2px;
    color: #184995!important;  /*#075697*/
}












/* 首页新闻盒子和新闻列表页 样式 end */

/* 便民服务 样式 start */
.service .container-chunk-title {
    margin-bottom: 0;
}

.service-content {
    display: flex;
    flex-wrap: wrap;
}

.serviceLiBox {
    width: calc(100% / 5);
    font-size: 16px;
}

.serviceLiBox img {
    padding: 40px 0 16px 0;
    width: 40px;
}

.box_top {
    border-bottom: 2px solid #173783;
    height: 63px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box_top .box_top_text {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #173783;
}

.bxo_top .more {
    font-weight: 400;
    color: #173783
}

/*.newsList {*/
    /*height: 40px;*/
    /*line-height: 40px;*/

    /*cursor: pointer;*/
/*}*/

.newsList .newsTime {
    display: inline-block;
    float: right;
    width: 100px;
    text-align: right;
}

.newsList .newsCont {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 110px;
}

.itemList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
}

.itemList .itemBox {
    width: 12%;
    height: 80px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 18px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding-top: 15px;
}

.itemList .itemBox a {
    /*padding-left: 36px;*/
}

.repairCont {
    position: relative;
    height: 260px;
}

.serviceTr:hover .type {
    color: #ED4444 !important;
}

.repairCont .showImg {
    position: absolute;
    top: 0;
    right: 0;
}

.repairCont .showImg img {
    width: 100%;
    height: 100%;
}

.repairCont .tabCont {
    /*margin-right: 300px;*/
}

.repairCont .tabCont td {
    height: 30px;
    line-height: 30px;
}

.repairCont .tabCont thead tr {
    border-bottom: 1px dashed #ECECF0;
}

.repairCont .tabCont thead td {
    font-weight: bold;
}

.repairCont .tabCont .text {
    width: 370px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.itemGroup {
    padding: 8px 0;
    border-bottom: 1px solid #F1F1F1;
    position: relative;
}

.itemGroup .itemCont {
    margin-right: 120px;
}

.itemGroup .itemCont div {
    height: 30px;
    line-height: 30px;
    color: #999;
    display: flex;
    align-items: center;
}

.itemGroup .itemCont div img {
    margin-right: 9px;
}

.itemGroup .itemImg {
    width: 100px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 17px;
}

.itemGroup .itemImg img {
    width: 100%;
    height: 100%;
}

.showImg {
    height: 100px;
}

.showImg img {
    width: 100%;
    height: 100%;
}

/* 便民服务 样式 end */

/* 首页样式 end */

.dropdown:hover {
    /*background: #204BB0;*/
    /*color: #fff !important;*/
}

/*.dropdown:hover > a {*/
    /*color: #204BB0 !important;*/
/*}*/

.dropdown a {
    color: #333;
}

.searchDown {
    width: 70px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    background: #DA5A72;
    color: #fff;
    border-radius: 4px 0 0 4px;
}

.searchDown select {
    background-color: transparent;
    color: #fff;
    border: 0;
}

.searchDown select option {
    color: #000;
}

.showOn {
    background-color: #204BB0;
    color: #fff !important;
}

.showOn a {
    color: #fff !important;
}

.carousel-indicators li {
    margin: 0 8px !important;
}

#myCarousel1 .active {
    background-color: #3966CE !important;
    border: 0;
}

.logisticsNews .carousel-indicators .active {
    background-color: #FFF;
    width: 10px;
    height: 10px;
}

.logisticsNews .carousel-indicators .li {
    margin: 0 0px !important;
}

.navbar-nav > li > .dropdown-menu {
    min-width: 100%;
    background-color: #204BB0;
    color: #fff !important;
}

.dropdown-menu > li > a {
    padding: 0;
    text-align: center;
    color: #666 !important;
}

.dropdown-menu > li > a:hover {
    /*background-color: #204BB0;*/
    /*color: #fff;*/
}

.noticeList {
    line-height: 28px;
}

.noticeTitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.logisticsNews {
    padding-top: 30px;
}

.logisticsNews .logisticsNews_left {
    width: 700px;
    height: 476px;
    border: 1px solid #ccc;
    float: left;
}

.logisticsNews .logisticsNews_right {
    margin-left: 760px;
}

.logisticsNews_right_item {
    padding: 20px 0;
    border-bottom: 1px dashed #D9D9D9;
}

.logisticsNews_right_item:first-child {
    padding-top: 0;
}

/*.logisticsNews_right_item:last-child{*/
/*border-bottom: 0;*/
/*}*/
.logisticsNews_right_item .right_item_img {
    width: 135px;
    height: 82.5px;
    border: 1px solid #ccc;
    float: left;
}

.logisticsNews_right_item .right_item_img img {
    width: 100%;
    height: 100%;
}

.logisticsNews_right_item .right_item_text {
    margin-left: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.logisticsNews_left .carousel-inner img {
    height: 476px;
}

.logisticsNews_left .carousel-indicators {
    right: 0;
    bottom: 10px;
    left: inherit;
    width: auto;
}

.logisticsNews_left .carousel-indicators li {
    margin: 0 2px !important;
}

.logisticsNews_left .carousel-inner .item .showText {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #000000;
    opacity: 0.5;
    color: #fff;
    font-size: 18px;
    padding-left: 5px;
    bottom: 0;
    left: 0;
}
.str_wrap  a{
    margin: 0 5px;
}
.str_wrap img {
    height: 323px;
}

.loginCont {
    padding-right: 15px;
}

.loginCont > div {
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

.loginCont > div a {
    color: #fff;
}

.bgEwm {
    display: none;
    position: absolute;
    top: -124px;
    left: -33px;
}

.itemList a:hover div {
    color: #1D77CE !important;
}
@media screen and (max-width: 1830px){
    .navNextList .navItem{
        padding: 0 20px!important;
    }
}
@media screen and (max-width: 1700px){
    .navNextList .navItem{
       padding: 0 10px!important;
    }
}
@media (min-width: 320px) and (min-width: 768px) {
    .repairCont {
        overflow-y: auto;
        height: 280px;
    }

    .tabCont {
        width: 560px;
    }

    .footer-left div {
        height: auto !important;
    }

    .itemList .itemBox {
        width: 25%;
    }
    .logo img{
        width: 160px!important;
    }
    .search{
        width: 160px;
        top: 0!important;
    }
    .repairCont .tabCont .text{
        width: 150px!important;
    }
}

.headerNext_img item{
     height: 434px!important;
}


.moveBox{
     position: fixed;
     top: 0;
     left: 0;
     z-index: 666;
     border: 1px solid #333;
     box-shadow: 0 0 10px #f2f2f2;
     background-color: #fff;
     display: none;
}
.moveBox_body{
    width: 270px;
    height: 160px;
    position: relative;
}
.moveBox_body > a > img{
     width: 100%;
     height: 100%;
}
.move_close{
     position: absolute;
     top: -17px;
     right: -14px;
}
.move_close img{
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.bossCont > div{
     display: flex;
     justify-content: center;
      width: 100%;
}
.bossCont > div:first-child > div > div:first-child{
     margin-right: 40px!important;
}

.moreBtn{
    width: 94px;
    height: 36px;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #4E6FA3;
}
.moreBtn a{
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #86909C;
}
.topImg{
     height: 50px;
     width: 100%;
     background-image: url("../images/toprt.png");
     background-repeat: no-repeat;
     background-size: 100% 100%;
     position: absolute;
     top: -50px;
     z-index: 666;
}
.serviceWrap_box{
     background-color: #2E599E;
}