.pr-right {
  padding-top: 46px;
}

.pr-right .box {
  width: 100%;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 380px;
}

.pr-right .tit {
  margin-top: 0;
  margin-bottom: 0;
}

.pr-right .left {
  width: 30%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;

  height: 380px;
}

.pr-right .left a {
  display: block;
  font-size: 16px;

  line-height: 70px;
  color: #000;
  padding-left: 15px;
  width: 100%;
  text-align: left;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.pr-right .left a:first-child {
  line-height: 90px;
  font-weight: 700;
}

.pr-right .left a:last-child {
  border-bottom: 0;
}

.pr-right .left a.on {
  background-color: #cd3435;
  color: #fff;
}

.pr-right .right {
  width: calc(70% - 10px);
  float: right;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 380px;
  overflow: auto;
}

.pr-right .right a {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0px 20px;
  align-items: center;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
}

.pr-right .right a .img1 {
  width: 45px;
}

.pr-right .right a span {
  width: calc(100% - 20px);
}

.pr-right .right a .img2 {
  width: 20px;
  fill: #ccc;
}

.pak .pr-right .right {
  width: 100%;
  height: auto;
  border: 0;
}

@media (max-width: 1500px) {
  .pr-right {
    padding-top: 49px;
  }
}

@media (max-width: 1400px) {
  .pr-right {
    padding-top: 34px;
  }
}

@media (max-width: 768px) {
  .pr-right .box {
    padding: 0;
  }

  .pr-left {
    float: initial;
  }

  .pr-right {
    float: initial;
  }

  .pr-right .left {
    width: 33%;
    height: 326px;
  }

  .pr-right .right {
    width: calc(68% - 10px);
    height: 326px;
  }

  .pr-right .left a {
    font-size: 10px;
    line-height: 40px;
  }

  .pr-right .box {
    height: 326px;
  }

  .pr-right .right a {
    padding: 15px 0;
    height: auto;
  }

  .pr-right .right a .img1 {
    width: 35px;
  }

  .pr-right .right a span {
    width: calc(100% - 20px);
    margin-left: 0;
    font-size: 10px;
  }

  .pr-right .left a:first-child {
    line-height: 50px;
  }
}

.pr-right .right a:hover {
  background-color: #cd3435;
  color: #fff;
}

.pr-right .right a:hover .img2 {
  fill: #fff;
}

/* //20231026 */

.services .title2 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.services .content1 {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.services .pic1 {
  max-width: 100%;
  /* margin-top: 90px;
  margin-bottom: 134px; */
  padding: 55px 0 72px;
}

.services .pic2 {
  /* width: 100%; */
  background: #f5f5f5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 118px;
  padding: 96px 172px;
}

.services .pic1 .picture {
  max-width: 100%;
}

.services .pic2 img {
  width: 90%;
  transition: all 0.5s;
}

.services .pic2 img:hover {
  transform: scale(1.1);
}

@media (max-width: 1680px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 996px) {
  .services .pic2 {
    padding: 82px 133px;
  }
}

@media (max-width: 750px) {
  .services .title2 {
    /* margin-top: 70px; */
    margin-bottom: 45px;
  }

  .services .content1 {
    width: 355px;
    font-size: 14px;
  }

  .services .pic1 {
    max-width: 100%;
    margin-top: 46px;
    margin-bottom: 50px;
  }

  .services .pic2 {
    margin-bottom: 60px;
    padding: 24px 20px;
  }
}

.bgcMap {
  width: 100%;
  height: auto;

  padding: 55px 0 72px;
}

.bgcMap img {
  width: 100%;
}

.program {
  background: #f5f5f5;
  padding: 55px 0 72px;

  box-sizing: border-box;
}
.program .content {
}
.program .list {
  width: 100%;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 10%;
}

.program .list a {
  width: calc((100% - 300px) / 4);
  display: block;
  text-align: left;
  margin-bottom: 40px;
  transition: all 0.5s;
  margin-right: 100px;
}
.program .list a:nth-child(4n) {
  margin-right: 0;
}

.program .list a img {
  width: 100%;
  display: inline-block;
}

.program .list a:hover {
  transform: scale(1.08);
}

.program .bgc1 {
  max-width: 1398px;
  /* height: 474px; */
  margin: 211px 263px 142px 259px;
}

.txt {
  font-size: 30px;
  color: #d32737;
  line-height: 22px;
}

.scheme {
  padding: 55px 0 72px;
  box-sizing: border-box;
}

.grid {
  margin-top: 71px;
  box-sizing: border-box;
  padding: 0 10%;
}

.grid .row {
  width: 100%;
  /* border-bottom: 2px solid rgba(0, 0, 0, 0.1); */
  display: flex;
  justify-content: space-between;
}

.grid .row:last-child {
  border-bottom: 0px solid #000;
}

.grid .row .cell {
  /* width: 33%; */
  padding-top: 51px;
  padding-bottom: 51px;
}

.grid .row .cell img {
  max-width: 12.3vw;
  transition: all 0.5s;
}

.grid .row .cell:hover img {
  transform: scale(1.08);
}

.grid .row .cell:nth-child(2) {
  /* width: 40%; */
}

.grid .row .cell img {
  display: inline-block;
}

.grid .row .cell:nth-child(2n) {
  /* text-align: center;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  border-left: 2px solid rgba(0, 0, 0, 0.1); */
}

.grid .row .cell:nth-child(3n) {
  /* text-align: right; */
}

.cell {
  /* width: 100px;
  height: 100px; */
}

.grid .row:first-child .cell {
  padding-top: 0;
}

.grid .row:last-child .cell {
  padding-bottom: 0;
}

/* .cell:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
  transform: translateY(-50%);
}

.cell:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: black;
  transform: translateX(-50%);
} */

.college {
  padding-bottom: 72px;
}

.college .list {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.college .list .text {
  width: 50%;
  padding-right: 86px;
}

.college .list .img {
  width: 50%;
}

.college .list .img img {
  width: 100%;
}

.college .list .text .tit-16 {
  font-size: 16px;
  margin-top: 30px;
  color: #666666;
  line-height: 1.5;
}

.college-b {
  padding: 55px 0 72px;
  background: #f5f5f5;
}

.college-b .list {
  margin-top: 44px;
  width: 100%;
  display: flex;
}

.college-b .list .li {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  background-color: #fff;
  padding: 42px 0 79px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.college-b .list .li:nth-child(3n) {
  margin-right: 0;
}

.college-b .list .li .img {
  width: 200px;
  height: 200px;
  background: #f5f5f5;
  border-radius: 50%;
  position: relative;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.college-b .list .li .tit-18 {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 40px;
  text-align: center;
}
.college-b .list .li .tit-18 a:hover {
  color: #b40e21;
}

.college-b .list .li .img img {
  max-width: 80%;
  transition: all 0.5s;
}

.college-b .list .li:hover .img img {
  transform: translate(-50%, -50%) scale(1.08);
}

.college-c {
  padding: 55px 0 72px;
  background: #fff;
}

.college-d {
  padding: 55px 0 72px;
  background: #f5f5f5;
}

.college-d .list {
  margin-top: 40px;
  display: flex;
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
}

.college-d .list .text {
  padding-right: 0;
  padding-left: 86px;
}

.college-d .list .text .tit-16 {
  margin-top: 0;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

.college-container {
  margin-top: 40px;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* padding: 0 40px; */
  box-sizing: border-box;
}

.college-container .swiper-slide {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.college-container .swiper-slide img {
  max-width: 100%;
}

.college-container .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.college-container .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #cccccc;
  border-radius: 50%;
  opacity: 1;
  margin: 0 13px;
}

.college-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #b40e21;
}

.college-e {
  padding: 55px 0 72px;
  background: #fff;
}

.college-e .list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.college-e .list a {
  display: block;
  width: calc((100% - 66px) / 3);
  margin-right: 33px;
  margin-bottom: 49px;
}

.college-e .list a:nth-child(3n) {
  margin-right: 0;
}

.college-e .list a .img {
  width: 100%;
  height: 282px;
  overflow: hidden;
}

.college-e .list a .img .bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}

.college-e .list a .t1 {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 35px;
}

.college-e .list a .t2 {
  color: #666666;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 16px;
}

.college-e .list a .tit-14 {
  display: inline-block;
  font-size: 14px;
  color: #d32737;
  text-decoration: underline;
  margin-top: 38px;
}

.page {
  text-align: center;
  margin-top: 40px;
}

.college-e .list a:hover .bg {
  transform: scale(1.1);
}

.college-e .list a:hover .t1 {
  color: #b40e21;
}

@media (max-width: 768px) {
  .program {
    padding: 40px 0;
  }

  .txt {
    font-size: 20px;
  }

  .program .list {
    margin-top: 30px;
  }

  .program .list a {
    width: 50%;
    text-align: center;
    margin-right: 0;
  }
  .program .list a img {
    width: 80%;
  }

  .scheme {
    padding: 40px 0;
  }

  .grid .row .cell:nth-child(2) {
    width: 33%;
  }

  .grid .row .cell {
    width: 33%;
  }

  .grid .row .cell img {
    max-width: 87%;
  }

  .grid .row .cell {
    padding: 20px 0;
  }

  .grid {
    margin-top: 40px;
  }

  .college .list {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
  }

  .college .list .text {
    width: 100%;
    padding: 0;
  }

  .college .list .img {
    width: 100%;
    margin-top: 30px;
  }

  .college-b .list {
    display: block;
  }

  .college-b .list .li {
    width: 100%;
    margin-bottom: 20px;
  }

  .college-container .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;

    border-radius: 50%;
    opacity: 1;
    margin: 0 7px;
  }

  .college-d .list {
    margin-top: 0;
  }

  .college-d .list .text {
    margin-top: 20px;
  }

  .college-e .list a {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .college-e .list a .t1 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 23px;
  }

  .college-e .list a .t2 {
    color: #666666;
    margin-top: 19px;
    line-height: 1.5;
    font-size: 13px;
  }
  .college-e .list a .tit-14 {
    margin-top: 20px;
  }
  .mb {
    display: block;
  }
  .pc {
    display: none;
  }
}

.y-txt {
  padding: 1rem 0.5rem 0.7rem;
  background: #f6f6f6;
  display: flex;
  flex-wrap: wrap;
}
.y-txt .l {
  width: 100%;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.y-txt .l:nth-child(2n) {
  /* width: 40%; */
}
.prbox {
  display: flex;
  flex-wrap: wrap;
}
.prbox p {
  padding: 0.75rem 0;
}

.y-txt .tit-14 {
  font-size: 14px;
  color: #333333;
}
.y-txt .t1 {
  opacity: 0.7;
  line-height: 1.5;
  white-space: nowrap;
}

.y-txt .t2 {
  font-weight: 600;
}

.prbox .pra {
  width: calc((100% - 3%) / 4);
  margin-right: 1%;
  margin-bottom: 11px;
}
.prbox .pra:nth-child(3n) {
  margin-right: 1%;
}
.prbox .pra:nth-child(4n) {
  margin-right: 0;
}

.pr-right .tit2 {
  font-size: 18px;
  color: #333;
  padding-bottom: 15px;

  font-weight: 700;
  cursor: pointer;
}

.pr-right .tit2 img {
  margin: 0 10px;
}
.dfxbw {
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pr-right .tit3 {
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 30px;
}
.pr-right .tit3 svg {
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.pr-right .tit3.on svg {
  transform: rotate(90deg);
}

.sele-box {
  width: 100%;
  padding: 25px;
  background: RGBA(247, 247, 247, 1);
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sele-box::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  background: #cd3436;
  position: absolute;
  top: 0;
  left: 0;
}
.sele-box .s-box1 {
  width: 43.6%;
}
.sele-box .s-box .t {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.sele-box .el-slider__bar {
  background-color: #cd3436;
}
.el-slider__button {
  width: 13px;
  height: 13px;
  border: 1px solid #c9c9c9;
}
.el-slider__runway {
  background-color: rgba(102, 102, 102, 0.25);
}
.el-slider__stop {
  background-color: transparent;
}
.el-slider__stop.el-slider__marks-stop {
  background-color: #fff;
}

.sele-box .s-box2 {
  width: 21.8%;
}

.sele-box .s-box3 {
  width: 15.9%;
}
.fwr {
  width: 100%;
  background-color: #fff;
}
.fwr .acf {
  width: 100%;
}
.fwr.on .acf {
  position: fixed;
  z-index:1999;
  top: 80px;
}
.dfxbw {
  background-color: #fff;
}
.prbox {
  margin-top: 1rem;
}
@media (max-width: 1580px) {
  .prbox .pra {
    width: calc((100% - 2%) / 3);
  }
  .prbox .pra:nth-child(4n) {
    margin-right: 1%;
  }
  .prbox .pra:nth-child(3n) {
    margin-right: 0%;
  }
}
@media (max-width: 768px) {
  .sele-box {
    display: block;
  }
  .sele-box .s-box1 {
    width: 100%;
  }
  .sele-box .s-box2 {
    width: 100%;
    margin-top: 20px;
  }
  .sele-box .s-box3 {
    width: 100%;
    margin-top: 20px;
  }
  .fwr.on .acf {
    top: 0;
  }
  .prbox .pra {
    width: 100%;
    margin-right: 0 !important;
  }
  .fwr.on .acf {
    position: relative;
  }
}

.y-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.y-top.tit {
}
.y-top .y-search {
  display: flex;
  align-items: center;
  width: 329px;
  height: 44px;
  background: #f6f6f6;
  border-radius: 2px;
}
.y-top .y-search input {
  width: calc(100% - 44px);
  height: 100%;
  border: 0;
  background: transparent;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 20px;
}
.y-top .y-search .submit {
  position: relative;
  width: 44px;
  height: 44px;
  background: #cd3436;
  border-radius: 2px;
  cursor: pointer;
}
.y-top .y-search .submit .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .y-top {
    display: block;
  }
  .y-top .y-search {
    width: 100%;
    margin-top: 30px;
  }
}

.y-top .t span {
  color: #b40e21;
}

.y-tables {
  margin-top: 20px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
  display: flex;
}

.y-tables .li {
  padding: 20px 28px;
  font-size: 22px;
  font-weight: 500;
  color: #666;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.y-tables .li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #cd3436;
  bottom: -3px;
  left: 0;
}
.y-tables .li span {
  color: #b40e21;
  font-size: 16px;
}
.y-tables .li.on {
  color: #000;
}
.y-tables .li.on::after {
  width: 100%;
}

.a-y-list {
  width: 100%;
  margin-top: 20px;
}
.a-y-list a {
  width: 100%;
  margin-right: 0;
  display: flex;
  padding: 22px 29px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  align-items: center;
  justify-content: space-between;
}
.a-y-list a svg {
  fill: #666;
}
.a-y-list a:hover svg {
  fill: #b40e21;
}
.a-y-list a span {
  color: #b40e21;
}

.head {
  z-index: 9999;
}
@media (max-width: 768px) {
  .pr-de .list {
    display: none;
  }
  .so-de .tit-de {
    display: none;
  }
}

.prod .center {
  width: 80%;
}
.pr-right .tit {
  position: static;
}
.pr-right .gform.op {
  opacity: 0;
}
.pr-right .gform.sticky {
  position: sticky;
  top: 100px;
  right: 0;
  z-index: 5;
  /* background-color: #fff; */
}
/* @media (min-width: 1051px) { */
.pr-left {
  float: none;
}
.pr-right {
  float: none;
}
.gprod {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* } */

.pr-right > .gform {
  position: absolute;
  right: 0;
  top: 46px;
  font-size: 24px;
  color: #333;
  padding-bottom: 15px;
  margin-top: -46px;
  display: none;
}
.pr-right > .gform.show {
  display: block;
}

.pr-right > .gform .y-search {
  display: flex;
  align-items: center;
  width: 329px;
  height: 44px;
  background: #f6f6f6;
  border-radius: 2px;
  margin: 0 0 0 auto;
}
.pr-right > .gform .y-search input {
  width: calc(100% - 44px);
  height: 100%;
  border: 0;
  background: transparent;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 20px;
}
.pr-right > .gform .y-search .submit {
  position: relative;
  width: 44px;
  height: 44px;
  background: #cd3436;
  border-radius: 2px;
  cursor: pointer;
}
.pr-right > .gform .y-search .submit .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1680px) {
  .y-tables .li {
    padding: 20px 0;
    text-align: center;
  }
}
.pr-right .tit{
  font-size: 17px;
}
@media (max-width: 1560px) {
  .gprod .pr-right .tit {
    font-size: 14px;
  }
  .y-tables .li {
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
  }
  .y-txt .tit-14 {
    font-size: 12px;
  }
  .gprod{
    width: 82%;
  }
}
@media (max-width: 1366px) {
  
  .gprod .pr-right .tit {
    font-size: 13px;
  }
  .y-tables .li {
    font-size: 15px;
  }
}
.totop {
  width: 44px;
  height: 44px;
  background: #cd3436;
  border-radius: 2px;
  position: fixed;
  right: 0;
  bottom: 2rem;
  display: none;
  z-index: 9999;
}
@media (max-width: 1050px) {
  .gprod .pr-right .tit {
    font-size: 20px;
  }
  .pr-right .tit {
    padding-bottom: 0;
  }
  .gprod .fwr {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .y-tables {
    overflow: auto;
    padding: 1rem 0;
    border-bottom: 0;
  }
  .gprod .pr-right .tit {
    font-size: 16px;
  }
  .y-tables .li {
    margin-right: 1rem !important;
  }
  .gprod .pr-right .tit .t {
    margin-bottom: 0.75rem;
  }
  .pr-right .tit {
    padding-bottom: 15px;
  }
  .dfxbw {
    display: block;
  }
  .dfxbw .y-top .y-search {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .y-top {
    background-color: #fff;
    margin-bottom: 0 !important;
  }
  .y-top .y-search {
    margin-top: 0;
  }
  .pr-right .tit3 {
    padding: 0.5rem 0;
  }
  .totop {
    display: block;
  }
  .prbox .pra {
    width: calc((100% - 2%) / 2);
    margin-right: 1% !important;
    background: #f6f6f6;
  }
  .prbox .pra:nth-child(2n) {
    margin-right: 0 !important;
  }
  .el-tooltip__popper {
    transition: all 0s;
  }
  .y-txt {
    flex-direction: column;
  }
  .y-txt .l {
    width: 100% !important;
    margin-bottom: 0.3rem;
    /* display: flex;
    align-items: center; */
    display: block;
  }
  .pra .pic {
    background-color: #fff;
  }
  .prbox p {
    background-color: #fff;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
  }
}

.gprod .pr-right .vide {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.gprod .pr-right .vide .aos-init {
  width: calc((100% - 5%) / 3);
}
.solu a:nth-child(2n){
  margin-right: 2%;
}
.solu a:nth-child(3n){
  margin-right: 0%;
}

.tit-24 {
  font-size: 18px;
  line-height: 1.5;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.pra-cover {
  z-index: 333;
}

html {
  -webkit-overflow-scrolling: auto; /* 禁用iOS的弹性滚动 */
}
/* 或者保留滚动但禁用缓动 */
html {
  scroll-behavior: auto !important;
}

.so-de .list a,.pr-left .list a {
  white-space: nowrap;
  padding-left:20px;
  font-size: 13px;
  text-align: left;
}
.pr-left .tit {
  text-align: left;
  padding-left:20px;
}
.so-de .tibox a{
  padding-left:20px;
}
.pr-left .list a .xian{
  margin-right: 0;
}
.pr-left .list a:hover .xian{
  margin-right: 10px;
}
.so-de .list a{
  line-height: 13px;
}
@media (max-width: 1500px) {
  .so-de .list a {
    white-space: nowrap;
    padding-left:20px;
    font-size: 12px;
  }
}
.so-de .tibox a,.so-de .tibox a{
  text-align: left !important;
}
.solu .page{
  width: 100% !important;
  border: 0 !important;
}
.solu .page a{
      margin: 0 5px !important;
}