/*分页样式*/
.y-pages {
 text-align: center;
}

.y-page {
 padding: 1.5rem 0 0;
 font-size: 0.375rem;
 font-weight: bold;
 line-height: 0.55rem;
 text-align: center;
 clear: both;
 display: inline-block;
}

.y-page a {
 text-decoration: none;
 color: #333;
 height: 1rem;
 line-height: 1rem;
 margin: 0 0.425rem;
 padding: 0 0.2rem;

 display: block;
 float: left;
 -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
 transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.y-page a.active {
 border-bottom: 3px solid #e01122;
 color: #000099;
 -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
 transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.y-page span.laypage_curr {
 width: 1rem;
 height: 1rem;
 line-height: 1rem;
 margin: 0 0.1rem;
 display: inline-block;

 color: #000099;
 -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
 transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.y-page a:hover {
 text-decoration: none;

 color: #000099;
 -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
 transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.y-page a[rel="next"],
.y-page a[rel="prev"] {
 display: none !important;
}
.y-page a[rel="next"] {
 
}
.y-page a[rel="next"]:hover,
.y-page a[rel="prev"]:hover {

}
.y-act-a {
  padding: 1.5rem 0;
}

.wr {
  width: 100%;
  position: relative;
}
.fc {
  display: flex;

  align-items: center;
}
.table-list {
  justify-content: center;
}
.table-list .li {
  width: 4rem;
  line-height: 1.3rem;
  background: #f5f5fc;
  border-radius: 0.1rem;
  border: 0px solid #ffffff;
  margin: 0 0.225rem;
  text-align: center;
  cursor: pointer;
  display: block;
}
.table-list .li:hover,
.table-list .li.on {
  background: #e01122;
  color: #fff;
}

.y-list {
  display: flex;
  flex-wrap: wrap;
}
.y-act-a .y-list {
  margin-top: 1rem;
align-items: stretch;
}
.y-act-a .y-list .li {
  display: block;
  width: calc((100% - 1.65rem) / 3);
  margin-right: 0.825rem;
  margin-bottom: 0.75rem;
}
.y-act-a .y-list .li:nth-child(3n) {
  margin-right: 0;
}

.of {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.y-act-a .y-list .li .img {
  width: 100%;
  height: 7.35rem;
  overflow: hidden;
}
.y-act-a .y-list .li .img img{
  height: 100%;
width: 100%;
object-fit: cover;
transition: all .6s;
}
.y-act-a .y-list .li .t {
  width: 100%;
  /* padding: 0.7rem 0.975rem; */
height: 3rem;
  padding: 0.575rem 0.975rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}
.y-act-a .y-list .li:hover .img img {
  transform: scale(1.02);
}
.y-act-a .y-list .li:hover .t p{
  color: #e40011;
}
.y-act-b {
  padding: 1.7rem 0;
}
.y-act-b .y-list-r {
  margin-top: 0.25rem;
}

.y-act-b .y-list-r .li {
  display: flex;
  height: 3.75rem;
  border: 1px solid rgba(242, 242, 242, 0.851);
  margin-bottom: 0.225rem;
  box-shadow: 0px 2px 5px 0px rgba(51, 71, 102, 0.1);
}
.y-act-b .y-list-r .li .left {
  width: 4.025rem;
  height: 100%;
}

.y-act-b .y-list-r .li .left {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.y-act-b .y-list-r .li .left .num {
  color: #2626a8;
  font-weight: 700;
  line-height: 1;
}

.y-act-b .y-list-r .li .left .t1 {
  color: #000000;
  opacity: 0.25;
  margin: 0 0.1rem;
  line-height: 1;
  transform: translateY(-0.05rem);
}

.y-act-b .y-list-r .li .left .t2 {
  color: #000000;
  text-align: center;
  line-height: 1.2;
}
.y-act-b .y-list-r .li .right {
  width: calc(100% - 4.025rem);
  padding-left: 1.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-right: 2rem;
}
.y-act-b .y-list-r .li .right .t1 {
  font-weight: 500;
}
.y-act-b .y-list-r .li .right .t2 {
  margin-top: 0.3rem;
}


.y-act-b .y-list-r .li:hover {
  color: #e01122;
}
.y-act-c {
  padding: 1.7rem 0 4.925rem;
}
.y-act-c .y-list {
  margin-top: 1.15rem;
}
.y-act-c .y-list .li {
  display: flex;
  width: calc((100% - 0.5rem) / 2);
  margin-right: 0.5rem;
  margin-bottom: 0.4rem;
}
.y-act-c .y-list .li:nth-child(2n) {
  margin-right: 0;
}

.y-act-c .y-list .li .img {
  width: 7rem;
  height: 7rem;
  overflow: hidden;
}
.y-act-c .y-list .li .txt {
  width: calc(100% - 7rem);
  background: #f5f5fc;
  border-radius: 2px;
  padding: 1.25rem;
}
.y-act-c .y-list .li .txt .t1 {
  font-weight: 500;
  line-height: 1.2;
}
.y-act-c .y-list .li .txt .t2 {
  margin-top: 0.4rem;
  color: #333;
}
.y-act-c .y-list .li .txt .more {
  margin: 1rem 0 0;
  border-radius: 0.05rem;
  transition: all 0.5s;
}
.y-act-c .y-list .li .txt .more .line {
  width: 0.45rem;
  height: 2px;
  margin-left: 0.4rem;
  background: #ffffff;
  transition: all 0.5s;
}
.y-act-c .y-list .li:hover .of {
  transform: scale(1.02);
}
.y-act-c .y-list .li:hover .tit-22,
.y-act-c .y-list .li:hover .tit-15{
  color: #e40011;
}
.y-act-e .y-list .li:hover .tit-15{
  color: #333;
}
.y-act-c .y-list .li .txt .more:hover {
  background-color: #2626a8;
}
.y-act-c .y-list .li .txt .more:hover .line {
  transform: translateX(5px);
}

.y-act-d {
  padding: 1.7rem 0 4.925rem;
}
.y-act-d .y-content {
  display: flex;
}

.y-act-d .y-right-box {
  width: calc(100% - 8rem);
}

.y-list-la .li {
  display: block;
  padding: 0.6rem 0.625rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: #333;
  transition: all 0.5s;
  box-sizing: border-box;
  position: relative;
}
.y-list-la .li::after{
  position: absolute;
  left: 0;
  bottom: -.05rem;
  width: 0;
  content: '';
  height: .05rem;
  background-color: rgba(224, 17, 34, 1);
  transition: all .6s;
}
.y-list-la .li:hover .t1{
  color: #e40011;
}
.y-list-la .li .t1 {
  transition: all .6s;
  font-weight: 500;
}
.y-list-la .li .t2 {
  line-height: 1;
  margin-top: 0.25rem;
}
.y-list-la .li .fc {
  margin-top: 0.775rem;
  color: rgba(0, 0, 0, 0.5);
}

.y-list-la .li .fc .line {
  width: 1px;
  height: 0.325rem;
  background-color: rgba(0, 0, 0, 0.21);
  margin: 0 0.3rem;
}
.y-list-la .li .fc .t3 {
  color: #e01122;
}

.lh1 {
  line-height: 1;
}
.y-list-la .li:hover {
  box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.1);
  /* border-bottom: 2px solid #e01122; */
}
.y-list-la .li:hover::after{
  width: 100%;
}


.y-act-e .y-list {
  display: block;
}
.y-act-e .y-list .li {
  width: 100%;
  margin-right: 0;
}
.y-act-e .y-list .li .img {
  width: 50%;
  height: 10.5rem;
}
.y-act-e .y-list .li .txt {
  width: 50%;
}
.y-act-e .y-list .li .txt .t2 {
  min-height: 3.4rem;
  text-align: justify;
}
.y-act-e .y-list .li:nth-child(2n) {
  flex-direction: row-reverse;
}

.ac-info {
  padding-top: 2rem;
}
.ac-info .ac-title {
  background: #f5f5fc;
  padding: 1.3rem 10%;
  text-align: center;
}
.ac-info .ac-title .t1 {
  font-weight: 500;
  color: #000;
}
.ac-info .ac-title .fc {
  margin-top: 0.4rem;
  justify-content: center;
}
.ac-info .ac-title .fc  svg{
  width: .35rem;
    height: .35rem;
    margin-right: .3rem;
    fill: rgba(224, 17, 34, 1);
}
.ac-info .ac-title .fc .t2 {
  /* margin-left: 0.275rem; */
  color: rgba(51, 51, 51, .5);
}
.ac-info .ac-cont {
  background-color: #fff;
}
.ac-info .ac-cont {
  width: 100%;
  padding-bottom: 4.375rem;
}
.ac-info .ac-cont .rt_navs {
  padding: 0.65rem 0 0.9rem;
  justify-content: flex-end;
}
.y-bm {
  height: 2.2rem;
  background: #e50012;
  border-radius: 4px;
  margin-top: 0.45rem;
}
.y-bm .more {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.y-bm .more:hover {
  background-color: #2626a8;
}
.y-bm .more .icon {
  width: 0.6rem;
  margin-left: 0.1rem;
}

.y-bm .rent {
  width: 0.925rem;
  height: 0.925rem;
  position: absolute;
  right: 0.825rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  cursor: pointer;
}
.y-bm .rent:hover {
  background-color: #2626a8;
}

.enroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 33;
  display: none;
}
.enroll .mak {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.enroll .box {
  position: absolute;
  background: #ffffff;
  width: 20rem;
}
.enroll .box .titlr {
  height: 1.3rem;
  width: 100%;
  background: #e50012;
  padding: 0 0.875rem;
  color: #fff;
  justify-content: space-between;
}
.enroll .box .titlr .close {
  width: 0.6rem;
  cursor: pointer;
}
.enroll .box .titlr .close svg {
  transition: all 0.5s;
}
.enroll .box .titlr .close:hover svg {
  transform: rotate(180deg);
}

.enroll .box form {
  width: 100%;
  padding: 1rem 1.25rem 1.3rem;
}

.enroll .box form .li {
  display: flex;
  margin-bottom: 0.325rem;
}

.enroll .box form .li .lab {
  width: calc(100% - 14.05rem);
}
.enroll .box form .li .lab .bx {
  color: #e01122;
  font-size: 0.5rem;
  margin-right: 0.2rem;
  height: 0.6rem;
}
.enroll .box form .li input {
  width: 14.05rem;
  height: 1.25rem;
  background: #f2f2f2;
  border: 0px solid #9e9d9f;
  padding: 0 0.7rem;
}
.yzm-box {
  display: flex;
  height: 1.35rem;
  width: 10.75rem;
  border: 1px solid rgba(158, 157, 159, 0.2);
  padding: 0.35rem 0;
  position: relative;
}
.yzm-box .icon {
  width: 1.45rem;
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(51, 51, 51, 0.21);
}
.yzm-box .icon svg {
  fill: #2626a8;
}
.enroll .box form .li .yzm-box input {
  width: 6.225rem;
  padding: 0 0.45rem;
  font-size: 0.375rem;
  height: 100%;
  background-color: transparent;
}
.yzm-box .captcha_no,
.yzm-box .captcha_ok{
  position: absolute;
  right: .25rem;
  top: 58%;
  transform: translateY(-50%);
}
.y-submit {
  font-size: 0.45rem;
  color: #f5f5f5;
  margin-top: 0.5rem;
  transition: all .6s;
}
.y-submit:hover{
  background-color: #000099;
}
.enroll .box form .tip {
  margin-top: 0.5rem;
  padding-top: 0.4rem;
  width: 100%;
  border-top: 1px solid rgba(158, 157, 159, 0.2);
  font-weight: 500;
}
.y-about {
  padding: 1.925rem 0;
}

.y-ab-cont .t1 {
  padding: 0.75rem 0.6rem 0;
  line-height: 1;
}
.y-ab-cont .table-top {
  margin-top: 0.75rem;
  width: 100%;
  height: 1.65rem;
  background: #7d8ec3;
  display: flex;
  color: #fff;
  font-weight: 500;
}

.y-ab-cont .table-top .li {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.y-ab-cont .table-top .li:nth-child(1) {
  width: 14.7%;
}
.y-ab-cont .table-top .li:nth-child(2) {
  width: 14.7%;
}
.y-ab-cont .table-top .li:nth-child(3) {
  width: 21.8%;
}
.y-ab-cont .table-top .li:nth-child(4) {
  width: 26.8%;
}

.y-ab-cont .table-top .li:nth-child(5) {
  width: 22%;
}

.y-ab-cont .table-body {
  width: 100%;
  height: 1.65rem;
  display: flex;
  color: #333333;
}

.y-ab-cont .table-body .li {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.y-ab-cont .table-body .li:nth-child(1) {
  width: 14.7%;
}
.y-ab-cont .table-body .li:nth-child(2) {
  width: 14.7%;
}
.y-ab-cont .table-body .li:nth-child(3) {
  width: 21.8%;
}
.y-ab-cont .table-body .li:nth-child(4) {
  width: 26.8%;
}

.y-ab-cont .table-body .li:nth-child(5) {
  width: 22%;
}
.y-ab-cont .table-body:nth-child(2n) {
  /* background: #ebebfa; */
  background: #F5F5FC;
}

.y-ab-cont .table-list {
  margin-top: 0.75rem;
  justify-content: flex-start;
}
.y-ab-cont .table-list .li {
  min-width: 4.5rem;
}

.y-ab-bjq {
  margin-top: 0.45rem;
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0.75rem;
}
.y-ab-bjq img {
  display: inline-block;
}
.y-ab-bjq a {
  color: #e50012;
}
.phy-top {
  margin-top: 0.55rem;
  position: relative;
  z-index: 3;
}
.phy-top .phy-select {
  width: 5.875rem;
  height: 1.325rem;
  border-radius: 0.1rem;
  border: 1px solid rgba(51, 51, 51, 0.15);
  position: relative;
  cursor: pointer;
}

.phy-top .phy-select .tit {
  width: 100%;
  height: 100%;
  padding: 0 0.6rem;
  justify-content: space-between;
}

.phy-top .phy-select .tit svg {
  width: 0.4rem;
  fill: #666;
  transition: all 0.5s;
}
.phy-top .phy-select.on .tit svg {
  transform: rotate(180deg);
}
.phy-top .phy-select .con-sel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.15);
  /* padding: 0.2rem 0; */
  display: none;
}

.phy-top .phy-select .con-sel .alis {
  font-size: 0.375rem;
  padding: 0.2rem 0.5rem;
}

.phy-top .phy-select .con-sel .alis:hover {
  color: #fff;
  background-color: #e50012;
}
.phy-seach {
  margin-left: 0.25rem;
}
.phy-seach input {
  width: 12.175rem;

  border: 1px solid rgba(51, 51, 51, 0.15);
  height: 1.325rem;
  border-right: 0;
  padding: 0 0.5rem;
  font-size: 0.375rem;
}
.phy-seach .more {
  width: 2.5rem;
  font-weight: bold;
  font-size: 0.375rem;
  color: #ffffff;
  cursor: pointer;
  transition: all .6s;
}
.y-ab-cont  .phy-seach .more:hover{
  background-color: #000099;
}

.y-ab-cont.y-phy .table-top .li:nth-child(1) {
  width: 19.6%;
}
.y-ab-cont.y-phy .table-top .li:nth-child(2) {
  width: 17.8%;
}

.y-ab-cont.y-phy .table-top .li:nth-child(3) {
  width: 21.8%;
}
.y-ab-cont.y-phy .table-top .li:nth-child(4) {
  width: 22.2%;
}
.y-ab-cont.y-phy .table-top .li:nth-child(5) {
  width: 18.6%;
}

.y-ab-cont.y-phy .table-body .li:nth-child(1) {
  width: 19.6%;
}
.y-ab-cont.y-phy .table-body .li:nth-child(2) {
  width: 17.8%;
}

.y-ab-cont.y-phy .table-body .li:nth-child(3) {
  width: 21.8%;
}
.y-ab-cont.y-phy .table-body .li:nth-child(4) {
  width: 22.2%;
}
.y-ab-cont.y-phy .table-body .li:nth-child(5) {
  width: 18.6%;
}

.y-ab-cont.y-phy .table-body {
  height: 2.5rem;
}
.y-ab-cont.y-phy .table-body .li:nth-child(5) img {
  max-width: 1.75rem;
}

.y-showmore {
  color: #e01122;
  text-align: center;
  font-size: 0.375rem;
  margin-top: 2rem;
  font-weight: bold;
  text-decoration-line: underline;
  cursor: pointer;
  transition: all 0.5s;
}
.y-ab-cont .table-body .li:last-child {
  border-right: 0;
}

.y-ab-cont.y-gd .table-top .li:nth-child(1) {
  width: 30%;
}
.y-ab-cont.y-gd .table-top .li:nth-child(2) {
  width: 70%;
}
.y-ab-cont.y-gd .table-top .li {
  padding: 0 1.175rem;
  justify-content: flex-start;
}

.y-ab-cont.y-gd .table-body .li:nth-child(1) {
  width: 30%;
}
.y-ab-cont.y-gd .table-body .li:nth-child(2) {
  width: 70%;
}
.y-ab-cont.y-gd .table-body {
  height: auto;
}
.y-ab-cont.y-gd .table-body .li {
  padding: 0.525rem 1.175rem;
  height: auto;
  text-align-last: left;
  justify-content: flex-start;
}
.y-gd {
  margin-top: 1.05rem;
}

@media (max-width: 996px) {
  .pc-block {
    display: none;
  }

  .mb-block {
    display: block;
  }
  /* .sub_banner {
    display: none;
  } */
  .wrap-nav {
    display: none !important;
  }
  .y-act-d {
    padding: 1.5rem 0;
  }
  .w1400 {
    width: 92%;
  }
  .sides_left_nav {
    display: none;
  }
  .right_content_g {
    width: 100%;
  }
  .y-ab-cont {
    width: 100%;
    overflow: auto;
    padding-bottom: 0.5rem;
  }

  .right_content_g .rt_top {
    display: block;
  }
  .right_content_g .rt_navs {
    margin-top: 1rem;
  }
  .y-ab-cont .table-top {
    width: 20rem;
  }
  .ab-table-list {
    width: 20rem;
  }
  .y-gd {
    margin-top: 0;
  }
  .phy-top {
    display: block;
  }
  .phy-seach input {
    width: 100%;
    margin-left: 0;
  }
  .phy-seach {
    margin-left: 0;
    margin-top: 0.25rem;
  }
  .y-ab-cont.y-phy .table-top {
    width: 30rem;
  }
  .y-ab-cont.y-phy .ab-table-list {
    width: 30rem;
  }

  .table-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-content: space-between;
  }
  .table-list .li {
    width: calc(50% - .25rem);
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
  .y-act-a .y-list .li {
    width: 100%;
    margin-right: 0;
  }
  .ac-info .ac-title .t1 {
    font-size: 0.5rem;
  }
  .ac-info .ac-title {
    padding: 1rem 10%;
  }
  .ac-info .ac-cont .rt_navs {
    margin-top: 0;
  }
  .ac-info .ac-cont {
    padding-bottom: 1rem;
  }
  .enroll .box {
    width: 80%;
    max-height: 60vh;
    overflow: auto;
  }
  .enroll .box form {
    padding: 0.5rem;
  }
  .enroll .box form .li {
    display: block;
  }
  .enroll .box form .li .lab {
    width: 100%;
  }
  .enroll .box form .li input {
    width: 100%;
    height: 1rem;
    margin-top: 0.2rem;
  }
  .yzm-box {
    width: 100%;
    height: 1.2rem;
    padding: 0.2rem 0;
  }
  .enroll .box form .li .yzm-box input {
    width: 60%;
    margin-top: 0;
  }
  .y-submit {
    height: 1.1rem;
  }
  .y-act-b .y-list-r .li {
    height: auto;
    display: block;
    padding: 0.5rem;
  }
  .y-act-b .y-list-r .li .left {
    width: 100%;
    justify-content: flex-start;
  }
  .y-act-b .y-list-r .li .right {
    width: 100%;
    padding: 0;
    margin-top: .5rem;
  }
  .y-act-c .y-list{
    display: block;
  }
  .y-act-c .y-list .li{
    display: block;
    width: 100%;
  }
  .y-act-c .y-list .li .img{
    width: 100%;
    height: auto;
  }
  .y-act-c .y-list .li .txt{
    width: 100%;
    height: auto;
    padding: .75rem .5rem;
  }
  .y-act-c{
    padding: 1.5rem 0;
  }
  .y-act-c .tit-42{
    font-size: 0.8rem;
  }
  .y-act-e .y-list .li .txt .t2{
    min-height: auto;
  }
  .n-transaction .contentbox .tablebox::-webkit-scrollbar,
  .y-ab-cont::-webkit-scrollbar{
    height: .1rem;
    background-color: #f5f5fc;

  }
  .n-transaction .contentbox .tablebox::-webkit-scrollbar-thumb,
  .y-ab-cont::-webkit-scrollbar-thumb{
    background-color: #e50012;
  }

  .y-act-a .y-list .li .t {
    height: auto;
    padding: 1rem .5rem;
  }
  .y-ab-cont .table-list{
    justify-content: space-between;
  }
  .phy-top .phy-select{
    width: 100%;
  }
}

@media (min-width:1024px) {
  .y-act-b .y-list-r .li:hover .left {
    background-color: #2626a8;
  }
  .y-act-b .y-list-r .li:hover .left .num {
    color: #fff;
  }
  .y-act-b .y-list-r .li:hover .left .t1 {
    color: #fff;
    opacity: 1;
  }
  .y-act-b .y-list-r .li:hover .left .t2 {
    color: #fff;
  }


}
.y-act-b .y-list-r .li:hover .tit-15,
.y-act-b .y-list-r .li:hover .tit-22{
color: #e40011;
}
.g_news_nav{
padding-top: 2.1rem;
border-top: .025rem solid rgba(102, 102, 102, 0.2);
margin-top: 2.5rem;
margin-bottom: 1rem;
}
.g_news_nav .backbtn {
  width: 1.075rem;
    height: 1.075rem;
    background: #e50012;
    border-radius: .1rem;
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.g_news_nav .backbtn .icon{
  width: .45rem;
  height: .45rem;
  fill: #fff;
}
.g_news_nav .backbtn:hover {
background-color: #000099;
}
.g_news_nav a{
  display: flex;
  align-items: center;transition: all .6s;
}
.g_news_nav a:hover{
  color: #333;
}
.g_news_nav a:hover p{
  color: #000099;
}
@media (min-width:1024px) {
  .g_news_nav{
    padding-top: 1.5rem;
    margin-top: 1rem;
    
  }
}
.ac-info .ac-cont video{
  width: 60%;
  height: 100%;
}