.common_tit {
  color: #4a3b21; display: none;
}
img {
  max-width: 100%;
}
/* 行显示，多出省略 */
/* 
* 自定义滚动条样式
* @class: 类名
* @w:滚动条宽度
* @barcolor：滚动条拖拽条的颜色
* @baropacity：滚动条拖拽条的透明度
* @bgcolor：滚动条背景色
* @bgopacity：滚动条的透明度
* 
* 使用：.scrollbar(xx,8px,#ff0)
*/
.demo::-webkit-scrollbar {
  width: 6px;
}
.demo::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.8);
}
.demo::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.6);
}
.clear,
.cl {
  display: block!important;
  float: none!important;
  clear: both;
  width: auto!important;
  max-width: none!important;
  min-width: 0!important;
  max-height: none!important;
  min-height: 0!important;
  overflow: hidden;
  margin: 0!important;
  padding: 0!important;
  border: 0 none!important;
  font-size: 0!important;
  line-height: 0 !important;
}
.invest_site {
  color: #fff;
}
.invest_site .line1 {
  font-size: 24px;
}
.invest_site .line1 em {
  font-weight: bold;
  margin-right: 8px;
}
.invest_site .line2 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 5px 0;
}
.invest_site .line2 span:not(:first-child) {
  padding-left: 10px;
}
.invest_site .line2,
.invest_site .line3 {
  font-size: 16px;
}
.investment_wrap {
  /*margin-top: -4.5%;*/
  padding-top: 3%;
}
.investment_wrap > .wrap3 {
  position: relative;
  z-index: 2;
  padding: 0 3.7037037%;
  background: #fff;
}
/* 大行报告 */
.report_wrap {
  padding-bottom: 6.77083333%;
}
.report_wrap .list {
  margin-top: 3.33333333%;
}
.report_wrap .list li {
  float: left;
  width: 48%;
  margin-bottom: 4%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
}
.report_wrap .list li:nth-child(2n) {
  float: right;
}
.report_wrap .list h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  height: 3em;
  overflow: hidden;
}
.report_wrap .list a {
  background: #fff;
  display: block;
  padding: 6.94444444% 5.97222222%;
}
.report_wrap .list a:hover {
  background-color: #4a3b21;
  color: #fff !important;
}
.report_wrap .list .date {
  display: block;
  font-size: 14px;
  margin-top: 6.94444444%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .report_wrap .list li {
    width: 100%;
    float: none !important;
  }
}
/* 公司通告 */
.company_notice_wrap {
  padding-bottom: 6.77083333%;
}
.company_notice_wrap .wrap2 {
  width: 1690px;
}
.company_notice_wrap .list {
  margin-top: 3.33333333%;
}
.company_notice_wrap .list li {
  transition: all 0.3s ease;
}
.company_notice_wrap .list li:hover,
.company_notice_wrap .list li:nth-child(2n) {
  background-color: #f9f9f9;
}
.company_notice_wrap .list li a {
  padding: 2.70833333% 4.31952663%;
  display: block;
}
.company_notice_wrap .list li h3 {
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  line-height: 1.5;
  overflow: hidden;
  padding-left: 40px;
  background: url(/uploads/image/simages/pdf_icon.png) 0 5px no-repeat;
  background-size: auto 100%;
  background-size: 20px;
}
.company_notice_wrap .list li .date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-left:40px;
  margin-top: 1.63636364%;
}
@media only screen and (max-width: 768px) {
  .company_notice_wrap .list li h3 {
    background-size: 12px auto;
    padding-left: 20px;
  }
  .company_notice_wrap .list li .date{padding-left: 20px;}
}
/* 财务报告 */
.finance_notice_wrap {
  padding-bottom: 6.77083333%;
}
.finance_notice_wrap .list {
  margin-top: 3.33333333%;
}
.finance_notice_wrap .list li {
  float: left;
  width: 23.06666667%;
  margin-right: 2.53333%;
  margin-bottom: 2.66666667%;
  border-bottom: 1px solid #51504f;
}
.finance_notice_wrap .list li:nth-child(4n) {
  margin-right: 0;
}
.finance_notice_wrap .list .img {
  cursor: pointer;
  position: relative;
}
.finance_notice_wrap .list .date {
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
.finance_notice_wrap .list .date .y {
  font-size: 1em;
}
.finance_notice_wrap .list .date .m {
  font-size: 0.9em;
}
.finance_notice_wrap .list .img:hover .mask {
  opacity: 1;
  visibility: visible;
}
.finance_notice_wrap .list .mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.finance_notice_wrap .list .mask a.view,
.finance_notice_wrap .list .mask a.down {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translatex(-50%);
  background: url(/uploads/image/simages/eye_icon.png) center center no-repeat;
  display: block;
  width: 47px;
  height: 27px;
  background-size: auto 100%;
}
.finance_notice_wrap .list .mask a.down {
  background: url(/uploads/image/simages/down_icon.png) center center no-repeat;
  top: 60%;
  width: 41px;
  height: 41px;
}
.finance_notice_wrap .list .name {
  padding: 10.11560694% 0 5.20231214%;
  width: 95%;
  margin: 0 auto;
  color: #131210;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1024px) {
  .invest_site {
    max-width: 100%;
    padding: 0 3%;
    position: static;
    transform: none;
    background: #e0e1e1;
    color: #272727;
  }
  .invest_site .cont {
    padding: 24px 0;
  }
  .invest_site .line2 {
    border-color: #272727;
  }
  .investment_wrap {
    margin-top: 2%;
  }
  .investment_wrap > .wrap3 {
    padding: 0;
  }
  .finance_notice_wrap .list .mask{
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .finance_notice_wrap .list li {
    float: left;
    width: 48%;
    margin-right: 0 !important;
    margin-bottom: 4%;
  }
  .finance_notice_wrap .list li:nth-child(2n) {
    float: right !important;
  }
}
@media only screen and (max-width: 414px) {
  .finance_notice_wrap .list li {
    float: none;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 4%;
  }
  .finance_notice_wrap .list li:nth-child(2n) {
    float: none !important;
  }
}
/* 年度报告 */
.year_notice_wrap {
  padding-bottom: 6.77083333%;
}
.year_notice_wrap .list {
  margin-top: 3.33333333%;
}
.year_notice_wrap .list li {
  overflow: hidden;
  margin-bottom: 3.125%;
}
.year_notice_wrap .list .year {
  float: left;
  font-weight: normal;
  color: #4a3b21;
  line-height: 1;
}
.year_notice_wrap .list .img_item {
  float: right;
  overflow: hidden;
  width: calc(100% - 17.533%);
}
.year_notice_wrap .list .img_item .item {
  max-width: 446px;
  width: 35.96%;
  float: left;
}
.year_notice_wrap .list .img_item .item:nth-child(2n) {
  float: right;
}
.year_notice_wrap .list .img_item .img {
  border: 1px solid #e9e1d4;
}
.year_notice_wrap .list .name {
  text-align: center;
  margin-top: 11%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  overflow: hidden;
}
.year_notice_wrap .load_more {
  color: #fff;
  text-align: center;
  width: 276px;
  height: 68px;
  line-height: 68px;
  border-radius: 30px;
  background-color: #897048;
  font-size: 20px;
  margin: 2.26666667% auto;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .year_notice_wrap .list .img_item {
    width: calc(100% - 23.533%);
  }
}
@media only screen and (max-width: 1024px) {
  .year_notice_wrap .list .year,
  .year_notice_wrap .list .img_item {
    float: none;
    width: 100%;
  }
  .year_notice_wrap .list .img_item {
    margin-top: 4%;
  }
  .year_notice_wrap .list .img_item .item {
    width: 48%;
  }
  .year_notice_wrap .load_more {
    font-size: 16px;
    width: 130px;
    height: 38px;
    line-height: 38px;
  }
}
/* 股票信息 */
.stock_notice_wrap .sec1 {
  padding-top: 2%;
}
.stock_notice_wrap .sec2 {
  background: #f9fafa;
  padding: 4.42708333% 0 5.20833333%;
}
.stock_notice_wrap .edit_con_original {
  font-size: 16px;
}
.stock_notice_wrap .edit_con_original h2 {
  font-weight: normal;
  margin-bottom: 20px;
}


/*手机端修改*/

@media only screen and (max-width:767px) {
  .invest_site{    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    position: absolute; background: none;color: #fff;}

}



