header {
  background-color: #000120;
}
#main .aboutDL {
  margin: 0.415rem 0;
  background-image: url("../../img/home/底下bg1@2x.png"), url("../../img/home/底下bg2@2x.png");
  background-repeat: no-repeat;
  background-size: 5.16rem 2.795rem, 6.02rem 3.02rem;
  background-position: center left, top right;
}
#main .aboutDL .top {
  display: flex;
}
#main .aboutDL .top > div {
  flex: 1;
}
#main .aboutDL .top .info .en {
  display: flex;
  flex-direction: column;
  font-size: 0.375rem;
  font-weight: bold;
  color: #425cff;
}
#main .aboutDL .top .info .title {
  margin: 0.3rem 0;
  display: flex;
  align-items: center;
}
#main .aboutDL .top .info .title span {
  border-radius: 0.1rem 0 0.1rem 0.1rem;
  margin-right: 0.1rem;
  width: 0.1rem;
  height: 0.35rem;
  background-color: #425cff;
}
#main .aboutDL .top .info .title h3 {
  font-size: 0.35rem;
  font-weight: bold;
}
#main .aboutDL .top .info .text {
  text-indent: 2em;
  line-height: 0.3125rem;
  font-size: 0.145rem;
}
#main .aboutDL .top .info .btn {
  display: flex;
  margin: 0.3rem 0;
}
#main .aboutDL .top .info .btn a {
  box-shadow: 0.06rem 0.06rem 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.15rem;
  font-size: 0.15rem;
  padding: 0.05rem 0.3rem;
  background-color: #425cff;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.3s;
}
#main .aboutDL .top .info .btn a img {
  margin-left: 0.05rem;
  width: 0.28rem;
}
#main .aboutDL .top .info .btn a:active {
  box-shadow: none;
  transform: translate(0.01rem, 0.01rem);
}
#main .aboutDL .top .info .btn a:hover {
  opacity: 1;
}
#main .aboutDL .data {
  margin-top: 0.4rem;
  padding: 0.3rem 0;
  display: flex;
  background-color: #f1f3f8;
}
#main .aboutDL .data > div {
  display: flex;
}
#main .aboutDL .data > div > span:first-of-type {
  font-family: "siyuan";
  font-size: 0.3rem;
  margin-bottom: 0.01rem;
}
#main .aboutDL .data > div > span:last-of-type {
  font-size: 0.15rem;
  color: #838fb3;
}
#main .aboutDL .data > div .w {
  text-transform: uppercase;
  font-size: 0.35rem;
}
#main .aboutDL .data > div .small {
  font-size: 0.15rem;
}
#main .aboutDL .data > div .small sup {
  vertical-align: text-top;
}
#main .content .contentMain {
  margin: 0.36rem 0;
}
#main .canDo .contentMain > div {
  overflow: hidden;
}
#main .selectDL .contentMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#main .selectDL .contentMain > div {
  margin: 0.2rem 0;
  display: flex;
  justify-content: center;
}
#main .selectDL .contentMain > div img {
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  header .header .menuList > ul > .now > a {
    color: white;
  }
  header .header .menuList > ul > .now > a::after {
    background: white;
  }
  header .header .menuList > ul > li > a {
    color: white;
  }
  header .header .menuList > ul > li > .nav {
    color: white;
    background-color: #000120;
  }
  header .header .menuList > ul > li > .nav > .menu > div > h3 {
    border-bottom: 0.02rem solid rgba(255, 255, 255, 0.5);
  }
  header .header .menuList > ul > li > .nav > .menu > div > ul > li a {
    color: white;
  }
  header .header .menuList > ul > li > .nav > .menu > div > ul > li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  #main .aboutDL .top .img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #main .aboutDL .top .img img {
    width: 100%;
  }
  #main .aboutDL .top .info {
    margin-right: 0.5rem;
  }
  #main .aboutDL .top .info .btn a span,
  #main .aboutDL .top .info .btn a img {
    transform: translateX(-0.1rem);
    transition: transform 0.3s;
  }
  #main .aboutDL .top .info .btn a:hover span,
  #main .aboutDL .top .info .btn a:hover img {
    transform: translateX(0.1rem);
  }
  #main .aboutDL .data > div {
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #main .aboutDL .data > div > span:last-of-type {
    font-size: 0.15rem;
  }
  #main .canDo .contentMain {
    display: flex;
  }
  #main .canDo .contentMain > a {
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
    flex: 1;
  }
  #main .canDo .contentMain > a img {
    height: 100%;
    width: 100%;
  }
  #main .canDo .contentMain > a > div {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    transition: 0.3s;
    color: white;
    border-bottom: 0.5rem solid #425cff;
  }
  #main .canDo .contentMain > a > div:hover {
    top: -0.05rem;
  }
  #main .canDo .contentMain > a > div:hover > div {
    opacity: 1;
  }
  #main .canDo .contentMain > a > div > span {
    font-size: 0.1375rem;
  }
  #main .canDo .contentMain > a > div > div {
    border-radius: 50%;
    width: 0.46rem;
    height: 0.46rem;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    margin-bottom: 0.1rem;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.1rem;
    opacity: 0;
    transition: 0.3s;
  }
  #main .selectDL .contentMain > div {
    width: 33%;
  }
  #main .selectDL .contentMain > div img {
    width: 3rem;
    height: 1rem;
  }
  #main .news .contentMain {
    display: flex;
    height: 5.84rem;
  }
  #main .news .contentMain > div h3 {
    color: #252628;
    font-size: 0.18rem;
    font-weight: bold;
    margin: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #main .news .contentMain > div p {
    font-size: 0.14rem;
    color: #838fb3;
    margin: 0 0.13rem;
    text-indent: 2em;
    line-height: 1.5em;
  }
  #main .news .contentMain > div.l {
    cursor: pointer;
    width: 65%;
    background-color: #f1f3f8;
    margin-right: 0.05rem;
  }
  #main .news .contentMain > div.l > .pBox {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  #main .news .contentMain > div.l .img {
    display: flex;
    height: 3.84rem;
    overflow: hidden;
    position: relative;
  }
  #main .news .contentMain > div.l .img img {
    height: 100%;
    max-width: none;
    object-fit: cover;
  }
  #main .news .contentMain > div.l .img::after {
    content: "置顶";
    position: absolute;
    color: white;
    background-color: #f12542;
    padding: 0.1rem 0.15rem 0.1rem 0.2rem;
    border-radius: 0 0.15rem 0.15rem 0.15rem;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 0.19rem;
    display: flex;
    letter-spacing: 0.5em;
  }
  #main .news .contentMain > div.r {
    height: 100%;
    width: 35%;
    display: flex;
    flex-direction: column;
  }
  #main .news .contentMain > div.r > div {
    cursor: pointer;
    height: 100%;
    background-color: #f1f3f8;
  }
  #main .news .contentMain > div.r > div .img {
    display: flex;
    overflow: hidden;
    height: 1.95rem;
    justify-content: center;
    align-items: center;
  }
  #main .news .contentMain > div.r > div .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #main .news .contentMain > div.r > div h3 {
    margin: 0.1rem 0.15rem;
  }
  #main .news .contentMain > div.r > div > p {
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #main .news .contentMain > div.r > div:first-of-type {
    margin-bottom: 0.05rem;
  }
}
/*移动端*/
@media screen and (max-width: 768px) {
  header .header .menuList .close {
    background-color: white;
  }
  #main .aboutDL .top .info .btn a {
    border-radius: 0.3rem;
    padding: 0.2rem 0.3rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #main .aboutDL .top .img {
    display: none;
  }
  #main .aboutDL .data {
    width: 100%;
    flex-wrap: wrap;
  }
  #main .aboutDL .data > div {
    width: 50%;
    flex-direction: column;
    margin: 0.25rem 0;
  }
  #main .aboutDL .data > div > span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #main .aboutDL .data > div > span:first-of-type {
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
  }
  #main .aboutDL .data > div > span:last-of-type {
    font-size: 0.19rem;
  }
  #main .canDo .contentMain > a {
    display: flex;
    height: 2rem;
    margin: 0.1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  #main .canDo .contentMain > a > img {
    display: none;
  }
  #main .canDo .contentMain > a:nth-of-type(1) {
    background-image: url("../../img/home/智慧酒店@2x.png");
  }
  #main .canDo .contentMain > a:nth-of-type(2) {
    background-image: url("../../img/home/智慧交通@2x.png");
  }
  #main .canDo .contentMain > a:nth-of-type(3) {
    background-image: url("../../img/home/智慧网络.webp");
  }
  #main .canDo .contentMain > a:nth-of-type(4) {
    background-image: url("../../img/home/智慧校园.webp");
  }
  #main .canDo .contentMain > a > div {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  #main .canDo .contentMain > a > div > div {
    margin-bottom: 0.2rem;
    display: flex;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.1rem;
    align-items: center;
    justify-content: center;
  }
  #main .canDo .contentMain > a > div > div > img {
    width: 80%;
    height: 80%;
  }
  #main .canDo .contentMain > a > div span {
    color: white;
    font-size: 0.15rem;
  }
  #main .selectDL .contentMain > div {
    margin: 0.1rem 0;
    width: 48%;
  }
  #main .news .contentMain {
    display: flex;
    flex-direction: column;
  }
  #main .news .contentMain > div h3 {
    color: #252628;
    font-size: 0.18rem;
    font-weight: bold;
    margin: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #main .news .contentMain > div p {
    font-size: 0.14rem;
    color: #838fb3;
    margin: 0 0.13rem;
    line-height: 1.5em;
  }
  #main .news .contentMain > div.l {
    padding-bottom: 0.15rem;
    width: 100%;
    margin-bottom: 0.1rem;
    cursor: pointer;
    background-color: #f1f3f8;
  }
  #main .news .contentMain > div.l > .pBox {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  #main .news .contentMain > div.l .img {
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
    max-height: 2.5rem;
  }
  #main .news .contentMain > div.l .img img {
    min-width: 100%;
  }
  #main .news .contentMain > div.l .img::after {
    content: "置顶";
    position: absolute;
    color: white;
    background-color: #f12542;
    padding: 0.1rem 0.15rem 0.1rem 0.2rem;
    border-radius: 0 0.15rem 0.15rem 0.15rem;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 0.19rem;
    display: flex;
    letter-spacing: 0.5em;
  }
  #main .news .contentMain > div.r {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #main .news .contentMain > div.r > div {
    padding-bottom: 0.15rem;
    cursor: pointer;
    height: 100%;
    background-color: #f1f3f8;
  }
  #main .news .contentMain > div.r > div .img {
    display: flex;
    overflow: hidden;
    max-height: 1.92rem;
    align-items: center;
    justify-content: center;
  }
  #main .news .contentMain > div.r > div > p {
    text-indent: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  #main .news .contentMain > div.r > div:first-of-type {
    margin-bottom: 0.1rem;
  }
}
