@charset "UTF-8";
/**!
 * 平台数据
 * date:2021-05-14
 * author: [zsy];
 */
.plat-data {
  background-color: #f8f8fa;
  padding: 80px 0 90px;
}

.data-content {
  padding: 27px 20px 15px;
}

.content-hd {
  border-bottom: 2px solid #dfe2ee;
  height: 50px;
}

.content-hd .title {
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  height: 50px;
  color: #233967;
  padding: 0 10px;
  margin-right: -4px;
}
.content-hd .title.active{
  background: url("../images/platform_data/underline.png") no-repeat left bottom;
  background-size: 90% 10%;
}
.content-hd .title:hover{
  background: url("../images/platform_data/underline.png") no-repeat left bottom;
  background-size: 100% 10%;
}

.search-box .input {
  width: 220px;
  height: 36px;
  border: 1px solid #bdc2d2;
  padding: 0 8px;
  border-right: none;
  border-radius: 5px 0 0 5px;
  line-height: 34px;
  font-size: 15px;
}

.search-box input:-webkit-input-placeholder {
  font-size: 15px;
  color: #bdc0ca;
}

.search-box input:-moz-input-placeholder {
  font-size: 15px;
  color: #bdc0ca;
}

.search-box input:-ms-input-placeholder {
  font-size: 15px;
  color: #bdc0ca;
}

.search-box .search {
  width: 72px;
  height: 36px;
  border-radius: 0 5px 5px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#5ba9ff), to(#347bff));
  background-image: linear-gradient(to right, #5ba9ff, #347bff);
  position: relative;
  cursor: pointer;
}

.search-box .search::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/platform_data/search_btn.png") no-repeat;
}

.content-bd {
  margin-top: 18px;
  font-size: 15px;
  text-align: center;
  display:none;
}
.content-bd.active {
display:block;
}

.content-bd .num-width {
  width: 70px;
}

.content-bd .name-width {
  width: 295px;
}

.content-bd .time-width {
  width: 175px;
}

.content-bd .source-width {
  width: 170px;
}
.content-bd .check-width {
  cursor: pointer;
  width: 80px;
}
.content-bd .qiye-width {
  width: 245px;
}
.content-bd .source-widthqiye {
  width: 231px;
}

.head-item {
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.head-list {
  height: 50px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#5ba9ff), to(#337aff));
  background-image: linear-gradient(to right, #5ba9ff, #337aff);
}

.head-list .head-item {
  color: #fff;
}

.body-item {
  height: 50px;
  border-radius: 5px;
  color: #5c5f6b;
}

.body-item .check-width {
  position: relative;
}

.body-item .check-width .check {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/platform_data/table_search.png") no-repeat;
  top: 23px;
}

.body-item:nth-child(even) {
  background-color: #f3f7ff;
}

.body-item:hover {
  color: #2d72ff;
  background-color: #f3f7ff;
}

.body-item:hover .check {
  background-image: url("../images/platform_data/table_search_h.png");
}

.search-box{

}
.article-msg{
width: 1200px;
margin: 0 auto;
padding-top: 47px;
padding-bottom: 25px;
}
/**********************哈希信息*******************/
.application-company {
  width: 1200px;
  min-height: 904px;
  padding: 24px 0 28px;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
}
.application-company-nav {
	padding: 24px 25px 0;
	box-sizing: border-box;
	background: transparent url("../images/platform_data/company.png")
		no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}

.company-nav-title {
	height: 22px;
	font-size: 22px;
	font-weight: bold;
	color: #233967;
	line-height: 22px;
	margin-bottom: 19px;
}

.company-nav-code {
	height: 16px;
	font-size: 16px;
	font-weight: 400;
	color: #4E6492;
	line-height: 16px;
	margin-bottom: 22px;
}
.company-nav-list {
	width: 100%;
	height: 40px;
}

.company-nav-list-item {
	width: 150px;
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #4E6492;
	line-height: 40px;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 8px 17px 0 rgba(97, 114, 144, 0.56);
	border-radius: 2px 2px 0 0;
	margin-right: 10px;
	cursor: pointer;
}
.company-basic-list {
  width: 100%;
  height: 248px;
  border: 1px solid #E8E8F3;
  box-sizing: border-box;
}
.company-basic-list-item {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #E8E8F3;
  font-size: 15px;
  font-weight: 400;
  color: #4E6492;
  line-height: 48px;
}
.company-basic-list-con {
  padding-left: 20px;
  border-right: 1px solid #E8E8F3;
  box-sizing: border-box;
}
.company-basic-list-name {
  width: 200px;
  color: #ACB2CA;
  background-color: #f3f7ff;
}
.company-basic-list-val {
  width: 396px;
  height: 48px;
}