/* 财报首页 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
/* 当前位置 */
.cnttop {
  width: 1200px;
  margin: 0 auto;
  color: #333;
  font-size: 12px;
}
.cnttop a {
  color: #333;
}
.fin_search {
  display: flex;
  position: relative;
  width: 285px;
  margin: auto;
  box-shadow: 3px 0px 8px 5px #e85656;
  border-radius: 6px;
}
.fin_search input {
  width: 214px;
  height: 32px;
  border: none;
  outline: none;
  color: #333;
  text-indent: 2em;
  /* border: 1px solid #ccc; */
  cursor: pointer;
}
.fin_search > .search_btn {
  cursor: pointer;
  width: 71px;
  height: 34px;
  background: linear-gradient(180deg, #ca2234, #e65363);
  border: 0;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  text-align: center;
}
.fin_search img {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 10px;
  top: 10px;
}
/* 顺序 */
.fin_order {
  width: 1200px;
  margin: auto;
  text-align: center;
}
.fin_order span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 50px;
  padding: 0 10px;
}
.fin_order span a {
  color: #666666;
  border-bottom: 1px solid #999;
}
.fin_order span a:hover {
  color: #d02d3f;
}
/* 关键字 */
.fin_keyword {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.fin_keyword li {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 20px;
  padding: 0 10px;
}
.fin_keyword li a {
  color: #333333;
}
/* 公司 */
.fin_company {
  width: 1200px;
  margin: auto;
}
.fin_company > ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.fin_company > ul > li {
  width: 285px;
  padding-bottom: 25px;
  padding-left: 15px;
}
.fin_company > ul > li > .company_logo {
	width: 285px;
	height: 180px;
	background: #ffffff;
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	text-align: center;
	line-height: 182px;
}
.fin_company > ul > li > a img {
  /* width: 285px;
  height: 130px; */
}
.fin_company .company_name {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 38px;
}
.company_name a {
  color: #333333;
}
.company_name a:hover{
  color: #d02d3f;
}
.company_desc {
  font-size: 14px;
  font-family: Source Han Serif CN;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.company_desc span {
  color: #d02d3f;
  margin-right: 10px;
}
