body {
  background: #F6F7FA;
}

body .main {
  /*overflow: hidden;*/
  margin-top: 18px;
}
body header .main{
    margin-top: 0;
}
body .main .left {
  float: left;
  width: 886px;
}

body .main .left .nav {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 24px;
}

body .main .left .nav .area {
  display: flex;
}

body .main .left .nav .area label {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  white-space: nowrap;
  margin-right: 24px;
  padding-top: 4px;
}

body .main .left .nav .area p a {
  display: inline-block;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  padding: 4px 8px;
  cursor: pointer;
}

body .main .left .nav .area p a.on {
  background: rgba(62, 95, 255, 0.06);
  border-radius: 4px 4px 4px 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 14px;
  color: #3E5FFF;
  line-height: 20px;
}

body .main .left .nav .area p a:hover {
  color: #3E5FFF;
}

body .main .left .nav .area:nth-child(2) {
  margin-top: 16px;
}

body .main .left .company {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-top: 16px;
  padding: 24px 32px;
}

body .main .left .company .title {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 28px;
  color: #1F1F25;
  line-height: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .main .left .company .title span {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 16px;
  color: #6F7385;
  line-height: 23px;
}

body .main .left .company .title span i {
  color: #6F7385;
  font-weight: 700;
}

body .main .left .company .xian {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

body .main .left .company .xian span.span1 {
  width: 114px;
  height: 3px;
  background: #3E5FFF;
  border-radius: 0px 0px 0px 0px;
}

body .main .left .company .xian span.span2 {
  width: 60px;
  height: 3px;
  background: #EF7100;
  border-radius: 0px 0px 0px 0px;
  margin: 0 6px;
}

body .main .left .company .xian span.span3 {
  width: 636px;
  height: 3px;
  background: #3E5FFF;
  border-radius: 0px 0px 0px 0px;
}

body .main .left .company .company_ul li {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #F2F3F5;
}

body .main .left .company .company_ul li .company_text {
  flex: 1;
}

body .main .left .company .company_ul li .company_text h3 {
  margin-bottom: 8px;
}

body .main .left .company .company_ul li .company_text h3 a {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 16px;
  color: #1F1F25;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body .main .left .company .company_ul li .company_text .company_p {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

body .main .left .company .company_ul li .company_text .company_p label {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #41475E;
  line-height: 20px;
}

body .main .left .company .company_ul li .company_text .company_p span {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #6F7385;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body .main .left .company .company_ul li .company_text .company_p span.shouji {
  color: #F54B3C;
}

body .main .left .company .company_ul li .company_text .company_btn ,.gongsi_btn{
  display: flex;
  align-items: center;
  margin-top: 24px;
}

body .main .left .company .company_ul li .company_text .company_btn .btn1,.gongsi_btn .btn1{
  width: 136px;
  height: 32px;
  background: #3E5FFF;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin-right: 8px;
}

body .main .left .company .company_ul li .company_text .company_btn .btn1 img,.gongsi_btn .btn1 img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

body .main .left .company .company_ul li .company_text .company_btn .btn2,.gongsi_btn .btn2 {
  width: 136px;
  height: 32px;
  background: #31C575;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}

body .main .left .company .company_ul li .company_text .company_btn .btn2 img,.gongsi_btn .btn2 img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

body .main .left .company .company_ul li .company_text:hover h3 a {
  color: #3E5FFF;
}

body .main .left .company .company_ul li .list-inline {
  display: flex;
}

body .main .left .company .company_ul li .list-inline li {
  width: 130px;
  margin-left: 14px;
  border: 0;
}

body .main .left .company .company_ul li .list-inline li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body .main .left .company .company_ul li .list-inline li a img {
  width: 130px;
  height: 130px;
  border-radius: 4px 4px 4px 4px;
}

body .main .left .company .company_ul li .list-inline li a span {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body .main .left .company .company_ul li .list-inline li:hover a span {
  color: #3E5FFF;
}

body .main .right {
  float: right;
  width: 306px;
}

body .main .right .related {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 16px;
  margin-bottom: 16px;
}

body .main .right .related .title {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  color: #1F1F25;
  line-height: 29px;
  margin-bottom: 12px;
}

body .main .right .related ul li {
  margin-bottom: 10px;
}

body .main .right .related ul li a {
  display: flex;
  align-items: center;
}

body .main .right .related ul li a i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #A8C3FF;
  border-radius: 50%;
  margin-right: 8px;
}

body .main .right .related ul li a span {
  flex: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body .main .right .related ul li a:hover span {
  color: #3E5FFF;
}

body .main .right .hot-company {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 16px;
}

body .main .right .hot-company .title {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  color: #1F1F25;
  line-height: 29px;
  margin-bottom: 12px;
}

body .main .right .hot-company ul li {
  display: flex;
  margin-bottom: 12px;
}

body .main .right .hot-company ul li span {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

body .main .right .hot-company ul li a {
  flex: 1;
}

body .main .right .hot-company ul li a h3 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #1F1F25;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body .main .right .hot-company ul li a p {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #9C9FAC;
  line-height: 20px;
  text-align: left;
  margin-top: 2px;
}

body .main .right .hot-company ul li a:hover h3 {
  color: #3E5FFF;
}

body .main .right .hot-company ul li:nth-child(1) span {
  background: url("../img/n1.png") no-repeat;
  background-size: cover;
}

body .main .right .hot-company ul li:nth-child(2) span {
  background: url("../img/n2.png") no-repeat;
  background-size: cover;
}

body .main .right .hot-company ul li:nth-child(3) span {
  background: url("../img/n3.png") no-repeat;
  background-size: cover;
}

body .main .right .hot-company ul li:nth-child(4) span {
  background: url("../img/n4.png") no-repeat;
  background-size: cover;
}

body .main .right .hot-company ul li:nth-child(5) span {
  background: url("../img/n5.png") no-repeat;
  background-size: cover;
}

body .main .right .hot-company ul li:nth-child(6) span {
  background: url("../img/n6.png") no-repeat;
  background-size: cover;
}

body .main .right .hot-company ul li:nth-child(7) span {
  background: url("../img/n7.png") no-repeat;
  background-size: cover;
}

body .main .right .hot-company ul li:nth-child(8) span {
  background: url("../img/n8.png") no-repeat;
  background-size: cover;
}

/*# sourceMappingURL=gong_list.css.map */