
.box .active {
    color: #005bac;
  }
.box header .container{
    margin-top:0;
}
.box header .flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 72px;
  }
  .box header .header_right .right_ul {
      display: flex;
  }
  .box header .header_right .right_ul li {
    cursor: pointer;
    font-size: 16px;
    margin-left: 33px;
  }
  .box header .header_right .right_ul li img{
    width: 16px;
    display: inline-block;
    vertical-align: middle;
  }
  .box header .header_right .right_ul li .col {
    color: #005bac;
  }
.box footer {
    margin-top: 22px;
    height: 308px;
    background-image: url("../img/footer.png");
    color: #fff;
  }
  .box footer .content {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .box footer .content .left {
    display: flex;
  }
  .box footer .content .left .item {
    margin-right: 130px;
  }
  .box footer .content .left .item h3 {
    cursor: pointer;
    font-size: 18px;
  }
  .box footer .content .left .item ul {
    margin-top: 15px;
  }
  .box footer .content .left .item ul li {
    cursor: pointer;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .box footer .content .right {
    display: flex;
    margin-top: 8px;
    line-height: 2;
  }
  .box footer .content .right img {
    width: 82px;
    height: 82px;
    margin-right: 40px;
  }
  .box footer .content .right p {
    font-size: 14px;
  }
  .box footer .text {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }
  .container,.container1{
      /* margin-top:50px; */
  }

  .container1 .content .content_flex {
    margin-top: 20px;
    display: flex;
    padding: 20px;
    background-color: #f7f7f7;
  }
  .container1 .content .content_flex .flex_left {
    width: 551px;
  }
  .container1 .content .content_flex .flex_right {
    margin-left: 20px;
  }
  .container1 .content .content_flex .flex_right h3 {
    /* margin-top: 40px; */
    font-size: 22px;
    color: #333333;
  }
  .container1 .content .content_flex .flex_right p {
    margin-top: 20px;
    font-size: 16px;
    color: #777777;
  }
  .container1 .content .content_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .container1 .content .content_list .list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    padding: 0 45px;
    width: 570px;
    height: 177px;
    background-color: #f6f6f6;
  }
  .container1 .content .content_list .list_item h3 {
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #333333;
  }
  .container1 .content .content_list .list_item h3::before {
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translate(-50%, 0%);
    content: "";
    display: block;
    width: 28px;
    height: 6px;
    background-color: #005bac;
  }
  .container1 .content .content_list .list_item p {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #666666;
  }

  .container .title,.container1 .title {
    border-bottom: 1px solid #ccdeee;
  }

  .container .title .title_h2,.container1 .title .title_h2 {
    position: relative;
    font-size: 22px;
    text-align: center;
    color: #333333;
    margin-top: 20px;
  }
  
  .container .title .title_h2::before,.container1 .title .title_h2::before {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0%);
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #005bac;
  }
  .container .title .title_p{
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666666;
    text-align: center;
  }
  .container1 .title .title_p {
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666666;
    text-align: end;
  }
  .container .content .content_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .container .content .content_list .list_item {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 5px 40px 5px;
    padding: 0 25px;
    width: 365px;
    height: 347px;
    background-color: #ffffff;
    box-shadow: #eef2f7 0px 0px 5px 2.5px;
  }
  .container .content .content_list .list_item img {
    margin-bottom: 10px;
  }
  .container .content .content_list .list_item h3 {
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #333333;
  }
  .container .content .content_list .list_item h3::before {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0%);
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background-color: #005bac;
  }
  .container .content .content_list .list_item p {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #666666;
  }
  /*
 智慧军营 移动端响应式
*/
@media only screen and (max-width: 600px), only screen and (max-device-width:400px) {
  html {
    font-size:140px;
  }
}
@media only screen and (max-width: 500px), only screen and (max-device-width:400px) {
  html {
    font-size:110px;
  }
}
@media only screen and (max-width: 400px), only screen and (max-device-width:375px) {
  html {
    font-size:100px;
  }
}
@media only screen and (max-width: 365px), only screen and (max-device-width:320px) {
  html {
    font-size:85px;
  }
}

@media  (min-width:320px) and (max-width: 768px) {
  .container_b .title{
    margin-top: 0.1rem;
  }
  .container1 .title{
    margin-top: 0.1rem;
  }
  .container, .container1 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 999;
}
  .container .title .title_h2,.container1 .title .title_h2 {
    position: relative;
    font-size: 0.2rem;
    text-align: center;
    color: #333333;
  }
  .container1 .title .title_p {
    margin-top: .2rem;
    margin-bottom: .05rem;
    margin-right: .1rem;
    font-size: .12rem;
    color: #666666;
    text-align: end;
}
  .container1 .content .content_flex {
    margin-top: .2rem;
    display: flex;
    padding: .20rem;
    background-color: #f7f7f7;
    flex-wrap: wrap;
  }

  .container1 .content .content_flex .flex_left {
    width: 100%;
  }
  .container1 .content .content_flex .flex_right {
    margin-top: 0.1rem;
    margin-left: 0;
  } 
  .container1 .content .content_flex .flex_right h3 {
    /* margin-top: 40px; */
    font-size: .15rem;
    color: #333333;
  }
  .container1 .content .content_flex .flex_right p {
    margin-top: .1rem;
    font-size: .12rem;
    color: #777777;
}
  .container .title .title_p {
    margin-top: .25rem;
    margin-bottom: .0rem;
    font-size: 0.12rem;
    color: #666666;
    text-align: center;
  }
  .container .content .content_item {
    position: relative;
    margin: 0.5rem .1rem 0;
    width: 1.6rem;
    height: 1.5rem;
    padding: 0 0.2rem;
  }
  .container .content .content_item img {
    width: 0.6rem;
    position: absolute;
    left: 50%;
    top: -15%;
    transform: translate(-50%, 0);
  }
  .container .content .content_item h3 {
    margin-top: .5rem;
    font-size: 0.15rem;
  }
  .container .content .content_item p {
    margin-top: 10px;
    font-size: 0.12rem;
  }
  .container .content .pagination {
    margin: 0.5rem 0 0.5rem;
    width: 100%;
    text-align: center;
  }
  .container .content .pagination .el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
  }
  .container .content .pagination .el-pagination button {
    border: 1px #ccc solid;
    border-radius: .03rem;
    line-height: .24rem;
    padding: 0px 0.1rem;
    margin:  0 0.1rem;
  }
  .container .content .pagination .el-pagination .el-pager {
    display: inline;
  }
  .container .content .pagination .el-pagination .el-pager li.active {
    width: 0.26rem;
    line-height: .24rem;
    display: inline-block;
    border: 1px #005bac solid;
    border-radius: .03rem;
    vertical-align: middle;
    background: #005bac;
    color: #fff;
    font-size: 0.12rem;
  }
  .container1 .content .content_list .list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 0.1rem .2rem;
    padding: 0 .05rem;
    width: 100%;
    height: 1.3rem;
    background-color: #f6f6f6;
}
.container1 .content .content_list .list_item h3 {
  font-size: .15rem;
}
.container1 .content .content_list .list_item p {
  margin-top: .1rem;
  font-size: .12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

  .container .content .content_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  .container .content .content_list .list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 .1rem .2rem;
    padding: 0 .15rem;
    width: 1.6rem;
    height: auto;
    background-color: #ffffff;
    box-shadow: #eef2f7 0rem 0rem .05rem .025rem;
  }
  .container .content .content_list .list_item img {
    margin: .2rem 0 .1rem 0;
  }
  .container .content .content_list .list_item h3 {
    position: relative;
    text-align: center;
    font-size: 0.15rem;
    color: #333333;
  }
  .container .content .content_list .list_item h3::before {
    position: absolute;
    left: 50%;
    bottom: -.1rem;
    transform: translate(-50%, 0%);
    content: "";
    display: block;
    width: .36rem;
    height: .02rem;
    background-color: #005bac;
  }
  .container .content .content_list .list_item p {
    margin-top: .2rem;
    text-align: center;
    font-size: .12rem;
    color: #666666;
    overflow: hidden;
    margin-bottom: 0.15rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
