/* 列表页面样式 */
.topbanner-box{
    width:100%;
}
.topbanner-box img{
    width:100%;
}
.contain-list-box{
    margin-top:20px;
    min-height: 500px;
}
.contain-list-box li{
    padding:15px 0;
    border-bottom:solid 1px #ddd;
    position: relative;
}
.contain-list-box li h3{ 
    font-weight: normal;
    font-size: 16px; 
    line-height: 40px;
    width:80%;
}
.contain-list-box li h3 a{
    color: #000;
}
.contain-list-box li span{ 
    position: absolute;
    right:0;
    top:0;
    height:100%;
    display: block;
    line-height:70px;
    color: #888;
}
.contain-list-box li h3 a:hover{
    color: #c30d23;
}
.contain-list-box li p{ 
    font-size: 14px; 
    color: #888;
}
.contain-list-box li:nth-last-child(1){
    border:none;
}


/* 新闻页面样式 */
.contain-newspage-box{
    min-height: 500px;
}
.topbanner-box .swiper-slide{
    height:100%;/*380px*/
}
.newspage-list-box{
    padding-top:20px;
}
.newspage-list-box h3{
    border-bottom:solid 1px #ddd;
    height:50px;
    padding:20px 0; 
    margin-bottom:20px;
}
.newspage-list-box h3 span{
    width:50px;
    height:50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    float: left;
    /*background: #c30d23;*/
}
.newspage-list-box h3 span img{
    width:60%;
    display: block;
    margin:0 auto;
}
.newspage-list-box h3 b{
    float: left;
    line-height: 50px;
    padding-left:10px;
    font-weight: normal;
    font-size: 22px;
}
.newspage-list-box h3 a{
    float: right;
    font-size: 12px;
    color: #c30d23;
    margin-top:30px;
}
.newspage-list-box li{
    line-height: 45px;
    font-size: 16px;
    color: #333;
    clear:both; 
}
.newspage-list-box li::before{
    content: '';
    width:10px;
    height:10px;
    background: #c30d23;
    margin-right:10px;
    float:left;
    margin-top:17px;
}
.newspage-list-box li a{
    color: #333;
    display: block;
    float: left;
    width: 65%;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
.newspage-list-box li:hover a{
    color: #c30d23;
}
.newspage-list-box li span{
    float: right;
    font-size: 14px;
    width:25%;
    text-align: right;
    color:#888;
}
.lift-top-left.left40{
    width:55%;
}
.lift-top-right.right60{
    width: 45%;
}
.lift-top-left .video{
    width:100%;
    height:370px;
    background:#f9f9f9;
}
.videoList dl a{
    display: flex;
    margin-left:30px;  
    padding:0 20px;
    padding-top:20px;
}
.videoList dl dt{
    width:50px;
    font-size: 30px;
    color: #c30d23;
    border-bottom:1px #c30d23 solid;
    padding-bottom:10px;
}
.videoList dl dd{
    border-bottom:1px #c30d23 dashed;
    padding-bottom:10px;
    flex: 1;
}
.videoList dl dd h4{
    color: #333;
    font-weight: normal;
    font-size: 16px;
    padding-bottom:5px; 
}
.videoList dl dd p{
    color: #888;
    font-size: 14px;
    line-height: 25px;
    padding-bottom:15px;
}

/* 卡片列表页样式-------------------------------- */
.card-list-container {
    margin-top:30px;
}

.card-list-container  dl{
    width:31%;
    float: left; 
    margin:10px;
}
.card-list-container  dl:nth-child(2){
    padding:0;
}
.honor-dl-main{
    margin-top:30px;
}
.honor-dl-main dl{
    display: flex;
    margin-top:50px; 
}
 
.honor-dl-main dl dt{
    width: 100%;
    height: 330px;
    overflow: hidden;
    display: block;
}
.honor-dl-main dl dt img{
    width:90%;
}
.honor-dl-main dl dd{
    width:100%;
    display: block; 
}
.honor-dl-main dl dd h3{
    font-size: 20px;
    color: #000;
    line-height: 60px;
    font-weight: normal;
    margin-top:20px;
    width:80%;
}
.honor-dl-main dl dd h3 a{
    width:100%;
    display: block;
    color: #c30d23;
    border-bottom:solid 1px #c30d23; 
    margin-bottom:10px;
}
.honor-dl-main dl dd h3:hover a{
    color: #c30d23;
}
.honor-dl-main dl dd p{
    color: #666;
    line-height: 35px;
    width:80%;
}

/* 下载中心----------------------------- */
.downLoad-main{
    margin-top:40px;
}
.downLoad-main ul li{
    float: left;
    width:46%;
    float: left;
    margin:10px 1%;
    background:#f1f1f1;
    border:solid 1px #ddd; 
}
.downLoad-main ul li a{
    padding:15px;
    font-size: 16px;
    color: #666;
    display: block;
}
.downLoad-main ul li a:hover{
    color: #c30d23;
}
.downLoad-main ul li a::after{
    content: '';
    width: 15px;
    height:15px;
    display: block;
    background: url(../img/icon_13.png) no-repeat;
    background-size:100%; 
    float: right;
    margin-top:4px;
}

/* 校园生活页面样式------------------------------- */
.life-container-main{
    padding-top:10px;
}
.lift-top-left{
    width:60%;
    float: left;
}
.lift-top-right{
    width:35%;
    float: right;
}
.life-title{
    display: flex;
    line-height: 50px;
}
.life-title span{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    color: #c30d23;
    padding-right:20px;
}
.life-title i{
    display: block;
    height:10px;
    background: #f5f5f5;
    float: right;
    width: 100%;
    flex:1;
    margin-top:20px;
}
.life-title i::before{
    width:7px;
    height:100%;
    content: '';
    display: block;
    background: #c30d23;
    float: left;
}
.lift-top-right img{
    width: 100%;
    padding-bottom:10px;
}
.lift-top-right p{
    line-height: 25px;
    font-size: 14px;
    color: #888;
    text-align: justify;
}
.life-main1-box1{
    padding-top:20px;
}
.life-main1-left{
    width: 48%;
    float: left;
}
.life-main1-right{
    width: 48%;
    float: right;
}
.life-main1 img{
    width:100%;
    padding-bottom: 20px;
}
.life-main1 ul li{
    width:100%;
    height:48px;
    line-height: 48px;
}
.life-main1 ul li a{
    color: #333; 
    float: left;
    font-size: 14px;
    display: block;
    width:100%;
}
.life-main1 ul li span{
    float: right;
}
.life-main1 ul li a:hover{
    color: #c30d23;
}
.life-container-main img{
    width:100%;
    padding:20px 0;
}
.life-list-main li{
    border-bottom:solid 1px #ddd;
    padding:20px 0;
    position: relative;
}
.life-list-main li:nth-last-child(1){
    border:none;
}
.life-list-main li h3{
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
}
.life-list-main li p{
    color: #888;
    font-size: 14px;
    line-height: 25px;
}
.life-list-main li span{
    color: #888;
    font-size: 14px;
    position: absolute;
    top:40px;
    right:0;
}
.life-list-main li:hover h3{
    color: #c30d23;
}
.life-list-main3 li{
    width:33.3%;
    float: left;
    border:none;
    position: relative;
    padding:0;
    margin:0;
    overflow: hidden;
    cursor: pointer;
}
.life-list-main3 li .dl-main-imagebox{
    width:100%;
    height:250px;
    overflow: hidden;
}
.life-list-main3 li .dl-main-imagebox img{
    width:100%;
    padding: 0;
}
.life-list-main3 li .dl-main-text{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.dl-main-text-inner{
    width: 100%;
    margin-left:-350px;
}
.dl-main-text-inner h4{
    font-size: 16px;
    color: #fff;
    padding:10px 0;
    border-top:1px #fff solid;
    border-bottom:1px #fff solid;
    display: inline; 
}
.life-list-main3 li p{ 
    font-size: 12px;
    color: #fff; 
    text-align: center; 
    line-height: 25px;
    padding:0 20px ;
    padding-top:20px;
}
.life-list-main3 li:hover .dl-main-text{
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.life-list-main3 li:hover .dl-main-text-inner{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left:0;
}
.shetuan-main p{
    font-size: 14px;
    color: #888;
    padding-top:20px;
    line-height: 25px;
    padding-bottom:10px;
}
.shetuan-main li{
    float: left;
    border:none;
    padding:0;
    padding-right:25px;
    padding-top:10px;
}
.shetuan-main li a{
    line-height: 30px;
    color: #666;
    font-size: 14px;
}
.shetuan-main li a:hover{ 
    color: #c30d23;
}

/* 教工页面样式------------------------ */
.teaching-container{
    padding-top:10px;
}
 
.teaching-main h2{
    font-size: 22px;
    color: #000;
    line-height:40px;
    border-bottom:1px #ddd solid;
    padding:5px 0;
    padding-top:20px;
} 
.teaching-list{
    width:100%;
    padding-top:20px;
}
.teaching-list ul li{
    width:100%; 
    margin-bottom:2px;
}
 
.teaching-list ul li h3{
    height: 45px;
    line-height: 45px;
    text-indent: 20px;
    cursor: pointer;
    background: #f5f5f5;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    border-left:5px solid #c30d23;
}
.list-main{
    padding:20px 0; 
}
 
.list-main ol li{
    float: left;
    width:20%;
    text-align: center;
    line-height: 40px;
}
.list-main ol li a{
    color: #666;
    font-size: 14px;
}
.list-main ol li a:hover{
    color: #c30d23; 
}



/* 团委页面样式================================== */
.tuauwei-nav {
    background: #c30d23;
    height:45px;
    line-height: 45px;
    position: relative;
    z-index: 999;
}
.tuauwei-nav ul li{
    float: left;
    font-size:14px;
    position: relative;
    color: #fff;
}
.tuauwei-nav ul a{
    color: #fff;
    display: block; 
    padding:0 30px;
}
.tuauwei-nav ul ol{
    position: absolute;
    top:45px;
    left:0;
    background: #fff;
    width:360px;
    padding:20px;
    display:none; 
    transition: all 0.7s ease; 
}
.tuauwei-nav ul ol li{
    float: left;
    width:180px; 
}
.tuauwei-nav ul ol li a{
    display:inline; 
    padding:5px 15px;
    border-radius:3px;
}
.tuauwei-nav ul li:hover a{
    background:#fff;
    color:#c30d23;
}
.tuauwei-nav ul li:hover ol{
    display:block;
    transition: all 0.7s ease;  
}
.tuauwei-nav ul li:hover ol a:hover{
    background: #c30d23;
    color: #fff;
}
.tuanwei-top-logobox {
    height:100px;
}
.tuanwei-top-logobox img{
    width: 350px;
    float: left;
    margin-top:15px;
}
.tuan-searchbox{
    float: right;
    margin-top:30px;
}
.tuan-searchbox input{
    width:200px;
    height:35px;
    border:solid 1px #ddd;
    float: left;
    padding-left:5px;
}
.tuan-searchbox span{
    width:55px;
    height:35px;
    line-height: 35px;
    display: block;
    float: right;
    background: #c30d23;
    font-size: 14px;
    border:solid 1px #c30d23;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.tuanwei-banner .swiper-slide{
    position: relative;
    height:350px;
    overflow: hidden;
}
.tuanwei-banner .swiper-slide .pic_desc{
    width: 100%;
    height:60px;
    background: rgba(0,0,0,0.6);
    font-size:18px;
    color: #fff;
    position: absolute;
    bottom:0;
    left:0;
    line-height: 60px;
}
.tuanwei-banner .swiper-slide .pic_desc p{
    width:1200px;
    text-align: left;
    margin:0 auto;
}
.link-main-box dl{
    float: left;
    width:14.5%; 
}

/* 荣誉列表页面 */
.honorList-main{
    padding-top:40px;
}
.honorList-main dl{
    width:50%;
    position: relative; 
    padding:20px 0;
} 
.honorList-main dl.dl-right{
    margin-left:50%;
}
.honorList-main dl dd.dl-text{
   width:80%;
   /*height:200px;*/
}
.honorList-main dl.dl-left dd.dl-text{
    padding-left:15%;
}
.honorList-main dl.dl-right dd.dl-text{
    padding-left:5%;
}
.honorList-main dl.dl-left { 
    border-right:1px #ddd solid;
}
.honorList-main dl.dl-right {
    border-left:1px #ddd solid;
}
.honorList-main dl dd.dl-text .text-inline{
    padding:20px;
    border:solid 1px #ddd;
    margin:0 20px;
}
.honorList-main dl dd h3{
    font-weight: normal;
    font-size: 18px;
    padding-bottom:10px;
}
.honorList-main dl dd p{
    font-size: 14px;
    color: #888;
    line-height: 25px;
} 
.honorList-main dl dd span{
    color: #666;
    font-size: 12px;
    padding-bottom:5px;
    display: block;
    width: 100%;
}
.honorList-main dl.dl-left dd.dl-text h3,
.honorList-main dl.dl-left dd.dl-text p,
.honorList-main dl.dl-left dd.dl-text span{
    text-align: right;
}
.icon_box_dl{
    position: absolute;
}
.honorList-main dl.dl-left dt{
    position: absolute;
    right:-12px;
    top:40px;
}
.honorList-main dl.dl-right dt{
    position: absolute;
    left:-12px;
    top:40px;
}
.icon_box_dl span{
    border:1px solid #ddd;
    background: #fff;
    width:15px;
    height:15px;
    padding:3px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    float: left;
    margin-top:-11px;
}
.icon_box_dl b{
    border-top:1px #ddd solid;
    width:70px;
    display: block;
}
.icon_box_dl b i{
    border:1px solid #ddd;
    background: #fff;
    width:12px;
    height:12px; 
    display: block;
    float: right;
    margin-top:-7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.honorList-main dl.dl-left dt span{
    float: right;
}
.honorList-main dl.dl-left .icon_box_dl b i{
    float: left;
}
.icon_box_dl i{
    font-style: normal; 
}
.icon_box_dl span i{
    text-align: center;
     width:100%;
     height:100%;
     background: #ddd;
     display: block;
}
.honorList-main dl:hover dt span i,
.honorList-main dl:hover dt b i{
    background: #c30d23;
} 
.honorList-main dl:hover dd h3{
    color: #c30d23;
}
/* 二级院校样式-------------------------------------- */
 
.teacherInfo-main .swiper-container {
    width: 100%;
    height: 450px;
  }
.teacherInfo-main .swiper-slide {
    text-align: center;
    font-size: 18px;
    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;
}
.teacherInfo-main .swiper-slide dl{
    width:300px;
    margin:0 auto;
    padding:20px;
    border:solid 1px #ddd;
    border-radius: 10px;
    height:320px;
}
.teacherInfo-main .swiper-slide dt{
    width:200px;
    height:200px;
    border-radius: 50%;
    overflow: hidden;
    margin:20px auto;
}
.teacherInfo-main .swiper-slide dt img{
    width:100%;
    height:100%;
}
.teacherInfo-main .swiper-slide dd p{
    text-align: center;
    line-height:25px;
    font-size: 14px;
}
.teacherInfo-main .swiper-slide dd h3{
    padding-top:20px;
    font-size: 16px;
    text-align: center;
}
.teacherInfo-link{
    margin-top:20px;
}
.teacherInfo-main .title-box,
teacherInfo-link .title-box{
    padding:0;
}
.shixun{
    padding:30px;
    font-size: 28px;
    text-align: center;
    color: #c30d23
}
.school-content{
    margin-top:40px;
    background: #f8f8f8;
}
.school-content dl{
    display: flex;
}
.school-content dl dt{
    width:50%;
}
.school-content dl dt img{
    width:90%;
}
.school-content dl dd{
    width:45%;
    padding-right:5%;
}
.school-content dl dd h3{
   font-size: 18px;
   color: #333; 
   line-height: 60px;
}
.school-content dl dd p{
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: justify;
    padding-bottom: 10px;
}


/* 新闻详情页面================================== */

.news-detail-main{
    padding-top:40px;
}
.news-detail-main{
    display: flex;
}
.news-detail-left{
    width: 60%;
}
.news-detail-right{
    width: 30%;
    padding-left:5%;
    flex: 1;
}
.article-title{
    font-size: 18px;
    color: #000;
    padding:20px;
    border-bottom: 1px #ddd solid;
    margin-bottom:20px;
    text-align: center;
}
.news-detail-left-contain p{
    line-height: 30px;
    font-size: 16px;
    color: #666;
    padding-bottom:10px;
    font-family: '宋体';
}
.news-detail-left-contain img{
    /*width: 100%;*/
    display: inline;
    /*padding:20px 0;*/
    margin: 5px 0 -20px 0;
}
.news-detail-right .life-main2{
    background:#f9f9f9;
    padding:20px;
}
.news-detail-right .life-main2 img{
    width:100%;
    padding:10px 0;
}


/* 系别样式================================= */

 
.xibie dl{
    display: flex;
    position: relative;
    margin-top:50px;
    margin-left:30px;
}
.xibie dl dt.imgbox{ 
    width:200px;
    height: 200px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 18px 6px rgba(0, 0, 0, .1);
    position: absolute;
    top:-20px;
    left:-20px;
}
.xibie dl dt.imgbox img{
    width: 100%;
    height: 100%;
}
.xibie dl dd{
    height:160px;
    background: #fff;
    box-shadow: 0 0 18px 6px rgba(0, 0, 0, .1);
    padding:20px;
    border-radius: 20px;
    padding-left:200px;
    display: flex;
    align-items: center;
}
.xibie dl dt.right-count-box{
    width: 35%;
}
 
.xibie dl dd h4 a{
    color: #333;
    font-weight: normal;
    font-size: 24px;
    padding-bottom:10px;
}
.xibie dl dd p{
    color: #888;
    font-size: 16px;
    line-height: 30px;
    padding-top:5px;
}

.right-count-box{
    display: flex;
    align-items: center;
    text-align: center;
}
.right-count-box span{
    flex: 1;
    font-size: 80px;
    text-align: center; 
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    position: relative;
}
.right-count-box span::before{
    content:' ';
    border-top:1px dashed #c30d23;
    display: block;
    width: 30%;
    position: absolute;
    top:50%;
}
.right-count-box span::after{
    content:' ';
    border:1px dashed #c30d23;
    width:5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top:50%;
    left:30%;
    margin-top:-3px;
}
.school-views-opacity{
    widows: 100% ;
    height:100%;
    background: rgba(0,0,0,0.5)
}
.shixunmain ul{
    display: flex;
}
.shixunmain ul li{
    width:25%;
    overflow: hidden;
    background: #c30d23;
    position: relative;
}
.shixunmain ul li img{
    width:100%;
}

.shixunmain ul li .text-box{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    text-align: center;
}
.shixunmain ul li .text-box p{
    width:100%;
}
.shixunmain ul li .text-box b{
    padding:15px;
    font-weight: normal;
    color: #fff;
    font-size: 22px;
    display: block;
    text-align: center;
}
.shixunmain ul li .text-box span{
    padding:15px;
    display: block;
    color: #fff;
    padding-top:10px;
    font-size: 13px;
    text-align: center;
}
.shixunmain ul li .text-box.bj{
    background: rgba(252, 155, 126, 0.78);
    left:-100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shixunmain ul li .text-box.bj b{
    font-size: 50px;
}
.shixunmain ul li:hover .text-box.bj{
    left:0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.jiuye-box-main .dlbox{
     width:33%; 
     float: left;
     padding-top:50px;
}
.jiuye-box-main dl{
    width:70%;
    border:solid 1px #ddd;
    padding:20px; 
    position: relative;
    padding-bottom:40px;
    margin:0 auto;
}
.jiuye-box-main dl dt{
    height:250px;
    overflow: hidden;
    width:130%;
    border-radius: 20px;
    margin-left:-15%;
    margin-top: -40px;
}
.jiuye-box-main dl dt img{
    width:100%;
}
.jiuye-box-main dl dd h4{
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    padding-top:20px;
    
} 
.jiuye-box-main dl dd h4 i{
    width:30%;
    display: block;
    height:2px;
    background: #c30d23;
    margin:10px auto; 
}
.jiuye-box-main dl dd p{
    font-size: 14px;
    color: #666;
    line-height: 25px; 
    text-align: center;
    
}
.jiuye-box-main dl dd button{
    width:50%;
    height:40px;
    line-height: 40px;
    text-align: center;
    background: #c30d23;
    color: #fff;
    font-size: 14px;
    border:none;
    border-radius: 20px;  
    position: absolute;
    bottom:-20px; 
    left:25%;
    cursor: pointer;
}
.jiuye-box-main dl dd button:hover{
    background: #990B2C;
}
.rongyubj{
    background: url(../img/bj_04.jpg) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    margin-top:100px;
}


.honorList-main-lists dl{
    display: flex; 
    position: relative; 
} 
.honorList-main-lists dl dt{
    height:100%;
    position: absolute;
    display: block;
    border-right:3px solid #ddd;
    z-index: 1;  
}
.honorList-main-lists dl dt span{
    display:block;
    width:100px;
    font-size: 16px;
    color: #fff;
    padding:0 20px;
}
.honorList-main-lists dl dd{
    z-index: 5;
}
.honorList-main-lists dl dd b{
    display: block;
    width:20px;
    height:20px;
    border-radius: 50%;
    background: #fff;  
    margin-right:20px;
    margin-left:132px; 
}
.honorList-main-lists dl dd img{
    display: block;
    width:100%;
}
 
.honorList-main-lists dl dd h3{
    font-size: 16px; 
    padding-bottom:5px;
    color: #fff;
    font-weight: normal;
}
.honorList-main-lists dl dd p{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    padding-bottom:30px;
}
.zhuanye-container {
    height:548px;/*352*/
    overflow: hidden;
    margin-top:40px;
    margin-bottom:40px;
    position: relative;
}
.zhuanye-container img{
    width: 100%;
}
.zhuanye-main{
    position: absolute;
    margin:0 auto;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.8)
}
.zhuanye-main>div{
    height:100%;
    position: relative;
}
.zhuanye-main ul{
    width:35%;
    height: 100%;
    float: left;
    background: #fff; 
}
.zhuanye-main ul li{
    padding:15px;
    border-bottom:1px #DDD dashed;
}
.zhuanye-main ul li h3{
    font-size: 16px;
    color: #333;
    padding-bottom: 5px;
}
.zhuanye-main ul li p a{
    float: left;
    line-height: 30px;
    padding-right: 15px;
    font-size: 14px;
    color: #666;
}
.zhuanye-main ul li p a:hover{
    color: #c30d23;
}
.zhuanye-main ul li .jieshao-text-box{
    position: absolute;
    left:35%;
    top:0;
    padding-left:20px;
    display: none;
}
 
.jieshao-text-box h5{ 
     color: #fff;
     font-size: 20px;
     padding:20px;
     padding-top:40px;
}
.jieshao-text-box .jieshao-text{
    padding-left:20px;
    font-size: 14px;
    color:#fff;
    width: 70%;
    line-height: 30px;
    
}
.xiaoyuanshijing{
    background: url(../img/bj_03.jpg) no-repeat; 
    background-attachment: fixed;
}
.page-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
}
.page-pagination>li {
    display: inline;
}
.page-pagination>li:first-child>a, .page-pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.page-pagination>.disabled>span, .page-pagination>.disabled>span:hover, .page-pagination>.disabled>span:focus, .page-pagination>.disabled>a, .page-pagination>.disabled>a:hover, .page-pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.page-pagination > li > a, .page-pagination > li > span {
    color: #9a0000;
}
.page-pagination>li>a, .page-pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.page-pagination > .active > a, .page-pagination > .active > span, .page-pagination > .active > a:hover, .page-pagination > .active > span:hover, .page-pagination > .active > a:focus, .page-pagination > .active > span:focus {
    background: #9a0000;
    border-color: #9a0000;
    color: #fff; 
    padding:6px 15px;
}
 
.page-pagination > li > a, .page-pagination > li > span {
    color: #9a0000;
}
.pagination-wrap{
    text-align: center;
}

