@charset "UTF-8";
body, html {
  background: #f5f5f5; }

.banner {
  width: 100%;
  height: 2.1rem;
  background: url(/assets/phone/img/college/bg_banner.jpg) no-repeat;
  background-size: cover;
  overflow: hidden; }
  .banner .playicon_btn {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.3rem auto 0; }
    .banner .playicon_btn img {
      width: 100%;
      display: block; }
  .banner > p {
    color: #fff;
    font-size: 0.13rem;
    margin-top: 0.43rem;
    text-align: center; }
  .banner .search {
    width: 2.71rem;
    height: 0.36rem;
    border-radius: 0.18rem;
    background: #fff;
    margin: 0 auto;
    margin-top: 0.15rem;
    font-size: 12px;
    box-sizing: border-box; }
    .banner .search a {
      width: 0.3rem;
      height: 100%; }
      .banner .search a img {
        width: 0.125rem;
        margin-left: 0.08rem; }
    .banner .search input {
      border: none;
      width: 2.3rem;
      display: inline-block;
      font-size: 0.13rem;
      color: #cccccc;
      outline: none;
      font-family: "微软雅黑"; }

.banner .search input::-webkit-input-placeholder {
  /*color: #cccccc;*/
  font-size: 0.13rem;
  font-family: "微软雅黑";
  color: #ccc; }

.banner .search input:-moz-placeholder {
  /*　　	color: #cccccc;*/
  font-size: 0.13rem;
  font-family: "微软雅黑";
  color: #ccc; }

.banner .search input::-moz-placeholder {
  /*　　	color: #cccccc;*/
  font-size: 0.13rem;
  font-family: "微软雅黑";
  color: #ccc; }

.banner .search input:-ms-input-placeholder {
  /*　　	color: #cccccc;*/
  font-size: 0.13rem;
  font-family: "微软雅黑";
  color: #ccc; }

.part1 {
  width: 100%;
  margin-top: 0.1rem;
  height: 1rem;
  background: #fff;
  box-sizing: border-box;
  padding: 0 0.1rem;
  padding-top: 0.17rem; }
  .part1 a {
    width: 0.78rem;
    height: 0.65rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    .part1 a img {
      width: 0.4rem; }
    .part1 a p {
      width: 100%;
      font-size: 0.12rem;
      color: #666666;
      text-align: center; }

.part2 {
  width: 100%;
  margin-top: 0.1rem;
  background: #fff;
  height: auto;
  padding: 0 0.1rem 0.15rem 0.1rem;
  box-sizing: border-box;
  overflow: hidden; }
  .part2 > p {
    height: 0.45rem;
    line-height: 0.45rem;
    color: #333333;
    font-size: 0.14rem; }
  .part2 .list {
    width: 100%;
    box-sizing: border-box; }
    .part2 .list ul {
      width: 100%; }
      .part2 .list ul li {
        width: 1.7rem;
        height: 1.35rem;
        border-radius: 6px;
        box-sizing: border-box;
        margin-bottom: 0.2rem; }
        .part2 .list ul li a {
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 6px;
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1); }
          .part2 .list ul li a .img {
            width: 100%;
            height: 0.8rem;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px; }
          .part2 .list ul li a .p1 {
            padding: 0 0.08rem;
            box-sizing: border-box;
            color: #333333;
            font-size: 0.12rem;
            margin-top: 0.08rem;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          .part2 .list ul li a .p2 {
            padding: 0 0.08rem;
            box-sizing: border-box;
            color: #999999;
            font-size: 0.12rem;
            margin-top: 0.03rem; }
            .part2 .list ul li a .p2 img {
              width: 0.1rem;
              margin-right: 0.02rem; }

.part3 {
  width: 100%;
  margin-top: 0.1rem;
  box-sizing: border-box;
  padding: 0 0.1rem;
  background: #fff;
  padding-bottom: 0.15rem; }
  .part3 .title {
    width: 100%;
    height: 0.47rem; }
    .part3 .title .title_list {
      width: 0.78rem;
      height: 100%;
      box-sizing: border-box;
      font-size: 0.14rem;
      color: #333333;
      line-height: 0.45rem;
      text-align: center;
      position: relative; }
      .part3 .title .title_list .line {
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0.74rem;
        height: 2px;
        border-radius: 2px;
        background: #fff; }
      .part3 .title .title_list.active .line {
        background: #ff8900; }
  .part3 .listBox {
    width: 100%; }
    .part3 .listBox .listBox_ul {
      width: 100%;
      display: none; }
      .part3 .listBox .listBox_ul:nth-of-type(1) {
        display: block; }
      .part3 .listBox .listBox_ul ul {
        width: 100%; }
        .part3 .listBox .listBox_ul ul li {
          width: 100%;
          height: 0.7rem;
          border-bottom: 1px solid #e5e5e5; }
          .part3 .listBox .listBox_ul ul li a {
            width: 100%;
            height: 100%;
            display: block;
            overflow: hidden; }
            .part3 .listBox .listBox_ul ul li a p {
              margin-top: 0.13rem;
              color: #333333;
              font-size: 0.14rem;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
            .part3 .listBox .listBox_ul ul li a div {
              margin-top: 0.09rem;
              font-size: 0.14rem;
              color: #999999; }
              .part3 .listBox .listBox_ul ul li a div img {
                width: 0.11rem;
                display: block;
                margin-right: 0.05rem; }
      .part3 .listBox .listBox_ul .more {
        width: 100%;
        height: 0.4rem;
        margin-top: 0.2rem; }
        .part3 .listBox .listBox_ul .more a {
          width: 100%;
          height: 0.4rem;
          background: #f5f5f5;
          font-size: 0.14rem;
          color: #999999;
          border-radius: 5px; }

/*# sourceMappingURL=college.css.map */
