html{
    font-size: 12px;
}
img{
    max-width: 100%;
}
.noPadding{
    padding-left: 0;
    padding-right: 0;
}
.noMargin{
    margin:0;
}
.center{
    text-align: center; 
}
p{
    width: 100%;  
}
.intro{
    margin-top: -23.5rem;
    float: left;
    padding: 5rem;
    color: #fff;
    font-size: 1rem
}
.intro p{
    margin-bottom: 0.3rem;
}
.title{
    font-size: 1.1em;  
}


tbody tr:nth-child(2n){
background-color: #e6e6e6;
}
p{
    text-indent: 1em;
    font-size: 1rem;
}
form div{
   margin: 6px 0;
}
 .cent{
 text-align: center;
 }
.forum{
    position: relative; 
    
}
.forum p{
    color: #fff;
    width: 100%;
    font-weight: bold;
    position: absolute;
    margin-top: -1rem;
    text-align: center;
}

.forum .center{
    width: 100%;
    position: absolute;
    top: 56%;
}

.circle{ 
    margin: 0 auto;
    border-radius: 100%;
    background-color: #fff;
    height: 14rem;
    width: 16rem;
    border: 2px solid #ddd;
    overflow: hidden;
}

  
.imgs{
    width: 100%; 
    padding: 0;
};
.main table,
.main table td{
    border: 1px solid #000 !important  ;
}


.uavs  {
    margin-top: 2rem;
    margin-left: -4rem;
    max-width: 150%;
}
 
.footer { margin-top: 1rem;
    max-width:  100% !important;; 
    background:#878787;
}
.footer p {
    color:#fff;
    text-align:center;
    padding-top:15px;
    font-size:12px;
}
.nav_sub {
    display:none;
}
 
.s {
    position: absolute;
    display:none; 
}
.bgs{
    background-color: #221e1e;
    color: #999;
}
.szsj{
    color: #4795ff;
}
.news_li ul {
    overflow:hidden;
}
.p-ul {
    overflow: hidden;
}
.desc {
    font-weight: 800;
    border: 1px solid #dcdcdc;
    padding: 0px 10px;
    background: rgba(80, 105, 152, 0.09);
}
.title {
    text-align: center;
    overflow: hidden;
    font-weight: normal;
    font-size:25px;
    color: #003366;
}
.page_info {
    text-align: center; 
}
.info {
    background: #f0f0ef;
    color: #888;
    margin: 15px 0px;
}
.info small {
    margin: 0 10px;
}
.info span {
    margin: 1px 14px;
}
.contPage {
    margin:20px 0;
    text-align:center;
}
.contPage a {
    border: 1px solid #bfbebe;
    padding: 5px 10px;
    margin: 0 3px;
    color: #454646;
    border-radius: 5px;
}
.author {
    line-height: 44px;
}
.author span {
    color: #497FB4;
}
.preNext .text {
    margin-top: 20px;text-align: center
}
.news_li_a {
    font-size: 14px;
    color: #231815;
    height: 25px;
    line-height: 18px;
    overflow: hidden;
    display: table;
    display: block;
    font-weight:600;
}
  
.yuan {
    width: 1.3rem;
    height: 1.3rem;
    margin-top: 0.2rem;
    border-radius: 100%;
    background-color: #2e56e5;
}


@media screen and (max-width: 750px) {
    .forum_box{
        margin-top: 3%;
    }
    .forum{
        margin-bottom: 3%;
    }
    .forum p{
        font-size: .86em;
    }
    .forum .center img{
        width: 100px;
    }
    .forum .center{
        top: 52%;
    }
    .forum p{
        top: 45%;
    }
    .forum p.noImage{
        top: 50%;
    }

    .circle{
        height: 12rem;
        width: 15rem;
        margin-left: -1rem;
    }
}

@media screen and (min-width: 760px) {
    .forum p{
        font-size: 1.6rem;
    }
    .forum .center{
        top: 54%;
    }
    .forum p{
        top: 42%;
    }
    .forum p.noImage{
        top: 50%;
    }
    .forum .center img{
        width: 150px;
    }
   

}