.main{padding-bottom:60px;}


.newsnr{}
.newsnr h1{font-size:24px;line-height:1.5;margin:20px 0 0;font-weight:700;color:#333;text-align:center;text-transform:capitalize;}

.newsnr .artInfo{padding:0 0 20px;border-bottom:1px solid #D9D9D9;text-align:center;margin:25px 0 0;position:relative;}
.newsnr .artInfo::after{content:"";display:block;height:3px;background:var(--active-color);width:100px;position:absolute;bottom:-2px;left:50%;margin:0 0 0 -50px;z-index: 1;}
.newsnr .artInfo span{margin:0 10px;line-height:20px;display:inline-block;font-size:14px;color:#666;}
.newsnr .artInfo span.time{background:url(../images/time.png) no-repeat left center;padding:0 0 0 20px;}
.newsnr .artInfo span.hit{background:url(../images/hit.png) no-repeat left center;padding:0 0 0 23px;}

.myart{margin:20px 0;line-height:26px;font-size:17px;color:#666;}
.myart p{margin:10px 0 10px;}

.pnbar{margin-top:30px;}
.pnbar p{max-width:100%;margin:-1px 0 0 0;padding:10px 14px;border:1px solid #ddd;font-size:17px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-transform:capitalize;}
.pnbar p a{color:#545454;}
.pnbar p:hover a{color:var(--active-color);}
.wp .el h1{
    font-size: 26px;
    text-align: left;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
  text-align: left;
}
.wp .el .t1{
    font-size: 24px;
    margin: 15px 0;
    font-weight: 700;
    color: #163D72;
    line-height: 1.5;
  text-align: center;
}
.wp .el p{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
  color: #000 !important;
    
}
.wp .el span{
color: #163D72;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 10px;
    display: inline-block;
}
 .t2{
    font-size: 17 px;
    font-weight: 500;
    line-height: 1.5;
    color: #163D72; 
}

.wp .el .pic{
    margin: 38px 0;
}
.wp .el .pic ul{
    display: flex;
    flex-wrap: wrap;
}
.wp .el .pic ul li{
    width: 33.333%;
}
     .service dd{
        width: calc((100% - 120px)/3);
        float: left;
        background: #F1F3F7;
        margin-right: 40px;
        margin-bottom: 40px;
        text-align: center;
        padding: 50px 50px 30px ;
        cursor: pointer;
        border: 2px solid #306FB2;
}
/* .service dd:nth-child(2n){
        margin-right: 0;
} */
.service dd .icon{
        display: inline-block;
        width: 137px;
        height: 137px;
        border-radius: 132px;
        border: 1px solid #dcdcdc;
        margin-bottom: 10px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
  		position:relative;
}
.service dd .tt{
        font-size: 24px;
        font-family: "MarkPro-Bold";
        margin-bottom: 5px;
}
.service dd .text{
        font-size: 14px;
        line-height: 24px;
        min-height: 70px;
}
 
.service .icon>img{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80px;
}

.service dd:hover .icon{
        background: #306FB2;
}
 
 
 @media screen and (max-width:1500px){

   .service dd{
       height: 340px;
   }
 }
 @media screen and (min-width:990px) and (max-width:1283px){

    .service dd .text {
       font-size: 12px ;
       line-height: 20px ;
       min-height: 70px;
       }
    
       .service dd .tt {
        font-size: 20px !important;
        font-family: "MarkPro-Bold";
        margin-bottom: 5px;
    }
    }
 
 @media screen and (max-width:992px){
  .service dd{
 width:45% !important;
      height: 380px;
    padding:0 !important;
    margin-right:10px !important;
 }
 }
       
           
@media screen and (max-width:768px) {
    .main{padding-top:25px;padding-bottom:30px;}
    .newsnr h1{font-size:18px;line-height:1.2;}
    .myart{margin:15px 0;line-height:22px;font-size:15px;}
.myart p{margin:0 0 8px;}

.pnbar{margin-top:20px;}
.pnbar p{padding:7px 10px;font-size:15px;}
  .main{padding-top:0 !important;}
  .service{
  margin:0 !important;
  }
}
                 
                 
                 @media screen and (max-width:992px){
                 .myart .service{display:none;}
                   .allImg{display:block !important;}
                 }
           
           
           
           @media screen and (max-width:550px){
           .wp .el .t1{
               font-size: 14px;
           }
           }