<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1210px;
    background: #000;
}
a{
    color: #000;
    text-decoration:none;
}
a:hover{
    color: #A61713;
    text-decoration:underline;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}


.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1210px;
    margin: 0 auto;
    position: relative;
}
.container:after,
.clear:after{
    content: '';
    display: block;
    clear: both;
}


.header{
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 115px;
    z-index: 10;
}
.header .container{
    height: 115px;
    background: #F7F7F7;
}
.header img{
    margin-top: 19px;
    margin-left: 10px;
    animation: zoomIn 1s;
}

.nav{
    float: right;
    margin-top: 40px;
    margin-right: 10px;
}
.nav ul li{
    float: left;
    position: relative;
}
.nav ul li:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #DAD9D9;
}
.nav ul li:last-child:before{
    border-right: none;
}
.nav ul li a{
    display: block;
    text-decoration: none;
}
.nav ul li .menu{
    position: relative;
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
}
.nav ul li .menu p{
    font-size: 12px;
    font-family: 'Georgia';
}
.nav ul li:hover .menu{
    color: #fff;
    animation: pulse 1s;
}
.nav ul li:hover{
    padding: 10px 0;
    margin-top: -10px;
    background: #A61713;
}


.section{
    width: 100%;
    min-height: 500px;
}
.section .title{
    position: absolute;
    top: 0;
    left: 0;
    width: 402px;
    height: 85px;
    padding: 15px 0 0 15px;
    box-sizing: border-box;
    z-index: 10;
}
.section .title p{
    color: #666;
    font-size: 26px;
    font-family: 'Georgia';
}
.section .title h2 a{
    color: #333;
    font-family: 'å®‹ä½“';
}
.section .title h2 a:hover{
    color: #6F0C0F;
    text-decoration: none;
}


.slider{
    
}
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:300px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:14px;
    height:14px;
    background:#000;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    background:#841100;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
}
.slideBox .bd img{
    display:inline-block;
}
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:15%;
    top:50%;
    margin-top:-45px;
    display:block;
    width:44px;
    height:89px;
    background:url(../image/arrow-list.png) no-repeat 0 0;
    filter:alpha(opacity=50);
    opacity:0.5;
}
.slideBox .next{
    left:auto;
    right:15%;
    background-position:-49px 0;
}
.slideBox .prev:hover,
.slideBox .next:hover{
    filter:alpha(opacity=100);
    opacity:1;
}


.news{
    position: relative;
    margin-top: -275px;
    margin-bottom: 2px;
}
.news ul li{
    float: left;
    width: 402px;
    height: 268px;
    padding: 90px 30px 0;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.news ul li:nth-child(2){
    margin: 0 2px;
}
.date{
    float: left;
    font-family: 'Georgia';
}
.date h2{
    font-size: 40px;
    font-weight: normal;
}
.date p{
    font-size: 20px;
}
.info{
    margin-left: 70px;
}
.info p{
    font-size: 16px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 15px;
}
.info span{
    font-size: 12px;
    color: #999;
    position: relative;
}
.info span:first-child{
    font-family: 'Georgia';
}
.info span:last-child{
    padding-left: 20px;
}
.info span:last-child:before{
    position: absolute;
    content: '';
    width: 14px;
    height: 10px;
    top: 3px;
    left: 0;
    background: url(../image/arrow-list.png) no-repeat -256px 0;
}

.news .news-img{
    position: absolute;
    top: -268px;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    z-index: 20;
}
.news .news-img img{
    width: 402px;
    height: 268px;
}
.news .news-img .news-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: rgba(0,0,0,.5);
    transition: .6s;
}
.news .news-img .news-title p{
    font-size: 16px;
    width: 240px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    margin: 15px 20px;
}
.news .news-img .news-title p a{
    color: #fff;
}
.news .news-img .news-title&gt;a{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Georgia';
    padding: 5px 10px;
    text-decoration: none;
    background: #841100;
    margin-top: 32px;
    margin-right: 15px;
}
.news .news-img .news-title&gt;a:hover{
    color: #841100;
    background: #fff;
}
.news li:hover .news-img{
    top: 0;
}


.works{
    position: relative;
    margin-bottom: 2px;
}
.works ul{
    height: 540px;
}
.works ul li{
    position: absolute;
    top: 0;
    left: 0;
    width: 402px;
    overflow: hidden;
}
.works ul li img{
    width: 100%;
    height: 100%;
}
.works ul li:first-child{
    height: 540px;
}
.works ul li:nth-child(2){
    left: 404px;
    height: 268px;
}
.works ul li:nth-child(3){
    left: 808px;
    height: 268px;
}
.works ul li:nth-child(4){
    top: 270px;
    left: 808px;
    height: 270px;
}
.works ul li:nth-child(5){
    top: 270px;
    left: 404px;
    height: 270px;
}
.works ul li:nth-child(6){
    top: 270px;
    left: 808px;
    height: 268px;
}
.works ul li:nth-child(7){
    top: 540px;
    left: 808px;
    height: 268px;
}

.works ul li .intro,
.item .intro{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -402px;
    color: #fff;
    font-family: 'Georgia';
    text-decoration: none;
    background: rgba(132,17,0,.8);
    z-index: 20;
    transition: .3s;
}
.works ul li:hover .intro,
.item:hover .intro{
    right: 0;
}
.works ul li .intro div,
.item .intro div{
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -85px;
}
.works ul li .intro p,
.item .intro p{
    font-size: 55px;
    width: 120px;
    line-height: 60px;
}
.works ul li .intro h1,
.item .intro h1{
    font-size: 34px;
    font-family: 'å®‹ä½“';
    margin-top: 5px;
}

.department ul li{
    float: left;
    width: 402px;
    height: 268px;
    color: #fff;
    padding: 30px;
    margin-bottom: 2px;
    background: #CB302C;
    position: relative;
    overflow: hidden;
}
.department ul li:nth-child(2),
.department ul li:nth-child(5){
    margin: 0 2px;
}
.department ul li p{
    font-size: 28px;
    font-family: 'Georgia';
    height: 102px;
    line-height: 34px;
    overflow: hidden;
}
.department ul li h2{
    font-size: 26px;
    font-family: 'å®‹ä½“';
    margin-top: 30px;
}
.department ul li&gt;div{
    position: absolute;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    right: 30px;
    bottom: 40px;
}

.department ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #390605;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(1);
    transition: 1s;
}
.department ul li a div{
    position: absolute;
    width: 108px;
    height: 108px;
    line-height: 108px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    margin-left: -54px;
}
.department ul li a img{
    width: 108px;
    display: none;
}
.department ul li:hover a{
    opacity: 0.5;
    filter: alpha(opacity=50);
    transform: scale(1);
}

.idea-profile ul li{
    float: left;
    width: 602px;
    height: 483px;
    margin: 0 1.5px;
    background: #eee;
    position: relative;
}
.idea-profile ul li&gt;img{
    width: 100%;
    height: 100%;
}
.idea-profile ul li div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    padding-top: 100px;
    z-index: 10;
}
.idea-profile ul li:hover div{
    background: rgba(0,0,0,.3);
}
.idea-profile ul li h2{
    font-family: 'å®‹ä½“';
    font-size: 26px;
    margin-top: 30px;
}
.idea-profile ul li p{
    font-family: 'Georgia';
    font-size: 16px;
    margin-bottom: 40px;
}
.idea-profile ul li a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 8px 40px;
    text-decoration: none;
    border: 1px solid #fff;
    position: relative;
    transition: .3s ;
}
.idea-profile ul li a:hover{
    border: 1px solid transparent;
    
}
.idea-profile ul li a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transition: .3s ;
    transform-origin: 100% 0;
    background: #941617;
    z-index: -5;
}
.idea-profile ul li a:hover:before{
    transform: scaleX(1);
}
.idea-profile ul li:last-child div img{
    margin: 20px 0;
}
.idea-profile ul li div:hover img{
    position: relative;
    transition: all .3s;
    animation: zoomIn 2s;
}


.team,.alumni{
    float: left;
    width: 602px;
    height: 605px;
    margin: 3px 1.5px;
    background: #fff;
    position: relative;
}
.dean-title{
    width: 440px;
    height: 40px;
    margin: 100px auto 20px;
    background: url(../image/team-title.png) no-repeat right bottom;
}
.dean-title span{
    font-family: 'å®‹ä½“';
    font-weight: 600;
    position: relative;
    top: 13px;
    left: 5px;
    font-size:24px;
}
.dean-content{
    width: 500px;
    height: 167px;
    margin: 0 auto;
}
.dean-content .pic{
    float: left;
    width: 132px;
}
.dean-content .pic img{
    width: 132px;
    height: 167px;
    border-radius: 3px 25px 3px 3px;
}
.dean-content .intro{
    height: 100%;
    margin-left: 162px;
    position: relative;
}
.dean-content .intro p{
    color: #666;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 10px;
}
.dean-content .intro a{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    padding: 6px 20px;
    background: #941617;
    text-decoration: none;
}
.dean-content .intro a:hover {
    color: #941617;
    background: #eee;
}

.picScroll-left{
    width:450px;
    margin: 40px auto;
    position:relative;
}
.picScroll-left .prev,
.picScroll-left .next{
    position: absolute;
    width:20px;
    height:40px;
    top: 35px;
    left: -40px;
    cursor: pointer;
    background:url(../image/arrow-list.png) no-repeat -101px 0;
    z-index: 99;
}
.picScroll-left .next{
    background-position: -125px 0;
    left: auto;
    right: -40px;
}
.picScroll-left .bd ul{
    overflow:hidden;
    zoom:1;
}
.picScroll-left .bd ul li{
    float:left;
    _display:inline;
    width: 110px;
    margin: 0 20px;
    text-align:center;
}
.picScroll-left .bd ul li .pic{
    width: 108px;
    height: 108px;
    padding: 1px;
    border-radius: 50%;
    overflow:hidden;
    text-align:center;
}
.picScroll-left .bd ul li .pic img{
    width:108px;
    height:108px;
    display:block;
    transition: .3s;
}
.picScroll-left .bd ul li .pic a:hover img{
    
}
.picScroll-left .bd ul li .pic-title{
    line-height:24px;
    margin: 10px;
}
.picScroll-left .bd ul li p{
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}


.albumBox{
    width:500px;
    position:relative;
    margin: 185px auto 50px;
}
.albumBox .hd{
    position:absolute;
    width: 100%;
    left: 0;
    bottom:-45px;
    z-index:9;
}
.albumBox .hd ul{
    text-align: center;
}
.albumBox .hd ul li{
    margin:0 5px;
    width:12px;
    height:12px;
    background:#ddd;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background:#B8192B;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
    width: 500px;
    height: 155px;
    background:#eee;
    border-radius: 5px;
}
.albumBox .bd .img{
    float: left;
    width: 74px;
    height: 74px;
    overflow: hidden;
    border-radius: 50%;
    margin: 40px 10px 40px 20px;
}
.albumBox .bd img{
    width: 74px;
    height: 74px;
}
.albumBox .bd li p{
    color: #666;
    font-size: 15px;
    margin: 55px 30px 0 110px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.albumBox .bd li h2{
    float: right;
    color: #666;
    font-weight: 500;
    margin: 10px 40px;
}
.albumBox .bd li h2 a{
    color: #666;
}
.albumBox .bd li h2 a:hover{
    color: #6F0C0F;
}
.albumBox i{
    position: absolute;
    width: 42px;
    height: 36px;
    top: -18px;
    left: 8px;
    background: url(../image/arrow-list.png) no-repeat -152px 0;
}
.albumBox i+i{
    top: auto;
    left: auto;
    right: -18px;
    bottom: -10px;
    background-position:-203px 0;
}
.directory{
    width: 500px;
    margin: 70px auto;
}
.directory div{
    margin-right: 110px;
    position: relative;
    top: 48px;
}
.directory p{
    font-size: 20px;
}
.directory h1{
    color: #ddd;
    font-family: Georgia;
    font-weight: 500;
    border-bottom: 1px solid #B5B5B5;
}
.directory div a{
    position: absolute;
    right: 5px;
    bottom: 10px;
    width: 44px;
    height: 44px;
    background: url(../image/arrow-list.png) no-repeat -282px 0;
    transition: .3s;
}
.directory div a:hover{
    transform: rotate(360deg);
}



.footer{
    height: 360px;
    color: #bbb;
    padding-top: 20px;
}
.footer .link{
    margin: 40px 0;
}
.footer .link img{
    margin-top: 2px;
    margin-right: 15px;
}
.footer .link a{
    color: #bbb;
    padding: 0 20px;
}
.footer .link span:last-child{
    display: none;
}
.footer .infos p{
    line-height: 30px;
    font-size: 12px;
}
.footer .infos p a{
    color: #bbb;
}
.footer .infos p span{
    padding: 0 5px;
}
.footer .infos p:last-child{
    height: 48px;
    line-height: 48px;
    border-top: 1px solid #0F0F0F;
    border-bottom: 1px solid #0F0F0F;
    margin-top: 15px;
}

.footer .qr{
    position: absolute;
    top: 112px;
    right: 20px;
}
.footer .qr a{
    display: block;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-family: 'Georgia';
    text-indent: 28px;
    text-decoration: none;
    margin-top: 5px;
    background: #6F0C0F;
    position: relative;
}
.footer .qr a:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #000;
}
.footer .qr a:after{
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    top: 15px;
    right: 28px;
    background: url(../image/arrow-list.png) no-repeat -337px 0;
}

.slider{
    position: relative;
}
.caption{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1210px;
    margin-left: -605px;
    text-align: left;
    padding-left: 20px;
    color: #fff;
    font-family: Georgia;
}
.caption h1{
    font-size: 40px;
    font-weight: 500;
}
.caption h2{
    font-size: 26px;
    font-family: 'å®‹ä½“';
}
.sub-section{
    margin-top: -50px;
}

.aside{
    float: left;
    width: 294px;
    text-align: center;
    font-family: 'å®‹ä½“';
    font-weight: bold;
    background: #EDEDED;
    position: relative;
}

.aside&gt;ul&gt;li&gt;a{
    display: block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    background: #A61713;
    position: relative;
}
.aside ul li a:hover{
    text-decoration: none;
}
.aside .sub-menu{
    min-height: 40px;
    padding-bottom: 230px;
}
.aside .sub-menu li a{
    display: block;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 18px;
    background: #EDEDED;
    position: relative;
}
.aside .sub-menu li a:hover{
    background: #ccc;
}
.aside .sub-menu li a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 60px;
    background: #A61713;
    display: none;
}
.aside .sub-menu li a:hover:before{
    display: block;
}
.aside .sub-menu li a.on{
    background: #ccc;
}
.aside .sub-menu li a.on:before{
    display: block;
}
.aside li img{
  	position: absolute;
  	left: 0;
  	bottom: 0;
    margin-top:50px;
    animation: zoomIn 1s;
}

.column{
    margin-left: 312px;
    min-height: 500px;
    padding: 0 30px;
    background: #fff;
}
.column_title{
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #0B0B0B;
}
.column_title a{
    color: #666;
}
.column_title h2{
    font-family: 'å®‹ä½“';
}
.column_title a:hover{
    color: #A61713;
}
.column_title h2{
    position: relative;
    color: #000;
    padding-left: 43px;
    display: inline-block;
    border-bottom: 2px solid #A61713;
}
.column_title h2:before{
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 33px;
    height: 26px;
    background: url(../image/title1.png) no-repeat;
}
.column_content{
    padding: 10px 0 50px;
}


.notice li{
    height: 95px;
    border-bottom: 1px solid #CACACA;
    margin-top: 10px;
    position: relative;
}
.notice li:after{
    content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    width: 44px;
    height: 44px;
    background: url(../image/notice3.png) no-repeat;
}
.notice li:hover:after{
    background: url(../image/notice-hover.png) no-repeat;
}
.notice .date{
    margin-left: 15px;
}
.notice .info{
    margin-left: 80px;
    padding-top: 10px;
}
.notice .info p{
    width: 85%;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.news-list li{
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dotted #CACACA;
}
.news-list h2{
    font-size: 18px;
    font-weight: normal;
    margin: 20px 150px 15px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list h2 a{
    color: #333;
}
.news-list h2 a:hover{
    color: #A61713;
}
.news-list p{
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}
.news-list li&gt;a{
    color: #A61713;
}
.news-list li&gt;span{
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 10px 4px 37px;
    font-family: Georgia;
    background: #EBEBEB;
    border-radius: 3px;
}
.news-list li&gt;span:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 10px;
    width: 17px;
    height: 15px;
    background: url(../image/date1.png) no-repeat;
}

.col-list li{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px dotted #CACACA;
}
.col-list li span{
    float: right;
    color: #999;
}
.col-list li a{
    display: block;
    margin: 0 120px 0 15px;
    position: relative;
}
.col-list li a:before{
    content: '';
    position: absolute;
    top: 18px;
    left: -12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666;
}
.col-list li a:hover:before{
    background: #A61713;
}

.column_content .dean{
    padding: 0 0 30px 30px;
    border-bottom: 1px solid #999;
}
.column_content .dean-title{
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    background-repeat: repeat-x;
    position: relative;
}
.column_content .dean-title:before{
    content: '';
    position: absolute;
    top:0;left: 0;
    width: 160px;
    height: 100%;
    background: #fff;
}
.column_content .dean-title img{
    position: relative;
    z-index: 1;
}
.column_content .dean-content{
    width: 100%;
}
.img-list{
    overflow: hidden;
}
.img-list li{
    float: left;
    width: 25%;
    text-align: center;
    margin: 30px 0 10px;
    box-sizing: border-box;
}
.img-list li&gt;a{
    display: inline-block;
    border-radius: 50%;
}
.img-list li&gt;a img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transition: .3s;
}
.img-list li&gt;a:hover img{
    transform: scale(1.2);
}
.img-list li p{
    margin: 15px 0 10px;
}
.img-list li span{
    display: none;
    height: 40px;
    line-height: 20px;
    padding: 0 35px;
    overflow: hidden;
}

.column_works{
    margin: 0;
}

.waterfall{
    margin-top: 30px;
    -moz-column-count:3; 
    -webkit-column-count:3; 
    column-count:3;
    -moz-column-gap: 3px;
    -webkit-column-gap: 3px;
    column-gap: 3px;
}

.item{
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 3px;
    position: relative;
    overflow: hidden;
}
.item img{
    width: 100%;
    vertical-align: top;
}


.col_caption{
    text-align: center;
}
.col_caption h2{
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.col_caption p{
    margin-bottom: 20px;
}
.col_caption p span{
    color: #666;
    margin: 0 8px;
}

.column_content p img{
	margin-right:20px;
}


.list-names{
    margin: 10px 0;
    overflow: hidden;
}
.list-names li{
    float: left;
    width: 20%;
    height: 40px;
    padding: 0 10px;
    margin: 10px 0;
}
.list-names li a{
    display: block;
    line-height: 40px;
    text-align: center;
    background: #ddd;
    border-radius: 5px;
    transition: .3s;
}
.list-names li a:hover{
    color: #fff;
    text-decoration: none;
    background: #A61713;
}


.pagebox_jump {
    display:none;
}
.pagebox {
    font-family: "å®‹ä½“",sans-serif;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    margin: 25px 0;
}
.pagebox span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin-right: 2px;
    overflow: hidden;
    text-align: center;
}
.pagebox span a {
    display: block;
    overflow: hidden;
}
.pagebox span.pagebox_pre_nolink {
    border: 1px solid #ddd;
    color: #999;
    cursor: default;
    height: 21px;
    line-height: 21px;
    text-align: center;
    padding: 0 8px;
}
.pagebox span.pagebox_pre {
    color: #3568b9;
    height: 23px;
}
.pagebox span.pagebox_pre a, .pagebox span.pagebox_pre a:visited, .pagebox span.pagebox_next a, .pagebox span.pagebox_next a:visited {
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    width: 53px;
}
.pagebox span.pagebox_pre a:hover, .pagebox span.pagebox_pre a:active, .pagebox span.pagebox_next a:hover, .pagebox span.pagebox_next a:active {
    border: 1px solid #363636;
    color: #363636;
}
.pagebox span.pagebox_num_nonce {
    background: #d20001 none repeat scroll 0 0;
    border: 1px solid #ab0101;
    color: #fff;
    cursor: default;
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
}
.pagebox span.pagebox_num {
    color: #3568b9;
    height: 23px;
}
.pagebox span.pagebox_num a, .pagebox span.pagebox_num a:visited {
    border: 1px solid #b8b8b8;
    color: #8a8a8a;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
    text-decoration: none;
}
.pagebox span.pagebox_num a:hover, .pagebox span.pagebox_num a:active {
    border: 1px solid #363636;
    color: #363636;
}
.pagebox span.pagebox_num_ellipsis {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #393733;
    line-height: 23px;
    width: 22px;
}
.pagebox span.pagebox_next_nolink {
    border: 1px solid #ddd;
    color: #999;
    cursor: default;
    height: 21px;
    line-height: 21px;
    text-align: center;
    width: 53px;
}
</pre></body></html>