.publicity {
  width: 100%;
  background: #0265c1;
  display: flex;
  justify-content: center;
}

.publicity .btn {
  width: 1200px;
  padding: 50px 0;
}

.publicity .btn .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #1774ca;
}

.publicity .btn .top li {
  display: flex;
  flex-direction: column;
}

.publicity .btn .top li div {
  display: flex;
  align-items: center;
}

.publicity .btn .top li div img {
  width: 52px;
  height: 52px;
}

.publicity .btn .top li div span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding-left: 15px;
}

.publicity .btn .top li .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #b3c2e6;
  line-height: 30px;
}

.publicity .btn .middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}

.publicity .btn .middle .left {
  display: flex;
  align-items: center;
}

.publicity .btn .middle .middle-l {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.publicity .btn .middle .middle-l img {
  width: 146px;
  height: 146px;
}

.publicity .btn .middle .middle-l span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 30px;
}

.publicity .btn .middle .middle-m {
  padding-left: 30px;
}

.publicity .btn .middle .middle-m .tp {
  display: flex;
  align-items: center;
}

.publicity .btn .middle .middle-m .tp img {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.publicity .btn .middle .middle-m .cent {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #b3c2e6;
  line-height: 24px;
}
.publicity .btn .middle .middle-m .cent a{
	color:#b3c2e6;}
.publicity .btn .middle .right {
  display: flex;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #b3c2e6;
  line-height: 30px;
}
.publicity .btn .middle .right a{
  color: #b3c2e6;
}

.publicity .btn .middle .right ul {
  padding-left: 80px;
}

.publicity .btn .middle .right ul li:nth-of-type(1) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding-bottom: 5px;
}

.publicity .btn .title-bt {}

.publicity .btn .title-bt span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #b3c2e6;
  line-height: 30px;
}
.publicity .btn .title-bt span a{
	color: #b3c2e6;
	}

.publicity .btn .title-bt span:nth-of-type(1) {
  color: #fff;
}
@media (max-width: 1300px) {
  .publicity .btn {
    width: 1150px;
    padding: 50px 0;
  }
  .publicity .btn .top {
    justify-content: space-around;
  }
}