@charset "utf-8";
/* CSS Document */
@media (min-width: 1025px) {
 .i-news .left .item.cur{
        background-image: url('../images/i-news-bg2.jpg');
    }
    .i-news .left .item.cur .day,
    .i-news .left .item.cur .ym,
    .i-news .left .item.cur .more,
    .i-news .left .item.cur .tit,
    .i-news .left .item.cur .con{
        color: #fff;
    }
    .i-news .left .item.cur .more{
        background-image: url('../images/i-news-arrow2.png');
    }
    .i-news .left .item.cur .time-box{
        border-color: #fff;
    }

.i-faculty-box .faculty-more:hover{
      background: #26ad00;
      transition: all .3s;
      border-color: #26ad00
    }
.i-faculty-box.j .faculty-more:hover{
	color:#fff;
}

.news-box .list .item:hover .day,
    .news-box .list .item:hover .ym,
    .news-box .list .item:hover .tit,
    .news-box .list .item:hover .more-box .more{
        color: #caa061;
    }
    .news-box .list .item:hover .day{
        border-color: #caa061;
    }
    .news-box .list .item:hover .more-box .more{
        background-image: url('../images/news-arrow2.png');
    }
    .news-box .list .item:hover img{
        transform: scale(1.1);
    }
	
	.newsinfo-box .right .list a:hover{
        color: #fff;
        background-color: #caa061;
    }
    .newsinfo-box .right .list a:hover:before{
        background-image: url('../images/guideinfo-more2.png');
    }
	.loadmore {
    width: 80%;
    margin: 1.5em auto;
    line-height: 1.6em;
    font-size: 14px;
    text-align: center;
}
.loadmore-line {
    margin-top: 2.4em;
}
.loadmore-line .loadmore-tips {
    position: relative;
    top: -0.9em;
    padding: 0 .55em;
    color: #808080;
}
.loadmore-tips {
    display: inline-block;
    vertical-align: middle;
}
	.tc{ 
		text-align: center;
		margin-top: 50px;
	}
	.btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #46bb36;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}
.transition {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

｝
	
/*分页*/
#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 16px;
    display: block;
    padding: 0 24px;
}
#pages li span{
    font-size: 16px;
    display: block;
    padding: 0 24px;
}
#pages li.active {
    text-align: center;
    background: #f90712;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #f90712;
}

#pages li:hover a {
    color: #fff;
}

