* {
  margin: 0;
  padding: 0;
  list-style: none;
}
a{
  text-decoration: none;
}
.main {
  width: 100%;
  margin: 0 auto;
}
.main .titimg {
  background: url(../images/Group-12.png) center 0 no-repeat;
  width: 100%;
  height: 631px;
  position: relative;
  display: flex;
  justify-content: center;
}
.main .titimg .banner {
  display: flex;
  position: absolute;
  top: 360px;
}
.main .titimg .banner .search {
  position: relative;
}
.main .titimg .banner .search input {
  width: 600px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 8px;
  padding-left: 28px;
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #071E4F;
  border: none;
  outline: none;
}
.main .titimg .banner .search .bg {
  position: absolute;
  top: 16px;
  right: 32px;
}
.main .titimg .banner .banner-btn {
  cursor: pointer;
  width: 99px;
  height: 52px;
  background: #FF8E08;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
.main .titimg .tab-out {
  width: 1320px;
  height: 215px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 4px 4px 12px 1px rgba(16, 53, 126, 0.08);
  border-radius: 14px 14px 14px 14px;
  position: absolute;
  top: 500px;
}
.main .titimg .tab-out .tab-ins {
  display: flex;
  justify-content: space-around;
  width: 1204px;
  height: 48px;
  margin: 0 auto;
  margin-top: 24px;
  box-shadow: 0px 2px 4px 1px rgba(98, 39, 100, 0.17);
  border-radius: 49px 49px 49px 49px;
  background: #F8F9FA;
}
.main .titimg .tab-out .tab-ins div {
  width: 300px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #929292;
  cursor: pointer;
}
.main .titimg .tab-out .tab-ins .active {
  background: #274EFD;
  box-shadow: 0px 2px 4px 1px rgba(98, 39, 100, 0.17);
  border-radius: 49px 49px 49px 49px;
  color: #fff;
}
.main .titimg .tab-out .tab-bot {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
.main .titimg .tab-out .tab-bot .tab-botm {
  position: relative;
  display: flex;
  margin-right: 52px;
  cursor: pointer;
}
.main .titimg .tab-out .tab-bot .tab-botm div:first-child {
  text-align: center;
  line-height: 52px;
  width: 230px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 8px 0px 0px 9px;
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: #274EFD;
  border: 1px solid #ECECEC;
}
.main .titimg .tab-out .tab-bot .tab-botm div:nth-child(2n) {
  width: 138px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #FFFFFF;
  border-radius: 0px 8px 8px 0px;
  opacity: 1;
  border: 1px solid #ECECEC;
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #929292;
}
.main .titimg .tab-out .tab-bot .tab-botm .show-li {
  position: absolute;
  width: 370px;
  height: 300px;
  top: 55px;
  background-color: #eee;
  margin-right: 52px;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
  overflow-y: auto;
  z-index: 999;
}
.main .titimg .tab-out .tab-bot .tab-botm .show-li .li-d {
  display: inline-block;
  width: auto;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
  margin-right: 15px;
}
.main .titimg .tab-out .tab-bot .tab-botm .show-li span:hover {
  background-color: #fff;
}
.main .content {
  width: 1199px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 48px;
}
.main .content .list {
  width: 1199px;
  height: 171px;
  background: #FFFFFF;
  padding: 12px 29px 9px 9px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 1px rgba(16, 53, 126, 0.15);
  border-radius: 14px;
  margin-top: 36px;
}
.main .content .list a{
  display: flex;
}
.main .content .list div:first-child {
  position: relative;
  width: 266px;
  height: 150px;
  background: #fff;
}
.main .content .list div:first-child img {
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 12px 12px;
}
.main .content .list div:first-child span{
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block;
    width: 80px;
    height: 23px;
    background: #FF8E08;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.main .content .list .list-tit {
  width: 681px;
  margin-left: 33px;
}
.main .content .list .list-tit h3 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #000000;
}
.main .content .list .list-tit p {
  height: 19.2px;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #929292;
  margin-bottom: 51px;
}
.main .content .list .list-tit div img {
  margin-right: 11px;
  vertical-align: bottom;
}
.main .content .list .list-tit div span {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: #000000;
}
.main .content .list .list-rig {
  width: 182px;
  height: 51px;
  border-radius: 8px;
  text-align: center;
  line-height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 86px;
  cursor: pointer;
}
.main .content .list .list-rig img {
  vertical-align: center;
  margin-right: 8px;
  width: 25px;
  height: 25px;
}
.main .content .list .list-rig span {
  font-size: 16px;
}
.main .contenttwo {
  width: 1200px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 78px;
}
.main .contenttwo .lists {
  width: 1200px;
  background: #F5F5F5;
  padding: 31px 41px;
  box-sizing: border-box;
}
.main .contenttwo .lists .lists-time {
  width: 170px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #274EFD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .contenttwo .lists .lists-time img {
  margin-right: 4px;
}
.main .contenttwo .lists ul li {
  margin-top: 28px;
  height: 81px;
  border-bottom: 1px solid #d9d9d9;

}
.main .contenttwo .lists ul li a{
  display: flex;
  justify-content: space-between;
}
.main .contenttwo .lists ul li .li-left {
  padding-top: 15px;
}
.main .contenttwo .lists ul li .li-left span:first-child {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #274EFD;
  border-radius: 50%;
  margin-right: 22px;
}
.main .contenttwo .lists ul li .li-left span:last-child {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.main .contenttwo .lists ul li .li-right {
  width: 182px;
  height: 51px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #274EFD;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main .contenttwo .lists ul li .li-right img {
  vertical-align: center;
  margin-right: 8px;
}
.main .contenttwo .lists ul li .li-right span {
  font-size: 16px;
  color: #274efd;
  font-weight: 700;
}
.main .bot {
  height: 72px;
  background-color: #121228;
  text-align: center;
  line-height: 72px;
  color: #fff;
  font-size: 16px;
}
