.box .bj{background:linear-gradient(180deg,#E3E3E3 0%,#FFFFFF 100%);border-radius:12px;padding:2px;position:relative;z-index:5}
.box .bj .main{background:linear-gradient(180deg,#FFFFFF 0%,#e5e6eb 100%);border-radius:12px;padding:0 20px;padding-bottom:20px;display:flex;flex-direction:column}
.titleBox{display:flex;justify-content:space-between;align-items:center}
.titleBox .title{width:190px;line-height:44px;background:url(../images/titleBJ.png) no-repeat;height:44px;margin-top:-2px;text-align:center}
.titleBox .title span{color:#1D2129;background:url(../images/icon8.png) no-repeat left center;padding-left:20px;font-size:15px;font-weight:bold}
.titleBox  a{color:#a9aeb8;display:flex;align-items:center;moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-size:12px}
.titleBox  a i{padding-left:3px}
.titleBox a:hover{color:#1165B5}
.regulation{}
.regulation .regulationMain{}
.regulation .regulationMain ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:3px}
.regulation .regulationMain ul li{border-bottom:1px solid #e7e7e7;padding:12px 0;width:560px}
.regulation .regulationMain ul li a{display:flex}
.regulation .regulationMain ul li a img{display:block;width:60px;height:60px;border-radius: 6px;}
.regulation .regulationMain ul li a .info{flex:1;margin-left:10px;display:flex;flex-direction:column;justify-content:space-around}
.regulation .regulationMain ul li a .info span.title{color:#1D2129;moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:480px}
.regulation .regulationMain ul li a .info .minor{display:flex;justify-content:space-between;color:#4e5969}
.regulation .regulationMain ul li a .info .minor em{font-style:normal}
.regulation .regulationMain ul li:hover a .info span.title{color:#1165B5}
.videoList{
  margin-top: 25px;
}
.videoMain{

  margin-top: 15px;
}
.videoMain ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.videoMain ul li {
  position: relative;
  margin-bottom: 15px;
  border-radius: 6px;
  overflow: hidden
}

.videoMain ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3)
}

.videoMain ul li img {
  width: 100%;
  display: block;
  height: 135px;
  object-fit: cover;
}

.videoMain ul li p.videoTitle {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  right: 0;
  left: 0;
  color: #fff;
  padding: 5px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.videoMain ul li i {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 40px;
  margin-left: -20px;
  margin-top: -20px;
  cursor: pointer
}
#videoBox{width:800px;height:451px;overflow:hidden;display:none}
.isPhone #videoBox{width:7rem;height:4rem}
.QQGroup {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  margin-top: 25px;
}

.QQGroup .item {
  margin-bottom: 30px
}

.QQGroup .item .box:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 5px #faf5f5;
  transition: all .2s
}

.QQGroup .item .box:hover a {
  color: #1C73CA;
  transition: all .2s
}

.QQGroup .item .box {
  background: linear-gradient(360deg,#e5e6eb 0%,#FFFFFF 99%);
  width: 160px;
  height: 68px;
  margin: auto;
  border-radius: 6px;
  position: relative
}

.QQGroup .item .box:before {
  content: '';
  height: 33px;
  width: 49px;
  background: url("../images/QQitemIcon.png") no-repeat;
  display: block;
  position: absolute;
  top: 20px;
  left: -4px
}

.QQGroup .item .box .title {
  color: #1D2129
}

.QQGroup .item .box .bj {
  background: linear-gradient(180deg,#D0D0D0 0%,#FFFFFF 100%);
  border-radius: 6px;
  padding: 2px;
  margin-top: 3px
}

.QQGroup .item .box a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 77px;
  height: 22px;
  background: linear-gradient(180deg,#FFFFFF 0%,#EAEBEC 88%);
  border-radius: 6px;
  color: #1D2129;
  overflow: hidden
}

.QQGroup .item .box .info {
  padding-left: 70px;
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 20px
}

.QQGroup .item .box .info img {
  position: absolute;
  left: 4px;
  top: 24px
}

.QQGroup .item .box a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/QQ.png") no-repeat
}
.QQGroup .item .box a.wap {
  display: none;
}
.QABox{
  margin-top: 25px;
}




.QABox .hide {
  display: none;
}

.QABox dt {
  font-size: 16px;
  color: #fff;
  /* margin-bottom: 20px; */
  /* margin-left: 26px; */
  cursor: pointer;
  background: #1165b5;
  position: relative;
  padding: 10px 0;
  padding-left: 25px;
  border-radius: 4px;
}

/* Triangle list item */
.QABox dt:before {
  content: "";
  border-color: transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  display: block;
  height: 0;
  width: 0;
  left: 10px;
  top: 16px;
  position: absolute;
}
.QABox dt.up:before{
  content: "";
  border-color: #fff transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  display: block;
  height: 0;
  width: 0;
  left: 10px;
  top: 16px;
  position: absolute;
}

.QABox dd {
  padding: 20px;
  background: #FDFCFA;
  border-radius: 5px;
  border: 1px solid #F2EEE6;
  margin: 20px 0 30px;
  position: relative;
}

/* Triangle in definition container */
.QABox dd:after, dd:before {
  bottom: 100%;
  left: 6%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.QABox dd:after {
  border-color: rgba(136, 183, 213, 0);
  border-color: transparent;
  border-bottom-color: #FDFCFA;
  border-width: 15px;
  margin-left: -15px;
}

.QABox dd:before {
  border-color: rgba(194, 225, 245, 0);
  border-color: transparent;
  border-bottom-color: #F2EEE6;
  border-width: 17px;
  margin-left: -17px;
}
.QABox dd p{

  line-height: 22px;
}
.QAMain{

  margin-top: 15px;
}
.QAMain .item{
  margin-bottom: 15px;
}
.QAMain .item:last-child{
  margin-bottom: 0;
}
.isPhone .box .bj {
  background: none;
  padding: 0;
  margin: 0 0.25rem;
}
.isPhone .box .bj .main {
  padding: 0;
  border-radius: 0.06rem;
  padding: 0 0.15rem;
  overflow: hidden;
  padding-bottom: 0.15rem;
}
.isPhone .titleBox .title {
  width: 2.5rem;
  background-size: 100% 100%;
  line-height: 0.65rem;
  height: auto;
  margin: 0;
  margin-top: -2px;
}
.isPhone .titleBox .title span {
  font-size: 0.26rem;
  background: url(../images/icon8.png) no-repeat left center;
  background-size: 0.23rem;
  padding-left: 0.3rem;
}
.isPhone .titleBox a {
  font-size: 0.26rem;
}
.isPhone .regulation .regulationMain ul {
  margin-top: 0;
}
.isPhone .regulation .regulationMain ul li a img {
  width: 1.2rem;
  height: 1.2rem;
}
.isPhone .regulation .regulationMain ul li a {
  padding: 0.15rem 0;
}
.isPhone .regulation .regulationMain ul li a .info {
  margin-left: 0.15rem;
}
.isPhone .regulation .regulationMain ul li a .info span.title {
  max-width: initial;
  width: 4.7rem;
}
.isPhone .regulation .regulationMain ul li {
  width: auto;
  padding: 0;
}
.isPhone .videoMain{

  margin-top: 0.15rem;
}
.isPhone .videoMain ul{

  grid-template-columns: 1fr 1fr;

  gap: 0.25rem;
}
.isPhone .videoMain ul li{
  margin: 0;
}
.isPhone .QABox dt{

  padding: 0;

  CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;

  font-size: 0.28rem;

  padding: 0.15rem;
}
.isPhone .QABox dd{

  padding: 0.2rem;

  margin-bottom: 0.15rem;
}
.isPhone .QABox dt:before{
  display: none;
}
.isPhone .QAMain{
  margin-top: 0.15rem;
}
.isPhone .QABox dd p{

  line-height: 0.45rem;
}
.isPhone .QQGroup {
  grid-template-columns: repeat(3,1fr);
  padding: 0.5rem 0.2rem;
  grid-gap: 0.25rem;
  width: 7rem;
  min-width: 7.1rem;
  margin-top: 0;
}

.isPhone .QQGroup .item {
  margin-bottom: 0
}

.isPhone .QQGroup .item .box {
  width: auto;
  height: auto;
  padding: 0.25rem 0
}

.isPhone .QQGroup .item .box .info {
  padding: 0
}

.isPhone .QQGroup .item .box:before,.isPhone .QQGroup .item .box .info img {
  display: none
}

.isPhone .QQGroup .item .box .title {
  font-size: 0.26rem
}

.isPhone .QQGroup .item .box .bj {
  margin-top: 0.1rem
}

.isPhone .QQGroup .item .box a {
  width: auto;
  height: auto;
  font-size: 0.26rem;
  padding: 0.05rem 0.15rem
}

.isPhone .QQGroup .item .box a span {
  width: 0.3rem;
  height: 0.3rem;
  background-size: 100% 100%
}

.isPhone .otherInfo .main .news ul li a .newsTitle em {
  font-size: 0.26rem
}

.isPhone .otherInfo .main .address .addressBox img {
}
.QQGroup .item .box a.wap{
  display: none;
}
.isPhone .QQGroup .item .box a.pc{
  display: none;
}
.isPhone .QQGroup .item .box a.wap{
  display: flex;
}
