@import url('./bootstrap.4.6.2.min.css');

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    font-family: 'MicrosoftYaHei';
}
a,a:link,a:visited,a:hover,a:active{
    text-decoration: none;
    color:inherit;
}

#app{
    min-height: 100vh;
    background: url('../images/home_bg.png') no-repeat center top;
    background-size: 100%;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-middle {
    display: flex;
    align-items: center;
}

.flex-middel-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.z-header {
    width: 100%;
    padding: 33px 45px;
}
.z-breadcrumb{
    padding: 0 40px;
      position: relative;
    z-index: 2;
}
.z-breadcrumb .breadcrumb{
    background-color: transparent;
}
.breadcrumb .breadcrumb-item{
    display: flex;
    align-items: center;
}
.breadcrumb .breadcrumb-item>a{
    font-weight: bold;
    transition: .2s;
    font-size: 14px;
}
.breadcrumb .breadcrumb-item>a:hover{
    color: #2d7de1;
}
.breadcrumb .breadcrumb-item.active{
    color: #C0C4CC;
    font-size: 14px;
}
.z-pagination{
    text-align: center;
    padding: 10px;
}
.z-nav {
    width: 100%;
    height: 68px;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.4);
}

.z-footer {
    width: 100%;
    height: 115px;
    padding: 0 20px;
    background: url('../images/footer_bg.png') no-repeat center bottom;
    background-color: #222c37;
}



.z-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.z-details-container{
    min-height: 574px;
}
.z-list{
    min-height: 540px;
}
.z-list li{
    line-height: 45px !important;
}

.bg-write{
    background-color: #ffffff;
}
.p40{
    padding: 30px 60px;
}
.mb20{
    margin-bottom: 20px;
}
.fillup {
    width: 100%;
    max-width: 100%;
}

.container-shadow {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.18);
}

.center {
    margin: 0 auto;
}

.mw-1400 {
    max-width: 1400px;
}

.mw-1200 {
    max-width: 1200px;
}

.mw-1920 {
    max-width: 1920px;
}

.color-white {
    color: #ffffff;
}

.fwb {
    font-weight: bold;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}

.tc {
    text-align: center;
}

.hover-opa:hover {
    opacity: 0.6;
}

.notice-list{
    padding: 0;
    margin: 0;
    padding: 20px 5px 10px 0;
}
.notice-list li{
    font-size: 15px;
    letter-spacing: 1px;
    color: #333333;
    font-weight: normal;
	font-stretch: normal;
    line-height: 35px;
    position: relative;
    transition: .2s;
    padding-left: 46px;
    
}   
.notice-list li a{
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.notice-list li::before{
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 11px;
    height: 8px;
    background: url('../images/li_before.png') no-repeat center center;
}
.notice-list li a:hover{
    color: #2d7de1;
    cursor: pointer;
}

/* 底部样式 */

.footer-content {
    display: flex;
    height: 100%;
    gap: 20px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}

.footer-content>div:not(.footer_logo) {
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: bold;
    font-stretch: normal;
}

.footer-content .footer_logo {
    width: 93px;
    height: 93px;
    background: url('../images/footer_logo.png') no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

/* 切换栏 */

.top-nav {
    width: 100%;
    height: 68px;
    padding: 0;
    margin: 0;
}

.top-nav li a{
    display: block;
    text-align: center;
    line-height: 68px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    font-weight: normal;
    font-stretch: normal;
    cursor: pointer;
    transition: .2s;
    padding: 0 52px;
    padding-left: 80px;
}

.top-nav li:not(.active):hover{
    opacity: 0.8;
}
.top-nav li:not(.active):nth-child(1) a{
    background: url('../images/home.png') no-repeat;
    background-position: 52px center;
}

.top-nav li.active:nth-child(1) a{
    background: url('../images/home_active.png') no-repeat;
    background-position: 52px center;
    background-color: #2d7de1;
}

.top-nav li:not(.active):nth-child(2) a{
    background: url('../images/notice.png') no-repeat;
    background-position: 52px center;
}

.top-nav li.active:nth-child(2) a{
    background: url('../images/notice_active.png') no-repeat;
    background-position: 52px center;
    background-color: #2d7de1;
}

.top-nav li:not(.active):nth-child(3) a{
    background: url('../images/problem.png') no-repeat;
    background-position: 52px center;
}

.top-nav li.active:nth-child(3) a{
    background: url('../images/problem_active.png') no-repeat;
    background-position: 52px center;
    background-color: #2d7de1;
}

.top-nav li.active a{
    color: #ffffff !important;
    cursor: text;
}


.font-size span{
    margin: 0 2px;
    transition: .2s;
    cursor: pointer;
}
.font-size span.active{
    color: #2d7de1;
}
.font-size span:not(.active):hover{
    color: #2d7de1;
}

.more {
    position: absolute;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 55px;
    letter-spacing: 0px;
    color: #333333;
    right: 0;
    cursor: pointer;
    transition: .2s;
}

.more:hover {
    color: #2d7de1;
}

.disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);
    cursor: not-allowed !important;
    filter: gray;
    color: gray;
}
.login-container{
   min-width: 50px;
   margin-left: 15px;
}

.login{
    cursor: pointer;
    padding: 5px 15px;
    background-color: #2d7de1;
    border-radius: 3px;
}




.logo{
    width: 3.375rem;
	height: 3.375rem;
    margin-right: 12px;
}
.title{
    font-size: 1.875rem;
    font-weight: bold;
	font-stretch: normal;
    letter-spacing: 3px;
	color: #ffffff;
}
.hd-left,.hd-right{
    width: 60%;
    flex-shrink: 0;
}
.hd-right{

    justify-content: flex-end;
}
.avatar-box{
    width: 2.875rem;
	height: 2.875rem;
	background-color: #ffffff;
    border-radius: 50%;
    margin-left: 1.4375rem;
    margin-right: .9375rem;
}
.avatar>.user>div:nth-child(2){
    margin-top: .3125rem;
}
.exit{
    margin-left: 3.3125rem;
    cursor: pointer;
    font-size: .875rem ;
}
.exit img{
    width: 1.625rem;
    height: 1.625rem;
}
.search{
    width: 18.75rem;
}
.search input{
    font-size: 12px;
    
}

.search-btn .input-group-text{
    font-size: 12px;
    background-color: #365ba1;
    color: #ffffff;
    cursor: pointer;
}
.z-header-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 54px;
    height: 54px;
}
.z-header-left{
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}
.z-header-left .text{
    line-height: 54px;
    margin-left: 20px;
}
.z-search{
    width: 393px;
	height: 39px;
	background-color: #ffffff;
	box-shadow: 3px 4px 10px 0px 
		rgba(0, 0, 0, 0.19);
        padding-right: 70px;
       position: relative;
       border-radius: 4px;
       overflow: hidden;
}
.z-search input{
    width: 100%;
    height: 100%;
    padding: 0 13px;
    border: none;
}
.z-search button{
    width: 70px;
    height: 40px;
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url('../images/work/search-btn.png') no-repeat center center;
    background-color: #f0aa2b;
}
#searchhead{
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    padding-right: 40px;
    position: absolute;
    top: 22px;
  	right:0px;
    z-index: 0;
	 max-width: 800px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
@media (min-width: 1600px) {
    :root {
        font-size: 16px;
    }
}
@media (max-width: 1600px) {
    :root {
        font-size: calc(16px * 0.8)
    }
}
@media (max-width: 1400px) {
    :root {
        font-size: calc(16px * 0.7)
    }
}