﻿.wangzhanditu .container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 36px 60px;
}
.wangzhanditu .crumbs_box {
  font-size: 14px;
  line-height: 50px;
  color: #333333;
}
.wangzhanditu .crumbs_box .icon-location1 {
  font-size: 24px;
  color: #3c89f1;
  margin-right: 4px;
}
.wangzhanditu .crumbs_box a {
  margin: 0 8px 0 4px;
  cursor: pointer;
}
.wangzhanditu .crumbs_box .crumbs_title {
  margin-left: 4px;
}
.wangzhanditu .ditu_box {
  border: 1px #dddddd solid;
  margin-bottom: 30px;
}
.wangzhanditu .ditu_box .ditutitle {
  color: #005294;
  line-height: 40px;
  height: 40px;
  padding-left: 25px;
  background: #dcdcdd;
}
.wangzhanditu .ditu_box .ditutitle a {
  cursor: pointer;
  font-size: 22px;
  line-height: 40px;
}
.wangzhanditu .ditu_box .ditutitle a:hover {
  color: #1b6fe2;
  font-weight: bold;
}
.wangzhanditu .ditu_box .ditulist {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 0 43px;
}
.wangzhanditu .ditu_box .ditulist .dituitem {
  display: inline-block;
  margin: 0 20px 0 45px;
  width: 210px;
  height: 32px;
  line-height: 32px;
}
.wangzhanditu .ditu_box .ditulist .dituitem a {
  font-size: 16px;
  color: #000;
}
.wangzhanditu .ditu_box .ditulist .dituitem a:hover {
  color: #1b6fe2;
  font-weight: bold;
}
.wangzhanditu .ditu_box.morewidth .ditulist .dituitem {
  width: 210px;
}
@media (max-width: 751px) {
  .wangzhanditu .container {
    width: 100%;
    margin: 0;
    padding: 0 25px 50px;
  }
  .wangzhanditu .crumbs_box {
    padding-top: 19px;
    line-height: 48px;
    font-size: 20px;
    color: #333333;
  }
  .wangzhanditu .crumbs_box .icon-location1 {
    font-size: 34px;
    color: #3c89f1;
    margin-right: 10px;
  }
  .wangzhanditu .crumbs_box span {
    font-size: 26px;
  }
  .wangzhanditu .crumbs_box a {
    font-size: 26px;
    line-height: 1;
    margin: 0 10px 0 5px;
    cursor: pointer;
  }
  .wangzhanditu .ditu_box {
    border: 1px #dddddd solid;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .wangzhanditu .ditu_box .ditutitle {
    color: #005294;
    line-height: 60px;
    height: 60px;
    padding-left: 25px;
    background: #dcdcdd;
  }
  .wangzhanditu .ditu_box .ditutitle a {
    cursor: pointer;
    font-size: 32px;
    line-height: 60px;
  }
  .wangzhanditu .ditu_box .ditutitle a:hover {
    color: #333;
    font-weight: normal;
  }
  .wangzhanditu .ditu_box .ditulist {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0 43px;
  }
  .wangzhanditu .ditu_box .ditulist .dituitem {
    display: inline-block;
    margin: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .wangzhanditu .ditu_box .ditulist .dituitem a {
    font-size: 28px;
    color: #000;
  }
  .wangzhanditu .ditu_box .ditulist .dituitem a:hover {
    color: #333;
    font-weight: normal;
  }
  .wangzhanditu .ditu_box.morewidth .ditulist .dituitem {
    width: 50%;
  }
}
