@media only screen and (max-width: 767px) {
  
  .resources {
    width: 100%;
    margin-top: 0.2rem;
    padding-bottom: 0.6rem;
    overflow: hidden;
  }
  .resources .title {
    width: 60%;
    font-size: 0.48rem;
    color: #262728;
    line-height: 0.64rem;
    text-align: center;
    margin: 0.6rem auto 0;
  }
  .resources .text {
   	font-size: 0.28rem;
    color: #4A4A4A;
    text-align: center;
    line-height: 0.44rem;
    margin: 0.32rem auto 0;
    padding: 0 0.4rem;
  }
  .resources .bd {
    width: 100%;
  }
  .resources .bd .item {
    width: 87.5%;
    height: 1.78rem;
    margin: 0.6rem auto 0;
  }
  .resources .bd .item .img {
    float: left;
    width: 0.96rem;
    height: 0.96rem;
    border-radius: 50%;
    background: #F6F6F6;
    margin: 0 0.4rem 0.4rem;
    text-align: center;
  }
  .resources .bd .item .img img {
    width: 0.56rem;
    height: 0.56rem;
    margin-top: 50%;
    transform: translateY(-50%);
  }
  .resources .bd .item .fl {
    display: grid;
  }
  .resources.bg .bd .item .fl {
    margin-left: 0;
  }
  .resources .bd .item .fl .dt {
    font-size: 0.28rem;
    color: #242728;
  }
  .resources .bd .item .fl .dd {
    font-size: 0.24rem;
    color: #242728;
    letter-spacing: 0.001rem;
    line-height: 0.36rem;
    margin: 0.08rem 0 0.01rem;
  }
    .resources_span {
  font-size:18px;
  display:block;
  }
  .resources .bd .item a {
    /*float: left;*/
    font-size: 0.24rem;
    color: #6F79A8;
    line-height: 0.48rem;
  }
  .resources.bg {
    background: #f9f9f9;
	margin-top: 1.27rem;
	padding-bottom: 1.8rem;
  }
   .resources.bg .title {
    width: 90%;
  }
   .resources.bg .bd {
    text-align: center;
  }
   .resources.bg .bd .item {
    height: auto;
  }
  .resources.bg .bd .item .img {
  	float: none;
	width: 2.25rem;
	height: 2.25rem;
	margin: 0 auto 0.4rem;
  }
  .resources.bg .bd .item .img img {
	width: 100%;
	height: auto;
  }
  .resources.bg .bd .item .fl .dt {
    font-size: 0.36rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.resources.bg .bd .item a {
    float: none;
}
  
}
@media only screen and (min-width: 768px) {
 
  .resources {
    width: 100%;
  }
  .resources.bg {
    background: #f9f9f9;
    margin-top: 3rem;
    margin-bottom: 1.2rem;
    padding-bottom: 1.8rem;
  }
  .resources.bg .bd .item a {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .resources .title {
    font-size: 0.72rem;
    color: #262728;
    text-align: center;
    padding-top: 1.8rem;
	  font-weight: bold;
  }
  .resources .text {
   	font-size: 0.36rem;
    color: #4A4A4A;
    /*letter-spacing: 0.036rem;*/
    text-align: center;
    line-height: 0.52rem;
    margin: 0.32rem auto 0;
    max-width: 10rem;
  }

  .resources .bd {
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 1.2rem;
	  padding: 0 4.6rem;
  }
  .resources .bd .item {
    position: relative;
    display: table-cell;
    height: 100%;
  }
  .resources .bd .item .img {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    background: #F6F6F6;
    margin: 1.2rem auto 0;
    text-align: center;
  }
  .resources .bd .item .img img {
  	width: 100%;
    margin-top: 50%;
    transform: translateY(-50%);
  }
  .resources .bd .item .dt {
    font-size: 0.44rem;
    color: #262728;
    text-align: center;
    line-height: 0.52rem;
    margin-top: 0.8rem;
  }
  .resources .bd .item .dd {
    width: 4.6rem;
    font-size: 0.32rem;
    color: #262728;
    text-align: center;
    line-height: 0.56rem;
    min-height: 1.12rem;
    margin: 0.4rem auto 0;
  }
  .resources .bd .item a {
  	display:block;
    font-size: 0.28rem;
    color: #6F79A8;
    line-height: 0.48rem;
	margin-top: 0.2rem;
  }
  .resources .bd .item a:hover{
    text-decoration: underline;
    color:#262728;
  }
}
