



/* #home .banner .center {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

#home .banner .center .banner-box {
    width: 220px;
    height: 100%;
    float: right;
    background-color: rgba(255, 255, 255, 0.9);
}

#home .banner .center .banner-box ul {
    height: 100%;
}

#home .banner .center .banner-box ul li {
    width: 100%;
    height: 20%;
    box-sizing: border-box;
    padding: 20px 10px !important;
    border-bottom: 1px dashed #efaf1a;
    display: flex;
}

#home .banner .center .banner-box ul li:last-of-type {
    border-bottom: none;
}

#home .banner .center .banner-box ul li .ico {
    width: 37px;
    height: 100%;
    display: flex;
    margin-right: 8px;
}

#home .banner .center .banner-box ul li .ico img {
    width: 100%;
    height: 43px;
    margin: auto;
} 

#home .banner .center .banner-box ul li .text p:nth-of-type(2) {
    font-size: 14px;
} */
.slogan img{
    display: block;
    width: 100%;
    height: 100%;
}
#home .content .con-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    padding-top: 11px;
    border-bottom: 1px solid #e5e5e5;
}

#home .content .con-title .left span {
    vertical-align: bottom;
}
#home .content .con-title .left div{
    display: inline-block;
    margin-left: 20px;
}
#home .content .con-title .left div a{
    margin-right: 25px;
    font-size: 14px;
    color: #676767;
}
#home .content .con-title .left span:nth-of-type(1),#home .content .con-title .left .s1 {
    font-size: 20px;
    color: #333;
}

#home .content .con-title .left span:nth-of-type(2),#home .content .con-title .left .s2 {
    color: #666;
    font-style: italic;
    font-size: 14px;
}

#home .content .con-title .right {
    display: flex;
    align-items: flex-end;
}

#home .content .con-title .right a {
    color: #666;
    margin-left: 24px;
}

#home .content .con-title .right p a {
    font-size: 14px;
    color: #999;
}

#home .content .slogan {
    width: 100%;
    height: 100px;;
    cursor: pointer;
    display: block;
}







#home .content .worker-school .w-body,
#home .content .five-year .w-body {
    width: 100%;
    box-sizing: border-box;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
}

#home .content .worker-school .w-body>div,
#home .content .five-year .w-body>div {
    /* margin-bottom: 14px; */
}

#home .content .worker-school .w-body .hot,
#home .content .five-year .w-body .hot {
    width: 320px;
    height: 460px;
    position: relative;
    background: blue;
}
#home .content .worker-school .w-body .hot > div,
#home .content .five-year .w-body .hot > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    padding: 0 12px;
}
#home .content .worker-school .w-body .hot > div .title,
#home .content .five-year .w-body .hot > div .title{
    text-indent: 1em;
    line-height: 1;
    padding-bottom: 12px;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}
#home .content .worker-school .w-body .hot > div .list,
#home .content .five-year .w-body .hot > div .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
#home .content .worker-school .w-body .hot > div .list a,
#home .content .five-year .w-body .hot > div .list a{
    display: block;
    width: 25%;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
}
#home .content .worker-school .w-body .hot > div .list a:hover,
#home .content .five-year .w-body .hot > div .list a:hover{
    color: #fff !important;
    text-decoration: underline ;
}






#home .content .worker-school .w-body .issue,
#home .content .five-year .w-body .issue {
    width: 475px;
    height: 460px;
    display: flex;
    flex-wrap:wrap;
}
#home .content .worker-school .w-body .issue > div:nth-of-type(even),
#home .content .five-year .w-body .issue > div:nth-of-type(even) {
    margin-right: 0;
}
#home .content .worker-school .w-body .issue .list,
#home .content .five-year .w-body .issue .list{
    width: 220px;
  height: 220px;
  margin-right: 35px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 15px 0px 	rgba(4, 0, 0, 0.15);
}
#home .content .worker-school .w-body .issue .list .img,
#home .content .five-year .w-body .issue .list .img {
    width: 100%;
    height: 120px;
    background-color: #ccc;
    overflow: hidden;
  }
  #home .content .worker-school .w-body .issue .list .img:hover img ,
  #home .content .five-year .w-body .issue .list .img:hover img{
    transform: scale(1.2);
  }
  #home .content .worker-school .w-body .issue .list .img img ,
  #home .content .five-year .w-body .issue .list .img img{
    width: 100%;
    display: block;
    transition: all 0.3s ease-out;
  }
  #home .content .worker-school .w-body .issue .list .con ,
  #home .content .five-year .w-body .issue .list .con{
    box-sizing: border-box;
    padding: 10px 12px 0;
  }
  #home .content .worker-school .w-body .issue .list .con .c-name ,
  #home .content .five-year.w-body .issue .list .con .c-name {
    text-align: center;
  }
  #home .content .worker-school .w-body .issue .list .con .c-num,
  #home .content .five-year .w-body .issue .list .con .c-num  {
    display: flex;
    justify-content: space-between;
    margin: 7px 0;
  }
  #home .content .worker-school .w-body .issue .list .con .c-num span,
  #home .content .five-year .w-body .issue .list .con .c-num span {
    font-size: 12px;
    color: #999;
  }
  #home .content .worker-school .w-body .issue .list .con .btn ,
  #home .content .five-year .w-body .issue .list .con .btn{
    display: flex;
    justify-content: space-between;
  }
  #home .content .worker-school .w-body .issue .list .con .btn a ,
  #home .content .five-year .w-body .issue .list .con .btn a{
    display: block;
    width: 84px;
    height: 24px;
    border-radius: 4px;
    border: solid 1px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    cursor: pointer;
  }
  #home .content .worker-school .w-body .issue .list .con .btn .b1 ,
  #home .content .five-year .w-body .issue .list .con .btn .b1{
    color: #ed4b2b;
    border-color: #ed4b2b;
  }
  #home .content .worker-school .w-body .issue .list .con .btn .b1:hover,
  #home .content .five-year .w-body .issue .list .con .btn .b1:hover {
    background-color: #ed4b2b;
    color: #fff;
  }
  #home .content .worker-school .w-body .issue .list .con .btn .b2,
  #home .content .five-year .w-body .issue .list .con .btn .b2 {
    color: #00b2fc;
    border-color: #00b2fc;
  }
  #home .content .worker-school .w-body .issue .list .con .btn .b2:hover ,
  #home .content .five-year .w-body .issue .list .con .btn .b2:hover{
    background-color: #00b2fc;
    color: #fff;
  }





















#home .content .worker-school .w-body .sch,
#home .content .five-year .w-body .sch {
    width: 336px;
    height: 460px;
    box-sizing: border-box;
    padding: 14px 16px;
    box-shadow: 0px 0px 15px 0px 	rgba(4, 0, 0, 0.15);
}
#home .content .worker-school .w-body .sch .title,
#home .content .five-year .w-body .sch .title{
    width: 100%;
    height: 24px;
    border-left: 4px solid #359ee1;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#home .content .worker-school .w-body .sch .title span,
#home .content .five-year .w-body .sch .title span {
    text-indent: 1em;
    line-height: 24px;
}
#home .content .worker-school .w-body .sch .title a,
#home .content .five-year .w-body .sch .title a{
    font-size: 12px;
    color: #666;
    line-height: 24px;
    margin-left: auto;
}
#home .content .worker-school .w-body .sch > ul li,
#home .content .five-year .w-body .sch > ul li{
    display: flex;
    margin-bottom: 20px;
}
#home .content .worker-school .w-body .sch > ul li .d,
#home .content .five-year .w-body .sch > ul li .d{
    font-size: 14px;
    color: #359ee1;
}
#home .content .worker-school .w-body .sch > ul li p,
#home .content .five-year .w-body .sch > ul li p{
    font-size: 14px;
    width: 220px;
    margin-left: 6px;
}
#home .content .worker-school .w-body .sch > ul li .time,
#home .content .five-year .w-body .sch > ul li .time{
    width: 70px;
    margin-left: auto;
    font-size: 12px;
    color: #999;
}


























#home .content .new-news{
    margin-bottom: 20px;
}
#home .content .new-news .n-body{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#home .content .new-news .n-body >div{
    width: 388px;
    height: 450px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 14px;
    box-shadow: 0px 4px 8px 0px rgba(4, 0, 0, 0.15);
    margin-bottom: 26px;
}
#home .content .new-news .n-body .n-z-head{
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
}   
#home .content .new-news .n-body .n-z-head p{
    padding: 0 10px  10px;
    border-bottom:2px solid #26a1ef;
    color:#323232;
}
#home .content .new-news .n-body .n-z-head a{
    font-size:14px;
    color: #999;
}
#home .content .new-news .n-body .n-z-head a:hover{
    color:#efaf1a;

}
#home .content .new-news .n-body .n-z-body {
    /* margin-top: 14px; */
}
#home .content .new-news .n-body .n-z-body .big a{
    display: block;
    width: 100%;
    display: flex;
}
#home .content .new-news .n-body .n-z-body .big a .img{
    width: 150px;
    height: 100px;
    background-color: #ccc;
    flex-shrink: 0;
    overflow: hidden;
    margin-bottom: 6px;
    border-radius: 6px;
}
#home .content .new-news .n-body .n-z-body .big a .img img{
    width: 100%;
}
#home .content .new-news .n-body .n-z-body .big a .con{
    flex: 1;
    margin-left: 14px;
    min-width: 0;
}
#home .content .new-news .n-body .n-z-body ol li{
    border-bottom: 1px dashed #ccc;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
}
#home .content .new-news .n-body .n-z-body ol li:last-of-type{
    border-bottom: none;
}
#home .content .new-news .n-body .n-z-body ol li a{
    display: block;
    width: 100%;
    position: relative;
    font-size: 14px;
}
#home .content .new-news .n-body .n-z-body ol li span{
    color: #26a1ef;
}
#home .content .new-news .n-body .n-z-body ol li img{
    position: absolute;
    top: 2px;
    right: 0;
}
#home .content .new-news .n-body .n-z-body ol li .time{
    font-size: 14px;
    color: #999;
    float: right;
}
#home .content .new-news .n-body .n-z-body .big a .con .t2{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
#home .content .new-news .n-body .n-z-body .big a .con .t2 span{
    font-size: 14px;
    color: #999;
}



