@font-face {
    font-family: 'iconfont';
    src: url('iconfont.ttf?t=1703664594584') format('truetype');
}
.main-container{
    background-color:#F5F5F5
}
.investorListUlLi {
    width: 100%;
    padding-top: 0.575rem;
    padding-bottom: 0.575rem;
    padding-left: 0.5rem;
    /* padding-right: 0.5rem; */
    cursor: pointer;
    transition: .3s;
}

.investorUlLiTime {
    float: right;
    margin-right: 1rem;
}

.investorUlLiMsg {
    width: 75%;
    padding-left: 0.208333rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    word-break: break-all;
}
.investorUlLiMsg:hover{
    color: #143C68;
}

.left-menu {
    margin-right: 16px;
    border-radius: 3px;
    position: relative;
    position: sticky;
    top: 20px;
    height: calc(100% - 20px);
    z-index: 1000;
}

.left-menu .left-menu__title {
    height: auto;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
}

.custom_menu_title {
    background: rgba(20, 61, 104, 1) !important;
}

.left-menu .left-menu-box {
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -ms-overflow-y: overlay;
}

.left-menu .left-menu-box_1 {
    height: calc(100% - 50px);
    max-height: calc(100vh - 100px);
}

.left-menu.left-menu-icon .left-menu-icon__title {
    display: inline-block;
    line-height: 20px;
    word-break: break-word;
    white-space: break-spaces;
    
    font-size: 15px;
    margin-left: 10px;
}

.left-menu .el-menu {
    background: rgb(255, 255, 255);;
}
.nav_zhuan{
    -webkit-transform: rotate(-90deg);
}

.el-submenu {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
}

.left-menu.left-menu-icon .left-menu-box > .el-menu > .el-submenu > .el-submenu__title {
    padding-left: 12px !important;
}

.left-menu.left-menu-icon .el-menu-item, .left-menu.left-menu-icon .el-submenu__title {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.left-menu.left-menu-icon .el-menu-item, .left-menu.left-menu-icon .el-submenu__titles {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.left-menu .el-menu .el-submenu .el-menu-item {
    height: auto;
    line-height: 16px;
    font-size: 14px;
    word-break: break-word;
    white-space: break-spaces;
    color: #666;
}

.item-brief {
    padding: 12px 12px 0;
    width: 100%;
    min-height: unset;
    border-bottom: none;
    background: -webkit-gradient(linear, left top, right top, color-stop(.68%, #f5f5f5), to(hsla(0, 0%, 96.1%, 0)));
    background: linear-gradient(90deg, #f5f5f5 .68%, hsla(0, 0%, 96.1%, 0));
}

.brief-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 8px;
    font-style: normal;
    font-weight: 400;
}
.left_active{
    color: #143C68;
    background: rgba(227, 233, 238, 1) !important;
}

.brief-position{
    padding-left: 16px;
    font-size: 14px;
    color: #595959;
}
.person-item.is-full {
    padding-top: 12px;
}

.expand-notes {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 16px;
}
.customStyle_9 {
    background: linear-gradient(90deg, rgba(227, 233, 239, 1) 0, rgba(254, 255, 255, 1) 85%) !important;
}

.person-list{
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 24px;
}

.person-header .person-header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-style: normal;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}

.person-header .person-header-title .title-text{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.person-header .person-header-title .title-time{
    font-size: 14px;
    line-height: 22px;
    color: #999;
}
.column-title{
    padding-left: 12px;
    line-height: 22px;
    color: #333;
    position: relative;
    margin:0 !important;
}

.column-title:before {
    content: "";
    width: 3px;
    height: 12px;
    background-color: #143C68;
    position: absolute;
    left: 0;
    top: 5px;
}
.content-inner-page{
    background: #ffffff;
    padding: 10px 15px;
}
.right {
    position: absolute;
    right: 1rem;
    top: 13px;
}

.el-radio-group {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 0;
}
.person-stock-news-item .el-radio-button {
    margin-right: 10px;
    margin-bottom: 20px;
}
.el-radio-button__orig-radio {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1;
}
.person-stock-news-item .el-radio-button:first-child .el-radio-button__inner, .person-stock-news-item .el-radio-button:last-child .el-radio-button__inner, .person-stock-news-item .el-radio-button__inner {
    border-radius: 4px;
}
.el-radio-button, .el-radio-button__inner {
    display: inline-block;
    position: relative;
    outline: 0;
}
.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #fff;
    background-color: #05c;
    border-color: #05c;
    -webkit-box-shadow: -1px 0 0 0 #05c;
    box-shadow: -1px 0 0 0 #05c;
}

.el-radio-button__inner {
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #dcdfe6;
    font-weight: 500;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 0;
    font-family: "PingFang SC", "Microsoft YaHei";
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 22px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 19px;
    color: #143C68;
}