body {

}

.header {
  width: 100%;
  line-height: 80px;
  background-color: #27418F;
}

.header a {
  display: block;
  width: 1200px;
  margin: 0 auto;
}

.page-bg {
  background: 
  url("../images/page-bg.png") no-repeat;
  background-size: auto 100%;
}
.gradient {
  width: 100%;

  background: linear-gradient(180deg, rgba(19, 39, 98, .1) 0%, rgba(20, 37, 99, .1) 0%, rgba(29, 46, 104, 0.95) 0%, rgba(95, 105, 142, 0.59) 47.23%, rgba(204, 204, 204, 0) 100%);
}
.container{
  width: 1200px;
  margin: 0 auto;
}

.container .page-title {
  margin: 70px 0 30px 0;
}

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

.container .content .list-box {
  width: 54%;
  border-radius: 0px 25px 25px 25px;
  background-color: rgba(37, 69, 160, 1);

}

.container .content .list-box .list {
  min-height: 450px;
}

.container .content .list-box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .content .list-box .title .title-name{
  font-size: 18px;
  font-weight: 700;
  color: rgba(39, 65, 143, 1);
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
}

.container .content .list-box .title .title-name::after {
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  top: 50%;
  right: -3px;
  transform: rotate(45deg) translateY(-50%);
  background-color: #fff;
}

.container .content .list-box .title .more a {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #bec8e3;
}
.container .content .list-box ul li{
  margin-top: 40px;
  padding-left: 40px;
  position: relative;
}
.container .content .list-box ul li::before{
  content: ''; 
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.container .content .list-box ul li a p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
}

.container .content .list-box .myzj_list li a p{
  width: 96%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.container .link-icon {
  width: 44%;
  display: flex;
  justify-content: space-between;
  align-items: space-between;
  flex-wrap: wrap;
}

.container .link-icon .icon-list {
  width: 46%;
  height: 290px;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 0px 25px 0px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container .link-icon .icon-list:nth-child(1) {
  background: rgba(138, 187, 37, 1);
}
.container .link-icon .icon-list:nth-child(2) {
  background: rgba(243, 152, 0, 0.4);
}
.container .link-icon .icon-list:nth-child(3) {
  background: rgba(235, 77, 75, 0.4);
}
.container .link-icon .icon-list:nth-child(4) {
  background: rgba(138, 187, 37, 1);
}
.container .link-icon .icon-list:nth-child(5) {
  background: rgba(34, 166, 179, 1);
}
.container .link-icon .icon-list:nth-child(6) {
  background: rgba(152, 71, 169, 0.4);
}
.container .link-icon .icon-list a{
  text-align: center;
}
.container .link-icon .icon-list div{
  font-size: 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin-top: 10px;
}

@media (max-width: 768px) {
  .header a  {
    width: 100%;
  }
  .container{
    width: 100%;
  }
  .container .content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .container .content .list-box {
    width: 96%;
  }
  .container .link-icon {
    margin-top: 20px;
    width: 96%;
  }
  .container .link-icon .icon-list {
    margin-top: 20px;
  }

  .container .link-icon .icon-list a img{
    max-width: 60%;
  }

  .container .link-icon .icon-list a div{
    font-size: 24px;
  }
}
.am-container {
  max-width: 1200px;
}

