.container {
  min-width: 1200px;
  margin: 0 auto;
  width: 100%;
  background-color: #f0f0f0;
}

.container .wrap {
  width: 1200px;
  margin: 0 auto;
}

.list_wrap {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}

.reg_nv {
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  color: #333;
}

.reg_nv a {
  color: #333;
  text-decoration: none;
}

.entrys {
  padding: 50px 0;
}

.entry {
  display: block;
  width: 282px;
  height: 469px;
  float: left;
  margin-right: 24px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
  transition: background-size .8s;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.entry:hover {
  background-size: 120% auto;
  transition: background-size .8s;
  text-decoration: none;
}

.entry.last {
  margin-right: 0;
}

.entry.doc {
  background-image: url(../images/EduApply/doc_bg.png);
}

.entry.nurse {
  background-image: url(../images/EduApply/nurse_bg.png);
}

.entry.ext {
  background-image: url(../images/EduApply/ext_bg.png);
}

.entry.sch {
  background-image: url(../images/EduApply/sch_bg.png);
}

.entry-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 156px;
  height: 68px;
  transition: height .8s;
}

.entry:hover .entry-icon {
  height: 76px;
  transition: height .8s;
}

.entry-title {
  width: 100%;
  margin-top: 250px;
  line-height: 1em;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Microsoft Yahei';
  text-align: center;
  color: #333;
}

.entry-tip {
  width: 100%;
  text-align: center;
  font-family: 'Microsoft Yahei';
  color: #333;
  line-height: 1.4em;
  margin-top: 20px;
  font-size: 12px;
}

.entry .bar {
  width: 24px;
  height: 4px;
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #00683d;
  transition: width .8s;
}

.entry:hover .bar {
  width: 216px;
  transition: width .8s;
}
.through_img{    width: 100%;
    height: 260px;
    /*background-image: url("../images/common/banner_green.png");*/
    background-image: url(../images/825381d857ba1493.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.through_img>div{
    position: relative;
    height: 100%;
}
.through_img p{
    position: absolute;
    left: 0;
    top: 32px;
}
.through_img p,.through_img p a{
    font-size: 14px;
    color: #fff;
}
.through_img h3{
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    height: 260px;
    line-height: 260px;
}

/*移动端*/
@media screen and (max-width: 768px){
.through_img {
    width: 100%;
    height: 3rem;
    /* background-image: url(../images/common/banner_swp.png); */
    background-image: url(../images/825381d857ba1493.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.through_img p {
    position: absolute;
    left: 0.24rem;
    top: 0.3rem;
}
.through_img p, .through_img p a {
    font-size: 0.14rem;
    color: #fff;
}
.through_img h3 {
    text-align: center;
    color: #fff;
    font-size: 0.36rem;
    font-weight: bold;
    height: 3rem;
    line-height: 3rem;
}
.centerArea {
    width: 100%!important;
    margin-left: auto;
    margin-right: auto;
}
.container {
    max-width: 100%!important;
    width: 100%!important;
    margin: 0 auto;
    background-color: #fff;
        min-width: 100%;
}
.container .wrap {
    width: 100%;
    margin: 0 auto;
}
.wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: 4rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.list_wrap {
    width: calc(100% - 0.48rem);
    margin: 0 auto;
    height: 100%;
    background-color: #fff;
}
.entrys {
    padding: 0;
    margin-top: 0.4rem;
}
.entry {
    display: block;
    width: calc(50% - 0.2rem);
    height: 4rem;
    float: left;
    margin-right: 0;
    margin: 0.1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% auto;
    transition: background-size .8s;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.entry-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0.8rem;
    height: 0.8rem;
    transition: height .8s;
}
.entry-title {
    width: 100%;
    margin-top: 2rem;
    line-height: 1em;
    font-size: 0.3rem;
    font-weight: bold;
    font-family: 'Microsoft Yahei';
    text-align: center;
    color: #333;
}
.entry-tip {
    width: 100%;
    text-align: center;
    font-family: 'Microsoft Yahei';
    color: #333;
    line-height: 1.4em;
    margin-top: 0.2rem;
    font-size: 0.2rem;
}
.entry .bar {
    width: 0.3rem;
    height: 0.04rem;
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #00683d;
    transition: width .8s;
}

}

