article {
  margin-top: 20px;
}
.section1 {
  width: 1502px;
  height: 659px;
  margin: 0 auto;
  background-color: rgba(154, 210, 244, 0.2);
  box-sizing: border-box;
  padding: 22px 0px;

  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.section1-left {
  /* width: 816px; */

  display: grid;
  grid-template-columns: 448px 368px;
  /* grid-row-gap: 10px;  */
  grid-column-gap: 35px;
}

.section1-left div {
  background-color: #333;
  border-radius: 10px;

  font-family: "Arial Normal", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #333;
}
.section1-left div:nth-child(1) {
  width: 448px !important;
  height: 56px;
  background-color: #4283CE;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  /*letter-spacing: 5px;*/
  color: #f7f7f7;
}
.section1-left div:nth-child(2) {
  width: 368px;
  height: 56px;

  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  /*letter-spacing: 5px;*/
  color: #f7f7f7;
  background-color: #5B6EB4;
}
.section1-left div:nth-child(3) {
  width: 448px;
  height: 216px;
  border-radius: 0;
  margin-top: 10px;

  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
/* .section1-left div:nth-child(3) >.line { */
/* } */
/* .section1-left div:nth-child(3) >.bottom { */
/* } */
.section1-left div:nth-child(4) {
  width: 368px;
  height: 217px;
  margin-top: 10px;
  background-color: #fff;

  box-sizing: border-box;
  padding: 10px;
}
.section1-left div:nth-child(4) ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section1-left div:nth-child(4) ul li {
  /*font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;*/
  font-style: normal;
  font-size: 15px;
  height: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;

  border-bottom: 2px dotted #ccc;
}
.section1-left div:nth-child(4) ul li strong {
  font-weight: 700;
  white-space: nowrap;
}
.section1-left div:nth-child(4) ul li p {
  width: 268px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 5px;
}
.section1-left div:nth-child(4) ul li p {
  /*font-family: "Arial Normal", "Arial", sans-serif;*/
  font-size: 15px;
  /*font-weight: 400;*/
  font-style: normal;
  color: #333;
}
.section1-left div:nth-child(5) {
  width: 851px;
  height: 56px;
  margin-top: 40px;

  display: flex;
  flex-direction: row;
  align-items: center;

  padding: 20px;
  box-sizing: border-box;

  font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  /*letter-spacing: 5px;*/
  color: #f7f7f7;
  background-color: #A186E4;
}
.section1-left div:nth-child(6) {
  width: 851px;
  height: 217px;
  margin-top: 10px;
  background-color: #fff;
}
.section1-left div:nth-child(6) ul {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.section1-left div:nth-child(6) ul li {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 36px;

  border-bottom: 2px dotted #ccc;
}
.section1-left div:nth-child(6) ul li p:nth-child(1) {
  font-family: "Arial Normal", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #333;
  width: 522px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section1-left div:nth-child(6) ul li p:nth-child(2) {
  font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #333;
}
/* 最后两个div各占一行，宽度851px */
.section1-left div:nth-last-child(1),
.section1-left div:nth-last-child(2) {
  width: 851px;
  grid-column: 1 / -1;
}

.section1-right {
  width: 577px;
}
.section1-right-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section1-right-top-left div:nth-child(1) {
  width: 368px;
  height: 56px;
  background-color: #6A98C9;
  border-radius: 10px;

  display: flex;
  flex-direction: row;
  align-items: center;

  font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*letter-spacing: 5px;*/
  color: #f7f7f7;
  font-size: 24px;
}
.section1-right-top-left div:nth-child(2) {
  margin-top: 22px;
  width: 368px;
  height: 217px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}

.section1-right-top-left div:nth-child(2) ul {
  display: flex;
  flex-direction: column;
}
.section1-right-top-left div:nth-child(2) ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 36px;
  border-bottom: 2px dotted #ccc;
}
.section1-right-top-left div:nth-child(2) ul li p {
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section1-right-top-right {
  width: 179px;
  height: 283px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section1-right-top-right div {
  margin-top: 20px;
  width: 179px;
  height: 80px;
  background-color: #55908c;
  border-radius: 10px;

  font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  color: #fdf3f3;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.section1-right-top-right div:nth-child(1) {
  margin-top: 0px;
}

.section1-right-bottom {
  margin-top: 43px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section1-right-bottom div {
  width: 285px;
  height: 80px;
  background-color: #747CC6;
  border-radius: 10px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;

  font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  /*letter-spacing: 2px;*/
  color: #fdf3f3;

  box-sizing: border-box;
  padding-left: 20px;
}
.section1-right-bottom div:nth-child(2n + 1) {
  width: 253px;
  background-color: #868ACB;
  justify-content: center;
  padding: 0;
}
.section1-right-bottom div:nth-child(3) {
  margin-top: 23px;
}
.section1-right-bottom div:nth-child(4) {
  margin-top: 23px;
}
.section1-right-bottom div:nth-child(5) {
  margin-top: 23px;
}
.section1-right-bottom div:nth-child(6) {
  margin-top: 23px;
}

.section2 {
  width: 1502px;
  height: 700px;
  background-color: rgba(107, 152, 219, 0.1);
  margin: 0 auto;
  /*margin-top: 20px;*/
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 20px;
  padding-right: 10px;
}
.section2-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  padding-left: 30px;
  box-sizing: border-box;
}
.section2-top span {
  font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  /*letter-spacing: 15px;*/
  margin-left: 50px;
}
.section2-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 896px;
}
.section2-middle {
  width: 1463px;
  height: 27px;
  background-color: rgba(107, 152, 219, 1);
  border-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}

.section2-bottom ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1480px;
}

.section2-bottom ul li {
  width: 280px;
  height: 550px;
  background-color: #fff;
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
}
.section2-bottom ul li .items div:hover {
  cursor: pointer;
}
.section2-bottom ul li:nth-child(2) .items div {
  height: 42px;
}
.section2-bottom ul li:nth-child(3) .items div {
  height: 25px;
}
.section2-bottom ul li:nth-child(5) .items div {
  height: 42px;
}
.section2-bottom ul li > span {
  font-family: "Arial Negreta", "Arial Normal", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  /*letter-spacing: 3px;*/
  display: inline-block;
  line-height: 72px;
  width: 280px;
  text-align: center;
}
.section2-bottom ul li > p {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.section2-bottom ul li > p > span {
  margin-top: 5px;
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  background-color: #2a35e9;
  color: #fff;
  text-align: center;
  font-family: "Arial Normal", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  border-radius: 15px;
  cursor: pointer;
}


.section2-bottom ul li > p > span:nth-child(2) {
  background-color: #6d4dee;
}
.section2-bottom ul li > p > span:nth-child(3) {
  background-color: #26b5f2;
}

.section2-bottom ul li > p > span:nth-child(1):hover{
    background: #fff;
    color: #2a35e9;
}
.section2-bottom ul li > p > span:nth-child(1):hover a{
    color: #2a35e9 !important;
}
.section2-bottom ul li > p > span:nth-child(2):hover{
    background: #fff;
    color: #6d4dee;
}
.section2-bottom ul li > p > span:nth-child(3):hover{
    background: #fff;
    color: #26b5f2;
}
.section2-bottom ul li > p > span:nth-child(2):hover a{
    color: #6d4dee !important;
}
.section2-bottom ul li > p > span:nth-child(3):hover a{
    color: #26b5f2 !important;
}

.section2-bottom ul li .items div {
  margin-top: 5px;
  width: 280px;
  height: 53px;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-left: 22px;
  box-sizing: border-box;
}
.section2-bottom ul li .items div:last-child {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
}
