
@import "./header.css";
@import "./footer.css";
/* 中间内容 */
.notice-warper{
    height: 53px;
    background:rgba(6, 45, 149, 0.08) ;
}
.notice{
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.notice-content{
    display: flex;
    align-items: center;
    color: #062d95;
    font-size: 16px;
}
i.notice-icon{
    display: inline-block;
    width: 26px;
    height: 24px;
    background: url('../../images/home/notice.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 18px;
}
.document{
    margin-top: 24px;
}
.document>.container{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1200px;
}
.document>.container>.row{
    margin: 0;
}
.document .row>div {
    padding: 0;
}
.z-carousel-container{
    position: relative;
}
#noticeCarousel{
    height: 340px;
}
#noticeCarousel .carousel-inner,#noticeCarousel .carousel-item,#noticeCarousel img{
    height: 100%;
}
.z-carousel-container .carousel-indicators{
    left: auto;
    right: 0;
    margin:0 10px;
    margin-bottom: 17px;
}
.z-carousel-container  .carousel-indicators li{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    border: none;
}
.z-carousel-container  .carousel-indicators li.active{
    width: 21px;
	height: 8px;
	background-color: #4996ff;
	border-radius:10px 10px;
   
}
.carousel-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 44px;
	background-color: rgba(0, 0, 0, 0.5);
    
}
.carousel-title .title-text{
    width: calc(100% - 120px);
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff;
    font-size: 16px;
    line-height: 44px;
    box-sizing: content-box;
    padding-left: 10px;
}
.carousel-control-next, .carousel-control-prev{
    display: none;
}
.document-title{
    box-sizing: border-box;
    padding-left:18px ;
    border-bottom: 1px solid #eaeaea;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.document-title>div{
    height: 100%;
    color: #1039a8;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #1039a8;
}
.document-title>a{
    color: #999999;
    font-size: 16px;
}
.document-list{
    height:290px;
   
}
.document-list .list-group {
    background-color: rgba(90, 90, 90, 0.04);
    box-sizing: border-box;
    padding:0 18px;
}
.document-list .list-group-item{
    height: calc(290px / 6);
    background: transparent;
  
    position: relative;
    padding-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.document-list .list-group-item a{
    color: #333333;
    font-size: 16px;
    transition: .2s;
}
.document-list .list-group-item a:hover{
    color: #0b83f2;
}
.document-list .list-group-item::before{
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: "";
    background-color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.sub-regions{
    padding:10px;
    background: #f7f7f7;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
}
.sub-regions>div{
    width:calc(100% / 7 - 20px) ;
    background-color: #ffffff;
	border-radius: 4px;
    text-align: center;
    line-height: 36px;
    margin: 10px;
    transition: .2s;
    cursor: pointer;
}

.sub-regions>div:hover {
    background-color: #1039a8;
    color: #fffefe;
}

.sub-regions .regions.active{
    background-color: #1039a8;
    color: #fffefe;
}
.before{
    margin-top: 14px;
}
.main-title{
    height: 100px;
    background: url('../../images/home/title_bg.png') no-repeat center;
    background-size: 100% auto;
    text-align: center;
    letter-spacing: 2px;
	color: #333333;
    font-size: 30px;
    line-height: 100px;
    position: relative;
    font-weight: bold;
}
.before-entry_container{
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-around;
    margin-top: 10px;
}
.before-entry_container>a{
    display: block;
    width: calc(100% / 5 - 12px);
    height: 249px;
    background-color:rgba(39, 137, 248, 0.09) ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 35px;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    overflow: hidden;
    transition: .2s;
}
.before-entry_container>a:hover{
    background-color: #66abfa;
}
.before-entry_container>a:hover .text{
    background:#2789f8 ;
    color: #ffffff;
}
.before-entry_container>a:hover .text font{
    color: #ffffff !important;
}
.before-entry_container  .img-container{
    text-align: center;
    width: 100%;
}
.text font{
    transition: .2s;
}
.before-entry_container>a .text{
    height: 72px;
    background: #ffffff;
    font-size: 24px;
    color: #243858;
    text-align: center;
    line-height: 72px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: .2s;
}
.inventory{
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}
.inventory>a{
    width: calc(100% / 4 - 15px);
    box-sizing: border-box;
    padding: 25px;
    padding-right: 120px;
    min-height: 120px;
    cursor: pointer;
    transition: .3s;
}
.inventory>a:hover{
    transform: scale(1.05);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.inventory>a:nth-child(1){
    background: url('../../images/home/not.png') no-repeat;
    background-position: right 15px center;
    background-color: #eff4ff;
    color: #506fb3;
   
}
.inventory>a:nth-child(2){
    background: url('../../images/home/lenient.png') no-repeat;
    background-position: right 25px center;
    background-color: #ebf6ff;
    color: #305cb3;
    
}
.inventory>a:nth-child(3){
    background: url('../../images/home/reduce.png') no-repeat;
    background-position: right 25px center;
    background-color: #e5f8f9;
    color: #3a8e92;

}
.inventory>a:nth-child(4){
    background: url('../../images/home/notimplemented.png') no-repeat;
    background-position: right 25px center;
    background-color: #e6faec;
    color: #44a661;

}
.inventory-title{
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.after{
    margin-top: 10px;
}
.after-list{
    display: flex;
}
.main-title .more{
    position: absolute;
    padding:0 0 0 15px;
    background-color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}
.main-title .more a{
    color: #999999;
    font-weight: 400;
}
.after-list .nav-link.active{
    background-color: #ffffff;
    color: #1778fa;
    border-left-color:#3983de;
    background-color: #f8fcff;
}
.after-list .nav-link{
    position: relative;
    height: calc(635px / 4);
    text-align: end;
    font-size: 20px;
    padding-right: 30px;
    font-weight: bold;
    color: #1778fa;
    letter-spacing: 1px;
    border-radius: 0;
    border-left: 7px solid transparent;
}
.after-list .nav-link::before{
    position: absolute;
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    top: 50%;
    left:45px ;
    transform: translateY(-50%);
}
.after-list .nav-link:nth-of-type(1):before{
    background: url('../../images/home/after_1.png') no-repeat;
    background-size: contain;
}
.after-list .nav-link:nth-of-type(2):before{
    background: url('../../images/home/after_2.png') no-repeat;
    background-size: contain;
}
.after-list .nav-link:nth-of-type(3):before{
    background: url('../../images/home/after_3.png') no-repeat;
    background-size: contain;
}
.after-list .nav-link:nth-of-type(4):before{
    background: url('../../images/home/after_4.png') no-repeat;
    background-size: contain;
}
.nav-head{
    width: 220px;
    flex-shrink: 0;
    border-left: 7px solid #f1f1f1;
}
.nav-head .nav-pills{
    margin-left: -7px;
}
.nav-content{
    width: calc(100% - 220px);
    background-color: #f8fcff;
}
.nav-content .table{
    table-layout: fixed;
    margin-bottom: 0;
}
.nav-content .table thead th{
    border-bottom:1px solid #eeeeee;
    height: 35px;
    padding:5px 15px;
    border-top: none;
    font-size: 14px;
    color: #999999;
}
.nav-content .table td{
    border-bottom:1px solid #eeeeee;
    color: #333333;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 50px;
}
.publicity-check{
    margin-top: 30px;
    height: 143px;
    background: url('../../images/home/check.png') no-repeat center;
    background-size: 100% 100%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.work-report{
    margin-top: 30px;
    height: 243px;
    background: url('../../images/home/work-report.png') no-repeat center;
    background-size: 100% 100%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.work-report .text{
    font-size: 38px;
    color: #333333;
}
.work-report .more{
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    background-color: #398fff;
	border-radius: 24px;
    padding: 10px 0;
    text-align: center;
    width: 110px;
    cursor: pointer;
    transition: .2s;
    margin-top: 20px;
}
.work-report .more:hover{
    opacity: 0.8;
}
.guide{
    margin-top: 30px;
    margin-bottom: 60px;
}
.guide-entry_container{
    display: flex;
    justify-content: space-between;
}
.guide-entry_container>a{
    width: calc(100% / 4 - 19px);
    height: 200px;
    box-sizing: border-box;
    padding: 35px 23px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
}
.guide-entry_container>a:hover{
    transform: translateY(-10px);
}
.guide-entry_container .sub-title{
    font-size: 16px;
    line-height: 14px;
    margin-top: 8px;
    font-weight: 400;
}
.guide-entry_container>a:nth-child(1){
    background: url('../../images/home/recruit.png') no-repeat;
    background-position: right 0 bottom 0;
    background-color: #ffe6eb;
    color: #ff5b7f;
}
.guide-entry_container>a:nth-child(2){
    background: url('../../images/home/reconsider.png') no-repeat;
    background-position: right 0 bottom 0;
    background-color: #e6f3ff;
    color: #4268bb;
}
.guide-entry_container>a:nth-child(3){
    background: url('../../images/home/law.png') no-repeat;
    background-position: right 0 bottom 0;
    background-color: #e1fbf4;
    color: #42bb97;
}
.guide-entry_container>a:nth-child(4){
    background: url('../../images/home/query.png') no-repeat;
    background-position: right 0 bottom 0;
    background-color: #e1fcff;
    color: #18b1c2;
}