/*财报列表页 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
/* 当前位置 */
.cnttop {
  width: 1200px;
  margin: 0 auto;
  color: #999;
  font-size: 12px;
  margin-top: 20px;
}
.cnttop a {
  color: #999;
}
/* 内容 */
.financial_list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.company_list {
  display: flex;
  justify-content: center;
  align-items: end;
}
.company_logo {
  width: 246px;
  margin-right: 10px;
  text-align: center;
}
.company_logo a img {
	max-width: 80%;
	max-height: 80%;
	vertical-align: middle;
}
.company_right .company_title {
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #111111;
  line-height: 36px;
}
.company_shares {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.financial_list_content{
  padding: 30px 0;
}
.financial_list_content_top {
  width: 820px;
  /* padding: 0 10px; */
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #e26072;
  align-items: center;
  margin: 0 auto;
}
.fin_company_name {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #111111;
  line-height: 37px;
}
.fin_company_num {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #111111;
  line-height: 20px;
}
.fin_company_num span {
  color: #d02d3f;
  margin-right: 8px;
}
/*  */
.report_content{
 width: 820px;
}
.report_content_sss{
 width: 100%;
}
.report_content ul li{
  width: 820px;
  padding: 15px 0px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.report_content ul li a{
  color: #333333;
  padding-left: 18px;
  background: url(../img/icon.png) no-repeat 5px center;
}
.report_content ul li span{
  font-size: 12px;
  font-family: Source Han Serif CN;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.report_content ul li:last-child{
  border-bottom: 0;
}
.financialCaibao {
  display: flex;
  justify-content: space-between;
}
.financialCaibao_left{
  width: 300px;
}
.financialCaibao_left_top {
  width: 300px;
  height: 252px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.ul1 {
  width: 300px;
  /* height: 171px; */
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  margin-top:20px;
}
.financialCaibao_right{
  width: 880px;
  padding-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
}
.companyCaibao_logo {
  max-width: 80%;
  max-height: 80%;
  vertical-align: middle;
  margin-top:25px;
}
.companyCaibao_title {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
.companyCaibao_shares {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #C81C2D;
  margin-top:20px;
}
.ul1 span{
  display: inline-block;
  cursor: pointer;
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #F7F7F7;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.ul1 span em {
  font-style: normal;
  padding-left: 24px;
}
.ul1 span .b{
  float: right;
  margin-right: 40px;
  margin-top: 19px;
}
.ul1 li{
  display: none;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding-left: 24px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.ul1 li:hover{
  background-color: #bbdbcd;
}
.tab{display: none;}
.js_color{color: #C81C2D !important;}
.ul1 li{display: block;}

.financialCaibao_news_title {
  width: 820px;
  border-bottom: 2px solid #de4858;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  margin: 30px auto;
}
.financialCaibao_news_title a{
  color: #333333;
}
.financialCaibao_news_content {
  margin-top:13px;
}
.financialCaibao_news_content_item {
  width: 820px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  padding: 15px 0;
  margin: 0 auto;
}
.financialCaibao_news_content_item_left {
  width: 625px;
}
.financialCaibao_news_content_item_right {
  width: 170px;
  height: 100px;
}
.financialCaibao_news_content_item_left_title {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  /* color: #333333; */
  line-height: 30px;
}
.financialCaibao_news_content_item_left_title a{
  color: #333333;
}
.financialCaibao_news_content_item_left_title a:hover{
  color: #c71b2d;
}
.financialCaibao_news_content_item_left_desc {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 1.4;
  margin: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* text-indent: 2em; */
}
.financialCaibao_news_content_item_left_time {
  font-size: 12px;
  font-family: Source Han Serif CN;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  /* float: right; */
}
.financialCaibao_news_content_item_right img {
  width: 100%;
  height: 100%;
}
.financialCaibao_news_content_item:last-child {
  border-bottom:none;
}
.focus_news_left_item {
  width: 820px;
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}