*{
	box-sizing: content-box;
	-webkit-box-sizing:content-box;
}
#header{
    width:100%;
    height: 160px;
    background: linear-gradient(180deg, #D3E7F8 0%, #FFFFFF 100%);
    border-bottom: 4px solid #0e63ba;
    padding-top: 34px;
}
.header{
    width:1200px;
    height: 118px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.header-left{
    margin-top: 20px;
}
.header-left img{
    height: 48px;
}
.header-right{
    padding-top:20px;
    font-size: 18px;
    color:#003083;
    padding-bottom:50px;
}
.header-title{
    display: none;
}
.header-search{
    display: flex;
    padding-top:10px;
    padding-left:9px;
}
.header-input{
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    color: #191919;
    background-color: #fff;
    line-height: 1.5;
    height:38px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 393px;
    font: 400 13.3333px Arial;
}
.header-input::-webkit-input-placeholder{
    padding-left:10px;
}
.header-input::-moz-placeholder{
    padding-left:10px;
}
.header-input::-ms-input-placeholder{
    padding-left:10px;
}
.header-input:focus{
    border-color: #5d8ff5;
}
.header-searchIcon{
    width: 38px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0d63ba!important;
    border-color: #0d63ba!important;
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
    border-left: 0;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}
.header-searchIcon:hover{
    transition: all .2s ease-in-out;
    cursor: pointer;
    opacity: 0.8;
}
#navbar{
    width: 100%;
}
.navbar-min{
    height: 36px;
    width: 1200px;
    margin: 0 auto;
}
.navbar-min span{
    padding: 0 2px;
    font-size: 14px;
    line-height: 36px;
    font-family: Noto Sans SC;
    color: #4a4a4a;
}
.navbar-min img{
    width: 14px;
    height: 14px;
}
.navbar-min  .spanArrow{
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-min .spanArrow02{
    padding-left: 2px;
}
#navBanner{
    width:100% ;
    background: url("../images/banner.png") no-repeat center center;
    background-size: cover;
 
}
.navBanner{
    width: 1200px;
    height: 116px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.navBanner-box{
    display: flex;
    color: #fff;
    font-size: 30px;
}
.navBanner-img{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/book.png") 50% no-repeat ;
    margin-top: -8px;
    margin-right: 15px;
}
.navBanner-text{
    margin-top:-5px;
}
#footer{
    width:100%;
    background: #fff;
    border-top: 4px solid #034594;
}
.footer{
    width:1200px;
    height: 169px;
    display: flex;
   padding-top:24px;
    margin: 0 auto;
    justify-content: space-between;
}
.footer-left-line{
    margin-bottom: 25px;
    font-size: 16px;
}
.footer-left-line span{
    margin-right: 15px;
    color: #01173a;
}
.footer-suport span{
	 color: #01173a;
}
.footer-left-line a{
    margin-right: 15px;
    color: #01173a;
}
.footer-right{
    padding-top:8px;
}
.footer-right a,.footer-right span{
  margin-left: 15px;
  color: #01173a;
}


/* 组件库的样式 */
.textDetail-div {
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}
.textDetail-div .text1-line{
    display: flex;
    flex:1;
}
.textDetail-div .text-line {
    border-bottom: 1px solid #dbdbdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.textDetail-div .text-line .text1-item{
    flex:1;
    border-right:0;
    display: flex;
    flex-direction: column;
}
.textDetail-div .text-line .list-title{
    width: 280px!important;
    word-break: break-all;
    font-size: 18px;
    color: #4a4a4a;
    padding: 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #dbdbdb
}
.textDetail-div .text-line .text-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #dbdbdb;
    min-height: 56px;
    overflow: hidden;
}

.textDetail-div .text-line .text-item .text-title {
	/* 办事大厅原来办事指南的的title为280px修改为73px 如果其他页面有需要调整宽度的另外加class */
	/* 调整宽度为252px*/
    width: 252px;
    word-break: break-all;
    font-size: 18px;
    color: #4a4a4a;
    padding: 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fafcfd;
    border-right: 1px solid #dbdbdb
}
.textDetail-div .text-line .text-item .text-wight{
    font-weight: 600;
}
.textDetail-div .text-line .text-item .text-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
    width: 0;
    word-break: break-all;
    padding: 10px 10px;
    font-size: 18px;
    color: #191919;
    white-space: inherit;
}
.pagefiexed{
    /* position: absolute; */
    position: fixed;
    right:10px;
	width:130px;
	/* bottom:289px; */
	bottom:342px;
	top:360px;
	color:#fff;
	height:250px;
	background-color: #5b8dc0;
	cursor: move;
}

.pagefiexed a{
	cursor: pointer;
}

.pagefiexedRow{
  width:100%;
  text-align: center;
  padding :8px 0;
  font-size: 16px;
  color:#fff;
  height:105px;
/*   cursor: pointer; */
  /* opacity: 0.6; */
}
.pagefiexedVisibilty{
    position: relative;
    visibility: hidden;
    
}
.pagefiexedRow:hover{
  /*   opacity: 1; */
    background-color: #457eb8;
   /*  cursor: pointer; */
}
.loginBox{
    display: none;
}
.loginOutBox{
    display: none; 
}
.loginOutTitle{
    padding:5px 15px 10px 15px;
    font-size: 18px;
    line-height: 25px;
    
  
}

.loginOutTitle div{
	margin-top:20px;
}
.loginOutTitle span{
    display: block;
}
.loginOutTitle span:nth-of-type(1){
	margin-top:-3px;
}
.loginOutTitle span:nth-of-type(2){
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.logout{
     padding: 0 15px 0 15px;  
       cursor: pointer;
}
.logout a{
    display: flex;
    border-bottom: 1px solid #96b6d6;
    padding-bottom: 15px;
}
.logout i{
 width:20px;
 height: 20px;
 display: inline-block;
 background: url("../images/side_logout.svg") no-repeat 0 100%;
 margin-right:6px;
}
.loginoutWork {
    text-align: center;
    padding-top:13px;
    cursor: pointer;
}
.loginoutWork:hover{
	background-color: #457eb8;
}
.loginoutWork i{
    padding-top:15px;
    display: block;
    width: 52px;
    height: 52px;
    background: url("../images/side_workplace.svg") no-repeat 50% 100%;
    background-size: contain;
    margin: 0 auto;
}
.loginoutWork span{
    display: block;
    padding-top:15px;
}
.pagefiexed a{
	color:#fff;
}

.noDataFiexed{
	height: 490px;
	background: url(../images/no-data1.5b5e0e9f.png) no-repeat center center;
}
.clickable:hover{
	cursor: pointer!important;
	color: #0d63ba!important;
}
.clickable1:hover{
	cursor: default;
	color: #0d63ba!important;
}
.ul-select::-webkit-scrollbar{
	width:5px;
	height:5px;
}
.ul-select::-webkit-scrollbar-thumb{
	border-radius:10px;
	background-color: #bbbbc8;
	
}
.ul-select::-webkit-scrollbar-track{
	border-radius:10px;
}