/*内页开始*/
.yinying {
    box-shadow: 0px -3px 5px #f4f4f4;
}

/*公用样式*/
.nei_title {
    padding-top: 18px;
}

.nei_title h3 {
    font-size: 28px;
    font-weight: bold;
    color: #c8140e;
    text-align: center;
    line-height: 134px;
}

.nei_title h3 span {
    display: inline-block;
    padding-left: 42px;
    background-image: url(../images/nei_title_back01.png);
    background-size: 30px 30px;
    background-position: 0 51.5%;
    background-repeat: no-repeat;
}

@media (max-width:767px) {
    .nei_title h3 {
        font-size: 24px;
        line-height: 60px;
        margin-bottom: 15px;
    }

}

.nei_br_title {
    position: absolute;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    top: 30%;
}

.nei_br_title h3 {
    text-align: center;
    font-size: 58px;
    color: #fff;
}

.nei_br_title b {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-weight: normal;
    line-height: 82px;
}

@media (max-width:1288px) {
    .nei_br_title {
        position: absolute;
        width: 100%;
        left: 50%;
        margin-left: -50%;
        top: 18%;
    }

    .nei_br_title h3 {
        text-align: center;
        font-size: 36px;
        color: #fff;
    }

    .nei_br_title b {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #fff;
        font-weight: normal;
        line-height: 36px;
    }

}

@media (max-width:768px) {
    .nei_br_title {
        position: absolute;
        width: 100%;
        left: 50%;
        margin-left: -50%;
        top: 18%;
    }

    .nei_br_title h3 {
        text-align: center;
        font-size: 24px;
        color: #fff;
    }

    .nei_br_title b {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
        line-height: 36px;
    }

}

/*时间轴公用样式*/
.pro {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.pro h1, .pro h4 {
    text-align: center;
    letter-spacing: .75px;
    color: #c8161e
}

.pro h4 {
    font-size: 24px;
    margin-top: 12px
}

.pro .timeline {
    height: 41px;
    padding-top: 17px;
    background: url(../images/timescroll.png) no-repeat center
}

.pro .time {
    width: 100%;
    padding: 0 9%;
    top: -30px;
}

.pro .time .slick-next, .pro .time .slick-prev {
    top: 10px;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px
}

.pro .time .slick-prev {
    left: 0;
    background-image: url(../images/l.png)
}

.pro .time .slick-next {
    right: 0;
    background-image: url(../images/r.png)
}

.pro .time .item.slick-current a {
    color: #b60005;
    font-size: 24px;
    padding-top: 20px;
}

.pro .time .item.slick-current:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/dian02.png) center center no-repeat;
}

.pro .time .slick-list {
    padding-bottom: 12px !important
}

.pro .time .item.slick-current::after {
    opacity: 1
}

.pro .time .item {
    font-size: 24px;
    color: #333333;
    position: relative;
    outline: 0;
    cursor: pointer;
    padding-top: 20px;
    outline: 0;
}

.pro .time .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/dian01.png) center center no-repeat;
}

.pro .timecontent {
    width: 100%;
    margin: auto;
    margin-top: 50px
}

.pro .timecontent p {
    font-size: 16px;
    background: url(../images/dian.png) no-repeat 0 12px;
    margin-top: 13px;
    padding-left: 12px;
    position: relative;
    letter-spacing: 1px;
    line-height: 30px;
}

.pro .timecontent .item {
    background: #fff;
    outline: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 42px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -24px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*新闻*/
.newgrey {
    background-color: #f4f4f4;
    padding: 30px 0;
}

.newup_l {
    float: left;
    border-bottom: 1px solid #AAAAAA;
}

.newbut {
    border: none;
    background: none;
    line-height: 36px;
    color: #333;
    font-size: 16px;
    padding: 0 10px;
    margin-left: 20px;
}

.searchyear {
    width: 160px;
    float: left;
    overflow: hidden;
    background: url(../images/ydown.png) no-repeat right center;
}

.searchyear select {
    border: none;
    background: none;
    width: 180px;
    line-height: 36px;
    height: 36px;
}

.searchnew {
    width: 310px;
    float: right;
    border-bottom: 1px solid #AAAAAA;
    position: relative;
}

.searchnew input {
    width: 90%;
    border: none;
    float: left;
    background-color: transparent;
    line-height: 36px;
    height: 36px;
}

.searchnew button {
    width: 10%;
    border: none;
    background-color: transparent;
    height: 36px;
    line-height: 36px;
    background: url(../images/searchbg2.png) no-repeat center;
}

.searchnew:after {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
}

.bgwhite {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}

.newleft {
    width: 34%;
    float: left;
}

.newleft img {
    width: 100%;
}

.newright {
    width: 62%;
    float: right;
}

.newright h3 {
    line-height: 30px;
    color: #333;
    font-size: 20px;
    height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newright p {
    line-height: 24px;
    color: #666;
    font-size: 14px;
    height: 96px;
    width: 100%;
    overflow: hidden;
}

.newright span {
    line-height: 24px;
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 10px;
}

.imgnew .owl-dots {
    display: none;
}

.imgnew .owl-nav {
    position: absolute;
    right: -20px;
    bottom: -20px;
}

.bgwhite .imgnew .owl-nav span {
    display: block;
    background-color: #cccccc;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 1px 0;
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.bgwhite .imgnew .owl-nav span:hover {
    background-color: #780003;
}

.bgwhite .imgnew .owl-nav button:hover {
    background-color: transparent;
}

.bgwhite .imgnew .owl-nav button {
    margin: 0;
    padding: 0;
    margin: 0;
    border: none;
}

.cnewlist {
    margin: 10px 0px 30px;
}

.cnewlist li {
    overflow: hidden;
}

.cnewlist li a {
    display: block;
    padding: 30px 0 30px;
    margin: 0 -15px;
    border-bottom: 1px solid #eee;
}

.cnewlist li:after {
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.caspect h3 {
    font-size: 20px;
    color: #666;
    line-height: 20px;
    height: 40px;
    font-weight: bold;
    width: 100%;
    margin-top: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 18px;
    margin-bottom: 15px;
    overflow: hidden;
    background: url(../images/cn1.png) no-repeat 0 bottom;
}

.caspect {
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    border-left: 1px solid #eee;
}

.caspect p {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cpe_time {
    text-align: center;
    width: 60px;
    margin: 0 auto;
    transform-origin: center bottom;
    transition: all 0.6s;
    opacity: 1;
}

.cpe_time strong {
    font-size: 46px;
    line-height: 50px;
    color: #555555;
    font-weight: normal;
}

.cpe_time span {
    display: none;
}

.cpe_time p {
    font-size: 13px;
    line-height: 20px;
    color: #3c3c3c;
    border-top: 1px solid #eee;
    padding-top: 8px;
    margin-top: 8px;
}

.cperiod {
    position: relative;
}

.cperiod img {
    position: absolute;
    display: block;
    top: 0px;
    transition: all 0.36s;
    opacity: 0;
    max-width: 100% !important;
    height: 100%;
    visibility: hidden;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}

.cnewlist li a:hover .caspect h3 {
    color: #780003;
    background: url(../images/cn2.png) no-repeat 0 bottom;
}

.cnewlist li:hover {
    background-color: #fcfaf8;
}

.cnewlist li a:hover .cperiod img {
    opacity: 1;
    z-index: 99;
    visibility: visible;
    display: block;
}

.cnewlist li a:hover .cpe_time strong, .cnewlist li a:hover .cpe_time p {
    color: #94070A;
}

.caspect span {
    display: none;
}

.paged {
    padding-top: 20px;
    margin: 0 auto 50px;
    text-align: center;
    box-sizing: border-box;
}

.paged:after {
    clear: both;
    content: '';
    width: 0px;
    display: block;
    height: 0px;
    visibility: hidden;
}

.paged .pagination {
    text-align: center;
}

.paged .pagination li {
    width: auto;
    float: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.paged .pagination a {
    border: 1px solid #DDD;
    display: inline-block;
    line-height: 38px;
    color: #333;
    margin: 0 2px;
    padding: 0 14px;
    height: 40px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 2px;
}

.paged .pagination a:hover {
    border: 1px solid #c8140e;
    text-decoration: none;
    color: #fff;
    padding: 0 14px;
    height: 40px;
    line-height: 38px;
    background-color: #c8140e;
    font-size: 14px;
}

.paged .pagination span {
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #c8140e;
    background-color: #c8140e;
    color: #fff;
    line-height: 38px;
    padding: 0 14px;
    height: 40px;
    font-size: 14px;
    margin: 0 2px;
}

.paged .pagination a:first-child, .paged .pagination a:last-child {
    border: none;
}

.paged .pagination li.active span {
    background-color: #c8140e;
    border: 1px solid #c8140e;
}

@media (max-width:1200px) {
    .cperiod {
        width: 25%;
    }

    .caspect {
        width: 75%;
    }

    .newright p {
        height: 72px;
        width: 100%;
    }

    .newright h3 {
        line-height: 30px;
        font-size: 18px;
        height: 30px;
        margin-bottom: 0px;
    }

}

@media (max-width:992px) {
    .cnewlist li a {
        padding: 20px 0;
        margin: 0;
    }

    .cperiod {
        width: 30%;
    }

    .caspect {
        width: 70%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .caspect h3 {
        font-size: 16px;
        padding-bottom: 6px;
        height: 30px;
        margin-bottom: 10px;
    }

    .newright p {
        height: 48px;
    }

    .newright span {
        margin-top: 0;
    }

}

@media (max-width:768px) {
    .caspect span {
        display: block;
    }

    .cperiod {
        display: none;
    }

    .caspect {
        width: 100%;
        padding: 0 10px;
        border-left: none;
    }

    .cpe_time span {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #999;
    }

    .cnewlist li a {
        padding: 20px 0 15px;
        margin: 0px;
    }

    .xwlun .carousel-inner {
        margin-bottom: 0px;
        background-color: #f6fafb;
    }

    .paged {
        margin-bottom: 30px;
        padding-top: 0px;
    }

}

@media (max-width:767px) {
    .newgrey {
        padding: 20px 0;
    }

    .searchnew {
        width: 232px;
        margin-right: 0px;
        margin-top: 15px;
        float: left;
    }

    .newleft {
        width: 100%;
        float: none;
    }

    .newright {
        width: 100%;
        float: none;
    }

    .bgwhite {
        padding: 15px 15px 50px 15px;
    }

    .imgnew .owl-nav {
        right: -15px;
        bottom: -50px;
    }

    .newright span {
        margin-top: 10px;
    }

    .paged {
        padding-top: 10px;
        margin: 0 auto 30px;
    }

    .paged a {
        line-height: 32px;
        margin: 0 1px;
        height: 34px;
        padding: 0 10px;
    }

    .paged a:hover {
        height: 34px;
        line-height: 32px;
        padding: 0 10px;
    }

    .paged span {
        line-height: 32px;
        height: 34px;
        margin: 0 1px;
        padding: 0 10px;
    }

    .cnewlist {
        margin: 10px 0px 20px;
    }

}

/*大赛风采*/
.hu_xin {
    padding-top: 40px;
}

#zoom {
    z-index: 99990;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url(../images/meibg.png) repeat;
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    z-index: 99999;
}

#zoom .content {
    z-index: 99991;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    background: #ffffff no-repeat 50% 50%;
    padding: 0;
    margin: -100px 0 0 -100px;
    box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

#zoom .content.loading {
    background-image: url('../images/loading.gif');
}

#zoom img {
    display: block;
    max-width: none;
    background: #ececec;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

#zoom .close {
    z-index: 99993;
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    cursor: pointer;
    background: transparent url('../images/close.png') no-repeat 50% 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0 0 0 4px;
}

#zoom .previous, #zoom .next {
    z-index: 99992;
    position: absolute;
    top: 50%;
    overflow: hidden;
    display: block;
    width: 51px;
    height: 50px;
    margin-top: -25px;
}

#zoom .previous {
    left: 0;
    background: url('../images/zuoshou.png') no-repeat;
}

#zoom .next {
    right: 0;
    background: url('../images/youshou01.png') no-repeat;
}

#zoom .previous:hover {
    background: url('../images/zuoshou01.png') no-repeat 0 0;
}

#zoom .next:hover {
    background: url('../images/youshou.png') no-repeat 0 0;
}

.zoomed > .container01 {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.gallery {
    list-style-type: none;
    margin: 0;
    display: block;
    overflow: hidden;
    margin-left: -35px;
    margin-right: -35px;
}

.gallery li {
    float: left;
    width: 25%;
    padding: 0 35px;
    margin-bottom: 26px;
}

.gallery li img {
    width: 100%;
}

.gallery li span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: url(../images/cn1.png) top center no-repeat;
    padding: 20px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 20px;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.gallery li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.gallery li b {
    width: 100%;
    height: 0;
    background: rgba(116, 135, 135, 0.7) url(../images/fang.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding-top: 50%;
    font-size: 16px;
}

.gallery li:hover b {
    opacity: 1;
    height: 100%;
}

.gallery li:hover span {
    background: url(../images/cn2.png) top center no-repeat;
}

.gallery li:hover a {
    box-shadow: 0px 0px 10px #888888;
}

@media (max-width:1249px) {
    .gallery {
        margin-left: -25px;
        margin-right: -25px;
    }

    .gallery li {
        padding: 0 25px;
    }

    .gallery li b {
        background-size: 20%;
    }

}

@media (max-width:991px) {
    .gallery {
        margin-left: -15px;
        margin-right: -15px;
    }

    .gallery li {
        padding: 0 15px;
    }

}

@media (max-width:767px) {
    .gallery li {
        width: 50%;
        margin-bottom: 20px;
    }

    .gallery li span {
        margin-top: 20px;
    }

    .gallery li b {
        font-size: 14px;
    }

}

/*--供求信息--*/
.gqinforiqi {
    width: 82px;
    height: 82px;
    padding: 12px;
    background: #A0A0A0;
    color: #fff;
    float: right;
}

.gqinforiqi strong {
    font-size: 18px;
    color: #fff;
    display: inline-block;
}

.gqlie {
    background: #f8f8f8;
    overflow: hidden;
    padding: 32px 27px 32px 32px;
    margin-bottom: 24px;
}

.gqinfozuo {
    float: left;
    width: 80%;
}

.gqinfozuo span {
    color: #999999;
}

.gqtitle {
    color: #333333;
    font-size: 18px;
    line-height: 25px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gqlie a {
    display: block;
}

.gqlie a:hover .gqinforiqi {
    background: #E83632;
}

.gqlie a:hover .gqtitle {
    color: #e83632;
}

@media (max-width:1200px) {
    .gqinfozuo {
        float: left;
        width: 78%;
    }

}

@media (max-width:998px) {
    .gqlie {
        background: #fff;
        border: 1px solid #DDDDDD;
        overflow: hidden;
        padding: 32px 17px 32px 22px;
        margin-bottom: 24px;
    }

    .gqinfozuo {
        float: left;
        width: 75%;
    }

    .gqinforiqi {
        width: 72px;
        height: 72px;
        padding: 8px;
        background: #A0A0A0;
        color: #fff;
        float: right;
    }

    .gqinforiqi strong {
        font-size: 16px;
        color: #fff;
        display: inline-block;
    }

}

@media (max-width:412px) {
    .gqinfozuo {
        float: left;
        width: 70%;
    }

    .gqtitle {
        color: #333333;
        font-size: 16px;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

}

/*精品课程*/
.jingpinkc {
    padding-bottom: 720px;
    background: url(../images/jingpinkc_back.jpg) bottom center no-repeat;
}

.jplist li {
}

.jplist li a {
    display: block;
    width: 90%;
    line-height: 52px;
    font-size: 18px;
    color: #666;
    padding-left: 40px;
    background: url(../images/jingpinkc_back.png) center left no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jplist li:hover a {
    color: #af0000;
}

@media (max-width:767px) {
    .jingpinkc {
        padding-bottom: 120px;
        background: url(../images/jingpinkc_back.jpg) bottom center no-repeat;
        background-size: contain;
    }

}

/*生活服务*/
.shenghuofw li {
    margin-bottom: 50px;
}

.shenghuofw li .newnei {
    background-color: #FAFAFA;
}

.shenghuofw .shartnl {
    width: 25%;
    float: left;
    overflow: hidden;
}

.shenghuofw .shartnl img {
    max-width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.shenghuofw li:hover .shartnl img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.shenghuofw .shartnr {
    width: 75%;
    float: right;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 48px;
}

.shenghuofw .shartnr h3 {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shenghuofw .shartnr p {
    color: #3b3b3b;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.shenghuofw .shartnr span {
    color: #777777;
    font-size: 18px;
    padding-bottom: 9px;
    display: block;
}

.shenghuofw li:hover .newnei {
    background: url(../images/partbg.jpg) no-repeat center;
}

@media (max-width:1439px) {
    .shenghuofw .shartnl {
        width: 28%;
    }

    .shenghuofw .shartnr {
        width: 72%;
    }

}

@media (max-width:1349px) {
    .shenghuofw .shartnl {
        width: 30%;
    }

    .shenghuofw .shartnr {
        width: 70%;
        padding-top: 40px;
    }

}

@media (max-width:1249px) {
    .shenghuofw .shartnl {
        width: 35%;
    }

    .shenghuofw .shartnr {
        width: 65%;
        padding-left: 80px;
        padding-top: 40px;
    }

}

@media (max-width:1099px) {
    .shenghuofw li {
        margin-bottom: 60px;
    }

    .shenghuofw .shartnr {
        width: 65%;
        padding-left: 50px;
        padding-top: 20px;
    }

}

@media (max-width:991px) {
    .shenghuofw .shartnl {
        width: 40%;
    }

    .shenghuofw .shartnr {
        width: 60%;
    }

    .shenghuofw .shartnr h3 {
        margin-bottom: 15px;
    }

}

@media (max-width:767px) {
    .jingpinkc li a {
        line-height: 35px;
        font-size: 16px;
    }

    .shenghuofw li {
        margin-bottom: 30px;
    }

    .shenghuofw .shartnl {
        width: 100%;
    }

    .shenghuofw .shartnr {
        width: 100%;
        padding: 20px 15px 10px 15px;
    }

    .shenghuofw .shartnr h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .shenghuofw .shartnr p {
        height: 50px;
        line-height: 25px;
    }

    .shenghuofw .shartnr span {
        font-size: 16px;
    }

    .shenghuofw li:hover {
        background-color: #fff;
    }

}

/*工作简报*/
.zslie {
    padding-top: 50px;
}

.zslie ul li {
    padding-bottom: 30px;
}

.zslie ul li strong {
    font-size: 18px;
    display: block;
    color: #333333;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zslie ul li a {
    position: relative;
    border: 1px solid #EEEEEE;
    display: block;
    height: 120px;
    padding-left: 40px;
    padding-top: 27px;
    background: #FAFAFA;
}

.zslie ul li .left {
    float: left;
    width: 75%;
}

.zslie ul li .right {
    width: 133px;
    height: 120px;
    background: #F5F5F5;
    position: absolute;
    right: -1px;
    top: -1px;
    text-align: center;
    padding-top: 35px;
}

.time {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
}

.zslie ul li:hover .time {
    color: #d70b31;
}

.more {
    color: #666;
    padding-top: 42px;
    display: inline-block;
}

@media screen and (max-width:1249px) {
    .zslie ul li .left {
        width: 68%;
    }

}

@media screen and (max-width:1099px) {
    .zslie ul li .left {
        width: 60%;
    }

}

@media screen and (max-width:991px) {
    .zslie ul li a {
        padding-left: 20px;
        padding-top: 27px;
        background: #FAFAFA;
    }

    .zslie ul li strong {
        font-size: 16px;
    }

    .zslie ul li .right {
        width: 120px;
        height: 120px;
        padding-top: 35px;
    }

}

@media screen and (max-width:767px) {
    .zsfwsub {
        font-size: 16px;
        line-height: 25px;
    }

    .zslie ul li .left {
        width: 64%;
    }

    .zslie ul li .right {
        width: 90px;
        height: 120px;
        padding-top: 35px;
    }

}

.downzs {
    padding-top: 30px;
}

.downzs .more {
    background: url(../images/downico1.png) no-repeat center top;
    color: #666;
    padding-top: 56px;
    display: inline-block;
}

.downzs ul li .right {
    padding-top: 25px;
}

.downzs ul li:hover .more {
    background: url(../images/downicoh1.png) no-repeat center top;
}

.gongzuojb .pro {
    max-width: 1200px;
}

.gongzuojb .pro .timeline {
    height: 41px;
    padding-top: 17px;
    background: url(../images/timescroll.png) no-repeat center
}

.gongzuojb .pro .time {
    width: 100%;
    padding: 0 9%;
    top: -30px;
}

.gongzuojb .pro .time .slick-next, .pro .time .slick-prev {
    top: 10px;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px
}

.gongzuojb .pro .time .slick-prev {
    left: 0;
    background-image: url(../images/l.png)
}

.gongzuojb .pro .time .slick-next {
    right: 0;
    background-image: url(../images/r.png)
}

.gongzuojb .pro .time .item.slick-current a {
    color: #b60005;
    font-size: 24px;
    padding-top: 20px;
}

.gongzuojb .pro .time .item.slick-current:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/dian02.png) center center no-repeat;
}

.gongzuojb .pro .time .slick-list {
    padding-bottom: 12px !important
}

.gongzuojb .pro .time .item.slick-current::after {
    opacity: 1
}

.gongzuojb .pro .time .item {
    font-size: 24px;
    color: #333333;
    position: relative;
    outline: 0;
    cursor: pointer;
    padding-top: 20px;
    outline: 0;
}

.gongzuojb .pro .time .item:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/dian01.png) center center no-repeat;
}

.gongzuojb .pro .timecontent {
    width: 100%;
    margin: auto;
    margin-top: 50px
}

.gongzuojb .pro .timecontent p {
    font-size: 16px;
    background: url(../images/dian.png) no-repeat 0 12px;
    margin-top: 13px;
    padding-left: 12px;
    position: relative;
    letter-spacing: 1px;
    line-height: 30px;
}

.gongzuojb .pro .timecontent .item {
    background: #fff;
    outline: 0;
}

/*通知公告*/
.tongzhigg {
    padding-top: 28px;
    padding-bottom: 60px;
    background: url(../images/nei_back01.jpg) left top no-repeat;
}

.tongzhigg li {
    position: relative;
}

.tongzhigg li p {
    font-size: 18px;
    max-width: 80%;
    color: #3c3c3c;
    line-height: 38px;
    height: 38px;
    padding-left: 14px;
    background: url(../images/nei_list01.png) left center no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tongzhigg li span {
    position: absolute;
    right: 0px;
    top: 0;
    color: #999;
    font-size: 18px;
}

.tongzhigg li:hover p {
    color: #af0000;
    background: url(../images/nei_list02.png) left center no-repeat;
}

.tongzhigg li:hover span {
    color: #af0000;
}

.tongzhigg li:nth-child(5n+0) {
    padding-bottom: 49px;
    background: url(../images/nei_back02.jpg) bottom left repeat-x;
}

.tongzhigg li:last-child {
    background: none;
}

@media (max-width:767px) {
    .tongzhigg ul li {
        overflow: hidden;
        padding-bottom: 10px;
    }
    .tongzhigg li p {
        width: 100%;
        max-width: inherit;
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }

    .tongzhigg li span {
        position: inherit;
        width: 100%;
        padding-left: 14px;
        display: inline-block;
        float: left;
        font-size: 14px;

    }

}

/*视频点播*/
.shipindb ul {
    display: block;
    margin-left: -33px;
    margin-right: -33px;
}

.shipindb li {
    float: left;
    width: 25%;
    padding: 0 33px;
    margin-bottom: 26px;
}

.shipindb li img {
    width: 100%;
}

.shipindb li span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: url(../images/cn1.png) top center no-repeat;
    padding: 20px 24px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 40px;
}

.shipindb li .img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.shipindb li b {
    width: 100%;
    height: 100%;
    background: rgba(116, 135, 135, 0.7) url(../images/shipindb_back.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding-top: 50%;
    font-size: 16px;
}

.shipindb li:nth-child(4n+0) {
    margin-right: 0;
}

.shipindb li:hover b {
    display: block;
}

.shipindb li:hover span {
    background: url(../images/cn2.png) top center no-repeat;
}

.shipindb li:hover .img {
    box-shadow: 0px 0px 10px #888888;
}

@media (max-width:991px) {
    .shipindb li {
        width: 33.33%;
    }

}

@media (max-width:767px) {
    .shipindb ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .shipindb li {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

}

/*职教名师*/
.zhijiaoms ul {
    display: block;
    overflow: hidden;
    margin-left: -28px;
    margin-right: -28px;
}

.zhijiaoms ul li {
    width: 25%;
    padding: 0 28px;
    float: left;
    text-align: center;
    margin-bottom: 80px;
}

.zhijiaoms ul li a {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.zhijiaoms ul li .img {
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}

.zhijiaoms ul li .img img {
    width: 100%;
    height: auto;
}

.zhdes {
    opacity: 0;
    position: absolute;
    padding: 30px 15px;
    overflow: hidden;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(148, 7, 10, 0.5);
    z-index: 2;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zhijiaoms ul li .img b {
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.zhijiaoms ul li h3 {
    margin-top: 24px;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    font-weight: bold;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.zhijiaoms ul li span {
    font-size: 14px;
    color: #999;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zhijiaoms ul li:hover h3 {
    color: #780003;
}

.zhijiaoms ul li:hover span {
    color: #ac5048;
}

.zhijiaoms ul li:hover {
    border-bottom-color: #780003;
}

.zhijiaoms ul li:hover .zhdes {
    opacity: 1;
    height: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.zhijiaoms ul li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

@media (max-width:1099px) {
    .zhijiaoms ul li .img b {
        font-size: 16px;
        padding-top: 15%;
    }

}

@media (max-width:991px) {
    .zhijiaoms ul li {
        width: 33.33%;
        margin-bottom: 50px;
    }

}

@media (max-width:767px) {
    .zhijiaoms ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .zhijiaoms ul li {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .zhijiaoms ul li .img b {
        display: none !important;
    }
    .zhijiaoms ul li a {
    padding-bottom: 20px;
}

}

/*组织机构*/
.zuzhijg ul {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

.zuzhijg ul li {
    display: inline-block;
    width: 10.8%;
    box-sizing: border-box;
    padding: 0px 15px;
    margin-bottom: 36px;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
    transform: translateY(50px);
}

.zuzhijg.showdiv ul li {
    transform: none;
    opacity: 1;
}

.zuzhijg ul li b {
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    height: 220px;
    position: relative;
    cursor: pointer;
    position: relative;
}

.zuzhijg ul li b span {
    padding: 35px 25px;
    position: relative;
    display: flex;
    font-weight: 600;
    overflow: hidden;
    font-size: 18px;
    width: 20px;
    line-height: 1.2;
    height: 100%;
}

.zuzhijg ul li b:before {
    content: "";
    width: 4px;
    height: 92px;
    position: absolute;
    left: 0;
    top: 35px;
    background-color: #C8140E;
    transition: all 0.3s ease-out 0s;
}

.zuzhijg ul li b:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background: url(../images/hwen.png) no-repeat right bottom;
}

.zuzhijg ul li:hover b:before {
    height: 100%;
    top: 0;
}

.zuzhijg ul li:hover b:after {
    opacity: 1;
    animation: banBts 0.8s ease both;
}

@keyframes banLts {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }

}

@keyframes banBts {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }

}

@keyframes banRts {
    0% {
        transform: translateX(20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }

}

@keyframes banPss {
    0% {
        transform: scale(.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }

}

@media (max-width:1099px) {
    .zuzhijg ul li {
        width: 12.5%;
    }

}

@media (max-width:767px) {
    .zuzhijg ul li {
        width: 32%;
    }

}

/*媒体报道*/
.newtj {
}

.newtj ul {
    margin-left: -12px;
    margin-right: -12px;
}

.newtj ul li {
    float: left;
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
}

.newtj ul li a h3 {
    font-size: 16px;
    color: #333333;
    word-break: break-all;
    line-height: 25px;
    height: 50px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newtj ul li span {
    margin-top: 13px;
    background: url(../images/newjt.png) no-repeat right;
    padding-right: 20px;
    display: inline-block;
    font-size: 14px;
    color: #aaaaaa;
}

.newtj ul li a:hover h3 {
    color: #D61516;
}

.newmend_pic {
    overflow: hidden;
}

.newmend_pic img {
    transition: 600ms;
    -webkit-transition: 600ms;
}

.newtj ul li a:hover .newmend_pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.newborder {
    padding: 20px 0px;
    transition: 600ms;
    -webkit-transition: 600ms;
}

.newtj ul li:hover span {
    padding-right: 25px;
}

.newlist {
    margin-top: 20px;
    margin-bottom: 40px;
}

.newlist ul li {
    margin-bottom: 20px;
}

.newlist ul li a {
    display: block;
    padding: 19px 0 19px 13px;
    border: 1px solid #EEEEEE;
}

.newlist ul li a .nleft {
    width: 22%;
    float: left;
}

.newlist ul li a .nright {
    width: 13%;
    float: left;
}

.newlist ul li a .nmiddle {
    width: 65%;
    float: left;
    padding: 28px 98px 0 34px;
}

.nmiddle h3 {
    font-size: 18px;
    color: #333333;
    margin: 0;
    line-height: 40px;
    white-space: nowrap;
    max-width: 100%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nmiddle p {
    font-size: 16px;
    margin-top: 6px;
    color: #666;
    line-height: 28px;
    max-width: 100%;
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.newlist ul li a:hover .nmiddle h3 {
    font-weight: bold;
}

.newtime {
    padding: 30px 0 0 0;
}

.newtime strong {
    font-size: 26px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-weight: 500;
}

.newtime p {
    font-size: 16px;
    color: #999999;
    background: url(../images/newmore1.png) no-repeat left bottom;
    padding-bottom: 50px;
}

.newlist li a:hover {
    background-color: #F7F7F7;
}

.newlist li a:hover .newtime  p {
    background: url(../images/newmoreh1.png) no-repeat left bottom;
}

.newcontent {
    padding-bottom: 30px;
}

@media (max-width:1359px) {
    .newlist ul li a .nmiddle {
        padding: 10px 98px 0 34px;
    }

    .newtime {
        padding: 15px 0 0 0;
    }

}

@media (max-width:1249px) {
    .newlist ul li a .nmiddle {
        padding: 0px 50px 0 34px;
    }

    .newtime {
        padding: 5px 0 0 0;
    }

    .nmiddle p {
        font-size: 15px;
    }

}

@media (max-width:767px) {
    .newtj ul li {
        width: 50%;
        margin-bottom: 12px;
    }

    .newlist ul li a .nleft {
        width: 25%;
    }

    .newlist ul li a .nmiddle {
        width: 75%;
        padding: 0 20px 0 20px;
    }

    .nmiddle h3 {
        font-size: 16px;
        line-height: 26px;
        height: 26px;
    }

    .nmiddle p {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
    }

    .newlist ul li a i {
        font-style: normal;
        padding-top: 5px;
    }

}

@media (max-width:375px) {
    .newtj ul li {
        width: 100%;
    }

    .newlist ul li a .nleft {
        width: 100%;
    }

    .newlist ul li a .nmiddle {
        width: 100%;
        padding: 15px 0px 0 0px;
    }

    .newlist ul li a {
        padding: 19px 15px 19px 15px;
    }

}

.mtlie {
    padding-top: 54px;
}

.mtlie ul {
    margin-left: -14px;
    margin-right: -14px;
}

.mtlie ul li {
    width: 20%;
    float: left;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 28px;
}

.mtlie ul li a {
    position: relative;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    display: block;
}

.mtlie ul li a img {
    width: 100%;
}

.mtmeng {
    position: absolute;
    background: url(../images/mtbg.png) repeat;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 28px 32px 0 32px;
    transition: 500ms;
    -webkit-transition: 500ms;
}

.mtmeng p {
    text-align: center;
    line-height: 22px;
    color: #fff;
    height: 66px;
    overflow-y: auto;
}

.mtlie ul li a:hover .mtmeng {
    left: 0;
}

@media (max-width:1359px) {
    .mtmeng {
        padding: 15px 15px 0 15px;
    }

}

@media (max-width:1249px) {
    .mtmeng {
        padding: 15px 15px 0 15px;
    }

    .mtlie ul li {
        width: 25%;
    }

}

@media (max-width:991px) {
    .mtmeng p {
        line-height: 22px;
        height: 44px;
    }

}

@media (max-width:767px) {
    .mtmeng {
        padding: 15px 15px 0 15px;
    }

    .mtlie ul li {
        width: 50%;
    }

    .mtmeng p {
        line-height: 22px;
        height: 66px;
    }

}

@media (max-width:500px) {
    .mtmeng p {
        line-height: 22px;
        height: 44px;
    }

}

@media (max-width:374px) {
    .mtlie ul li {
        width: 100%;
    }

    .mtmeng {
        padding: 25px 15px 0 15px;
    }

    .mtmeng p {
        line-height: 22px;
        height: 88px;
    }

}

/*职能部门*/
.zhinengbm .qiehuan {
    background-color: #f8f8f8;
}

.zhinengbm .pro {
    padding: 0;
    margin: 0;
}

.zhinengbm .pro .timeline {
    height: 0;
    padding-top: 170px;
    background: url(../images/timescroll.png) no-repeat center
}

.zhinengbm .pro .time {
    width: 100%;
    padding: 0 9%;
    top: -152px;
}

.zhinengbm .pro .time .slick-next, .zhinengbm .pro .time .slick-prev {
    top: 66px;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px
}

.zhinengbm .pro .time .slick-prev {
    left: 0;
    background-image: url(../images/l.png)
}

.zhinengbm .pro .time .slick-next {
    right: 0;
    background-image: url(../images/r.png)
}

.zhinengbm .pro .time .item.slick-current a {
    color: #C8140E;
    font-size: 20px;
    font-weight: bold;
    padding-top: 0;
    outline: 0;
}

.zhinengbm .pro .time .item.slick-current:before {
    content: "";
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/zndianh.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.zhinengbm .pro .time .slick-list {
    padding-bottom: 22px !important
}

.zhinengbm .pro .time .item.slick-current::after {
    opacity: 1
}

.zhinengbm .pro .time .item {
    font-size: 20px;
    color: #999999;
    position: relative;
    outline: 0;
    cursor: pointer;
    padding-top: 20px;
}

.zhinengbm .pro .time .item a {
    color: #999999;
}

.zhinengbm .pro .time .item:before {
    content: "";
    position: absolute;
    top: 57px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/zndiany.png) center center no-repeat;
}

.zhinengbm .pro .timecontent {
    width: 100%;
    background-color: #fff;
    margin: auto;
    margin-top: -80px
}

.zhinengbm .pro .timecontent p {
    font-size: 16px;
    background: url(../images/dian.png) no-repeat 0 12px;
    margin-top: 13px;
    padding-left: 12px;
    position: relative;
    letter-spacing: 1px;
    line-height: 30px;
}

.zhinengbm .pro .timecontent .item {
    background: #fff;
    outline: 0;
}

.zhinengbm .neirong {
    padding-bottom: 50px;
}

.zhinengbm .neirong .top {
    margin-top: 20px;
    padding-bottom: 20px;
}

.zhinengbm .neirong .title h3 {
    color: #a92c19;
    font-size: 20px;
    font-weight: bold;
}

.zhinengbm .neirong .title h3 span {
    color: #333;
    margin-right: 10px;
}

.zhinengbm .neirong .title h3 i {
    color: #cccccc;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    padding-left: 10px;
}

.zhinengbm .neirong .top {
    padding-top: 30px;
}

.zhinengbm .neirong .top p {
    line-height: 48px;
    font-size: 16px;
    color: #666;
    margin-top: 24px;
}

.zhinengbm .neirong .line {
    width: 100%;
    height: 2px;
    background-color: #e5e5e5;
}

.zhinengbm .neirong .bottom {
    margin-top: 28px;
}

.zhinengbm .neirong .bottom .icon {
    margin-top: 24px;
}

.zhinengbm .neirong .bottom .icon .text {
    position: relative;
}

.zhinengbm .neirong .bottom .icon h3 {
    font-size: 16px;
    color: #666;
    padding-left: 24px;
}

.zhinengbm .neirong .bottom .icon p {
    font-size: 16px;
    color: #999;
    padding-left: 24px;
}

.zhinengbm .neirong .bottom .icon .text01:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/zhinengbm_icon01.png) left top no-repeat;
    position: absolute;
    left: 15px;
    top: 0;
}

.zhinengbm .neirong .bottom .icon .text02:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/zhinengbm_icon02.png) left top no-repeat;
    position: absolute;
    left: 15px;
    top: 0;
}

.zhinengbm .neirong .bottom .aniu {
    margin-top: 20px;
}

.zhinengbm .neirong .bottom .aniu span {
    display: inline-block;
    padding: 10px 28px;
    background-color: #f7f7f7;
    margin-right: 20px;
}

.zhinengbm .neirong .bottom .aniu span.lianxi {
    background-color: #b22532;
    color: #fff;
}

@media (max-width:991px) {
    .zhinengbm .neirong {
        padding-top: 50px;
    }

    .zhinengbm .neirong .wenan {
        margin-bottom: 40px;
    }

    .zhinengbm .neirong .top {
        padding-top: 0;
        margin-top: 0;
    }

    .zhinengbm .neirong .bottom .icon .text01 {
        padding-bottom: 15px;
    }

}

@media (max-width:767px) {
    .zhinengbm .neirong .top p {
        line-height: 32px;
    }

    .zhinengbm .neirong {
        padding-bottom: 30px;
    }

}

/*技能大师*/
.jinengds li {
    position: relative;
    margin-bottom: 160px;
}

.jinengds li:nth-child(even) .img {
    width: 55%;
    float: right;
}

.jinengds li:nth-child(even) .img img {
    width: 100%;
}

.jinengds li:nth-child(even) .text {
    position: absolute;
    top: 6%;
    left: 40px;
    width: 47%;
    background-color: #fff;
    box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 140px 100px 100px  100px;
}

.jinengds li:nth-child(even) .text h3 {
    color: #e34242;
    padding-bottom: 24px;
    width: 80%;
    border-bottom: 2px solid #eee;
}

.jinengds li:nth-child(even) .text p {
    margin-top: 30px;
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

.jinengds li:nth-child(even) .text span {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #e34242;
}

.jinengds li:nth-child(even) .text:before {
    content: "";
    width: 100%;
    height: 80%;
    background-color: #c7140e;
    position: absolute;
    right: -40px;
    bottom: -40px;
    z-index: -5;
}

.jinengds li:nth-child(odd) .img {
    width: 55%;
}

.jinengds li:nth-child(odd) .img img {
    width: 100%;
}

.jinengds li:nth-child(odd) .text {
    position: absolute;
    top: 6%;
    right: 40px;
    width: 47%;
    background-color: #fff;
    box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 140px 100px 100px  100px;
}

.jinengds li:nth-child(odd) .text h3 {
    color: #e34242;
    padding-bottom: 24px;
    width: 80%;
    border-bottom: 2px solid #eee;
}

.jinengds li:nth-child(odd) .text p {
    margin-top: 30px;
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

.jinengds li:nth-child(odd) .text span {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #e34242;
}

.jinengds li:nth-child(odd) .text:before {
    content: "";
    width: 100%;
    height: 80%;
    background-color: #c7140e;
    position: absolute;
    right: -40px;
    bottom: -40px;
    z-index: -5;
}

.jinengds li:hover .text span {
    transform: translateX(5px);
    transition: all .3s ease;
    font-weight: bold;
}

@media (max-width:1440px) {
    .jinengds li:nth-child(even) .text {
        padding: 60px 30px;
    }

    .jinengds li:nth-child(odd) .text {
        padding: 60px 30px;
    }

}

@media (max-width:1250px) {
    .jinengds li:nth-child(even) .text {
        position: static;
        float: right;
        width: 45%;
        box-shadow: none;
    }

    .jinengds li:nth-child(even) .text:before {
        display: none;
    }

    .jinengds li:nth-child(even) .img {
        float: left;
    }

    .jinengds li:nth-child(odd) .text {
        position: static;
        float: right;
        width: 45%;
        box-shadow: none;
    }

    .jinengds li:nth-child(odd) .text:before {
        display: none;
    }

    .jinengds li:nth-child(odd) .img {
        float: left;
    }

}

@media (max-width:992px) {
    .jinengds li:nth-child(even) .text {
        padding-top: 10px;
        float: none;
        width: 100%;
    }

    .jinengds li:nth-child(even) .img {
        float: none;
        width: 100%;
    }

    .jinengds li:nth-child(odd) .text {
        padding-top: 10px;
        float: none;
        width: 100%;
    }

    .jinengds li:nth-child(odd) .img {
        float: none;
        width: 100%;
    }

}

@media (max-width:767px) {
    .jinengds {
        padding-bottom: 30px;
    }

    .jinengds li .text {
        padding: 0 0 30px 0 !important;
    }

    .jinengds li {
        margin-bottom: 30px;
    }

}

/*网站链接*/
.wangzhanlj {
    text-align: center;
    font-size: 22px;
    padding-bottom: 80px;
}

.wangzhanlj table {
    border: 1px solid #43d2ec;
}

.wangzhanlj .table tr td {
    padding: 32px 8px;
    border: 1px solid #43d2ec !important;
}

@media (max-width:991px) {
    .wangzhanlj {
        font-size: 20px;
    }

}

@media (max-width:767px) {
    .wangzhanlj .table tr td {
        padding: 15px 8px;
    }

    .wangzhanlj {
        font-size: 16px;
        padding-bottom: 50px;
    }

}

/*招生就业*/
.zhaoshengjy .top {
    background-color: #edf4f5;
}

.zhaoshengjy .left {
    width: 55%;
    height: 550px;
}

.zhaoshengjy .left img {
    width: 100%;
}

.zhaoshengjy .right {
    width: 45%;
    padding-top: 90px;
    padding-left: 84px;
    padding-right: 30px;
}

.zhaoshengjy .right h3 {
    color: #c8140e;
    font-size: 22px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 25px;
}

.zhaoshengjy .right h3:nth-child(1) {
    margin-top: 0;
}

.zhaoshengjy .right p {
    line-height: 48px;
    font-size: 18px;
    color: #666;
    padding-left: 30px;
    position: relative;
}
.zhaoshengjy .right p a{
    display: flex;
    align-items: center;
}
.zhaoshengjy .right p:before {
    content: "";
    width: 18px;
    height: 20px;
    background: url(../images/zhaoshengjy_icon01.png) center center no-repeat;
    position: absolute;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.zhaoshengjy .right p span {
    display: block;
    float: left;
    line-height: 48px;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zhaoshengjy .right p i {
    display: inline-block;
    line-height: 48px;
    padding-left: 12px;
}
.zhaoshengjy .right p i img {
    vertical-align: inherit;
}
.zsjzcont {
    height: 144px;
}

.zsdown {
    position: relative;
    padding-bottom: 88px;
}

.zsdown:before {
    background: #EDF4F5;
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    content: "";
}

.zsdown .bottom {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
}

.zsdown .bottom ul {
    margin-left: -100px;
    margin-right: -100px;
}

.zsdown .bottom li {
    width: 50%;
    float: left;
    padding: 0 100px;
}

.zspic {
    overflow: hidden;
}

.zspic img {
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.zsdown .bottom li:hover .zspic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.zsdown .bottom li img {
    width: 100%;
}

.zsdown .bottom li h3 {
    text-align: center;
    line-height: 74px;
    font-size: 18px;
    color: #666;
    background: url(../images/zhaoshengjy_icon03.png) center center no-repeat;
}

.zsdown .bottom li:hover h3 {
    color: #94070A;
}

@media (max-width:1439px) {
    .zsdown .bottom {
        padding: 0 50px;
    }

    .zsdown .bottom ul {
        margin-left: -70px;
        margin-right: -70px;
    }

    .zsdown .bottom li {
        padding: 0 70px;
    }

}

@media (max-width:134px) {
    .zsdown .bottom {
        padding: 0 70px;
    }

    .zsdown .bottom ul {
        margin-left: -50px;
        margin-right: -50px;
    }

    .zsdown .bottom li {
        padding: 0 50px;
    }

}

@media (max-width:1249px) {
    .zsdown .bottom ul {
        margin-left: -30px;
        margin-right: -30px;
    }

    .zsdown .bottom li {
        padding: 0 30px;
    }

    .zhaoshengjy .left {
        height: 500px;
    }

    .zhaoshengjy .right {
        padding-top: 60px;
        padding-left: 60px;
        padding-right: 30px;
    }

}

@media (max-width:991px) {
    .zhaoshengjy .right {
        padding-top: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .zhaoshengjy .right p {
        font-size: 16px;
    }

}

@media (max-width:767px) {
    .zhaoshengjy .right {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .zhaoshengjy .left {
        width: 100%;
        height: auto;
        background: none !important;
    }

    .zsjzcont {
        height: auto;
    }

    .zsdown {
        padding-bottom: 30px;
    }

    .zsdown .bottom {
        padding: 0;
        margin-top: 50px;
    }

    .zsdown .bottom li {
        width: 100%;
    }

    .zsdown:before {
        display: none;
    }

}

/*学子风采详情*/
.xuezi_article {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
    padding-bottom: 100px;
    line-height: 42px;
    font-size: 16px;
    color: #555555;
}

.xuezi_article img {
    max-width: 100% !important;
    height: auto !important;
}

/*继续教育*/
.owl-theme.jixujj_list .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background: #999999;
}

.owl-theme.jixujj_list .owl-dots .owl-dot.active span {
    background: #E34242;
}

.owl-theme.jixujj_list01 .owl-dots {
    margin-top: 50px;
}

.owl-theme.jixujj_list01 .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background: #999999;
}

.owl-theme.jixujj_list01 .owl-dots .owl-dot.active span {
    background: #E34242;
}

.jixujj {
    padding-bottom: 80px;
}

.jixujj .synopsis {
    padding-left: 118px;
    min-height: 512px;
    box-shadow: 0px 3px 8px #ececec;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.jixujj .synopsis h3 {
    color: #c8140e;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}

.jixujj .synopsis p {
    text-align: justify;
    line-height: 32px;
    font-size: 16px;
    color: #666;
    margin-top: 55px;
}

.synopsis02 {
    margin-top: 90px;
}

.jixujj .owl-nav {
    display: none;
}

.jixujj .list {
    margin-top: 68px;
}

.jixujj .list h3 {
    font-size: 24px;
    color: #333;
    padding-left: 40px;
    background: url(../images/jixujj_back01.png) left center no-repeat;
    margin-bottom: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jixujj .list .box a:hover h3 {
    color: #94070A;
    padding-left: 35px;
}

.jixujj .list p {
    line-height: 30px;
    max-height: 120px;
    font-size: 16px;
    color: #777;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.jixujj .list span {
    color: #999;
}

.jixujj .list .box {
    padding: 40px 0;
}

.jxjyup {
    max-width: 522px;
}

.jixujj .synopsis02 .teshu {
    width: 92%;
    position: absolute;
    right: 118px;
    max-width: 522px;
}

@media (max-width:767px) {
    .jixujj .list .box {
        padding: 0;
    }

    .jixujj .synopsis {
        padding: 30px;
        min-height: 300px;
    }

    .jixujj .synopsis02 .teshu {
        position: inherit;
        right: 0;
        left: 0;
    }

    .jixujj .synopsis p {
        margin-top: 30px;
    }

    .synopsis02 {
        margin-top: 50px;
    }

}

.jixujj .list01 {
    margin-top: 60px;
}

.jixujj .list01 li {
    position: relative;
    overflow: hidden;
}

.jixujj .list01 li p {
    font-size: 18px;
    color: #333;
    max-width: 75%;
    float: left;
    line-height: 64px;
    height: 64px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jixujj .list01 li span {
    position: absolute;
    right: 0px;
    top: 0;
    color: #999;
    font-size: 18px;
    height: 64px;
    line-height: 64px;
}

.jixujj .list01 li:hover p {
    color: #af0000;
}

.jixujj .list01 li:hover span {
    color: #af0000;
}

@media (max-width:1249px) {
    .jixujj .list01 li p {
        max-width: 70%;
    }

}

@media (max-width:1099px) {
    .jixujj .list01 li p {
        max-width: 65%;
    }

}

@media (max-width:991px) {
    .jixujj .list01 ul {
        padding: 0 !important;
    }

}

@media (max-width:767px) {
    .jixujj .list, .jixujj .list01 {
        margin-top: 50px;
    }

    .jixujj .list h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .jixujj .list p {
        margin-bottom: 15px;
    }

    .jixujj .list01 li p {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }

    .jixujj .list01 li span {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

}

.jixujj_list01 .jixujj_ul {
    position: relative;
}

.jixujj_list01 .jixujj_ul:before {
    position: absolute;
    right: -15px;
    top: 7%;
    content: "";
    height: 86%;
    width: 1px;
    background-color: #666;
}

/*学校简介*/
.xxje {
    padding-bottom: 50px;
}

.xxje h3 {
    font-size: 30px;
    color: #a90b0e;
}

.xxje i {
    font-style: normal;
    font-size: 14px;
    color: #999;
}

.xxje p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    margin-top: 20px;
}

.xxje span {
    display: inline-block;
    font-size: 20px;
    color: #a90b0e;
    margin-top: 30px;
}

.xxje span smll {
    color: #666;
}

.max_school {
    max-height: 700px;
    padding-right: 15px;
    overflow-y: auto;
}

.sc_scoll::-webkit-scrollbar {
    width: 3px;
}

.sc_scoll::-webkit-scrollbar-button {
    display: none;
}

.sc_scoll::-webkit-scrollbar-track {
    background-color: #EEEEEE;
    border-radius: 6px;
}

.sc_scoll::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
    border-radius: 6px;
}

.xxry {
    background-color: #f4f4f4;
    padding-bottom: 30px;
}

.xxry .gallery {
    list-style-type: none;
    margin: 0;
    display: block;
    overflow: hidden;
}

.xxry .gallery li {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 26px;
}

.xxry .gallery li:nth-child(4n+0) {
    margin-right: 0;
}

.xxry .gallery li img {
    width: 100%;
}

.xxry .gallery li span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: none;
    padding: 20px 24px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 0px;
}

.xxry .gallery li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.xxry .gallery li b {
    width: 100%;
    height: 100%;
    background: rgba(116, 135, 135, 0.7) url(../images/fang.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding-top: 50%;
    font-size: 16px;
}

.xxry .gallery li:nth-child(6n) {
    padding-right: 0;
}

.xxry .gallery li:hover b {
    display: block;
}

.xxry .gallery li:hover a {
    box-shadow: 0px 0px 10px #888888;
}

.xrld .li {
    background-color: #eaeaea;
    padding-bottom: 24px;
}

.xrld .li img {
    width: 100%;
}

.xrld .li h3 {
    width: 88%;
    margin: 0 auto;
    font-size: 20px;
    height: 56px;
    line-height: 28px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
}

.xrld .li h3 small {
    font-size: 20px;
    color: #333;
}

.xrld .li p {
    width: 88%;
    margin: 0 auto;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    font-size: 16px;
    margin-top: 15px;
}

.xyfj {
    padding-bottom: 80px;
}

.xyfj img {
    width: 100%;
}

.xrld .li a {
    display: block;
}

.xrld .li a:hover {
    transform: translateY(-5px);
}

.xyfj h3 {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 24px;
    line-height: 28px;
    height: 28px;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}


.owl-theme.leadlist .owl-dots,
.owl-theme.scenlist .owl-dots {
    display: block;
}
.owl-theme.leadlist .owl-nav,
.owl-theme.scenlist .owl-nav {
    margin: 0;
}
.leadlist,
.scenlist {
    padding: 0 80px;
}
.owl-theme.leadlist .owl-nav button,
.owl-theme.scenlist .owl-nav button {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 48px;
    margin-top: -60px;
    border: none;
}
.owl-theme.leadlist .owl-nav button span,
.owl-theme.scenlist .owl-nav button span {
    font-size: 0;
}
.owl-theme.leadlist .owl-nav button.owl-prev,
.owl-theme.scenlist .owl-nav button.owl-prev {
    left: 0;
    background: url(../images/ry_l.png) no-repeat;
}
.owl-theme.leadlist .owl-nav button.owl-next,
.owl-theme.scenlist .owl-nav button.owl-next {
    right: 0;
    background: url(../images/ry_r.png) no-repeat;
}
.owl-theme.leadlist .owl-nav button.owl-prev:hover,
.owl-theme.scenlist .owl-nav button.owl-prev:hover {
    background: url(../images/ry_hl.png) no-repeat;
}

.owl-theme.leadlist .owl-nav button.owl-next:hover,
.owl-theme.scenlist .owl-nav button.owl-next:hover {
    background: url(../images/ry_hr.png) no-repeat;
}

.scen_list:hover h3 {
    color: #94070A;
}

.scpic {
    overflow: hidden;
}

.scpic img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.scen_list:hover .scpic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.xxry .time {
    width: 90%;
    margin: 0 auto;
}

.xxry .time .slick-next, .xxry .time .slick-prev {
    width: 26px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    top: 50%;
}

.xxry .time .slick-prev {
    left: -40px;
    background-image: url(../images/xxryjt01.png)
}

.xxry .time .slick-next {
    right: -40px;
    background-image: url(../images/xxryjt02.png)
}

.xxry .time .slick-prev:hover {
    background-image: url(../images/xxryjt01_1.png)
}

.xxry .time .slick-next:hover {
    background-image: url(../images/xxryjt02_1.png)
}

@media (max-width:1100px) {
    .xrld li {
        float: left;
        width: 42%;
        margin: 0 4%;
        margin-bottom: 2%;
    }

    .xxry .gallery li:nth-child(4n+0) {
        margin-right: 2%;
    }

    .xxry .gallery li {
        float: left;
        width: 32%;
    }

    .xxry .gallery li:nth-child(3n+0) {
        margin-right: 0%;
    }
    .owl-theme.leadlist .owl-dots,
.owl-theme.scenlist .owl-dots {
    display: none;
}
}

@media (max-width:991px) {
    .xxje .col-md-5 {
        padding-top: 30px;
    }

}

@media (max-width:767px) {
.leadlist,
.scenlist {
    padding: 0 40px;
}
.xxje h3 {
    font-size: 22px;
}
    .xrld li {
        float: left;
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .xyfj {
        padding-bottom: 50px;
    }

    .xxry .gallery li:nth-child(3n+0) {
        margin-right: 2%;
    }

    .xxry .gallery li {
        float: left;
        width: 48%;
    }

    .xxry .gallery li:nth-child(2n+0) {
        margin-right: 0%;
    }

    .xxry .time .slick-next, .xxry .time .slick-prev {
        display: none;
    }

    .pro .time .slick-list {
        padding-bottom: 0 !important;
    }

    .downzs {
        padding-top: 0;
    }

    .newtj {
        padding-top: 30px;
    }

    .owl-theme.scenlist .owl-nav {
        display: block;
    }

    .owl-theme.scenlist .owl-nav button {
        position: absolute;
        top: 50%;
        border: none;
        margin: 0;
        margin-top: -52px;
        background-color: rgba(199, 20, 13, 0.8);
    }

    .owl-theme.scenlist .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-theme.scenlist .owl-nav button.owl-next {
        right: 0;
    }

    .owl-theme.scenlist .owl-nav button span {
        color: #fff;
        font-size: 24px;
        padding: 0 5px;
        font-weight: bold;
    }

    .owl-theme.leadlist .owl-nav {
        display: block;
    }

    .owl-theme.leadlist .owl-nav button {
        position: absolute;
        top: 34%;
        border: none;
        margin: 0;
    }

    .owl-theme.leadlist .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-theme.leadlist .owl-nav button.owl-next {
        right: 0;
    }

    .owl-theme.leadlist .owl-nav button span {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        line-height: 20px;
    }

}