@charset "utf-8";
.warpBox {
    max-width: 1400px;
    margin: 0 auto;
}

.backPage {
    display: inline-block;
    height: 62px;
    padding: 19px 0;
    color: #999 !important;
    font-size: 14px;
    position: absolute;
    top: 0;
    left:0;
    z-index: 10;
    display: none;
}
.backPage i {
    margin-right: 4px;
    font-size: 12px;
    color: #999;
}

.pic-pannel {
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.pic-pannel img {
    width: 100%;
    height: auto;
}

.nav-pannel {
    background: #f6f6f6;
    border-bottom: 1px solid #e8e8e8;
}

.nav-div {
    color: #999;
    padding: 19px 16px 19px 20px;
    position: relative;
    float: right;
}

.nav-div a {
    color: #999;
    margin: 0 10px;
}

.nav-div span {
    padding-left: 10px;
    color: #2a2b87;
}

.menuList {
    position: relative;
    float: left;
}

.menuList ul, .menuList ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.menuList li {
    float: left;
    margin-right: 40px !important;
}

.menuList li.active a, .menuList li:hover a {
    color: #2a2b87;
    border-color: #2a2b87;
}

.menuList li a {
    display: block;
    line-height: 22px;
    font-size: 16px;
    color: #999;
    padding: 19px 0;
    border-bottom: 2px solid transparent;
}

.queryTxt {
    width: 100%;
    height: 62px;
    line-height: 62px;
}

.queryTxt span {
    color: #dd1144;
    margin: 0 5px;
}

.padding80 {
    width: 100%;
    padding: 80px 0;
}

.paddingList80 {
    width: 100%;
    padding: 80px 0;
}

.paddingList80 ul, .paddingList80 ul li, .paddingList80 .ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.paddingList80 .ul > li {
    margin-bottom: 40px;
}

.paddingList80 .ul > li > a {
    display: block;
    padding: 30px 42px;
    font-size: 16px;
    background: #f5f5f5;
    border-radius: 5px;
    position: relative;
    max-height: 180px;
}

.paddingList80 .ul > li > a:hover {
    color: #fff;
    background: #5a5bb5;
}

.paddingList80 .ul > li > a:hover span {
    color: #ccc;
}

.paddingList80 .ul > li .picbox {
    width: 210px;
    height: 120px;
    padding-right: 30px;
    float: left;
}

.paddingList80 .ul > li .picbox .imgbox {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.paddingList80 .ul > li .picbox .imgbox img {
    width: 100%;
    height: auto;
}

.paddingList80 .ul > li .picbox .imgbox .playico {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    z-index: 10;
}

.paddingList80 .ul > li .picbox .imgbox .playico i {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.2);
}

.paddingList80 .ul > li .infoline {
    height: 120px;
}

.paddingList80 .ul > li .infoline .title {
    height: 36px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.paddingList80 .ul > li .infoline .channel {
    height: 36px;
    font-size: 13px;
    color: #999;
}

.paddingList80 .ul > li .infoline .channel span {
    margin-right: 30px;
}

.paddingList80 .ul > li .span {
    color: #999;
    font-size: 16px;
    display: block;
    position: absolute;
    right: 42px;
    bottom: 50%;
    margin-bottom: -12px;
}

.paddingList80 .ul > li .infoline .overview {
    height: 50px;
    font-size: 14px;
    word-break: break-all;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: block;
}

.footpage {
    width: 100%;
    padding-top: 10px;
    text-align: center;
    display: inline-block;
}

.pageline {
    margin: 0 auto;
    display: inline-block;
}

.pageline ul {
    list-style: none;
    padding: 0;
    font-weight: normal;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.pageline li {
    list-style: none;
    padding: 0;
    font-weight: normal;
}

.pagination {
    display: inline-flex;
    border-radius: .25rem;
}

.pagination > li:not(:last-child) {
    margin-right: .75rem;
    margin-bottom: 20px;
}

.pagination > li:first-child, .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.pagination > li {
    display: inline-block;
    border-radius: .25rem;
    border: solid 1px #ddd;
    height: 39px;
}

.pagination > li > a, .pagination > li > span {
    border: 0;
    padding: .375rem .75rem;
}

.pagination > li > a, .pagination > li > span {
    padding: .5em 1em;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    color: #333;
    outline: 0;
    transition: all .5s ease;
}

.pagination > li.active {
    border-color: transparent;
    z-index: 1;
    background-color: #2a2b87;
}

.pagination > li > span {
    color: #fff;
}

.pagination .disabled {
    background-color: #f4f4f4;
    border: 1px solid #eee;
}

.pagination .disabled span {
    color: #ccc;
}

.pageline .infopagenum {
    display: block;
}

.padding30 {
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
    background-color: #f8f8f8;
}

.depBox {
    width: 100%;
}

.depBox .depPannel {
    width: 100%;
    height: 410px;
    padding: 0;
}

.depBox .depPannel .depItem {
    width: 25%;
    height: 95px;
    padding: 0 10px 20px 10px;
    float: left;
}

.depBox .depPannel .depItem a {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    background-color: #e5e5f5;
    border-radius: 6px;
}

.depBox .depPannel .depItem a:hover {
    background-image: url("/public/images/deplenbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.persbox {
    width: 100%;
    padding: 20px 0;
}

.persbox .perscol {
    width: 25%;
    height: 200px;
    padding: 5px;
    box-sizing: border-box;
    float: left;
}

.persbox .perscol .personnel {
    width: 100%;
    height: 190px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
}

.persbox .perscol .personnel .photo {
    width: 122px;
    height: 150px;
    padding-right: 15px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}

.persbox .perscol .personnel .photo img {
    width: 107px;
    height: 150px;
    object-fit: cover;
}

.persbox .perscol .personnel .infobox {
    height: 150px;
    box-sizing: border-box;
}

.persbox .perscol .personnel .infobox .name-line {
    width: 100%;
    height: 32px;
    font-size: 22px;
    box-sizing: border-box;
}

.persbox .perscol .personnel .infobox .name-line span {
    font-size: 16px;
    color: #888;
    margin-left: 12px;
}

.persbox .perscol .personnel .infobox .dep-line {
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #888;
}

.persbox .perscol .personnel .infobox .introduce {
    min-height: 36px;
    height: 52px;
    padding: 5px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
    color: #2F4056;
    background-color: #f1f4f8;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.persbox .perscol .personnel .infobox .tool-line {
    height: 30px;
    text-align: right;
    padding-top: 8px;
    box-sizing: border-box;
}

.persbox .perscol .personnel .infobox .tool-line a {
    width: 58px;
    height: 30px;
    display: inline-block;
    margin-left: 18px;
}

.persbox .perscol .personnel .infobox .tool-line i {
    font-size: 20px;
}

.infoBox .title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
}

.infoBox .subtitle {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.infoBox .subtitle span {
    margin: 0 20px;
}

.infoBox .subtitle a {
    color: #999;
    margin: 0 20px;
}

.infoBox .content {
    width: 100%;
    padding: 20px;
    font-size: 14px;
    color: #666;
}
/* 视频页 */
.video-box {
    width: 70%;
    padding: 20px 20px 20px 20px;
    margin: 0 auto;
}
.video-box .player-box {
    width: 40%;
    padding-right: 40px;
    float: left;
}
.video-box .player-info {
    min-height: 100px;
}
.video-box .player-info .titleline {
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
}
.video-box .subtitle {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}
.video-box .subtitle span {
    margin-right: 20px;
}
.video-box .subtitle a {
    color: #666;
    margin-right: 20px;
}
.video-box .content {
    height: 100px;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-box .btnline {
    width: 100%;
}
.video-split {
    width: 70%;
    padding: 10px;
    margin: 0 auto;
}
.video-split button {
    margin: 10px 5px;
}
.video-more {
    width: 70%;
    min-height: 212px;
    background-color: #f4f4f4;
    padding: 10px;
    margin: 0 auto;
}
.video-more .movbox {
    width: 25%;
    display: inline-block;
    padding: 10px;
    float: left;
}
.video-more .movbox .imgbox {
    width: 100%;
    height: 160px;
}
.video-more .movbox .imgbox img {
    width: 100%;
    height: 100%;
}
.video-more .movbox .label {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 相册 */
.preview-box {
    width: 100%;
    min-height: 510px;
    background-color: #ffffff;
    box-sizing : border-box;
    position: relative;
}
.preview-box div {
    box-sizing : border-box;
}
.preview-box .preview-xtitle {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    border-bottom: 1px solid #eee;
}
.preview-box .preview-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
}
.preview-box .preview-line {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    font-size: 14px;
    box-sizing: border-box;
    display:flex;
    justify-content: center;
}
.preview-box .preview-line ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.preview-box .preview-line li {
    display: inline;
    margin: 0 0 0 30px;
    padding: 0;
    float:left
}
.preview-box .preview-line span {
    color: #666;
    margin-left: 10px;
}
.preview-box .preview-content {
    width: 100%;
    padding: 20px 40px;
    font-size: 14px;
}
.preview-box .top-picbg {
    width: 100%;
    height: 200px;
    position: relative;
    background-position: 50%;
    background-size: cover;
    margin-bottom: 30px;
}
.preview-box .top-picbg .top-mask {
    width: 100%;
    height: 200px;
    background-color: #000;
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity=50);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.preview-box .top-picbg .top-box {
    width: 100%;
    height: 200px;
    padding-top: 110px;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.preview-box .top-picbg .top-box .title {
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 22px;
}
.preview-box .top-picbg .top-box .txtline {
    width: 100%;
    height: 30px;
    color: #fff;
    font-size: 14px;
}
.preview-box .top-picbg .top-box .txtline span {
    margin: 0 4px;
}
.preview-box .imgbox {
    width: 100%;
    padding: 10px 0;
}
.preview-box .imgbox .imgitem {
    width: 25%;
    height: 250px;
    padding: 10px;
    float: left;
}
.preview-box .imgbox .imgitem .img-dv {
    width: 100%;
    height: 230px !important;
}

.preview-box .imgbox .imgitem .img-dv .imgx {
    width: 100%;
    height: 200px;
    display: inline-block;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.preview-box .imgbox .imgitem .img-dv.txtx {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.big_img {
    position: fixed;
    z-index: -1;
    opacity: 0;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.big_img .swiper-container2 {
    position: relative;
    width: 100%;
    height: 100%;
}
.big_img .swiper-container2 .swiper-wrapper {
    width: 100%;
    height: 100%;
}

/*友情链接*/
.linkBox{width:12.5%;padding:0 10px 20px 10px;float:left;}
.linkBox .linkImg{width:100%;height:48px;overflow:hidden;}
.linkBox .linkImg img{width:100%;height:100%;}

/*投票调查*/
.voteBox {width: 80%; margin: 0 auto;}
.voteTitle{width:100%;height: 30px;text-align: center; font-size: 22px;}
.voteSubTitle{width:100%;height:24px;text-align: center; font-size: 18px;}
.voteTimer{width:100%;height:48px;text-align: center; font-size: 14px; color: #666;}
.voteTimer span {color: #2a2b87; margin: 0 10px;}
.voteOverview{width:100%; margin-bottom: 30px; padding: 0 20px 30px 0; text-indent: 2em; border-bottom: 1px dashed #999}
.voteItems{width:100%; padding: 0 20px; margin-bottom: 10px;}
.voteItemTitle{width:100%;margin-bottom: 15px; text-indent: 1em; font-size: 17px;}
.voteItemLine{width:100%;margin-bottom: 15px; padding-left: 60px; font-size: 15px;}
.voteItemLine .itemSpan {display: inline-block; margin-right: 50px; margin-bottom: 15px; color: #666;}
.voteSubmit {height: 50px; text-align: center; margin: 50px 0 10px 0;}
.voteSubmit button {width: 120px; margin: 0 40px;}
.voteTjBox{width:100%; padding: 0 60px; margin-bottom: 20px;}
.voteTjBox .voteTjx{width:100%; font-size: 14px; color: #666;}
.voteTjBox .voteTjx .voteTjItem{width:100%; height: 25px; font-size: 14px; color: #666;}
.voteTjBox .voteTjx .voteTjLine{width:100%; height: 34px; font-size: 14px; color: #666;}
.voteTjBox .voteTjx .voteTjLine .labelx {width:60px; height: 22px; line-height: 22px; font-size: 13px; color: #999; float: left;}
.voteTjBox .voteTjx .voteTjLine .numx {width:80px; height: 22px; line-height: 22px; font-size: 13px; color: #999; float: right;}
.voteTjBox .voteTjx .voteTjLine .xbox { height: 22px; margin: 0 120px 0 70px; padding-top: 6px; }
.voteTjBox .voteTjx .voteTjLine .xbox .progress {width: initial;}

/* 院长信箱 */
.mailTitle {
    height: 60px; font-size: 26px; text-align: center;
}
.mailNode {
    width: 70%; margin: 0 auto; font-size: 14px; text-indent: 2em; color: #666; padding: 0 20px 40px 20px;;
}
.mails {width: 70%; margin: 0 auto; border: 1px solid #eee; border-radius: 6px; padding: 40px; background-color: #f8f8f8;}
.mails .input-group > label {
    width: 80px;
}
.mails .input-group input, .mails .input-group textarea {
    background-color: #fff;
}
.mails .input-group textarea {resize: none;}
.mails .input-check > label {
    display: inline-block;
    margin-right: 40px;
}
.mails input[type="radio"] + i {
    background-color: #fff;
}
.mailSubmit {height: 50px; text-align: center; margin: 50px 0 10px 0;}
.mailSubmit button {width: 120px; margin: 0 40px;}

@media screen and (max-width: 1500px) {
    .padding80 {
        padding: 20px 0 74px 0;
    }
    .paddingList80 {
        padding: 20px 0 74px 0;
    }
    .menuList li {
        margin-right: 20px;
    }
    .persbox .perscol {
        width: 33.333333333333%;
        height: 200px;
        padding: 5px;
        float: left;
    }
    .linkBox{width:20%;padding:0 10px 20px 10px;float:left;}
    .mailNode {
        width: 90%; margin: 0 auto; font-size: 14px; text-indent: 2em; color: #666; padding: 0 20px 40px 20px;;
    }
    .mails {width: 90%; margin: 0 auto; border: 1px solid #eee; border-radius: 6px; padding: 20px; background-color: #f8f8f8;}

    .voteItems {
        width: 90%;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .voteBox {
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1025px) {
    .nav-div {float: none;padding-top: 2%;display: none;padding-bottom: 2%;}.menuList {float: none;text-align: center;}.padding80 img {width: 100%;height: auto;}.paddingList80 .ul > li {margin-bottom: 20px;}.paddingList80 .ul > li > a {display: block;padding: 20px;font-size: 16px;background: #f5f5f5;border-radius: 5px;position: relative;max-height: 180px;}
    .menuList {
        text-align: center;
    }
    .menuList li {
        float: none;
        padding: 0 2% !important;
        margin: 0 !important;
        display: inline-block;
        vertical-align: top;
    }
    .backPage {
        display: block;
    }
    .paddingList80 .ul > li .picbox {
        width: 100px;
        height: 60px;
        padding-right: 10px;
        float: left;
    }
    .paddingList80 .ul > li > a {
        display: block;
        padding: 15px;
        font-size: 14px;
        background: #f5f5f5;
        border-radius: 5px;
        position: relative;
        max-height: 90px;
    }
    .paddingList80 .ul > li .infoline .title {
        height: 38px;
        font-size: 16px;
        word-break: break-all;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* 这里是超出几行省略 */
        white-space: inherit;
        line-height: 120%;
        margin-bottom: 3px;
    }
    .paddingList80 .ul > li .infoline .overview {
        height: 50px;
        font-size: 14px;
        word-break: break-all;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* 这里是超出几行省略 */
        display: none;
    }
    .label-md {margin-bottom: 20px;}
    .persbox .perscol {
        width: 50%;
        height: 200px;
        padding: 5px;
        box-sizing: border-box;
        float: left;
    }

    .persbox .perscol .personnel .infobox .name-line {
        font-size: 18px;
    }

    .persbox .perscol .personnel .infobox .name-line span {
        font-size: 14px;
    }

    .persbox .perscol .personnel .infobox .dep-line {
        font-size: 14px;
    }
    .persbox .perscol .personnel .infobox .introduce {
        font-size: 13px;
    }
    .infoBox .title {
        width: 100%;
        height: 32px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 18px;
    }
    .infoBox .content img {
        width: 100% !important;
        height: auto !important;
    }
    .video-box {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .video-box .player-box {
        width: 100%;
        padding-right: 0;
        float: initial;
        margin-bottom: 30px;
    }
    .video-box .player-info {
        width: 100%;
        min-height: 100px;
        margin-bottom: 30px;
    }
    .preview-box .imgbox {
        width: 100%;
        padding: 10px 0px;
    }
    .preview-box .imgbox .imgitem {
        width: 33.333333333%;
        padding: 10px;
        float: left;
    }
    .linkBox{width:25%;padding:0 10px 20px 10px;float:left;}
    .mailNode {
        width: 100%; margin: 0 auto; font-size: 14px; text-indent: 2em; color: #666; padding: 0 20px 40px 20px;;
    }
    .mails {width: 100%; margin: 0 auto; border: 1px solid #eee; border-radius: 6px; padding: 10px; background-color: #f8f8f8;}
    .mails .input-group > label {
        width: 65px;
        font-size: 13px;
    }
    .mailSubmit button {
        width: 100px;
        margin: 0 20px;
    }
    .voteItems {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .voteBox {
        width: 100%;
        margin: 0 auto;
    }
    .voteSubmit button {
        width: 100px;
        margin: 0 20px;
    }
}
@media screen and (max-width: 641px) {
    .menuList li a {
        padding: 14px 0;
    }
    .warpBox {
        padding: 0 20px;
        max-width: 100%;
    }
    .depBox .depPannel .depItem{width:50%;height:45px;padding:0 5px 5px 5px;float:left}
    .depBox .depPannel .depItem a{display:block;width:100%;height:35px;line-height:35px;text-align:center;font-size:14px;font-weight:400;background-color:#e5e5f5;border-radius:6px}
    .preview-box .imgbox {
        width: 100%;
        padding: 10px 0;
    }
    .preview-box .imgbox .imgitem {
        width: 50%;
        height: 200px;
        padding: 5px;
        float: left;
    }
    .preview-box .top-picbg .top-box {
        width: 100%;
        height: 200px;
        padding-top: 128px;
        padding-left: 20px;
        padding-right: 20px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .preview-box .top-picbg .top-box .title {
        width: 100%;
        height: 30px;
        color: #fff;
        font-size: 18px;
    }
    .preview-box .top-picbg .top-box .txtline {
        width: 100%;
        height: 20px;
        color: #eee;
        font-size: 12px;
    }
    .persbox .perscol {
        width: 100%;
        height: 200px;
        padding: 5px;
        box-sizing: border-box;
        float: left;
    }
    .linkBox{width:33.333333333%;padding:0 10px 20px 10px;float:left;}
}
@media screen and (max-width: 450px) {
    .warpBox {
        padding: 0 10px;
        max-width: 100%;
    }
    .preview-box .imgbox .imgitem {
        width: 100%;
        height: 260px;
        padding: 0;
        float: initial;
    }
    .preview-box .imgbox .imgitem .imgx {
        width: 100%;
        height: 210px;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .linkBox{width:50%;padding:0 10px 20px 10px;float:left;}
}