html,
body {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
}
div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.head {
  width: 100%;
  height: 660px;
  background-image: url('../assets/head.png');
}
.main {
  background: #E1F5FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0px 60px 0px;
}
.main a {
  text-decoration: none;
}
.main .ttinfo {
  width: 1200px;
  height: 120px;
  padding: 0px 50px;
  box-sizing: border-box;
  background-image: url('../assets/tt-bg.png');
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
.main .ttinfo .title {
  width: fit-content;
  margin: 0px auto;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
}
.main .ttinfo .desc {
  width: fit-content;
  margin: 0px auto;
  font-size: 16px;
  color: #FFFFFF;
}
.main .dtyw {
  margin: 60px 0px;
}
.main .dtyw .tip {
  width: 880px;
  height: 60px;
  background-image: url('../assets/dtyw.png');
  margin: 0px auto;
  margin-bottom: 60px;
}
.main .dtyw .content {
  width: 1200px;
  display: flex;
}
.main .dtyw .content .left {
  float: left;
  width: 580px;
  height: 340px;
}
.main .dtyw .content .left .imgLink {
  float: left;
  width: 580px;
  height: 340px;
}
.main .dtyw .content .left .imgLink img {
  width: 580px;
  height: 340px;
  z-index: 1;
  top: 0;
}
.main .dtyw .content .left .imgLink .title {
  position: absolute;
  bottom: 0px;
  font-size: 16px;
  color: #FFFFFF;
  background: #2D69F0;
  opacity: 0.9;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  box-sizing: border-box;
}
.main .dtyw .content .left .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.main .dtyw .content .left .swiper-pagination-bullet-active {
  background: #78D2FF;
}
.main .dtyw .content .left .swiper-pagination-bullets {
  bottom: 10px;
  left: 42%;
}
.main .dtyw .content .right {
  flex: 1;
  margin-left: 40px;
  position: relative;
}
.main .dtyw .content .right .first-art {
  display: flex;
  flex-direction: column;
}
.main .dtyw .content .right .first-art .title {
  font-weight: bold;
  font-size: 24px;
  color: #2D69F0;
}
.main .dtyw .content .right .first-art .desc {
  font-size: 16px;
  color: #444444;
  margin: 15px 0px;
}
.main .dtyw .content .right .pushtime {
  font-size: 16px;
  color: #ADADAD;
  text-align: right;
}
.main .dtyw .content .right .line {
  width: 100%;
  height: 1px;
  background-image: url('../assets/dashed.png');
  margin: 12px 0px;
}
.main .dtyw .content .right .articles .article-item {
  display: flex;
  flex-direction: column;
}
.main .dtyw .content .right .articles .article-item .itemline {
  display: flex;
}
.main .dtyw .content .right .articles .article-item .itemline .title {
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  font-size: 16px;
  color: #444444;
}
.main .dtyw .content .right .more {
  width: 100%;
  height: 30px;
  background-image: url('../assets/dtyw-more.png');
  position: absolute;
  bottom: 0px;
}
.main .cxgs {
  width: 100%;
}
.main .cxgs .tip {
  width: 880px;
  height: 60px;
  background-image: url('../assets/cxgs.png');
  margin: 0px auto;
}
.main .cxgs .content {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../assets/cxgs-bg.png');
}
.main .cxgs .content .articles {
  width: 65%;
  display: flex;
  justify-content: space-between;
}
.main .cxgs .content .articles img {
  width: 280px;
  height: 180px;
}
.main .ztlt .tip {
  width: 880px;
  height: 60px;
  background-image: url('../assets/ztlt.png');
  margin: 0px auto;
  margin-bottom: 60px;
}
.main .ztlt .articles {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .ztlt .articles a {
  width: 48%;
}
.main .ztlt .articles .article-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main .ztlt .articles .article-item .itemline {
  display: flex;
}
.main .ztlt .articles .article-item .itemline .title {
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  font-size: 16px;
  color: #444444;
}
.main .ztlt .articles .article-item .pushtime {
  font-size: 16px;
  color: #ADADAD;
  text-align: right;
}
.main .ztlt .articles .article-item .line {
  width: 100%;
  height: 1px;
  background-image: url('../assets/dashed.png');
  margin: 30px 0px;
}
.main .ztlt .more {
  width: 100%;
  height: 30px;
  background-image: url('../assets/ztlt-more.png');
  margin-top: 30px;
}
.main .more {
  cursor: pointer;
}
