.bgbody{
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.msgbody {
  width: 1200px;
  overflow: auto;
  margin: 0 auto;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.msg-top{
  background-image: ;
  background-size: cover;
  width: 1200px;
  height: 610px;
  padding-top: 30px;
  overflow: hidden;
  padding-left: 30px;
}
.msg-top h3{
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}
.msg-btn{
  width: 326px;
  height: 56px;
  background: linear-gradient(90deg, #1c5dfa 0%, #8fb8ff 100%);
  border-radius: 100px 100px 100px 100px;
  opacity: 1;
  font-size: 22px;
  color: white;
  border: 0;
}
.msg-btn img{
  margin-top: -5px;
}


.msg-bottom{
  width: 1200px;
  margin-top: 20px;
  height: 417px;
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}

.msg-right{
  width: 920px;
  float: right;
  margin-top: 30px;
  padding: 0 30px;
}
.newstitleline {
  display: flex;
  vertical-align: middle;
  justify-content: space-between;
  line-height: 35px;
  padding-bottom: 11px;
  border-bottom: 1px solid #437cff;
}

.newstitleline p {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #437cff;
  margin: 0;
}
.newslogo {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: 0px;
}

.ns-left {
  display: flex;
  align-items: center;
}
.newsboxright {
  display: block;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  color: #437cff;
  float: right;
  width: 80px;
  text-align: end;
  font-size: 14px;
}

.box1-news {
  margin-top: 20px;
  text-align: center;
  height: 280px;
}

.box1-news {
  clear: both;
}

.box1-news li {
  list-style: none;
  height: 45px;
  border-bottom: 1px solid #eaeff6;

}

.box1-news li a {
  position: relative;
  height: 22px;
  display: flex;
  margin-bottom: 11px;
  color: black;
}
.box1-news li a:hover {
  text-decoration: none;
  color: #1c5dfa !important;
}

.box1-news p {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  vertical-align: middle;
  letter-spacing: 0em;
  text-align: left;
  max-width: 900px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box1-news span {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  float: right;
  line-height: 45px;
  height: 45px;
  vertical-align: middle;
  width: 90px;
  text-align: end;
  position: absolute;
  right: 5px;
  opacity: 0.5;
}
.circlepic {
  background: ;
  width: 5px;
  height: 5px;
  background-size: cover;
  margin-top: 20px;
  margin-right: 10px;
}
.new {
  background: ;
  width: 29px;
  height: 10px;
  background-size: cover;
  margin-top: 17px;
  margin-left: 10px;
}
.error{
  color: red;
}
.hh{
  height: 60px;
}
