/*导航*/
#nav {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

#logo {
    height: 43px;
    position: fixed;
    left: 60px;
}

.navlist {
    width: 100%;
    display: flex;
    justify-content: center;
}

.navlist > ul {
    height: 100%;
    float: left;
    margin: 0;
}

.navlist > ul > li {
    position: relative;
    float: left;
    margin: 0 5px 0 19px;
    line-height: 60px;
    text-align: center;
}

.navlist > ul:nth-child(1) > li > a {
    color: #E5E6E7;
    font-size: 14px;
    margin: 0 19px;
    font-weight: 500;
}

.navlist > ul:nth-child(1) > li > a:nth-child(1) {
    margin-left: 0;
}

.navlist > ul:nth-child(1) > li > a:hover {
    padding-bottom: 3px;
    border-bottom: 2px solid #fff;
}

.navlist > ul:nth-child(1) > li:hover .find {
    display: inline-block;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.shortcut > ul > li {
    width: 43px;
    height: 62px;
    float: right;
    margin: 0;
}

.search {
    display: none;
}

.search > a {
    margin-left: -150px !important;
}

.searchIpt {
    color: #fff;
    padding: 5px 16px;
    width: 146px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0);
    border-radius: 18px;
    outline: none;
    box-sizing: content-box !important;
}

.qing {
    top: 25px !important;
    left: 150px !important;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    position: relative;
    z-index: 100;
    height: 20px;
    width: 20px;
}

.shortcut > ul > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.shortcut > ul > li > a:hover img:nth-of-type(1) {
    opacity: 1;
}

.shortcut > ul > li > a:hover img:nth-of-type(2) {
    opacity: 0;
}

.shortcut > ul > li > a > img {
    position: absolute;
    top: 21px;
    left: 10px;
}

.shortcut > ul > li > a > img:nth-of-type(1) {
    opacity: 0;
}

.shortcut {
    position: fixed;
    right: 60px;
    min-width: 80px;
    line-height: 62px;
    display: flex;
}

.shortcut > div {
    float: left;
}

.shortcut > div > a {
    color: #E5E6E7;
    font-size: 16px;
}

.shortcut > span {
    float: left;
    color: #E5E6E7;
    margin: 0 5px;
}

.shortcut > div > a:hover {
    color: #fff;
    padding-bottom: 10px;
}

.headicon {
    width: 30px;
    height: 30px;
    margin-top: -5px;
    border-radius: 50%;
}

.find {
    display: none;
    position: absolute;
    top: 61px;
    left: -21px;
    width: 96px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 16px 0 rgba(128, 128, 128, 0.77);
    border-radius: 4px;
    padding: 8px 0;
}

.find:before {
    display: none;
    position: absolute;
    top: -10px;
    left: 38px;
    z-index: 100;
    content: "";
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.find > a {
    display: block;
    color: rgba(153, 153, 153, 1);
    line-height: 31px;
    text-align: center;
    font-size: 14px;
}

.find > a:hover {
    color: #000;
}

.headPortrait {
    position: relative;
}

.headPortrait:hover .quick {
    display: block;
}

.quick {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: -221px;
    z-index: 10;
    width: 260px;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 7px 0 rgba(128, 128, 128, 0.77);
    border-radius: 5px 5px 5px 5px;
}

.essentialInformation {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    background: url(../../user_yunjing720/public/xin/img/nav.png) no-repeat center;
    background-size: cover;
}

.essentialInformation .name {
    max-width: 150px;
    font-size: 16px;
    color: #000;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.essentialInformation .date {
    width: 180px;
    text-align: left;
    font-size: 12px;
    color: #000;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headPortraits {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 13px;
    overflow: hidden;
}

.headPortraits > img {
    width: 100%;
    height: 100%;
}

.member {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 14px;
}

.notOpened {
    color: rgba(51, 51, 51, 1);
    font-size: 12px;
    line-height: 0;
}

.immediateOpening {
    background: rgba(251, 194, 2, 1);
    margin-left: 4px;
    border-radius: 20px;
    font-size: 12px;
    color: #F9FAFB;
    padding: 5px 12px;
    line-height: 1;
}

.functionDisplay {
    height: 27px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 9px 0;
    padding: 0 14px;
}

.functionDisplay > li {
    width: 27px;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
}

.shortcutEntry {
    width: 100%;
    list-style: none;
}

.shortcutEntry > li {
    line-height: 36px;
    font-size: 12px;
    color: #333333;
    padding: 0 14px;
}

.shortcutEntry > li > a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: left;
    color: #000 !important;
}

.shortcutEntry > li:hover {
    background-color: #f3f3f3;
}


.zuixinxiaoxi:hover .latestNews {
    display: flex;
}

.latestNews {
    position: absolute;
    top: 60px;
    right: 43px;
    width: 260px;
    height: 331px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 7px 0 rgba(128, 128, 128, 0.77);
    border-radius: 5px 5px 5px 5px;
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.latestNews > span {
    width: 100%;
    border-bottom: 1px solid #E3E3E3;
}

.latestNewsHeard {
    width: 90%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latestNewsHeard > h3 {
    font-size: 16px;
    color: #000;
}

.latestNewsHeard > p {
    font-size: 12px;
    color: #333333;
    cursor: pointer;
}

.messageBox {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.messageBox > li {
    font-size: 12px;
    color: #333333;
    padding: 9px 5%;
    border-bottom: 1px solid #F2F2F2;
}

.messageBox > li:hover {
    background: #f3f3f3;
}

.messageBox > li > a {
    display: block;
    width: 100%;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.viewAllInformation {
    width: 90%;
    line-height: 40px;
    text-align: center;
}

.viewAllInformation > a {
    cursor: pointer;
    color: #333333;
    font-size: 14px;
}

.title {
    width: 100%;
    height: 154px;
    line-height: 154px;
    text-align: center;
    font-size: 34px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
