#Core {
    width: 100%;
}
p{margin:0;}
#Core .main {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    margin-top: 20px;
}

#Core .main .Le {
    width: 828px;
    height: 476px;
    display: inline-block;
}

#Core .main .Ri {
    width: 352px;
    height: 476px;
    display: inline-block;
    margin-left: 20px;
}


#Core .main .Le .swiper-container {
    width: 828px;
    height: 476px;
}

#Core .main .Le .Ri .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 0px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#Core .main .Le .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0px 6px;
}


#Core .main .Le .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}


#Core .main .Le .swiper-pagination {
    text-align: right;
    margin-bottom: 20px;
}

#Core .main .Le .swiper-container-horizontal>.swiper-pagination-bullets,
#Core .main .Le .swiper-pagination-custom,
#Core .main .Le .swiper-pagination-fraction {
    left: -10px;
}

#Core .main .Le .swiper-container .text {
    width: 100%;
}

#Core .main .Le .swiper-container .text img {
    width: 100%;
    display: block;
}

#Core .main .Le .swiper-container .text p {
    display: inline-block;
    color: #fff;
    text-align: left;
    vertical-align: top;
    height: 74px;
    line-height: 74px;
    width: 100%;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
    padding-left: 40px;
    position: absolute;
    bottom: 0px;
}

#Core .main .Le .swiper-button-prev {
    height: 70px;
    width: 42px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: auto 30px;
    margin-left: -10px;
    margin-top: -40px;
    outline: 0;
}


#Core .main .Le .swiper-button-next {
    height: 70px;
    width: 42px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-size: auto 30px;
    margin-right: -10px;
    margin-top: -40px;
    outline: 0;
}



#Core .main .Ri .Na {
    display: block;
    width: 100%;
    border-bottom: 2px solid #dddddd;
    height: 42px;
    line-height: 42px;
    margin-top: -6px;

}


#Core .main .Ri .Na i {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    color: #3468be;
    padding: 0 12px;
    font-style: normal;
    cursor: pointer;
    position: relative;
    margin-right: 30px;
    font-weight: bold;
}


#Core .main .Ri .Na i::before {
    position: absolute;
    bottom: -3px;
    left: 0px;
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 4px;
    width: 100%;
    background: #3468be;

}


#Core .main .Ri .Na span {
    float: right;
    font-size: 15px;
}


#Core .main .Ri .Na span a {
    color: #949494;
}



#Core .main .Ri .Coreinfo {
    color: #050505;
    font-size: 17px;
    line-height: 38px;
    margin-top: 10px;
    height: 310px;
}





#Core .main .Ri .Enc {
    margin-top: 20px;
}




#Core .main .Ri .Enc li {
    line-height: 36px;
    font-size: 16px;
    text-decoration: underline;
    color: #313131;
}


#Table {
    width: 100%;
}

#Table .main {
    width: 1200px;
    margin: 0 auto;
}

#Table .main .T {
    margin-top: 50px;
}

#Table .main .T>li {
    display: block;
    min-height: 68px;
    line-height: 68px;
    background: #f5f5f5;
    transition: 0.2s;
    cursor: pointer;
}
#Table .main .T>li:hover {
    background: #eee;
}

#Table .main .T>li:nth-child(1){
    background: #3063bc;
    color: #fff;
}
#Table .main .T>li:nth-child(1):hover{
    background: #3063bc;
}

#Table .main .T>li:nth-child(1)>ul>li:nth-child(6)::after{
    display: none;
}


#Table .main .T>li:nth-child(2n) {
    background: #fff;
}

#Table .main .T>li>ul>li {
    display: inline-block;
    font-size: 16px;
    width: 14.28%;
    text-align: center;
}
#Table .main .T>li>ul>.zp-context{
	width:100%;
  display:block;
  line-height:30px;
  font-size: 16px;
    border: 1px solid #eee;
    background: #fff;
    padding: 15px;
}
#Table .main .T>li>ul>.zp-context li{font-size:16px;}
#Table .main .T>li>ul>li i{
    display: inline-block;
  	content: ' '
    vertical-align: top;
    background-image: url(../img/recruit2.jpg);
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    margin-top: 22px;
    margin-left: 10px;
}
#Table .main .T>li>ul>li .zkicon{
 background-image: url(../img/recruit2-act.jpg);
}


#Table .more {
    text-align: center;
    color: #000;
    margin-top: 60px;

}
#Table .more li {
    display: inline-block;
    border: 1px solid #e2e2e2;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    margin: 0 3px;
    font-size: 15px;
    cursor: pointer;
}
#Table .more i {
    font-size: 15px;
}

#Table .more li:hover {
    background: #1e63b1;
    color: #fff !important;
}

#Table .more li:hover a{
    color: #fff !important;
}

#Table .more .choose {
    background: #1e63b1;
    color: #fff;
}



.more li:hover a{
    color:#fff !important;
}
.more li a:hover{
    color:#fff !important;
}