.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
hr {
  width: 100%;
  height: 1px;
  background: #fff;
}
.clean {
  overflow: hidden;
}
.center {
  width: 60%;
  margin: 0 auto;
}
.active1{
  background: #69c;
}
.active1 p:nth-child(1) {
  color: #fff !important;
  font-size: 16px !important;
  padding: 30px 0 20px !important;
}
.active1 p:nth-child(2) {
  display: inline !important;
  padding: 5px 0 !important;
  border-top: 1px dotted rgba(255, 255, 255, 0.5) !important;
}
/*************************************************/
.i-tit {
  text-align: center;
  margin: 50px 0 30px;
  width: 100%;
}
.i-tit p:nth-child(1) {
  font-size: 24px;
  color: #000;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  position: relative;
}
.i-tit p:nth-child(1)::after {
  position: absolute;
  content: '';
  width: 20%;
  height: 1px;
  background: #1e50ae;
  bottom: 0;
  left: 40%;
}
.i-tit p:nth-child(2) {
  color: #999;
  font-size: 16px;
  line-height: 2;
}
.i-tit p:nth-child(3) {
  color: #999;
  font-size: 16px;
  line-height: 2;
}
.i-tit p:nth-child(4) {
  color: #999;
  font-size: 16px;
  line-height: 2;
}
/*************************************************/
.hea {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.hea .hea-box .logo {
  width: 45%;
  position: relative;
  line-height: 100px;
}
.hea .hea-box .logo a {
  color: #999;
  font-size: 16px;
  font-style: italic;
  justify-content: flex-start;
}
.hea .hea-box .logo a .img{
  width: 45% ;
  display: inherit;
}
.hea .hea-box .logo a .tex{
  width: 55% ;
}
.hea .hea-box .logo .text {
  position: absolute;
  margin: 0;
  padding: 25px;
  left: 0;
  top: 100px;
  background-color: rgba(102, 153, 204, 0.9);
  width: 350px;
  display: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.hea .hea-box .logo .text p {
  line-height: 28px;
  color: #fff;
  margin-bottom: 10px;
  justify-content: flex-start;
  font-size: 16px;
}
.hea .hea-box .logo .text p:nth-child(4) {
  padding: 15px 0 0;
}
.hea .hea-box .logo:hover .text {
  display: block;
}
.hea .hea-box ul {
  width: 50%;
  height: 100px;
}
.hea .hea-box ul li {
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.8s;
  position: relative;
}
.hea .hea-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.hea .hea-box ul li a p:nth-child(1) {
  color: #000;
  font-size: 16px;
  padding: 40px 0;
}
.hea .hea-box ul li a p:nth-child(2) {
  display: none;
  color: #E9E9E9;
  font-size: 14px;
}
.hea .hea-box ul li .nav2 {
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.5s;
  display: none;
  background: rgba(102, 153, 204, 0.9);
  width: 175%;
  box-sizing: border-box;
  padding: 10px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 999;
}
.hea .hea-box ul li .nav2 .li2 {
  text-align: left;
  padding: 0 25%;
}
.hea .hea-box ul li .nav2 .li22{
  padding: 0 10%;
}
.hea .hea-box ul li .nav2 .li2:hover{
  background-color: #7BA9D8;
}
.hea .hea-box ul li .nav2 .li2 a {
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
}
.hea .hea-box ul li:hover {
  background: #69c;
}
.hea .hea-box ul li:hover a p:nth-child(1) {
  color: #fff;
  font-size: 16px;
  padding: 30px 0 20px;
}
.hea .hea-box ul li:hover a p:nth-child(2) {
  display: inline;
  padding: 5px 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
}
.hea .hea-box ul li:hover .nav2 {
  display: block;
}
/*************************************************/

.ban .ban-box .swiper1 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.ban .ban-box .swiper1 .swiper-pagination-bullet-active {
  background: #fff;
}
.ban .ban-box .swiper1 .hide1 {
  right: -10% !important;
}
.ban .ban-box .swiper1 .hide2 {
  left: -10% !important;
}
.ban .ban-box .swiper1 .swiper-button-next {
  transition: 0.5s;
  right: 0%;
  padding: 0.6% 0.5%;
  background: rgba(0, 0, 0, 0.3);
}
.ban .ban-box .swiper1 .swiper-button-next::after {
  color: #fff;
  font-size: 35px;
}
.ban .ban-box .swiper1 .swiper-button-prev {
  transition: 0.5s;
  left: 0%;
  padding: 0.6% 0.5%;
  background: rgba(0, 0, 0, 0.3);
}
.ban .ban-box .swiper1 .swiper-button-prev::after {
  color: #fff;
  font-size: 35px;
}
/*************************************************/
.abo .abo-box{
  margin: 50px auto 100px;
}
.abo .abo-box .btn {
  background: #69c;
  text-align: center;
  width: 16%;
  margin: 30px auto;
  transition: 0.3s;
}
.abo .abo-box .btn a {
  color: #fff;
  line-height: 45px;
  font-size: 16px;
}
.abo .abo-box .btn:hover{
  background: #0A69C8;
}
/*************************************************/
.env .env-box{
  margin: 50px auto 100px;
}
/*************************************************/
.mod {
  background: url(../img/mod1.jpg) no-repeat;
  background-size: cover;
}
.mod .mod-box{
  padding: 0px 0 100px 0;
}
.mod .mod-box .img {
  margin: 30px 0;
}
.mod .mod-box .i-tit p:nth-child(1){
  color: #fff;
}
.mod .mod-box .i-tit p:nth-child(1)::after {
  background: #fff;
}
.mod .mod-box .i-tit p:nth-child(2) {
  color: #fff;
}
.mod .mod-box .img{
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  margin: 0 0 90px 0;
}
.mod .mod-box a{
  width: 15%;
  display: block;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
  border: 1px solid #fff;
}
/*************************************************/
.new {
  background: #f2f2f2;
}
.new .new-box {
  margin: 30px auto;
  align-items: flex-start;
}
.new .new-box .textbox {
  width: 30%;
}
.new .new-box .textbox .tit {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 0 30px 0;
}
.new .new-box .textbox .tit .btn a {
  margin: 0 0 0 10px;
  display: block;
  height: 16px;
  width: 10px;
  transition: 0.5s;
  background: url(../img/new1.png) bottom no-repeat;
}
.new .new-box .textbox .tit .btn a:hover {
  background: url(../img/new1.png) top no-repeat;
}
.new .new-box .textbox .tit .btn2 a {
  color: #69c;
  font-size: 14px;
  font-weight: 400;
}
.new .new-box .textbox .more {
  margin: 20px 0 40px;
}
.new .new-box .textbox .more a {
  color: #69c;
  font-size: 16px;
  text-decoration: none;
}
.new .new-box .textbox .more a:hover {
  text-decoration: revert;
}
.new .new-box .textbox ul li a {
  color: #666;
  line-height: 28px;
  font-size: 16px;
}
.new .new-box .textbox ul li a:hover {
  text-decoration: revert;
  color: #69c;
}
/*************************************************/
.con {
  background: #69c;
}
.con .con-box {
  text-align: center;
}
.con .con-box a {
  line-height: 80px;
  color: #fff;
  font-size: 16px;
}
/*************************************************/
.foo .foo1 {
  background: #182029;
}
.foo .foo1 .foo1-box {
  margin: 50px auto 30px;
  align-items: flex-start;
}
.foo .foo1 .foo1-box .tit {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 30px 0;
}
.foo .foo1 .foo1-box .left ul .li {
  justify-content: flex-start;
}
.foo .foo1 .foo1-box .left ul .li img {
  margin: 0 20px 0 0;
}
.foo .foo1 .foo1-box .left ul .li li {
  color: #919399;
  list-style: disc;
}
.foo .foo1 .foo1-box .right {
  width: 25%;
}
.foo .foo1 .foo1-box .right ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.foo .foo1 .foo1-box .right ul li {
  width: 100%;
  text-align: left;
}
.foo .foo1 .foo1-box .right ul li a {
  color: #919399;
  line-height: 28px;
  font-size: 14px;
}
.foo .foo1 .foo1-box .right ul li a:hover {
  text-decoration: revert;
  color: #fff;
}
.foo .foo2 {
  background: #182029;
}
.foo .foo2 .foo2-box {
  border-top: 1px solid #384251;
}
.foo .foo2 .foo2-box p:nth-child(1) {
  color: #919399;
  font-size: 14px;
  margin: 30px 0 20px 0;
}
.foo .foo2 .foo2-box p:nth-child(3) {
  color: #919399;
  font-size: 14px;
  margin: 20px 0 20px 0;
  text-align: center;
}
.foo .foo2 .foo2-box p:nth-child(3) a {
  color: #919399;
}
.foo .foo2 .foo2-box p:nth-child(3):hover a {
  text-decoration: revert;
  color: #fff;
}
.foo .foo2 .foo2-box .img img {
  margin: 0 1%;
}
.foo .foo3 {
  background: #0f141a;
}
.foo .foo3 .foo3-box {
  text-align: center;
}
.foo .foo3 .foo3-box a {
  color: #919399;
  line-height: 65px;
  font-size: 16px;
  transition: 0.3s;
}
.foo .foo3 .foo3-box a:hover {
  color: #fff;
}
/*************************************************/
.cru {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ededed;
}
.cru .cru-box .left li {
  color: #999;
  font-size: 16px;
  margin: 0 5px 0 0;
}
.cru .cru-box .left li a {
  color: #69c;
  line-height: 55px;
}
.cru .cru-box .right {
  width: 13%;
  background: #69c;
  position: relative;
  transition: 0.5s;
}
.cru .cru-box .right a {
  line-height: 55px;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.cru .cru-box .right .nav {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(102, 153, 204, 0.9);
  width: 100%;
  display: none;
  box-sizing: border-box;
  padding: 10px 0;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cru .cru-box .right .nav li{
  padding: 0 25%;

}
.cru .cru-box .right .nav li a{
  line-height: 36px;
}
.cru .cru-box .right .nav li:hover{
  background-color: #7BA9D8;
}
.cru .cru-box .right:hover {
  background: #0A69C8;
}
.cru .cru-box .right:hover .nav {
  display: block;
}
/*************************************************/
.n-abo .a-tit {
  color: #333;
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  margin: 50px 0 30px;
}
.n-abo .abo1 .abo1-box {
  margin: 30px auto 80px;
}
.n-abo .abo1 .abo1-box .body .left {
  width: 48%;
}
.n-abo .abo1 .abo1-box .body .right {
  width: 48%;
  line-height: 30px;
  color: #000;
  font-size: 16px;
  text-indent: 2rem;
}
.n-abo hr {
  background: #eee;
}
.n-abo .abo2 .abo2-box {
  margin: 30px auto 80px;
}
.n-abo .abo2 .abo2-box .top{
  font-size: 24px;
  color: #333;
  text-align: center;
  margin: 50px 0;
  font-weight: bold;
}
.n-abo .abo2 .abo2-box .body .imgbox {
  width: 32%;
}
.n-abo .abo2 .abo2-box .body .imgbox .text {
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.n-abo .abo3 {
  margin: 30px auto 80px;
}
.n-abo .abo3 .abo3-box .body {
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  margin: 30px 0 50px 0;
}
.n-abo hr {
  background: #eee;
}
/*************************************************/
.n-new .news .n-tit {
  font-size: 18px;
  margin: 50px 0 30px 0;
  font-weight: 600;
  align-items: flex-start;
}
.n-new .news .n-tit .left {
  width: 70%;
}
.n-new .news .n-tit .left p {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #eee;
}
.n-new .news .n-tit .left p a{
  color: #333;
}
.n-new .news .n-tit .right {
  width: 25%;
}
.n-new .news .n-tit .right form{
  border: 1px solid #e0e0e0;
  
}
.n-new .news .n-tit .right form input{
  height: 40px;
  border: none;
  outline: none;
  color: #666;
  background: rgba(255, 255, 255, 0);
  font-size: 13px;
  box-sizing: border-box;
  padding: 0 3%;
}
.n-new .news .n-tit .right form .input{
  width: 80%;
}
.n-new .news .n-tit .right form .button{
  width: 18%;
  border-left:  1px solid #e0e0e0;
}
.n-new .news hr {
  background: #eee;
}
.n-new .news .imgbox{
  margin: 20px 0 50px;
  position: relative;
}
.n-new .news .imgbox a{
  align-items: flex-start;
}
.n-new .news .imgbox a .img{
  width: 27%;
  margin: 0 3% 0 0;
  border: 1px solid #eee;
}
.n-new .news .imgbox a .img img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.n-new .news .n-body .imgbox a .text{
  width: 70%;
  box-sizing: border-box;
  padding: 2% 2% 2% 0;

}
.n-new .news .n-body .imgbox a .text p:nth-child(1){
  font-size: 18px;
  font-weight: bold;
  color: #333;
  word-break:break-all;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
  margin: 0 0 20px 0;
}
.n-new .news .n-body .imgbox a .text p:nth-child(2){
  font-size: 16px;
  color: #333;
  word-break:break-all;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  margin: 0 0 20px 0;
}
.n-new .news .n-body .imgbox a .text .timemore{
  position: absolute;
  bottom: 8%;
  right: 3% ;
  width: 67%;
}
.n-new .news .n-body .imgbox a .text .timemore .time span{
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.n-new .news .n-body .imgbox a .text .timemore .more{
  font-size: 16px;
  color: #333;
}
.n-new .news .n-body .imgbox:hover{
  box-shadow: 0 0 10px 0 #eee;
}
.n-new .news .n-body .imgbox:hover a .text p:nth-child(1){
  color: #69c;
}
.n-new .news .n-body .imgbox:hover a .text .timemore .more{
  color: #69c;
}
.x-new .news .title{
  font-size: 30px;
  color: #333;
  line-height: 40px;
  margin: 30px  0 50px 0;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
}
.x-new .news .time{
  font-size: 16px;
  color: #ccc;
  margin: 20px 0;
}
.x-new .news .body{
  color: #333;
  font-size: 16px;
  margin: 0 0 50px 0;
  line-height: 1.8;
}
/*************************************************/
.n-rec .rec {
  margin: 50px auto;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.n-rec .rec .imgbox {
  width: 32%;
  box-sizing: border-box;
  margin: 0 0.5% 20px;
  border: 1px solid #eee;
}
.n-rec .rec .imgbox .img {
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.n-rec .rec .imgbox .img img{
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.n-rec .rec .imgbox .text {
  padding: 20px 3% 15px 3%;
}
.n-rec .rec .imgbox .text p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  text-align: center;
}
.n-rec .rec .imgbox .text p:nth-child(2) {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  font-weight: 400;
  line-height: 26px;
  color: #777;
  height: 156px;
}
.n-rec .rec .imgbox:hover{
  border: 1px solid #69c;
}
.n-rec .rec .imgbox:hover .img{
  border-bottom: 1px solid #69c;
}
.n-rec .rec .imgbox:hover .text p:nth-child(1) {
  color: #69c;
}
.n-rec .rec p{
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
/*************************************************/
.n-con .cont .c-tit {
  color: #333;
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  margin: 50px 0 30px;
}
.n-con .cont .body {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  padding: 50px 0;
  margin: 50px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/*************************************************/
.x-rec .rec {
  margin: 50px auto;
  align-items: flex-start;
}
.x-rec .rec .left{
  width: 70%;
}
.x-rec .rec .left .tit{
  text-align: center;
}
.x-rec .rec .left .tit p:nth-child(1){
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
}
.x-rec .rec .left .tit p:nth-child(2){
  color: #999;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
}
.x-rec .rec .left .body{
  line-height: 30px;
  font-size: 16px;
  color: #000;
}
.x-rec .rec .right{
  width: 25%;
}
.x-rec .rec .right form{
  border: 1px solid #e0e0e0;
  
}
.x-rec .rec .right form input{
  height: 40px;
  border: none;
  outline: none;
  color: #666;
  background: rgba(255, 255, 255, 0);
  font-size: 13px;
  box-sizing: border-box;
  padding: 0 3%;
}
.x-rec .rec .right form .input{
  width: 80%;
}
.x-rec .rec .right form .button{
  width: 18%;
  border-left:  1px solid #e0e0e0;
}
.x-rec .rec .right .title{
  margin: 25px 0 25px 0;
    font-size: 16px;
    font-weight: bold;
}
.x-rec .rec .right .title span{
  font-size: 16px;
  color: #999;
}
.x-rec .rec .right .body li{
  line-height: 28px;
}
.x-rec .rec .right .body li a .text{
  color: #69c;
  font-size: 16px;
  width: 70%;
  word-break:break-all;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.x-rec .rec .right .body li a .time{
  color: #999;
  font-size: 14px;
}
.showpages{
  text-align: center;
  margin: 0 auto 30px ;
  justify-content: center;
}
.showpages a{
  border: 1px solid #eee;
  display: block;
  padding: 1% 1.5%;
  margin: 0 0.8%;
}
.showpages a:hover{
  border: 1px solid #69c;
  color: #69c;
}
@media screen and (max-width: 1801px) {
  .n-new .news .n-tit .right form .input {
    width: 79%;
  } 
}
@media screen and (max-width: 1601px) {
  .center {
    width: 80%;
    margin: 0 auto;
  }
  .n-abo .abo3 .abo3-box .body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1401px) {
  .center {
    width: 90%;
    margin: 0 auto;
  } 
}
@media screen and (max-width: 1201px) {
  .hea {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 40%;
  }
  .phone-head {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .close {
    background-color: #69c;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .close img {
    width: 30px;
  }
  .phone-listnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #69c;
    line-height: 48px;
  }
  .phonelist-nav a {
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
  }
  .phonelist-nav1 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
  }
  .phonelist-nav1 a {
    display: block;
  }
  .phonelist-nav {
    border-bottom: 1px solid #ffffff;
  }
  .phonelist-nav:last-child {
    border-bottom: none;
  }
  .phonelist-navtop > a {
    width: 50%;
  }
  .phonelist-navtop div {
    flex-grow: 1;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .phonelist-navtop div img {
    width: 16px;
  }
  .phonelist-nav1 {
    display: none;
  }
  .menucl-img2 {
    display: none;
  }
  .abo .abo-box .btn {
    width: 23%;
  }
  .cru .cru-box .right {
    width: 23%;
  }
  .n-abo .abo1 .abo1-box .body{
    flex-wrap: wrap;
  }
  .n-abo .abo1 .abo1-box .body .left {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .n-abo .abo1 .abo1-box .body .right {
    width: 100%;
  }
  .n-abo .abo2 .abo2-box .body {
    flex-wrap: wrap;
  }
  .n-abo .abo2 .abo2-box .body .imgbox {
    width: 100%;
    text-align: center;
  }
  .n-rec .rec {
    flex-wrap: wrap;
  }
  .n-rec .rec .imgbox {
    width: 100%;
    text-align: center;
  }
  .x-rec .rec {
    flex-wrap: wrap;
  }
  .x-rec .rec .left {
    width: 100%;
  }
  .x-rec .rec .right {
    width: 30%;
    position: absolute;
    right: 5%;
  }
  .x-rec .rec .left .tit {
    margin: 70px 0 0 0;
  }
  .foo .foo1 .foo1-box .right {
    width: 40%;
  }
  .mod .mod-box a {
    width: 20%;
  }
  .n-new .news .n-tit {
    flex-wrap: wrap;
  }
  .n-new .news .n-tit .left {
    width: 100%;
  } 
  .n-new .news .n-tit .right {
    width: 50%;
    margin: 20px auto 0;
  }
} 
@media screen and (max-width: 801px) {
  .abo .abo-box .btn {
    width: 50%;
  }
  .i-tit p:nth-child(1) {
    font-size: 18px;
  }
  .new .new-box {
    flex-wrap: wrap;
  }
  .new .new-box .textbox {
    width: 100%;
  }
  .con .con-box a {
    font-size: 16px;
  }
  .foo .foo1 .foo1-box {
   flex-wrap: wrap;
  }
  .foo .foo1 .foo1-box .left {
    margin: 0 0 20px 0px;
  }
  .foo .foo1 .foo1-box .right {
    width: 100%;
  }
  .cru .cru-box{
    flex-wrap: wrap;
  }
  .abo .abo-box {
    margin: 30px auto 30px;
  }
  .mod .mod-box .img {
    margin: 0 0 30px 0;
  }
  .mod .mod-box a {
    width: 40%;
    line-height: 45px;
  }
  .mod .mod-box {
    padding: 0px 0 50px 0;
  }
}
