@charset "utf-8";

/* CSS Document */

body {}

.bodybg {
    background: #f6f7f9;
    min-width: 1440px;
}

.bannerImg {
    position: relative;
    margin-top: -8px;
    min-width: 1400px;
}

.rowbox {
    width: 1440px;
    margin: 0 auto;
}

img {
    display: inline-block;
}

.topbox {
    display: none;
}

.top {
    display: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 3;
    padding: 0 10px;
    background: #226fb8;
    border-bottom: 1px solid #195ca9;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.meun_icon {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.meun_icon img {
    width: 25px;
    margin-right: 10px;
    height: 20px;
    vertical-align: middle;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.container {
    padding: 18px 0;
}

.main_index {
    position: relative;
}

.header {
    width: 100%;
    background: #012e72;
    padding: 25px 0;
}

.bg {
    background: rgba(8, 11, 26, 0.8);
}

.headr {
    float: right;
}

.headr p {
    text-align: right;
    margin-top: -10px;
    color: #d4e5ff;
    margin-bottom: 10px;
}

.headr a {
    color: #d4e5ff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    margin: 0 0 0px 10px;
}

.headr a.toplink:hover {
    text-decoration: underline;
}

.logo_l {
    float: left;
    text-align: left;
}

.logo_l img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.logo_l span {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #fff;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
    position: relative;
}

.searhbox01 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    width: 250px;
    background: transparent;
    border: 1px solid #5e7ba7;
    display: inline-block;
    vertical-align: middle;
}

.searhbox01 .text {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    padding: 0 15px;
    float: left;
    font-size: 14px;
    color: #fff;
}

.searhbox01 .btn {
    width: 40px;
    float: right;
    height: 40px;
    line-height: 40px;
    background: url(../img/sous.png) no-repeat center center;
    padding-left: 30px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}

.banner {
    position: relative;
}

.banner .slick-slide img,
.banner ul.slick-slider,
.banner .slick-slide {
    max-width: 100%;
}

.banner ul .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.banner ul .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.banner ul .slick-dots li.slick-active {
    background: #00a0e9;
}

.banner ul .slick-dots li.slick-active button {
    width: 40px;
}

.part {
    width: 95%;
    max-width: 1400px;
    position: absolute;
    top: 80px;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.5);
}

.banner .slick-prev {
    display: block;
    width: 54px;
    height: 54px;
    background: url(../images/b_prev.png) no-repeat center center rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;
}

.banner .slick-next {
    display: block;
    width: 54px;
    height: 54px;
    background: url(../images/b_next.png) no-repeat center center rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;
}


/*导航*/

.navbg {
    width: 100%;
    height: 55px;
    background: #fff;
    position: relative;
}

.nav {
    width: 1400px;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
}

.nav ul {
    padding: 0;
}

.nav li {
    float: left;
    width: 8.3333%;
    text-align: center;
    line-height: 55px;
    position: relative;
    font-size: 18px;
}

.nav li a {
    color: #333;
    display: inline-block;
}

.nav li:hover:before {
    width: 100%;
    height: 4px;
    background: #00a0e9;
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
}

.nav li .ejnav {
    opacity: 0;
    display: none;
    height: 0;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 3;
}

.nav li .ejnav li,
.nav li .ejnav li .sjnav li {
    width: 100%;
    float: none;
    font-size: 16px;
    background: #0857b6;
    height: 50px;
    line-height: 50px;
    position: relative;
    border-left: 0;
}

.nav li .ejnav li a {
    color: #fff;
}

.nav li:hover .ejnav {
    opacity: 1;
    height: auto;
    display: block;
}

.nav li .ejnav li:hover {
    background: #00479d;
}

.nav li .ejnav li:hover:before {
    display: none;
}

.nav li .ejnav li:hover a {
    color: #fff;
}

.nav li .ejnav li .sjnav {
    opacity: 0;
    height: 0;
    position: absolute;
    right: -100%;
    top: 0;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 3;
}

.nav li .ejnav li .sjnav li {
    background: #2a78c2;
}

.nav li .ejnav li:hover .sjnav {
    opacity: 1;
    height: auto;
}

.nav li .ejnav li .sjnav li:hover {
    background: #226fb8;
}


/*学院新闻*/

.newsbox {
    width: 935px;
    margin-top: 30px;
    float: left;
}

.ztbox {
    background: #fff;
}

.tit {
    position: relative;
    color: #151515;
    font-size: 26px;
    padding-left: 28px;
    margin-bottom: 20px;
    background: url(../img/btbg.png) no-repeat 0 9px;
}

.tit h1 {
    font-size: 28px;
    background: #fff;
    display: inline-block;
    padding-right: 40px;
}

.tit h1 span {
    color: #dfdfdf;
    margin-left: 10px;
    font-size: 22px;
}

.tit a.more {
    display: inline-block;
    padding-left: 17px;
    background: url(../img/yun.png) no-repeat left center;
    height: 40px;
    line-height: 40px;
    color: #0068b7;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
}

.tit a i {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.tit a:hover i {
    transform: translateX(10px);
}

.newspic {
    width: 515px;
    height: 330px;
    margin-right: 20px;
    float: left;
    position: relative;
}

.newspic li {
    float: left;
    position: relative;
}

.newspic li a {
    display: block;
}

.newspic li .date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #f39800;
    color: #fff;
    text-align: center;
    font-size: 16px;
    z-index: 3;
}

.newspic .npic {
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
}

.newspic .npic img {
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.newspic li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newspic li .n_tit {
    background: url(../img/hstm.png) repeat-x left bottom;
    color: #fff;
    padding: 0px 20px;
    height: 98px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.newspic li .n_tit p {
    font-size: 14px;
    color: #a6b2ca;
    margin-top: 10px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
}

.newspic li .n_tit h1 {
    font-size: 16px;
    color: #fff;
    width: 70%;
    display: block;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    bottom: 15px;
    position: absolute;
    left: 0;
    padding-left: 10px;
}

.newspic .slick-dots {
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: center;
}

.newspic .slick-dots li {
    margin: 0 3px;
    float: none;
    line-height: 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
}

.newspic .slick-dots li button {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -4px;
}

.newspic .slick-dots li.slick-active button {
    background: #fff;
    border: 0;
    color: #333;
    width: 6px;
    height: 6px;
}

.newspic .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
}

.newslist {
    overflow: hidden;
    padding-right: 25px;
}

.newslist .hd ul {
    border-bottom: 1px solid #004288;
    border-left: 3px solid #004288;
    padding-left: 3px;
    position: relative;
}

.newslist .hd li {
    float: left;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 20px;
}

.newslist .hd li.on {
    background: #004288;
    color: #fff;
}

.newslist .hd li .more {
    display: none;
}

.newslist .hd li.on .more {
    display: block;
}

.more {
    font-size: 14px;
    background: url(../images/moreico.png) no-repeat right center;
    padding-right: 15px;
    position: absolute;
    right: 0;
    bottom: 0px;
    font-family: "Microsoft Yahei";
}

.newslist .bd {
    clear: both;
}

.tzgg {
    padding: 80px 0px 0px 0px;
}

.tzgg .tab3 {
    margin-bottom: 30px;
    text-align: center;
}

.tzgg .tab3 a {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #666666;
    margin-right: 15px;
    margin-left: 15px;
}

.tzgg .tab3 a span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #666;
    border-radius: 5px;
    text-align: center;
    margin-right: 5px;
    line-height: 40px;
}

.tzgg .tab3 a:hover,
.tzgg .tab3 a.on {
    color: #02468f;
}

.tzgg .tab3 a:hover span,
.tzgg .tab3 a.on span {
    background: #02468f;
}

.tzgg .tzgg_li {
    margin-top: 30px;
    box-shadow: 0 2px 12px 0 #e7e7e7;
    background: url(../images/tzgg_bgico_png.png) no-repeat right bottom #fff;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, margin .3s;
    padding: 35px 20px 35px 20px;
    border-radius: 3px;
    border-bottom: 2px solid #02468f;
    overflow: hidden;
}

.tzgg .tzgg_li .tim {
    float: left;
    margin-right: 5px;
    background: #e5ecf5;
    padding: 10px;
    text-align: center;
}

.tzgg .tzgg_li .tim span {
    font-size: 40px;
    color: #1556a8;
    line-height: 40px;
}

.tzgg .tzgg_li .tim p {
    font-size: 14px;
    color: #1556a8;
}

.tzgg .tzgg_li a {
    font-size: 18px;
    color: #666666;
    line-height: 40px;
}

.tzgg .tzgg_li:hover .tim {
    float: left;
    margin-right: 5px;
    background: #628ec5;
    padding: 10px;
    text-align: center;
}

.tzgg .tzgg_li:hover {
    box-shadow: none;
    border-radius: 0px;
    background: url(../images/tzgg_bgico_png.png) no-repeat right bottom #02468f;
}

.tzgg .tzgg_li:hover a {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

.tzgg .tzgg_li:hover .tim span {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
}

.tzgg .tzgg_li:hover .tim p {
    font-size: 14px;
    color: #fff;
}

.index-more {
    display: inline-block;
    width: 136px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 16px;
    background: #1556a8;
    font-size: 14px;
    color: #fff;
    transition: background linear 0.3s;
}

.index-more:hover {
    color: #fff;
    background: #02468f;
}

@media screen and (max-width: 991px) {
    .tzgg .tab3 a {
        margin-right: 0px;
        margin-left: 0px;
        font-size: 20px;
        padding: 15px;
        width: 25%;
        text-align: center;
        float: left;
    }
}

@media (max-width:767px) {
    .tzgg {
        padding: 40px 0px 40px 0px;
    }
    .tzgg .tab3 {
        margin-bottom: 0px;
    }
    .hzyw .tit span img,
    .ngqj .tit img,
    .gyxz .tit1 img,
    .gyxz .tit img {
        width: 30px;
    }
    .tzgg .tab3 a {
        margin-right: 0px;
        margin-left: 0px;
        font-size: 20px;
        padding: 15px;
        width: 50%;
        text-align: center;
        float: left;
    }
    .tzgg .tab3 a span {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }
    .tzgg .tab3 a span img {
        width: 20px;
    }
}

.n_list {}

.n_list li:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.n_list li {
    line-height: 26px;
    line-height: 54.5px;
    border-bottom: 1px dashed #d6d6d6;
}

.n_list li:last-child {
    border-bottom: 0;
}

.n_list li a {
    display: block;
}

.n_list li h1 {
    font-size: 16px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
}

.n_list li span {
    color: #0068b7;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.n_list li:hover {
    color: #00479d;
    font-weight: bold;
}

.n_list li:hover h1 {
    color: #00479d;
    font-weight: bold;
}

.n_list li:hover span {}


/*通知公告*/

.notice {
    float: right;
    width: 460px;
    margin-top: 30px;
}

.tzlist {
    width: 100%;
    background: #fff;
    padding: 0 20px;
}

.tzlist li {
    padding: 16.5px 0;
    border-bottom: 1px dashed #d6d6d6;
}

.tzlist li:last-child,
.sy_list li:last-child {
    border-bottom: 0;
}

.tzlist span {
    float: left;
    margin-right: 15px;
    width: 60px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    background: #0068b7;
    font-size: 14px;
    font-weight: bold;
}

.tzlist h1 {
    font-size: 16px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
}

.parttwo {
    clear: both;
    margin-top: 40px;
}

.bank {
    width: 48%;
    float: left;
}

.bank:nth-child(even) {
    float: right;
}

.tit_p {
    border-bottom: 1px solid #004288;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.tit_p h1 {
    font-size: 20px;
    background: #004288;
    color: #fff;
    padding: 0 20px;
    display: inline-block;
    position: relative;
}

.tit_p h1:after {
    display: block;
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #004288;
    border-top: 50px solid transparent;
}

.m_j {
    right: 15px;
}

.sy_list {
    padding: 15px;
    background: #fff;
}

.sy_list li {
    background: url(../images/listico.png) no-repeat left center;
    padding-left: 25px;
    line-height: 55px;
    position: relative;
    border-bottom: 1px dashed #d6d6d6;
}

.sy_list li a {
    padding-right: 100px;
    font-size: 16px;
    color: #303030;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    display: block;
}

.sy_list li span {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}

.sy_list li:hover a {
    color: #004288;
    font-weight: bold;
}

.sy_list.xyd li {
    background: url(../images/xyd.png) no-repeat left center;
    padding-left: 15px;
}


/*科教平台*/

.platform li {
    width: 217px;
    height: 127px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    overflow: hidden;
}

.platform li img {}

.platform li:nth-child(3n) {
    margin-right: 0;
}

.platform li:nth-child(2),
.platform li:nth-child(3),
.platform li:first-child {
    margin-top: 0;
}


/*师生风采*/

.student li {
    width: 48%;
    float: left;
    background: #fff;
    height: 276px;
}

.student li:nth-child(even) {
    float: right;
}

.student li .picimg {
    width: 100%;
    height: 202px;
    overflow: hidden;
    position: relative;
}

.student li .picimg img {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
}

.student li:hover .picimg img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.student li .picimg span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 103px;
    height: 33px;
    background: #0068b7;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
}

.student li .wenzi {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 15px;
    line-height: 24px;
}

.student li:hover .wenzi {
    color: #0068b7;
}


/*快速通道*/

.lane {
    clear: both;
    margin: 40px 0;
    background: #fff;
}

.lane a {
    display: block;
    float: left;
    text-align: center;
    padding: 25px 0;
    border-right: 1px solid #edf6fa;
    width: 10%;
    ;
}

.lane a i {
    display: block;
    width: 71px;
    height: 71px;
    text-align: center;
    margin: 0 auto;
    line-height: 71px;
}

.lane a i img {
    max-width: 100%;
    transition: 0.5s;
    transform-style: preserve-3d;
}

.lane a p {
    font-size: 16px;
    margin-top: 20px;
}

.lane a:hover img {
    transform: rotateY(180deg);
}


/*底部信息*/

.footer {
    width: 100%;
    min-width: 1400px;
    background: #002e73;
}

.bq {
    padding: 20px 0;
}

.bq p {
    color: #fff;
    line-height: 31px;
    text-align: center;
}


/*内页banner*/

.sban {
    width: 100%;
    position: relative;
    height: 367px;
    overflow: hidden;
    text-align: center;
}

.sban img {
    width: 100%;
}

.sban .banimg2 {
    display: none;
    width: 100%;
    height: 100%;
}

.head {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(10, 19, 46, 0.8);
    width: 100%;
}


/*列表页*/

.conbox {
    padding: 30px 0;
}

.meun {
    width: 300px;
    float: left;
    position: relative;
    z-index: 5;
    border: 1px solid #002e73;
    padding-bottom: 10px;
}

.meun .dt {
    width: 100%;
    background: #002e73;
    padding-left: 20px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

.meun dd {
    text-align: center;
    width: 280px;
    line-height: 60px;
    font-size: 18px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.meun dd a {
    display: block;
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.meun dd:last-child a {
    border-bottom: 0;
}

.meun dd i {
    display: block;
    width: 40px;
    height: 60px;
    z-index: 3;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/meunjt.png) 14px 21px no-repeat;
    cursor: pointer;
}

.meun dd i.icon {
    background-position: -24px center;
}

.meun dd ul {
    display: none;
}

.meun dd ul li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
    font-size: 16px;
}

.meun dd ul li a {
    width: 100%;
    border-bottom: 0;
    padding-left: 35px;
}

.meun dd:hover {}

.meun dd:hover a {
    color: #fff;
    background: #0068b7;
}

.meun dd:hover i {
    background-position: 14px -32px;
}

.meun dd:hover i.icon {
    background-position: -24px -32px;
}

.meun dd:hover ul a {
    background: none;
    border-left: 0;
    color: #333;
}

.meun dd:hover ul a:hover {
    background: #095ab6;
    color: #fff;
}

.listing {
    width: calc(100% - 320px);
    float: right;
    background: #fff;
    padding: 30px;
    padding-top: 15px;
}

.location {
    padding: 10px 0px;
    border-bottom: 1px solid #c1c1c1
}

.location:after,
.newlist01 li:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.location h1 {
    float: left;
    font-size: 24px;
}

.location span {
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 31px;
    background: url(../img/wzicon.png) no-repeat left 8px;
    padding-left: 20px;
}

.location span a {
    color: #095ab6;
}

.listing_w {
    width: 100%;
    background: #fff;
    padding: 20px 30px;
}


/*新闻列表*/

.newlist {
    margin-top: 20px;
}

.newlist li {
    background: url(../img/xyd.png) no-repeat left center;
    padding-left: 15px;
    position: relative;
    border-bottom: 1px dashed #d6d6d6;
}

.newlist li:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.newlist li:last-child {
    border-bottom: none
}

.newlist li .date {
    line-height: 50px;
    color: #999;
    position: absolute;
    top: 0;
    right: 0;
}

.newlist a h1 {
    font-size: 16px;
    line-height: 50px;
    display: block;
    padding-right: 95px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    color: #303030;
    transition: 0.5s;
}

.newlist li:hover {}

.newlist li:hover a h1 {
    color: #0b63b5;
    padding-left: 15px;
}


/*师资队伍*/

.jslist li {
    float: left;
    width: 18%;
    margin: 15px 1%;
}

.jslist li span {
    width: 100%;
    background: #f5f5f5;
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.jslist li span .outside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.jslist li span img {
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 150px;
    height: 180px
}

.jslist li:hover span img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.jslist li p {
    background: #f5f5f5;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
}


/*图片列表*/

.piclist li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 20px;
    background: #fff;
    padding-bottom: 10px;
}

.piclist li:nth-child(3n) {
    margin-right: 0;
}

.piclist li .pic {
    padding: 5px;
}

.piclist li .pic span {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 70.2%;
}

.piclist li .pic span img {
    position: absolute;
    /*top: 0; left: 0; width: 100%; height: 100%;*/
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    left: 50%;
    top: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.piclist li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist li h1 {
    font-size: 13px;
    padding: 10px 2px;
    display: block;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.piclist li a.more {
    width: 92px;
    height: 28px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 28px;
    color: #666;
    display: block;
    margin-top: 10px;
}

.piclist li a.more:hover {
    background: #226fb8;
    color: #fff;
}


/*简介页*/

.introbox {
    padding-top: 20px;
}

.introbox p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.introbox h1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.introbox p img {
    max-width: 100%;
}

.line {
    margin: 15px 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #dddddd;
}

.page {
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.pr {
    text-align: center;
    margin-top: 20px;
}

.pr span {
    display: inline-block;
    margin: 0 15px;
    color: #999;
}

.page a:hover {
    color: #095ab6;
}


/*检索结果页面*/

.result {
    padding: 20px 0;
}

.tj p {
    font-size: 18px;
    font-weight: bold;
    color: #226fb8;
    line-height: 35px;
}

.result li {
    padding: 15px 0 15px 0px;
    line-height: 30px;
    position: relative;
    border-bottom: 1px dashed #bdbdbd;
}

.result li:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.result li a {
    display: block;
}

.result li span.date {
    position: absolute;
    line-height: 35px;
    right: 0;
    top: 15px;
    font-size: 16px;
    color: #aaa;
}

.result li h1 {
    font-size: 16px;
    color: #333;
    line-height: 35px;
    padding-right: 100px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
}