* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    /*font-size: 3.7333vw;*/
    /* -webkit-filter: grayscale(100%);

  -moz-filter: grayscale(100%);

  -ms-filter: grayscale(100%);

  -o-filter: grayscale(100%);

  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

  _filter:none; */
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    font-family: Microsoft YaHei;
}


.clearfix:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0;
}

.oh {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.h2_title {
    display: block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    padding: 44px 0 35px 0;
}

.wx1200 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.menu_active_link a {
    color: #EE273A !important;
}


/* ↑↑↑↑↑↑以上通用 */

/* banner */

.ir-banner_wrap {
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
}

.ir-banner_wrap img {
    width: 100%;
}

/* introduction */

.ir-introduction {
    /*display: flex;*/
    justify-content: center;
    padding: 20px 0;
}

/* .ir-introduction .left_content{
  width: 660px;
  height: 164px;
} */

.ir-introduction .left_content p {
    font-size: 14px;
    line-height: 28px;
}

.ir-introduction .left_content p span {
    font-size: 14px;
    font-weight: 700;
    color: #EE273A;
}

.ir-introduction .right_content {
    padding-left: 40px;
    width: 470px;
    height: 190px;
    box-sizing: unset;
    overflow: hidden;
    float: right;
}
.ir-introduction .right_content img {
    max-width: 100%;
    height: auto;
}

.right_content .stock_number_p {
    font-weight: bold;
    color: #454545;
}





/* 投资者热线 */

.invest_number {
    padding-bottom: 30px;
}

.invest_number_title span {
    font-size: 14px;
    font-weight: 400;
    color: #6D6E71;
}

.h2_title_one {
    display: block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #454545;
    padding: 35px 0 31px 0;
}

.h2_title_two {
    display: block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #454545;
    padding: 30px 0 31px 0;
}

.invest_number_content ul {
    display: flex;
}

.invest_number_content ul li {
    width: 300px;
    height: 106px;
    border: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
}

.invest_number_content ul li:nth-of-type(n+2) {
    border-left: none!important;
}

.invest_number_content p {
    text-align: center;
    padding-bottom: 5px;
    font-size: 14px;
    color: #6D6E71;
}

.invest_number_content h2 {
    font-size: 20px;
    color: #454545;
    text-align: center;
}

.a_words{
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

/* 东风明珠股票 */

.ir-eastwind_stock-bg {
    background-color: #F6F7F8;
    width: 100%;
    height: auto;
}
.ir-eastwind_stock{
    padding-bottom: 20px;
}
.ir-eastwind_stock_title {
    display: flex;
    justify-content: space-between;
}

.ir-eastwind_stock_title .right_content {
    color: #999999;
    font-size: 14px;
    font-family: Microsoft YaHei;
    padding: 50px 0 35px 0;
}

.ir-eastwind_stock_title span {
    font-size: 18px;
}

.ir-eastwind_stock_content {
    display: flex;
    justify-content: space-between;
}

.ir-eastwind_stock_content .left_content {
    width: 860px;
}

.ir-eastwind_stock_content .right_content {
    background-color: #FFFFFF;
    width: 340px;
    height: 390px;
    border: 2px solid #ECECEC;
}

.ir-eastwind_stock_content .right_content ul li {
    display: flex;
    justify-content: space-between;
    height: 65px;
    margin: 0 20px;
    padding: 25px 0;
}

.ir-eastwind_stock_content .right_content ul li:nth-of-type(n+1) {
    border-bottom: 1px solid #f6f6f6;
}

.ir-eastwind_stock_content .right_content ul li p:first-of-type {
    font-size: 14px;
}

.ir-eastwind_stock_content .right_content ul li p:last-of-type {
    font-size: 14px;
}

.lef_red {
    display: flex;
    align-items: center;
    color: rgb(153, 153, 153);
}

.big_red {
    font-size: 40px;
    font-family: Helvetica;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}
.lef_red.red_txt{
    color: #D81C25;
}
.lef_red.green_txt{
    color: green;
}

.smal_red {
    float: left;
}

.smal_red>div {
    font-size: 13px;
    font-family: Helvetica;
    font-weight: 400;
}

.smal_red div:nth-child(1) {
    margin-bottom: 3px;
}

.echarts_wrap {
    width: 100%;
    height: 370px;
    clear: both;
}

/* 投资者教育 */
.ir-invest_education{
    padding-bottom: 20px;
}
.ir-invest_eduction_title {
    display: flex;
    justify-content: space-between;
}
.ir-invest_eduction_title .right_content {
    padding: 45px 0 30px 0;
}

.more_tit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.more_tit a {
    display: block;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.more_tit:hover a {
    color: #E90017;
}

.more_tit i {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/tit_more.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}
.more_tit:hover i {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/tit_more2.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}
.ir-invest_education_content ul {
    display: flex;
    justify-content: center;
    height: 285px;
}

.ir-invest_education_content ul li {
    width: 380px;
}

.ir-invest_education_content ul li:nth-of-type(n+2) {
    margin-left: 30px;
}
.ir-invest_education_content ul li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #454545;
}
.ir-invest_education_content ul li a .wrap{
    position: relative;
}
.ir-invest_education_content ul li a .wrap .graywrap{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    top: 0;
    left: 0;
}
.ir-invest_education_content ul li a .wrap .graywrap img{
    width: 56px;
    height: 56px;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.title_h5{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}

.title_h5_padding{
  padding-top: 10px;
}

.time_add{
    font-size: 13px !important;
}

.ellipsis_d_add{
    font-size: 14px;
    color: #6D6E71;
    padding-top: 10px;
}

.data_add{
    color: #6D6E71;
}

.replycontent_add{
    color: #6D6E71;
}

.time_add_announce{
    font-size: 14px;
    color: #999999;
}

.title_h5:hover{
    white-space: normal;
    text-overflow: initial;
    word-break: normal;
    color: #D81C25;
    overflow: initial;
}

.ir-invest_education_content ul li img {
    width: 100%;
    height: 214px;
}

.ir-invest_education_content ul li .time {
    font-size: 14px;
    color: #999999;
    padding: 5px 0;
}

.ir-invest_education_content ul li p {
    font-size: 13px;
    color: #959595;
}

/* 投资者互动 */

.invest_interact_bg {
    width: 100%;
    background-color: #F6F7F8;
}
.invest_interact{
    padding-bottom: 20px;
}
.invest_interact_title {
    display: flex;
    justify-content: space-between;
}

.invest_interact_title .right_content {
    padding: 35px 0 10px 0;
}

.invest_interact_content ul{
    display: flex;
    flex-wrap: wrap;
}
.invest_interact_content ul li {
    width: 585px;
    height: 192px;
    margin-bottom: 30px;
    padding: 20px 30px;
    background-color: white;
    box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.08);
}
.invest_interact_content ul li:nth-of-type(2n-1){
    margin-right: 30px;
}

.invest_interact_content .user .head{
    float: left;
    height: 21px;
    width: 21px;
    border-radius: 9px;
    margin-right: 5px;
}



.invest_interact_content .user .username{
    float: left;
    font-size: 14px;
    color: #454545;
    font-weight: 700;
    margin-right: 10px;
}
.invest_interact_content .user .time{
    font-size: 14px;
    color: #999999;
}
.invest_interact_content .comment{
    font-size: 14px;
    color: #6D6E71;
    margin-top: 13px;
}

.invest_interact_content .reply{
    background-color: #F6F7F8;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    position: relative;
}
.invest_interact_content .reply .triangle{
    position: absolute;
    z-index: 0;
    top: -16px;
    left: 10px;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #E9E9E9;
}
.invest_interact_content .reply .inside_triangle{
    position: absolute;
    z-index: 1;
    top: -5.5px;
    left: -7px;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent #F6F7F8;
}
.invest_interact_content .reply .replybald{
    flex: 1;
    font-weight: 700;
    color: #454545;
}
.invest_interact_content .reply .replycontent{
    flex: 9;
}

/* 企业公告&财务报告 */

.notice_plus_report{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.notice_plus_report .company_notice,.financial_report{
    width: 585px;
    height: auto;
}
.company_notice_title,.financial_report_title{
    display: flex;
    justify-content: space-between;
}
.company_notice_title .right_content,.financial_report_title .right_content{
    padding: 50px 0 35px 0;
}
.company_notice_content ul li,.financial_report_content ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.company_notice_content ul li a,.financial_report_content ul li a{
    color: #454545;
}
.company_notice_content ul li .text,.financial_report_content ul li .text{
    font-size: 16px;
    flex: 1;
}
.company_notice_content ul li .time,.financial_report_content ul li .time{
    font-size: 14px;
}
.ir-invest_education_content a:hover,.company_notice_content a:hover,.financial_report_content a:hover{
    color: #EE273A;
    text-decoration: underline;
}

.messageLeave{
    width: 120px;
    height: 36px;
    background-color: #D81C25;
    border-radius: 18px;
    text-align: center;
    line-height: 37px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: bold;
    margin-left: 6px;
    box-shadow: 0px 3px 10px 0px rgba(216, 28, 37, 0.25);
}
.messageLeave a{
    color: #FFFFFF;
}
.font{
    font-size: 12px;
    width: 136px !important;
}

.invest_interact_content .ellipsis_d {
    -webkit-line-clamp: 2!important;
    line-clamp: 2!important;
}