.u-listtime li {
    background: none;
    padding-left: 0;
}

.zhaopin {

    padding: 20px 0 50px;

}

.zhaopin .u-listtime li {
    background: url(graydot.png) left center no-repeat;
    padding-left: 23px;
}

.column {

    border-bottom: 1px solid #ddd;
}

.columntitle {
    position: relative;
    font-size: 50px;
    color: rgba(53, 118, 178, 0.1);
    text-align: center;
    margin: 60px 0 50px;
    padding-bottom: 10px;
}

.columntitle h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 30px;
    color: #333;
    margin: 0;
}

.subnav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.subnav li {
    width: 130px;
    height: 40px;
    margin: 0 15px;
    background: #EDF4FF;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.subnav li a {
    display: block;
    width: 100%;
    height: 40px;
}

.subnav li.cur {
    background: #5B9CD2;
}

.subnav li.cur a {
    color: #fff;
    font-weight: bold;
}

.subnav-en li{
    width: auto;
    
}
.subnav-en li a{
padding: 0 15px;
}
.cont {
    display: flex;
    justify-content: space-between;
}

.cont .left {
    width: 725px;
    padding: 10px 0 50px;
}

.cont .right {
    width: calc(100% - 248px);
    padding-left: 50px;
    padding-bottom: 50px;
}

.cont .right .line{
    border-top: 1px solid #DDDDDD;
    margin-bottom: 30px;
}

.tonglanlist{
    padding-bottom: 50px;
    overflow: hidden;
}

.thdnav {
    flex: 0 0 248px;
    width: 248px;
    border-right: 1px solid #DDDDDD;

    padding: 20px 0 30px;
}

.thdnav>li>a {
    display: block;
    padding: 12px 0px 12px 0;
    line-height: 1.6;
}

.thdnav>li.cur>a {
    display: block;
    color: #3576B2;
    background: linear-gradient(90deg, rgba(237, 244, 255, 0.3) 0%, #EDF4FF 100%);
    border-right: 2px solid #3576B2;

}

.thdnav ul {
    display: none;
    padding-left: 32px;
    line-height: 1.6;
}
.thdnav>li.cur ul{
    display: block;
}
.thdnav ul li a {
    display: block;
    padding: 7px 0px 7px 0;
}

.thdnav ul li.cur a {
    color: #3576B2;
}

h2 {
    font-size: 20px;
    color: #3576B2;
    text-align: center;
    margin-top: 34px;
}

.leader {
    padding-bottom: 50px;
}


.leader dl{
    display: flex;
    line-height: 30px;
    font-size: 16px;
    margin-top: 40px;
    overflow: hidden;
}
.leader dt{
    font-weight: bold;
    margin-right: 30px;
    font-size: 20px;
}
.leader dt a{
    color: #5B9CD2;
}
.leader dd span{
    display: block;
    font-size: 16px;

}

.detail>h1 {
    font-size: 34px;
    text-align: center;
    line-height: 1.8;
    margin-top: 55px;
}

.detail .info {
    text-align: center;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.detail .info li {
    display: inline;
    padding: 0 10px;
}

.article {
    margin-top: 30px;
    line-height: 2;
    font-size: 16px;
    padding-bottom: 50px;
}

.article * {
    line-height: 2 !important;
    font-size: 16px !important;
}

.article p{
    margin-top: 15px;
}

.article img {
    display: block;
    max-width: 800px;
    margin: 15px auto 0;
}

.year {
    display: flex;
    justify-content: center;
    font-size: 24px;
    align-items: center;
    margin-top: 40px;
}

.year li {
    margin: 0 30px;
}

.year li.cur {
    font-size: 40px;
}

.year li.cur a {
    color: #3576B2;
}

.events {
    padding-bottom: 50px;
    margin-top: 60px;
}

.events ul {
    position: relative;
    overflow: hidden;
}

.events ul:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 2px;
    border-right: 1px solid #dddddd;
    margin-left: -2px;
}

.events ul li {
    float: left;
    width: 50%;
    margin-bottom: 38px;
}


.events ul li img {
    float: left;
    width: 300px;
    height: 200px;
    margin-right: 20px;
}

.events ul li span {
    float: left;
    width: calc(100% - 320px);
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    color: #999999;
    position: relative;
    padding-right: 30px;
    margin-top: 15px;
}


.events ul li strong {
    float: left;
    width: calc(100% - 320px);
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    margin-top: 15px;
    padding-right: 30px;
}


.events ul li a:hover {
    color: #3576B2;
}

.events ul li a:hover span {
    color: #3576B2;
    padding-right: 30px;
}

.events ul li:nth-child(2) {
    margin-top: 100px;
}

.events ul li:nth-child(even) {
    float: right;
}

.events ul li:nth-child(even) img {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.events ul li:nth-child(even) span:after {
    right: auto;
    left: -5px;
}

.events ul li:nth-child(even) span,
.events ul li:nth-child(even) strong,
.events ul li:nth-child(even) p {
    padding-left: 30px;
    padding-right: 0;
}

.books {
    padding-bottom: 50px;
}

.books dl {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.books dt {
    flex: 0 0 140px;
    width: 140px;
}

.books dt img {
    width: 140px;
    height: 200px;
}

.books dd {
    width: calc(100% - 170px);
}

.books dd h3 {
    font-size: 20px;
    color: #3576B2;
    line-height: 32px;
    margin-top: 20px;
}

.books dd h3 small {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.books dd p {
    font-size: 16px;
    line-height: 2;
}

.page ul {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px solid #DDDDDD;
    padding-top: 25px;
}

.page li {

    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
}

.page li a {
    display: block;
    min-width: 40px;
    height: 40px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    padding: 0 16px;
    overflow: hidden;
}

.page li span {
    float: left;
}

.page li input {
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    margin: 0 5px;
    float: left;
}

.page li button {
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 1px solid #EBEBEB;
    background: none;
    border-radius: 4px;
    cursor: pointer;
}

.page li.cur a {
    background: #3576B2;
    border-color: #3576B2;
    color: #fff;
}

.page li.pagetz {
    margin-left: 10px;
}

.page li.noactive a,
.page li.noactive:hover a {
    border: 1px solid #EBEBEB;
    color: #999999;
}

.xuezhe {
    width: 445px;
    background: #EDF4FF;
    padding: 30px 40px;
    margin: 40px 0 50px;
}

.xuezhe dl {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 12px;
    overflow: hidden;
}

.xuezhe dl:last-child {
    margin-bottom: 0;
}

.xuezhe dt a {
    color: #5B9CD2;
    font-weight: bold;
}

.xuezhe dd a {
    float: left;
    width: 20%;
}

.zhikulist {
    overflow: hidden;
}

.zhikulist li {
    float: left;
    width: 33.333%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.videocont {
    padding-bottom: 50px;
}

.videolist {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: flex-start;
    overflow: hidden;
}

.videolist li {
    width: 385px;
    margin-right: 22px;
    margin-top: 30px;
}

.videolist li:nth-child(3n) {
    margin-right: 0;
}

.videolist li img {
    width: 100%;
    height: 256px;
    object-fit: cover;
}

.videolist li span {
    display: block;
    height: 22px;
    line-height: 22px;
    margin-top: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.right .videolist li {
    width: 435px;
    margin-right: 30px;
}

.right .videolist li:nth-child(3n) {
    margin-right: 30px;
}

.right .videolist li:nth-child(even) {
    margin-right: 0;
}

.xuezhe-left {
    flex: 0 0 500px;
    width: 500px;
    border-right: 1px solid #DDDDDD;
}

.xuezhe-title {
    display: flex;
    justify-content: start;
    background: linear-gradient(270deg, rgba(91, 156, 210, 0.2) 0%, rgba(91, 156, 210, 0) 100%);
    height: 140px;
    align-items: center;
}

.xuezhe-title .xzpic {
    display: block;
    background: url(xzbg.png) left -14px top -12px no-repeat;
    border-radius: 100%;
    width: 84px;
    height: 84px;
    margin-right: 22px;
    overflow: hidden;
}
.xuezhe-title .xzpic img{
    width: 80px;
    height: 80px;
}

.xuezhe-title h3 {
    margin: 0;
    font-size: 20px;
}

.xuezhe-title h3 small {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.xuezhe-jianjie {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 30px;
    padding-right: 40px;
    padding-bottom: 50px;
}

.xuezhe-right {

    width: 660px;
    padding: 30px 0 50px;
}

.banner-box {
    float: left;
    width: 500px;
    height: 333px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide {
    position: relative;
}

.banner img {
    width: 500px;
    height: 333px;
}

.banner .swiper-slide span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    padding: 0 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    outline: none;
}

.banner-box .swiper-button-prev,
.banner-box .swiper-container-rtl .swiper-button-next {
    background: url(banner-next.png) left top no-repeat;
    left: -40px;
    transition: left 0.3s;
}

.banner-box .swiper-button-next,
.banner-box .swiper-container-rtl .swiper-button-prev {
    background: url(banner-prev.png) left top no-repeat;
    right: -40px;
    transition: right 0.3s;
}

.banner-box:hover .swiper-button-prev,
.banner-box:hover .swiper-container-rtl .swiper-button-next {
    left: 20px;
    transition: left 0.3s;
}

.banner-box:hover .swiper-button-next,
.banner-box:hover .swiper-container-rtl .swiper-button-prev {
    right: 20px;
    transition: right 0.3s;
}

.hzjl {
    float: right;
    width: calc(100% - 500px);
    height: 333px;
    background: #fff;
    padding: 10px 40px;
    margin-top: 30px;
}

.hzjl .u-listtime {
    margin-top: 10px;
}

.hzjl .u-listtime li {
    height: 40px;
    line-height: 40px;
    background: url(graydot.png) left center no-repeat;
    padding-left: 23px;
}

.hzjl .u-listtime li a {
    font-size: 16px;
}

.rhzn {
    float: left;
    width: 400px;
    margin-right: 30px;
    margin-top: 30px;
}

.rhzn-cont {
    display: flex;
    justify-content: space-between;
}

.rhzn-cont ul {
    width: 195px;
    line-height: 36px;
    font-size: 16px;
    padding: 65px 30px 20px;
    height: 200px;
    margin-top: 20px;
}

.rhzn-cont ul:nth-child(1) {
    background: url(zxgkbg.png) rgba(91, 156, 210, 0.2) left 30px top 20px no-repeat;
}

.rhzn-cont ul:nth-child(2) {
    background: url(jrhybg.png) rgba(91, 156, 210, 0.2) left 30px top 24px no-repeat;
}

.rhzn-cont ul li {
    background: url(graydot.png) left center no-repeat;
    padding-left: 14px;
}

.hytx {
    float: left;
    width: 400px;
    padding: 0;
    height: auto;
    background: none;
}

.hytx .u-list li,
.hydt .u-list li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.hydt {
    float: right;
    width: 400px;
    padding: 0;
    height: auto;
    background: none;

}

.hyzs {
    margin-top: 30px;
}

.hyzscont {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: flex-start;
}

.hyzscont li {
    width: 240px;
    margin-right: 25px;
    margin-top: 20px;
}

.hyzscont li:nth-child(5n) {
    margin-right: 0;
}

.hyzscont li img {
    width: 100%;
    height: 100px;
    border: 1px solid #CCCCCC;
}

.hyzscont li span {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.nodtata{
    background: url(nodata.png) center top no-repeat;
    padding-top: 135px;
    line-height: 2;
    color: #666666;
    text-align: center;
    margin: 50px 0;
}
.nodtata strong{
    display: block;
    font-size: 18px;
    color: #3576B2;
}