@charset "utf-8";

/* css reset www.admin10000.com */
body {
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  font-family: "Microsoft Yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

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

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

ul,
p {
  margin: 0;
}

a:hover {
  color: #024683;
}

.text-hidden {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-hidden2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-hidden3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.login-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-tips {
  text-align: left;
}

.logo {
  margin-right: 40px;
}

.login-form {
  width: 476px;
  height: 443px;
  border-radius: 5px;
  /*background: #fff;*/
  margin: 0 auto;
  /* border-left: dashed 1px #c4c4c4; */
}

.tlt {
  text-align: center;
  font-size: 28px;
  color: #029ddf;
  font-weight: bold;
  margin-top: 55px;
  margin-bottom: 30px;

}

.login-form .col .login-input {
  border: solid 1px #efefef;
  border-radius: 0px;
  display: block;
  margin: 0 auto;
  padding: 5px 10px 5px 34px;
  background: #fff;
  font-size: 14px;
  line-height: 1em;
  height: 50px;
  width: 350px;
  color: #333;
}

.login-form .col .login-btn {
  display: block;
  margin: 0 auto;
  border-radius: 0px;
  background: #029ddf;
  /*background: linear-gradient(to right,#456bb7, #5e8adc);*/
  /* margin-left: 120px; */
  font-size: 18px;
  color: #fff;
  width: 394px;
  line-height: 30px;
  height: 60px;
  border: 0;
  letter-spacing: .5em;
  cursor: pointer;
}

.loginbody {
  /* border-top: solid 26px #029ddf; */
  background: #ffffff;
  text-align: center;
}

.loginbody {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.login-form .col {
  position: relative;
  padding: 10px 0;
}

.copy-right {
  display: block;
  /*position: absolute;*/
  /*right: 0;*/
  /*bottom: 10px;*/
  /*left: 0;*/
  text-align: center;
}

.copy-right p {
  font-size: 14px;
  color: #818181;
  line-height: 2;
}

.jgbody {
  display: block;
  background: #efefef;
  padding: 0 0 100px;
}

.jg_logo {
  width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: left;
}

.jg_logo img {
  margin: 30px 0;
  height: 60px;
  vertical-align: middle;
}

.jg_logo img.tongu,
.jg_logo img.eerr {
  height: auto;
  width: 50px;
}

.jg-wrap {
  width: 100%;
  /* height: 600px; */
  display: block;
  margin: 0 auto;
  /* background: url("../images/bj.png") no-repeat; */
  /*background: url("../images/jg.png") no-repeat;*/
  padding-top: 30px;

}

.jgTitile {
  font-size: 30px;
  color: #333;
  line-height: 2;
  letter-spacing: 5px;
  text-align: center;
}

.subTitile {
  font-size: 15px;
  color: #333;
  line-height: 2;
  text-align: center;
}

.img {
  width: 127px;
  height: 192px;
  display: block;
  margin: 0 auto;
}

.img img {
  width: 100%;
  height: 100%;
}

.jieg_item {
  width:83%;
  margin: 60px auto 100px;
  text-align: left;
  padding: 0;
}

@font-face {
  font-family: "songti";
  src: url("../images/SIMFANG.TTF");
}

.jieg_item li p {
  display: flex;
  line-height: 2.2;
}

.jieg_item li p span {
  font-size: 24px;
  color: #251a18;
  font-family: songti;
  font-weight: bold;
  margin: 0;
  width: 230px;
  display: block;
  text-align: justify;
  text-align-last: justify;
}

.jieg_item li p em {
  font-size: 24px;
  color: #605e5e;
  font-family: songti;
  font-weight: bold;
}

.jieg_item li .line {
  text-transform: capitalize;
  background: #e4ecf7;
  /*background: #144f9f;*/
  height: 20px;
  font-family: Apple Braille;
  line-height: 20px;
  margin: 10px auto;
  display: block;
  padding-left: 10px;
  font-size: 14px;
}

.yd {
  margin-top: 30px;
  text-align: center;
}

.yd p {
  font-size: 23px;
  color: #333;
  letter-spacing: 5px;
}

.yd span {
  font-size: 10px;
  line-height: 2;
  transform: scale(0.5);
}
