@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0; }

/************做rem************/
html {
  font-size: 10px; }

@media screen and (min-width: 321px) and (max-width: 375px) {
  html {
    font-size: 12px; } }
@media screen and (min-width: 376px) and (max-width: 414px) {
  html {
    font-size: 12px; } }
@media screen and (min-width: 415px) and (max-width: 639px) {
  html {
    font-size: 15px; } }
@media screen and (min-width: 640px) and (max-width: 719px) {
  html {
    font-size: 20px; } }
@media screen and (min-width: 720px) and (max-width: 749px) {
  html {
    font-size: 22px; } }
@media screen and (min-width: 750px) and (max-width: 799px) {
  html {
    font-size: 25px; } }
@media screen and (min-width: 800px) {
  html {
    font-size: 25px; } }
/*!************************mixin模块区域*************************************/
/***********省略块*********/
/*****垂直水平居中块*******/
/*******before********/
/********改变盒子模型块**********/
/**********公共的颜色********/
.m-color {
  color: #20C8D3; }

.m-bg {
  background: #20C8D3; }

/******icon********/
@font-face {
  font-family: 'icon';
  /* project id 388299 */
  src: url("//at.alicdn.com/t/font_388299_3yg706i9pmzvkj4i.eot");
  src: url("//at.alicdn.com/t/font_388299_3yg706i9pmzvkj4i.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_388299_3yg706i9pmzvkj4i.woff") format("woff"), url("//at.alicdn.com/t/font_388299_3yg706i9pmzvkj4i.ttf") format("truetype"), url("//at.alicdn.com/t/font_388299_3yg706i9pmzvkj4i.svg#iconfont") format("svg"); }
.icon {
  font-family: "icon";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*******************************************************资源首页开始**************************************************************/
@media screen and (max-width: 3000px) {
  /*******搜索*******/
  .search_box {
    padding-top: 70px; }

  .resource-search {
    margin-top: 80px;
    width: 100%;
    height: 150px;
    overflow: hidden;
    padding: 0 7%;
    line-height: 150px;
    background-image: url("../images/resource_banner.jpg");
    background-repeat: no-repeat; }
    .resource-search .logo {
      width: 204px;
      height: auto;
      margin: 80px auto 0; }
      .resource-search .logo img {
        display: block;
        width: 100%; }
    .resource-search .search-form {
      width: 560px;
      height: 36px; }
      .resource-search .search-form .in-write {
        display: block;
        width: 470px;
        height: 100%;
        border: 2px solid #7fd3d1;
        text-indent: 15px;
        border-right: none; }
      .resource-search .search-form .in-search {
        border-radius: 0;
        width: 90px;
        height: 100%;
        display: block;
        background: #7fd3d1;
        color: white;
        line-height: 36px;
        text-align: center;
        font-size: 15px;
        transition: .3s;
        cursor: pointer; }
        .resource-search .search-form .in-search:hover {
          background: #369a97; }

  /*******小导航菜单*******/
  .nav-position {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 13px; }
    .nav-position .current {
      color: #999999; }

  /***********内容*****************/
  .resource-content {
    width: 100%;
    min-height: 300px;
    background: #F4F4F5;
    padding: 40px 7% 120px; }

  /***********nav*********/
  .resource-nav {
    width: 200px;
    float: left; }
    .resource-nav ul {
      width: 100%; }
      .resource-nav ul li {
        width: 100%;
        margin-bottom: 8px;
        height: 52px;
        background-repeat: no-repeat;
        background-size: 100% 100%; }
        .resource-nav ul li:nth-of-type(1) {
          background-image: url("../images/bg1.png"); }
        .resource-nav ul li:nth-of-type(2) {
          background-image: url("../images/bg2.png"); }
        .resource-nav ul li:nth-of-type(3) {
          background-image: url("../images/bg3.png"); }
        .resource-nav ul li:nth-of-type(4) {
          background-image: url("../images/bg4.png"); }
        .resource-nav ul li:nth-of-type(5) {
          background-image: url("../images/bg5.png"); }
        .resource-nav ul li:nth-of-type(6) {
          background-image: url("../images/bg6.png"); }
        .resource-nav ul li:nth-of-type(7) {
          background-image: url("../images/bg7.png"); }
        .resource-nav ul li:nth-of-type(8) {
          background-image: url("../images/bg8.png"); }
        .resource-nav ul li:nth-of-type(9) {
          background-image: url("../images/bg9.png"); }
        .resource-nav ul li a {
          display: block;
          width: 100%;
          height: 100%;
          color: white;
          line-height: 52px;
          font-size: 15px;
          text-indent: 50px;
          background-repeat: no-repeat;
          background-image: url("../images/adress.png");
          background-position: 20px center;
          position: relative; }
          .resource-nav ul li a::before {
            content: "";
            display: block;
            background-image: url("../images/right-in.png");
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 30px;
            margin: auto;
            height: 10px;
            width: 10px; }
        .resource-nav ul li .module_active {
          border-left: 7px solid rgba(12, 12, 12, 0.41); }

  /***********list*********/
  .resource-list {
    width: calc(100% - 250px);
    background: white;
    min-height: 150px;
    padding: 20px 60px 25px;
    float: right; }
    .resource-list .list_ul {
      width: 100%; }
      .resource-list .list_ul .list_li {
        width: 100%;
        border-bottom: 1px dashed #BBBBBB;
        padding: 10px 0; }
        .resource-list .list_ul .list_li a {
          display: block;
          width: 100%;
          height: 100%;
          color: #555 !important; }
          .resource-list .list_ul .list_li a .tit {
            width: 70%;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 16px; }
          .resource-list .list_ul .list_li a .time {
            color: #999999; }
          .resource-list .list_ul .list_li a .down_btn:hover, .resource-list .list_ul .list_li a .tit:hover {
            color: #447abe; }
          .resource-list .list_ul .list_li a .info_item {
            font-size: 12px;
            color: #b1b3af;
            margin-right: 5px; }
          .resource-list .list_ul .list_li a .res_info1, .resource-list .list_ul .list_li a .res_info2, .resource-list .list_ul .list_li a .res_info3 {
            margin-top: 5px; }

  .uploadBtn {
    height: 36px;
    width: 200px;
    border: 2px solid #7fd3d1;
    /* background-color: #337ab7; */
    line-height: 36px;
    font-size: 15px !important;
    color: #7fd3d1;
    padding: 0 15px;
    display: inline-block; }

  .uploadBtn:hover {
    color: white;
    background-color: #7fd3d1; } }
@media screen and (max-width: 850px) {
  /*******搜索*******/
  .search_box {
    padding-top: 20px; }

  .resource-search {
    margin-top: 10px;
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-image: url("../images/resource_banner.jpg");
    background-repeat: no-repeat; }
    .resource-search .logo {
      width: 175px;
      height: auto;
      margin: 80px auto 0; }
      .resource-search .logo img {
        display: block;
        width: 100%; }
    .resource-search .search-form {
      width: 100%;
      height: 36px;
      margin: 20px auto 0;
      float: none; }
      .resource-search .search-form .in-write {
        display: block;
        width: 80%;
        height: 100%;
        border: 2px solid #7fd3d1;
        text-indent: 15px;
        border-right: none; }
      .resource-search .search-form .in-search {
        width: 20%;
        height: 100%;
        border-radius: 0;
        display: block;
        background: #7fd3d1;
        color: white;
        line-height: 36px;
        text-align: center;
        font-size: 15px;
        transition: .3s;
        cursor: pointer; }
        .resource-search .search-form .in-search:hover {
          background: #369a97; }

  .uploadBtn {
    display: none; }

  /*******小导航菜单*******/
  .nav-position {
    padding: 0 20px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 13px; }
    .nav-position .current {
      color: #999999; }

  /***********内容*****************/
  .resource-content {
    width: 100%;
    min-height: 300px;
    background: #F4F4F5;
    padding: 15px 0 120px; }

  /***********nav*********/
  .resource-nav {
    width: 100%;
    float: none;
    overflow-y: hidden;
    overflow-x: auto; }
    .resource-nav ul {
      width: 100%;
      height: 52px; }
      .resource-nav ul li {
        width: 120px;
        margin-bottom: 8px;
        height: 100%;
        float: left;
        margin-right: 3px;
        background-repeat: no-repeat; }
        .resource-nav ul li:last-child {
          margin-right: 0; }
        .resource-nav ul li:nth-of-type(1) {
          background-image: url("../images/bg1.png"); }
        .resource-nav ul li:nth-of-type(2) {
          background-image: url("../images/bg2.png"); }
        .resource-nav ul li:nth-of-type(3) {
          background-image: url("../images/bg3.png"); }
        .resource-nav ul li:nth-of-type(4) {
          background-image: url("../images/bg4.png"); }
        .resource-nav ul li:nth-of-type(5) {
          background-image: url("../images/bg5.png"); }
        .resource-nav ul li:nth-of-type(6) {
          background-image: url("../images/bg6.png"); }
        .resource-nav ul li:nth-of-type(7) {
          background-image: url("../images/bg7.png"); }
        .resource-nav ul li:nth-of-type(8) {
          background-image: url("../images/bg8.png"); }
        .resource-nav ul li:nth-of-type(9) {
          background-image: url("../images/bg9.png"); }
        .resource-nav ul li a {
          display: block;
          width: 100%;
          height: 100%;
          color: white;
          line-height: 52px;
          font-size: 15px;
          text-indent: 42px;
          background-repeat: no-repeat;
          background-image: url("../images/adress.png");
          background-position: 18px center;
          position: relative; }
          .resource-nav ul li a::before {
            content: "";
            display: none;
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 30px;
            margin: auto;
            height: 10px;
            width: 10px; }

  /***********list*********/
  .resource-list {
    width: 100%;
    background: white;
    min-height: 150px;
    padding: 20px 20px 25px;
    float: none; }
    .resource-list .list_ul {
      width: 100%; }
      .resource-list .list_ul .list_li {
        width: 100%;
        border-bottom: 1px dashed #BBBBBB;
        padding: 10px 0; }
        .resource-list .list_ul .list_li a {
          display: block;
          width: 100%;
          height: 100%; }
          .resource-list .list_ul .list_li a .tit {
            width: 80%;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .resource-list .list_ul .list_li a .time {
            color: #999999; }
          .resource-list .list_ul .list_li a .ti {
            display: none; } }

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