.content {
  width: 1200px;
  height: 868px;
  background: #f6f9fc;
  margin: 0 auto;
  margin-top: 30px;
  padding: 40px 59px 27px 50px;
  text-align: right;
}
.content-icon {
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
}
.content-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.content-list:nth-child(n + 2) {
  margin-top: 26px;
}
.declare-name::-webkit-input-placeholder {
  font-size: 16px;
  color: #999999;
}
.declare-name {
  width: 950px;
  height: 44px;
  padding-left: 15px;
  margin-left: 19px;
  outline: none;
  border: 1px solid #edf0f3;
}
.placeholder::-webkit-input-placeholder {
  color: #111;
}
#sid {
  margin-left: 16px;
}
select {
  width: 314px;
  height: 44px;
  outline: none;
  border: 1px solid #edf0f3;
}
.btn {
  width: 300px;
  height: 54px;
  background: #135eac;
  border-radius: 6px;
  font-size: 18px;

  color: #ffffff;
  margin-top: 50px;
  margin-right: 380px;
}
.news {
  width: 1200px;
  height: 404px;
  margin: 0 auto;
}
.hetong-news-item {
  width: 580px;
}
.login-item-img1 {
  display: none;
}

.news-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.login-item:hover .login-item-img1 {
  display: block;
}
.login-item:hover .login-item-img {
  display: none;
}
.login-item:hover {
  background: linear-gradient(0deg, #ffb45f, #f78f4d);
}
.login-item:hover .login-item-title {
  color: #fff;
}
.login-item:hover {
}
.login-item {
  width: 270px;
  height: 50px;

  background: linear-gradient(0deg, #ffffff, #f6f9fc);
  border: 1px solid #ebf0f4;

  cursor: pointer;
  padding-left: 22px;
  padding-right: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.declare-procedure {
  height: 630px;
  background: url('../image/declarebg.png') no-repeat center center;
  background-size: auto;
}
.news-list {
  height: 300px;
}
.declare-img {
  /* margin-left: 360px; */

  margin-top: 64px;
}
.declare-top {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.declare-title {
  font-size: 34px;
  color: #ffffff;
  margin-top: 80px;
}
.declare-text {
  font-size: 18px;
  color: #b8cced;
  margin-top: 15px;
}
.requirement {
  width: 1200px;
  height: 554px;
  margin: 0 auto;
}
.requirement-sharp {
  width: 210px;
  height: 1px;
  background: #999999;
}
.requirement-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.requirement-title {
  font-size: 34px;
  color: #333333;
  margin-top: 61px;
  margin-bottom: 17px;
}
.requirement-content {
  margin-top: 50px;
}
.requirement-img {
  float: left;
}
.requirement-text{
  float: right;
  font-size: 15px;
  width: 622px;
  height: 316px;
  text-indent: 2em;
  line-height: 30px;
word-break: break-all;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 14;
    overflow: hidden;
}



