* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.banner {
  width: 100%;
  height: 250px;
  background-image: url("./newshot/banner.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 175px;
  box-sizing: content-box;
}
.banner .text {
  width: 1500px;
  margin: 0 auto;
}
.banner .text .text1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
.banner .text .text2 {
  width: 606px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
main {
  width: 100%;
  padding-top: 46px;
  box-sizing: border-box;
}
.tagBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 38px;
  margin-bottom: 30px;
}
.tagBox .tag {
  width: 103px;
  height: 35px;
  line-height: 35px;
  background: #F3F4F6;
  border-radius: 48px 48px 48px 48px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #4B5563;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.tagBox .tag.active {
  background: #1C5DFF;
  color: #FFFFFF;
}
.tagBox input {
  width: 189px;
  height: 35px;
  line-height: 35px;
  background: #F3F4F6;
  border-radius: 48px 48px 48px 48px;
  padding-left: 35px;
  background-image: url("img/search.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  border: none;
}
.title {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title a {
  text-decoration: none;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #3170FF;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.title .tagContainer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.title .tagContainer .tag {
  width: 80px;
  height: 50px;
  line-height: 50px;
  background: #F3F4F6;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.title .tagContainer .tag.active {
  background-color: #1e40af;
  color: #FFFFFF;
}
.topicContainer {
  width: 1200px;
  margin: 0 auto;
  margin-top: 44px;
  margin-bottom: 80px;
}
.topicContainer .topic {
  margin-top: 20px;
  padding-left: 10px;
  padding-bottom: 45px;
  border-radius: 0px 0px 0px 0px;
  border-bottom: 1px solid #CACACA;
}
.topicContainer .topic:last-child {
  border-bottom: none;
}
.topicContainer .topic .right {
  display: flex;
  align-items: center;
}
.topicContainer .topic .right img {
  max-height: 21px;
  width: auto;
  margin-right: 15px;
}
.topicContainer .topic .right span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #AAAAAA;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 25px;
}
.topicContainer .topic h2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 23px;
  color: #555555;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.topicContainer .topic p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 17px;
  color: #AAAAAA;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 31px;
}
.tlContainer {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  margin-bottom: 67px;
}
.tlContainer .tlItem {
  display: flex;
  border-bottom: 1px solid #EEEEEE;
  margin-top: 20px;
}
.tlContainer .tlItem:last-of-type {
  border-bottom: none;
}
.tlContainer .tlItem img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  margin-top: 10px;
}
.tlContainer .tlItem .tlInfo {
  width: 100%;
}
.tlContainer .tlItem .tlInfo .title {
  width: 100%;
}
.tlContainer .tlItem .tlInfo h3 {
  font-size: 16px;
  color: #555555;
}
.tlContainer .tlItem .tlInfo span {
  font-size: 14px;
  color: #AAAAAA;
}
.tlContainer .tlItem .tlInfo p {
  font-size: 14px;
  color: #AAAAAA;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.tlContainer .tlItem .tlInfo p img {
  margin: 0;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.tlContainer .tlItem .tlInfo p span {
  margin-right: 10px;
}
.tlContainer button {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #1e40af;
  color: #FFFFFF;
  border-radius: 25px;
  border: none;
}
.fxImg {
  width: 1200px;
  margin: 0 auto;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-radius: 15px;
  margin-bottom: 50px;
}
.fxImg img {
  width: 100%;
  height: auto;
}
.bottom {
  width: 1200px;
  height: 260px;
  margin: 0 auto;
  background: linear-gradient(270deg, #3B82F6 0%, #1E40AF 100%);
  border-radius: 13px 13px 13px 13px;
  padding-top: 1px;
}
.bottom h1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 33px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 28px;
}
.bottom h2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 24px;
}
.bottom .img {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 24px;
}
