.person-stock-news .news-header-container {
    height: 80px;
    width: 100%;
}
.person-stock-news .container-height {
    height: 140px;
}

.person-stock-news .news-header-container .forrelative {
    position: relative;
    height: 80px;
}

.person-stock-news-item .table-noborder.el-table--border{
    border-left: none !important;
    border-bottom: none !important;
}
.person-stock-news-item .table-noborder3.el-table--border{
    border-top: none !important;
}

.person-stock-news .news-header-container .news-header-arr{
    width: 100%;
    height: 116px;
    padding: 20px 0px 20px 32px;
    border-radius: 4px;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 5;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.person-stock-news .news-header-container .news-flag-arr{
    height: 176px;
}

.person-stock-news .news-header-container .news-header-arr .news-header-yjyg{
    width: 100%;
    height: 116px;
    display: flex;
    justify-content:space-between;
}

.person-stock-news .news-header-container .news-header {
    width: 100%;
    padding: 20px 0px 20px 32px;
    position: absolute;
    height: 116px;
    top: -70px;
    left: 0;
    z-index: 5;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: flex;
    justify-content:space-between;
    border-radius: 4px;
}
.person-stock-news .news-header-container .news-header-arr .yjyg-content{
    width: calc(100% - 64px);
    height: 36px;
    position: absolute;
    bottom: 24px;
    background: #fdf5f5;
    line-height: 32px;
    padding: 6px 14px;
    border-radius: 2px;
    display: flex;
    align-items: center;
}
.person-stock-news .news-header-container .news-header-arr .yjyg-content .div-text{
    color: #666666;
    display: inline-block;
    width: 80%;
    height: 36px;
    line-height: 23px;
    overflow: hidden;
    position: relative;
    flex: 1;
}

.person-stock-news .news-header-container .news-header-arr .yjyg-content p{
    line-height: 35px;
    position: absolute;
    height: 100%;
    width: 100%;
}

.person-stock-news .news-header-container .news-header-arr .yjyg-content p:nth-child(1){
    animation: anim1 10s linear infinite;
}
.person-stock-news .news-header-container .news-header-arr .yjyg-content p:nth-child(2){
    top: 25px;
    animation: anim2 10s linear infinite;
}

@keyframes anim1{
    0% {top: 0;opacity: 1}
    45% {top: 0; opacity: 1}
    50% {top: -100%; opacity: 0}
    51%{top: 100%; opacity: 0}
    95%{top: 100%; opacity: 1}
    96%{opacity: 1}
    100%{top: 0;opacity: 1}
}
@keyframes anim2{
    0% {top: 100%;opacity: 0}
    45% {top: 100%; opacity: 0}
    50% {top: 0; opacity: 1}
    95% {top: 0; opacity: 1}
    100%{top: -100%;opacity: 0}
}

.person-stock-news .news-header-container .news-header .news-header-left,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left {
    float: left;
    height: 76px;
    position: relative;
    margin-right: 10px;
}


.person-stock-news .news-header-container .news-header .news-header-left > .el-row:nth-of-type(1),
.person-stock-news .news-header-container .news-header-yjyg .news-header-left > .el-row:nth-of-type(1) {
    margin-bottom: 14px;
}

/*.person-stock-news .news-header-container .news-header .news-header-right {*/
/*    float: left;*/
/*    width: 790px;*/
/*}*/

/*.news-header-right > div {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

.person-stock-news .yingyebu {
    background: rgba(232, 232, 232, 0.5) !important;
}


.person-stock-news .news-header-container .news-header  .right-item-father,
.person-stock-news .news-header-container .news-header-yjyg .right-item-father{
    padding-left: 10px;
    white-space: nowrap;
    float: left;
    overflow: hidden;
}
.person-stock-news .news-header-container .news-header  .right-item-father:last-child,
.person-stock-news .news-header-container .news-header-yjyg .right-item-father:last-child{
    padding-right: 35px;
}
.person-stock-news .news-header-container .news-header  .right-item,
.person-stock-news .news-header-container .news-header-yjyg .right-item{
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    overflow: hidden;
}
.person-stock-news .news-header-container .news-header  .right-item>span:first-child,
.person-stock-news .news-header-container .news-header-yjyg .right-item>span:first-child{
    color: #606972;
}


.person-stock-news .news-header-container .news-header .news-header-left .date,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .date
{
    font-size: 16px;
    font-weight: 400;
    color: #bbbbbb;
    padding-right: 10px;
}

.person-stock-news .news-header-container .news-header .news-header-left .tong,
.person-stock-news .news-header-container .news-header .news-header-left .ting,
.person-stock-news .news-header-container .news-header .news-header-left .rong,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .tong,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .ting,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .rong{
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    border: 1px solid #000000;
    width: 22px;
    height: 22px;
    text-align: center;
    margin-right: 10px;
    border-radius: 2px;
}

.person-stock-news .news-header-container .news-header .news-header-left .ting,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .ting{
    margin-right: 0px;
}


.person-stock-news .news-header-container .news-header .news-header-left .name,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .name{
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    padding-right: 15px;
}

.person-stock-news .news-header-container .news-header .news-header-left .seccode,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .seccode{
    font-size: 20px;
    color: #999999;
}

.person-stock-news .news-header-container .news-header .news-header-left .value,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .value{
    float: left;
    font-size: 24px;
    font-family: "DIN-Bold";
    font-weight: bold;
    padding-right: 10px;
}

.person-stock-news .news-header-container .news-header .news-header-left .value.up,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .value.up{
    color: #db3439;
}

.person-stock-news .news-header-container .news-header .news-header-left .value.down,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .value.down{
    color: #00b33c;
}
.person-stock-news .news-header-container .news-header .news-header-left .value.shownone,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .value.shownone{
    color: #999999;
}

.news-header-left .el-button [class*=el-icon-]+span{
    margin-left: 0 !important;
}
.news-header-left .el-button--mini, .el-button--mini.is-round {
    padding: 5px 10px;
}

.person-stock-news .news-header-container .news-header .news-header-left .up-and-down,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .up-and-down{
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.person-stock-news .news-header-container .news-header .news-header-left .percentdate,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .percentdate{
    font-size: 12px;
    font-weight: bold;
}

.person-stock-news .news-header-container .news-header .news-header-left .percentdate.up,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .percentdate.up{
    color: #db3439;
}

.person-stock-news .news-header-container .news-header .news-header-left .percentdate.down,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .percentdate.down{
    color: #00b33c;
}

.person-stock-news .news-header-container .news-header .news-header-left .percentdate.shownone,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .percentdate.shownone{
    color: #999999;
}

.person-stock-news .news-header-container .news-header .news-header-left .up-and-down .arrow-top,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .up-and-down .arrow-top{
    width: 12px;
    height: 26px;
    /*background: #0055CC;*/
    float: left;
    position: relative;
    margin-left: 10px;
    margin-top: 4px;
}

.el-popup-parent--hidden .right-bar{
    right: calc((100% - 1320px) / 2 - 100px);
}
.el-popup-parent--hidden .is-fixed {
    right: 0px;
}

.person-stock-news .news-header-container .news-header .news-header-left .up-and-down .arrow-top.shownone,
.person-stock-news .news-header-container .news-header-yjyg .news-header-left .up-and-down .arrow-top.shownone{
   display: none;
}
.news-header-left .up-and-down .arrow-top.up .top {
    border-bottom-color: #db3439;
    top: -6px;
}

.news-header-left .up-and-down .arrow-top.up .content {
    background: #db3439;
    top: 6px;
}

.news-header-left .up-and-down .arrow-top.down .top {
    border-top-color: #00b33c;
    top: 20px;
}

.news-header-left .up-and-down .arrow-top.down .content {
    background: #00b33c;
    top: 0px;
}

.news-header-left .up-and-down .arrow-top .top {
    position: absolute;
    left: 0;
    border: 6px solid transparent;
}

.news-header-left .up-and-down .arrow-top .content {
    position: absolute;
    left: 3px;
    width: 6px;
    height: 20px;
}

.person-stock-news .fix-left {
    position: fixed;
    z-index: 200;
    top: 90px;
    width: 147.5px;
    /*transition: bottom .5s ease-in-out;*/
    /*-ms-transition: bottom .5s ease-in-out;*/
    /*-moz-transition: bottom .5s ease-in-out;*/
    /*-webkit-transition: bottom .5s ease-in-out;*/
    /*-o-transition: bottom .5s ease-in-out;*/
}

.person-stock-news .left-nav.fix-left-bottom {
    top: auto;
    /*bottom: 363px;*/
}

.person-stock-news .left-nav .el-scrollbar__wrap{
    overflow-x: hidden;
}

.person-stock-news .left-nav .el-menu {
    background: rgba(245, 249, 255, 1);
    border: 1px solid rgba(234, 234, 234, 1);
    padding-bottom: 20px;
}

.person-stock-news .left-nav .el-menu > div {
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    margin: 5px 30px 5px;
}

.person-stock-news .right-content {
    min-height: 580px;
}

.person-stock-news .no-fix-right {
    margin-left: 167.5px;
    width: 1152.5px;
}

.person-stock-news .left-nav .el-menu .el-menu-item {
    height: 32px;
    line-height: 32px;
    padding: 0 30px !important;
    font-size: 14px;
    font-weight: 400;
    color: rgba(29, 32, 35, 1);
    border-left: 2px solid transparent;
}

.person-stock-news .left-nav .el-menu .el-menu-item.is-active {
    font-weight: bold;
    color: #f08c00!important;
    border-left: 2px solid #f08c00;
}
    .person-stock-news .left-nav .el-menu .el-menu-item.is-active a {
        color: #f08c00!important;
    }


.person-stock-news-item {
    width: 98%;
    padding: 30px;
    border: 1px solid rgba(234, 234, 234, 1);
    margin-bottom: 20px;
    min-height: 580px;
}

.person-stock-news-twoitem {
    min-height: 653px;
}

.person-stock-news-minheight0 {
    min-height: 0px;
}


.person-stock-news-item .title {
    font-size: 18px;
    color: #1d2023;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.person-stock-news-item .myquestion{
    float: right;
    color: #0055CC;
    font-size: 16px;
}
.person-stock-news-item .myquestion i{
    color: #0055CC;
}
.person-stock-news-item .myquestion:hover{
    cursor: pointer;
}
.person-stock-news-item .title .right-unit{
    position: absolute;
    right: 0px;
    top: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #606972;
}

.person-stock-news-item .addfontweight {
    font-weight: 600;
    color: #1d2023;
}

.person-stock-news-item .centerclass {
    padding-left: 10px;
}


.person-stock-news-item .title span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(96, 105, 114, 1);
    padding-left: 30px;
}

.person-stock-news-item .title span.right {
    float: right;
    color: #606972;
}

.person-stock-news-item .content .ipt-wrap {
    clear: both;
    height: 234px;
    width: 100%;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 0px 0px 2px 2px;
    margin-bottom: 20px;
}


.person-stock-news-item .content .ipt-wrap .ipt-container {
    height: 170px;
    width: 100%;
    font-weight: 400;
    color: rgba(96, 105, 114, 1);
    font-size: 14px;
    line-height: 20px;
}

.person-stock-news-item .content .ipt-wrap .ipt-container .el-textarea__inner {
    height: 170px;
    border-radius: 0;
}

.person-stock-news-item .el-radio-button__orig-radio:checked + .el-radio-button__inner {
    box-shadow: none;
}

.person-stock-news-item .content .ipt-wrap .ipt {
    padding: 10px 15px;
    background: rgba(251, 251, 253, 1);
    height: 60px;
    border-top: 1px solid rgba(238, 238, 238, 1);
}

.ipt-wrap .ipt .font-num {
    float: left;
    color: rgba(144, 152, 163, 1);
    font-width: 400;
    font-size: 14px;
    height: 20px;
    margin-top: 10px;
}

.ipt-wrap .ipt .forimg {
    position: relative;
    float: right;
    width: 250px;
    height: 40px;
    margin-right: 15px;
}

.ipt-wrap .ipt .forimg .imgposition {
    position: absolute;
    right: 18px;
    top: 5px;
    width: 85px;
    height: 30px;
}

.ipt-wrap .ipt .forimg .imgposition:hover {
    cursor: pointer;
}

.ipt-wrap .ipt .forimg img {
    z-index: 2;
    position: absolute;
    right: 2px;
    top: 13px;
}

.ipt-wrap .ipt .el-input {
    width: 250px;
    height: 40px;
}

.ipt-wrap .ipt .el-button {
    float: right;
    height: 40px;
}

.person-stock-news-item .content .InteractiveQaItem {
    background: rgba(251, 252, 253, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}

.InteractiveQaItem .question {
    margin-bottom: 20px;
}

.InteractiveQaItem .question .questiontitle {
    margin-top: 3px;
    float: left;
    color: rgba(31, 78, 155, 1);
    font-weight: 600;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background: rgba(31, 78, 155, 0.08);
    border-radius: 4px;
}

.InteractiveQaItem .question .questioncontent {
    float: left;
    width: 1020px;
    padding-left: 10px;
    color: rgba(29, 32, 35, 1);
    font-weight: 600;
    line-height: 25px;
    font-size: 16px;
}

.InteractiveQaItem .answers .answerstitle {
    margin-top: 3px;
    float: left;
    color: rgba(219, 52, 57, 1);
    font-weight: 600;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background: rgba(219, 52, 57, 0.08);
    border-radius: 4px;
}

.InteractiveQaItem .answers .answerscontent {
    float: left;
    width: 1020px;
    padding-left: 10px;
    color: rgba(29, 32, 35, 1);
    font-weight: 400;
    line-height: 25px;
}

.InteractiveQaItem .qatime {
    padding-top: 10px;
    clear: both;
    font-size: 14px;
    color: rgba(144, 152, 163, 1);
    padding-left: 30px;
}


.person-stock-news-item #hdy-input {
    outline: none;
    border: 1px solid #dcdfe6;
}

.person-stock-news-item #hdy-input:hover {
    border: 1px solid rgba(60, 63, 65, 0.5);
}

.person-stock-news-item #hdy-input:focus {
    box-shadow: none;
    border: 1px solid #05c;
}

.person-stock-news-item .index-search .drop-down-list {
    left: 0 !important;
}

.person-stock-news-item .search-type input {
    line-height: 38px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #D6D6D6;
    padding: 0px 8px;
}

.tab-content label {
    padding-right: 40px !important;
}

.data-detail .el-checkbox-group label {
    margin-bottom: 10px;
    width: 160px;
}


.person-stock-news-item.equity-structure .content .firstcol {
    font-weight: 600;
    color: rgba(29, 32, 35, 1);
}
.person-stock-news-item.financial-statements  .firstcol {
    font-weight: 600;
    color: rgba(29, 32, 35, 1);
}

.person-stock-news-item .mainIndicators .addWeight {
    font-weight: 600;
}

.person-stock-news-item .cFinancialStatements .addWeight {
    font-weight: 600;
}

.person-stock-news-item .el-table thead th {
    background: #FAFAFA;
}

.person-stock-news-item.equity-structure .is-left {
    font-weight: 600;
    color: rgba(29, 32, 35, 1);
}

.person-stock-news-item.equity-structure tbody tr:nth-of-type(3) .is-left .firstcol,
.person-stock-news-item.equity-structure tbody tr:nth-of-type(4) .is-left .firstcol,
.person-stock-news-item.equity-structure tbody tr:nth-of-type(5) .is-left .firstcol {
    padding-left: 10px;
    font-weight: 400;
}


.person-stock-news-item .el-radio-button {
    margin-right: 10px;
    margin-bottom: 20px;
}

.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;
    border: 1px solid #dcdfe6;
}

.companyHander .wrap {
    border: 1px solid #e9ecef;
    width: 748px;
    border-radius: 2px;
    overflow: hidden;
}

.companyHander .item {
    height: 50px;
    border-bottom: 1px solid #e9ecef;
    line-height: 50px;
    background: #f5f7fa;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
}

.companyHander {
    overflow: hidden;
}

.companyHander .dialogbtn {
    margin: 20px 0 40px 0;
    float: right;
}

.companyHander .right-bottom-bg {
    background: #fafbfc;
}

.companyHander .right-bottom {
    border-right: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    line-height: 50px;
    height: 50px;
    padding-left: 10px;
    width: 25%;
}

.companyHander .bottom {
    border-bottom: 1px solid #e9ecef;
    line-height: 50px;
    height: 50px;
    padding-left: 10px;
    width: 25%;
}

.companyHander .hasfloat {
    float: left;
}

.companyHander .clearboth {
    clear: both;
}

.companyHander .person-show {
    padding-left: 10px;
    padding-top: 10px;
    line-height: 28px;
}


.iconnotice-PDF1:before {
    content: "\e64b";
}
.icon-f {
    width: 42px;
    height: 18px;
    display: inline-block;
    /*margin-left: 5px;*/
    position: relative;
    vertical-align: middle;
}

    .icon-f .iconfont {
        font-size: 42px;
        position: absolute;
        top: -15px;
        line-height: 47px;
    }

    .icon-f.icon-relation .iconfont {
        top: 1px;
    }

.el-table__row a:hover .icon-f .iconfont {
    color: #cc8b14;
}
