﻿.images{
  display:none;
}
.introduce_font {
  float: left;
  margin-top: 34px;
  margin-left: 743px;
  position: relative;
}
.introduce_font a {
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/search.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 10px;
}
.introduce_font .input {
  width: 254px;
  height: 39px;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 39px;
  box-sizing: border-box;
  padding: 0 14px;
  float: right;
}

.nyRcon .right {
  position: relative;
}
.nyRcon .right:after {
  nyRcon: '';
  display: block;
  clear: both;
}
.nyRcon .right .card {
  float: left;
  width: 555px;
  height: 250px;
  background: #FFFFFF;
  transition: all 0.3s ease;
  margin-right: 17px;
  margin-bottom: 66px;
}
.nyRcon .right .card:hover {
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
}
.nyRcon .right .card .img {
  float: left;
  width: 196px;
  height: 100%;
  overflow: hidden;
}
.nyRcon .right .card .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.nyRcon .right .card .img img:hover {
  transform: scale(1.1);
}
.nyRcon .right .card .userBox {
  float: left;
  width: 359px;
  padding-left: 38px;
  box-sizing: border-box;
  padding-top: 29px;
  padding-bottom: 17px;
  height: 100%;
}
.nyRcon .right .card .userBox h2 {
  height: 25px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
}
.nyRcon .right .card .userBox p {
  margin-top: 25px;
  width: 287px;
  height: 75px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  text-overflow: -o-ellipsis-lastline;		
  overflow: hidden;		
  text-overflow: ellipsis;		
  display: -webkit-box;		
  -webkit-line-clamp: 2;		
  line-clamp: 2;		
  -webkit-box-orient: vertical;
}
.nyRcon .right .card .userBox .detail {
  width: 286px;
  margin-top: 10px;
  border-top: 1px solid #CCCCCC;
  height: 61px;
  box-sizing: border-box;
}
.nyRcon .right .card .userBox .detail a{color: #005BAC;}
.nyRcon .right .card .userBox .detail span {
  float: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #005BAC;
  line-height: 61px;
}
.nyRcon .right .card .userBox .detail .code {
  margin-top: 15px;
  float: right;
  width: 31px;
  height: 31px;
  position: relative;
  background: url(../images/ewm2.png) center no-repeat;
}
.nyRcon .right .card .userBox .detail .code:hover {
  background: url(../images/ewm1.png) center no-repeat;
}
.nyRcon .right .card .userBox .detail .code .codeBox {
  display: none;
  width: 138px;
  height: 149px;
  position: absolute;
  top: -131px;
  left: -51px;
  /*background: url(images/ewm.png) center no-repeat;*/
}
.nyRcon .right .card .userBox .detail .code:hover .codeBox {
  display: block;
}
.nyRcon .right .card:hover .userBox {
  border-bottom: 4px solid #005BAC;
}
.nyRcon .right .pageing_one {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.nyRcon .right .page_sies {
  color: #005BAC;
}
.nyRcon .right .pageing_one > span > a {
  padding: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.nyRcon .right .clor {
  color: #333333;
  text-decoration: none;
}
@media screen and (max-width: 1700px) {
  .introduce_font {
    margin-left: 543px;
  }
}
@media screen and (max-width: 1500px) {
  .nyRcon {
    width: 1200px;
  }
  .nyRcon .right {
    width: 946px;
  }
  .nyRcon .right .card {
    width: 455px;
    height: 190px;
  }
  .nyRcon .right .card .img {
    width: 146px;
  }
  .nyRcon .right .card .userBox {
    width: 285px;
  }
  .nyRcon .right .card .userBox p {
    width: 255px;
    height: 50px;
    margin-top: 10px;
  }
  .nyRcon .right .card .userBox .detail {
    width: 255px;
    height: 40px;
  }
  .nyRcon .right .card .userBox .detail span {
    line-height: 40px;
  }
  .nyRcon .right .card .userBox .detail .code {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1279px) {
  .nyRcon {
    width: 100%;
    padding: 100px 20px 0;
    box-sizing: border-box;
  }
  .nyRcon .left {
    width: 30%;
  }
  .nyRcon .left div {
    width: 100%;
  }
  .nyRcon .right {
    width: 65%;
  }
  .nyRcon .right .card {
    width: 100%;
    height: 190px;
  }
  .nyRcon .right .card .img {
    width: 30%;
  }
  .nyRcon .right .card .userBox {
    width: 70%;
  }
  .nyRcon .right .card .userBox p {
    width: 85%;
    height: 50px;
    margin-top: 10px;
  }
  .nyRcon .right .card .userBox .detail {
    width: 85%;
    height: 40px;
  }
  .nyRcon .right .card .userBox .detail span {
    line-height: 40px;
  }
  .nyRcon .right .card .userBox .detail .code {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1024px){
  .nyRcon{
    padding-top:0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .images {
    height: 200px;
  }
  .nyRcon .left {
    width: 100%;
    float: inherit;
  }
  .nyRcon .left div{		
	display: none;		
  }
  .nyRcon .left .active:after {
    display: none;
  }
  .nyRcon .right {
    float: inherit;
    width: 100%;
  }
}
.schoolTitle{
  width: 100%;
  background:#005BAC;
  height: 45px;
  box-sizing: border-box;
  padding-left: 10px;
  color: #fff;
  line-height: 45px;
  border-radius: 5px;
  display: none;
  margin-bottom:20px;
}
.schoolTitle span{
  float: right;
  width: 24px;
  height: 30px;
  margin-top: 8px;
  background: url(../images/sub_left_down22.png) no-repeat center center;
  background-position: left center;
  margin-right: 10px;
}
@media screen and (max-width: 768px){
  .schoolTitle{
    display:block;
  }
}
@media screen and (max-width:480px){
  .nyRcon .right .card .img{
    width:39%;
  }
  .nyRcon .right .card .userBox{
    width:61%;
  }
}
@media screen and (max-width:390px){
  .nyRcon .right .card .img{
    width:43%;
  }
  .nyRcon .right .card .userBox{
    width:57%;
  }
}
@media screen and (max-width:320px){
  .nyRcon .right .card .img{
    width:68%;
    float:none;
    margin: 0 auto;
  }
  .nyRcon .right .card .userBox{
    width:100%;
    float:none;
  }
  .nyRcon .right .card{
    height:auto;
  }
}
