﻿



/* #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 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: 16px;
    color: #efb01e;
}

#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: 306px;
    height: 360px;
    box-shadow: 0px 4px 8px 0px rgba(4, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 18px 11px 20px;
}

#home .content .worker-school .w-body .hot .title,
#home .content .five-year .w-body .hot .title {
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

#home .content .worker-school .w-body .hot .title p,
#home .content .five-year .w-body .hot .title p {
    display: flex;
    justify-content: space-between;
}

#home .content .worker-school .w-body .hot .title p span:nth-of-type(1),
#home .content .five-year .w-body .hot .title p span:nth-of-type(1) {
    display: block;
    width: 90px;
    height: 32px;
    text-align: center;
    border-bottom: 2px solid #359ee1;
    font-size: 18px;
    color: #323232;
}

#home .content .worker-school .w-body .hot .title p span:nth-of-type(2),
#home .content .five-year .w-body .hot .title p span:nth-of-type(2) {
    font-size: 14px;
    color: #666;
    padding-top: 6px;
}

#home .content .worker-school .w-body .hot .z-list-wrap,
#home .content .five-year .w-body .hot .z-list-wrap {
    margin-top: 17px;
}

#home .content .worker-school .w-body .hot .z-list-wrap ul,
#home .content .five-year .w-body .hot .z-list-wrap ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

#home .content .worker-school .w-body .hot .z-list-wrap ul li,
#home .content .five-year .w-body .hot .z-list-wrap ul li {
    width: 70px;
    text-align: center;
    margin-bottom: 26px;
    cursor: pointer;
}
#home .content .five-year .w-body .hot .z-list-wrap ul li:hover p,
#home .content .worker-school .w-body .hot .z-list-wrap ul li:hover p{
    color: #efaf1a;
}

#home .content .worker-school .w-body .hot .z-list-wrap ul li:nth-of-type(-n+12):nth-of-type(n+9),
#home .content .five-year .w-body .hot .z-list-wrap ul li:nth-of-type(-n+12):nth-of-type(n+9) {
    margin-bottom: 0;
}

#home .content .worker-school .w-body .hot .z-list-wrap ul li .img,
#home .content .five-year .w-body .hot .z-list-wrap ul li .img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

#home .content .worker-school .w-body .hot .z-list-wrap ul li .img img,
#home .content .five-year .w-body .hot .z-list-wrap ul li .img img {
    width: 100%;
    height: 100%;
}

#home .content .worker-school .w-body .hot .z-list-wrap ul li p,
#home .content .five-year .w-body .hot .z-list-wrap ul li p {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}

#home .content .worker-school .w-body .issue,
#home .content .five-year .w-body .issue {
    width: 428px;
    height: 360px;
    box-shadow: 0px 4px 8px 0px rgba(4, 0, 0, 0.15);
    overflow-x: hidden;
}

#home .content .worker-school .w-body .issue .title,
#home .content .five-year .w-body .issue .title {
    box-sizing: border-box;
    padding: 16px 12px 0 12px;
}

#home .content .worker-school .w-body .issue .title ul,
#home .content .five-year .w-body .issue .title ul {
    display: flex;
    justify-content: space-between;
}

#home .content .worker-school .w-body .issue .title ul li,
#home .content .five-year .w-body .issue .title ul li {
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-bottom: 2px solid #e6e6e6;
    cursor: pointer;
}

#home .content .worker-school .w-body .issue .title ul .active,
#home .content .five-year .w-body .issue .title ul .active {
    background-color: #efaf1a;
    color: #fff;
    border-bottom: none;
}

#home .content .worker-school .w-body .issue .i-content,
#home .content .five-year .w-body .issue .i-content {
    width: 1712px;
    display: flex;
    transition: all ease-out 0.3s;
}

#home .content .worker-school .w-body .issue .i-content>div,
#home .content .five-year .w-body .issue .i-content>div {
    width: 428px;
    height: 310px;
    z-index: 0;
}

#home .content .worker-school .w-body .issue .i-content>div,
#home .content .five-year .w-body .issue .i-content>div {
    box-sizing: border-box;
    padding: 0 12px;
    overflow: hidden;
}

#home .content .worker-school .w-body .issue .i-content>div .big-info,
#home .content .five-year .w-body .issue .i-content>div .big-info {
    display: flex;
    margin-top: 17px;
    cursor: pointer;
}

#home .content .worker-school .w-body .issue .i-content>div .big-info .img,
#home .content .five-year .w-body .issue .i-content>div .big-info .img {
    width: 122px;
    height: 80px;
    background-color: #ccc;
}

#home .content .worker-school .w-body .issue .i-content>div .big-info .img img,
#home .content .five-year .w-body .issue .i-content>div .big-info .img img {
    width: 100%;
    height: 100%;
}

#home .content .worker-school .w-body .issue .i-content>div .big-info .con,
#home .content .five-year .w-body .issue .i-content>div .big-info .con {
    flex: 1;
    margin-left: 6px;
}

#home .content .worker-school .w-body .issue .i-content>div .big-info .con p:nth-of-type(1),
#home .content .five-year .w-body .issue .i-content>div .big-info .con p:nth-of-type(1) {
    font-size: 18px;
}

#home .content .worker-school .w-body .issue .i-content>div .big-info .con p:nth-of-type(2),
#home .content .five-year .w-body .issue .i-content>div .big-info .con p:nth-of-type(2) {
    margin-top: 12px;
    text-indent: 2em;
    font-size: 14px;
    color: #666;
}

#home .content .worker-school .w-body .issue .i-content>div ul li,
#home .content .five-year .w-body .issue .i-content>div ul li {
    border-bottom: 1px dashed #ccc;
    padding-top: 14px;
    padding-bottom: 5px;
    cursor: pointer;
    position: relative;
}
#home .content .worker-school .w-body .issue .i-content>div ul li a,
#home .content .five-year .w-body .issue .i-content>div ul li a{
    height: auto !important;
    display: flex !important;

}
#home .content .worker-school .w-body .issue .i-content>div ul li a span:nth-of-type(2),
#home .content .five-year .w-body .issue .i-content>div ul li a span:nth-of-type(2){
    /* display: block; */
    flex: 1;
    width: 380px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#home .content .worker-school .w-body .issue .i-content>div ul li:last-of-type,
#home .content .five-year .w-body .issue .i-content>div ul li:last-of-type {
    border-bottom: none;
}

#home .content .worker-school .w-body .issue .i-content>div ul li img,
#home .content .five-year .w-body .issue .i-content>div ul li img {
    width: 9px;
    height: 17px;
    position: absolute;
    top: 16px;
    right: 0;
}

#home .content .worker-school .w-body .sch,
#home .content .five-year .w-body .sch {
    width: 428px;
    height: 360px;
    box-shadow: 0px 4px 8px 0px rgba(4, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 16px 13px;
}

#home .content .worker-school .w-body .sch ul,
#home .content .five-year .w-body .sch ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#home .content .worker-school .w-body .sch ul li,
#home .content .five-year .w-body .sch ul li {
    width: 190px;
    margin-bottom: 31px;
}

#home .content .worker-school .w-body .sch ul li:nth-of-type(3),
#home .content .five-year .w-body .sch ul li:nth-of-type(3) {
    margin-bottom: 0;
}

#home .content .worker-school .w-body .sch ul li:nth-of-type(4),
#home .content .five-year .w-body .sch ul li:nth-of-type(4) {
    margin-bottom: 0;
}

#home .content .worker-school .w-body .sch ul li .img,
#home .content .five-year .w-body .sch ul li .img {
    width: 100%;
    height: 118px;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
}

#home .content .worker-school .w-body .sch ul li .img img,
#home .content .five-year .w-body .sch ul li .img img {
    width: 100%;
}

#home .content .worker-school .w-body .sch ul li .img p,
#home .content .five-year .w-body .sch ul li .img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.6);
}

#home .content .worker-school .w-body .sch ul li .btn,
#home .content .five-year .w-body .sch ul li .btn {
    margin-top: 9px;
    display: flex;
    justify-content: space-between;
}

#home .content .worker-school .w-body .sch ul li .btn a,
#home .content .five-year .w-body .sch ul li .btn a {
    display: block;
    text-align: center;
    line-height: 22px;
    width: 60px;
    height: 22px;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
    border:1px solid;
}

#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: 586px;
    height: 430px;
    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: 14px;
    padding-bottom: 5px;
    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;
}
#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;
}




