#page-main{
    background-color: #f6f6f6;
}

/* 相关搜索 S */
.related-search{
    width: 100%;
    float: left;
    margin-top: .6rem;
    margin-bottom: .2rem;
}
.related-search-con{
    width: 100%;
    float: left;
    background-color: #ffffff;
    border-radius: 13px;
    padding: .28rem .34rem;
}
.related-search-con h3{
    margin: 0rem;
    font-size: .16rem;
    display: inline-block;
    float: left;
    margin-right: .15rem;
    line-height: 37px;
}
.related-search-con .select-div{
    /* 用div的样式代替select的样式 */
    width: 200px;
    /* height: 40px; */
    border-radius: 5px;
    /* 盒子阴影修饰作用, */
    /* box-shadow: 0 0 5px #ccc; */
    position: relative;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    float: left;
    margin-right: .14rem;
}
.related-search-con .select-div.select-div-keywords {
    margin-right: 0rem;
    width: 3.5rem;
}
.related-search-con .select-div select{
    /* 清除select的边框样式 */
    border: none;
    /* 清除select聚焦时候的边框颜色 */
    outline: none;
    /* 将select的宽高等于div的宽高 */
    width: 100%;
    height: 37px;
    line-height: 37px;
    /* 隐藏select的下拉图标 */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* 通过padding-left的值让文字居中 */
    padding-left: .13rem;
    color: #a4a4a4;
}
/* 使用伪类给select添加自己想用的图标 */
.related-search-con .select-div .xltb{
    content: "";
    width: .32rem;
    height: 100%;
    /* background: url(img/xiala.png) no-repeat center; */
    /* 通过定位将图标放在合适的位置 */
    position: absolute;
    right: 0rem;
    top: 0rem;
    /* 给自定义的图标实现点击下来功能 */
    pointer-events: none;
    border-left: 2px solid #e1e1e1;
}
.related-search-con .select-div .xltb:after{
    position: absolute;
    content: "\e847";
    font-size: .005rem;
    color: #e1e1e1;
    right: .09rem;
    top: 32%;
}
.related-search-con .select-div input{
    width: 100%;
    height: 37px;
    text-indent: .13rem;
    color: #999999;
}
.related-search-con .select-div input::-webkit-input-placeholder{
    color:#999999;
}
.related-search-con .select-div input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}
.related-search-con .select-div input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}
.related-search-con .select-div input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999999;
}
.related-search-con .search-btn{
    height: 37px;
    float: left;
    margin-left: .78rem;
    color: #ffffff;
    font-size: .14rem;
    background-color: #e31f1f;
    padding: 0rem .34rem;
    border-radius: 4px;
}

@media (max-width: 1300px) {
    .related-search-con .select-div {
        margin-bottom: .15rem;
    }
}

@media (max-width: 768px) {
    .related-search-con .select-div {
        margin-right: 0rem;
        width: 100%;
    }
    .related-search-con .select-div.select-div-keywords {
        width: 100%;
    }
    .related-search-con h3 {
        font-size: .26rem;
    }
    .related-search-con .search-btn {
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .related-search-con .select-div .xltb {
        width: .52rem;
    }
    .related-search-con .select-div .xltb:after {
        right: .15rem;
    }
}

/* 相关搜索 E */

/* 投资者关系列表 S */
.investor-list{
    width: 100%;
    float: left;
}
.investor-list-ul{
    width: 100%;
    float: left;
    background: #ffffff;
    border-radius: 13px;
    overflow: hidden;
}
.investor-list-li{
    width: 100%;
    float: left;
    padding-left: .3rem;
    padding-top: .13rem;
    padding-bottom: .12rem;
    border-bottom: 1px solid #e7e7e7;
    min-height: 61px;
}
.investor-list-li-l{
    display: flex;
    width: 85%;
    float: left;
}
.investor-list-li-l .date{
    padding-right: .14rem;
    border-right: 1px solid #c0c0c0;
    margin-right: .2rem;
}
.investor-list-li-l .date h3{
    margin: 0rem;
    font-size: 36px;
    color: #666666;
    text-align: center;
    /*margin-bottom: 5px;*/
}
.investor-list-li-l .date p{
    color: #999999;
    font-size: 12px;
    line-height: 10px;
}
.investor-list-li-l .title .title-a{
    color: #666666;
    /*font-weight: bolder;*/
    font-size: 18px;
    line-height: 61px;
    padding-left: 17px;
}
.investor-list-li-l .title .title-a:hover{
    color: #e31f1f;
}
.investor-list-li-l .title .sj-icon{
    content: "";
    /* width: .32rem; */
    /* height: 100%; */
    /* 给自定义的图标实现点击下来功能 */
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.investor-list-li-l .title .sj-icon:after{
    content: "\e61f";
    font-size: .005rem;
    color: #e1e1e1;
}

.investor-list-li-l .title{
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.investor-list-li-r{
    width: 15%;
    float: right;
}

.investor-list-li-r a{
    display: inline-block;
    font-size: 12px;
    color: #333333;
    padding: .14rem .24rem;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    margin-top: 6px;
}

@media (max-width: 768px) {
    .investor-list-li-l .title .title-a {
        font-size: 16px;
    }
    .investor-list-li-l{
        width: 80%;
    }
    .investor-list-li-r{
        width: 20%;
    }
}
@media (max-width: 540px) {
    .investor-list-li-l .title .title-a {
        font-size: 13px;
    }
    .investor-list-li-r a {
        display: none;
    }
}


/* 投资者关系列表 E */