@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
s,
p,
b,
input,
i,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none
}

* {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style-type: none;
}

input {
  outline: none;
}

.content {
  width: 1190px;
  margin: 0 auto;
}

.content-1 {
  background-color: #eef5fe;
  height: 100px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
  box-shadow: 0px 0px 4px #9cb4f8;
}

.fmqys {
  display: flex;
  align-items: center;
}

.fmqys img {
  margin-right: 20px;
}

.fmqys-r {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.fmqys-r span {
  font-size: 16px;
  color: #4576ed;
}

.fmqys-r span.fmqys-rs {
  color: #4366a9;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 14px;
}

.shuxian {
  height: 60px;
  border-left: 2px solid #ccd9ed;
}

.content-2 {
  display: flex;
  justify-content: space-between;
}

.content-2-l {
  width: 940px;
  height: 330px;
  border: 1px solid #e7eaef;
  box-shadow: 0px 0px 4px #e7eaef;
}

.content-2-l table {
  width: 100%;
}

.bg-bt {
  height: 50px;
  width: 100%;
  background-image: linear-gradient(90deg, #4f91ff, #9bc9ff);
  border-bottom: 1px solid #e7eaef;
}

.bg-bt th {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.bg-btth1 {
  width: 270px;
}

.bg-btth2 {
  width: 180px;
}

.bg-btth3 {
  width: 130px;
}

/* .ellipsis{
  font-size: 16px;
} */
.bg-sj {
  color: #666666;
}

.content-2-l-bg td {
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
}

.content-2-l-bg tr {
  border-bottom: 1px solid #d9d9d9;
}

.content-2-l-bg tr:last-child {
  border-bottom: none;
}

.content-2-r {
  padding-left: 10px;
}

.qyyhrk {
  display: block;
  width: 280px;
  height: 162px;
  background-image: url(/images/imgs/qyyhrk-bg.png);
  position: relative;
}

.kfdl {
  margin-top: 7px;
}

.qyyhrk-2 {
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.40);
  position: absolute;
  bottom: 0;
  /* display: flex;
	justify-content: space-between;
	align-items: flex-end; */
  padding: 10px 10px;

}

.qyyhrk-2-l {
  padding-left: 10px;
  padding-top: 10px;
  display: inline;
}

.qyyhrk-bt {
  color: white;
  font-size: 32px;
  /* margin-bottom: 10px; */
  font-weight: bold;
  /* position: absolute;
	right: 20px;
	top: 30px; */
  text-align: center;
  padding-top: 55px;
  text-shadow: 0px 0px 5px #333;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.qyyhrk-2-l span {
  color: white;
  font-size: 14px;
}

.qyyhrk-2-r {
  color: #76cfff;
  padding-right: 10px;
  font-size: 16px;
}

.qyyhrk-2-r:hover {
  color: #76cfff;
}

.content-3 {
  height: 180px;
  width: 100%;
  border: 1px solid #e3eaf5;
  margin: 20px 0;
  box-shadow: 0px 0px 4px #eee;
}

.denglu-bt {
  display: flex;
  align-items: center;
  color: #356cb1;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #e2e9f4;
  padding: 20px;
}

.denglu-bt img {
  margin-right: 10px;
}

.spss {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #4072b9;
}

.ssk {
  width: 300px;
  height: 60px;
  border-radius: 20px;
  border: none;
  background-color: #fff;
  padding-left: 50px;
  font-size: 16px;
}

.spss1 {
  position: relative;
  margin-right: 20px;
}

.spssimg {
  position: absolute;
  left: 20px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* .spss1 img{
	position: absolute;
	left: 20px;
	top: 18px;
} */
.ssan {
  flex: 1;
  height: 60px;
  border-radius: 14px;
  background-color: #ff9900;
  color: white;
  font-size: 26px;
  letter-spacing: 3px;
  cursor: pointer;
  font-weight: bold;
}

.content-4 {
  display: flex;
  justify-content: space-between;
}

.content-4 a {
  display: flex;
  width: 362px;
  height: 150px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin-top: 20px;
}

.content-4 a:hover {
  box-shadow: 0px 0px 4px rgba(6, 33, 122, 0.678);
}

.content-4-wz p {
  color: white;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.content-4-wz span {
  color: #fff;
  font-size: 18px;
  width: 320px;
  line-height: 28px;
}

.content-5 {
  margin-bottom: 20px;
}

.jrxt-nr {
  display: flex;
  margin: 5px 0;
}

.jrxt-nr li {
  margin-right: 18px;
}

.jrxt-lbnr {
  display: block;
  width: 220px;
  height: 250px;
  box-shadow: 0px 0px 2px 3px #f0f0f0;
  border-radius: 5px;
  text-align: center;
  padding-top: 24px;
  position: relative;
}

.jrxt-lbnr-bt {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}

.jrxt-lbnr-sj {
  display: block;
  color: #666;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 5px;
}

.jrxt-lbnr-p1 {
  padding: 2px 0px;
  text-align: left;
  margin-left: 40px;
}

.jrxt-lbnr-p2 {
  padding: 2px 0px;
  text-align: left;
  margin-left: 40px;
}

.jrxt-lbnr-p3 {
  text-align: left;
  margin-left: 40px;
  display: block;
}

.zqfl {
  position: absolute;
  display: block;
  background-color: #fff5eb;
  color: #ffa44b;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  right: 0;
  top: 0;
}

.jrxt-lbnr:hover {
  color: #333;
}

.tipcount1,
.tipcount2,
.tipcount3 {
  color: #4576ed;
}

/*搜索结果*/
.ssjg {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  width: 1060px;
  height: auto;
  margin-top: 1px;
  position: absolute;
  top: 160px;
  left: 85px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.ssjg-bg {
  width: 100%;
  border-collapse: collapse;
}

tr td {
  border-top: 1px solid #ccc;
}

.ssjg-bg td {
  height: 46px;
}

.ssjg-bg-bt {
  font-weight: bold;
}

.ssjg-bg-nr {
  color: #333;
}

.bg-an {
  text-align: center;
}

.excel-dc {
  border: none;
  border-radius: 6px;
  background-color: rgb(32, 139, 255);
  width: 140px;
  height: 30px;
  color: white;
  cursor: pointer;
  font-size: 16px;
}

.jkhq {
  border: none;
  border-radius: 6px;
  background-color: #0e9ecd;
  width: 140px;
  height: 30px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  margin-left: 10px;
}
