/* 轮播大图 */
.banner-box .swiper-slide img {
    width: 100%;
}
.banner-button-prev, .banner-button-next {
    top: 50%;
    width: 0.54rem;
    height: 0.54rem;
    color: #fff;
    border: 0.01rem solid #ccc;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-indent: 0.20rem;
    transition: 0.2s linear;
    transform: translateY(-50%);
    z-index: 1;
}
.banner-button-prev:hover, .banner-button-next:hover {
    background-color: #98262a;
    border-color: #98262a;
}
.banner-button-prev {
    left: 2%;
}
.banner-button-next {
    right: 2%;
    transform: translateY(-50%) rotate(180deg);
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0.3rem;
}
.swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    border: 0.01rem solid #ccc;
    background-color: #fff;
    box-shadow: 0 0 0.15rem #98262a;
    opacity: 0.8;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.16rem;
    height: 0.16rem;
    box-shadow: 0 0 0.15rem #98262a;
    background-color: #98262a;
}
/* 新闻动态 */
.news {
    margin-top: 0.46rem;
}
.new-hd, .activity-hd, .notice-hd {
    height: 0.34rem;
    background: url(../images/index_bg_1.png) 0 0 no-repeat;
}
.new-hd span, .activity-hd span, .notice-hd span {
    left: 0.2rem;
    top: 0.08rem;
    font-size: 0.28rem;
}
.new-hd a, .activity-hd a, .notice-hd a {
    right: 0.05rem;
    bottom: -0.05rem;
    font-size: 0.14rem;
    color: #666666;
}
.news-box {
    margin: 0.46rem 0 0;
}
.news-topline {
    width: 6.4rem;
    height: 3.6rem;
}
.news-topline>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 1.2s linear;
}
.news-topline img {
    width: 100%;
    height: 100%;
}
.news-topline-bar{
    padding: 0.15rem 0.3rem 0;
    left: 0;
    bottom: 0;
    height: 0.58rem;
    font-size: 0.18rem;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
}
.news-topline-radius {
    right: 0.1rem;
    bottom: 0.2rem;
    z-index: 99;
}
.news-topline-radius span {
    margin: 0 0.05rem;
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #fff;
}
.news-topline-radius span.active {
    background-color: red;
}
.news-list{
    width:6.1rem;
    height: 3.6rem;
}
.new-item {
    padding: 0 0.25rem;
    margin-top: 0.17rem;
    height: 0.75rem;
    border: 0.01rem solid #ebebeb;
    background-color: #fff;
    box-shadow: 0 0 0.15rem #ebebeb;
    color: #000;
    font-size: 0.16rem;
}
.new-item:first-child {
    margin-top: 0;
}
.new-item::before {
    content: "";
    position: absolute;
    left: -0.06rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.12rem;
    height: 0.07rem;
    background-color: #cccccc;
}
.new-item .date {
    width: 0.85rem;
    font-size: 0.21rem;
}
.new-item .date i {
    font-size: 0.28rem;
    font-style: normal;
}
.new-item .title {
    width: 5rem;
}
.new-item:hover {
    background-color: #98262a;
    color: #fff;
}
.new-item:hover::before {
    background-color: #c17c7f;
}

/* 学术活动 */
.activity {
    margin: 0.47rem 0 0;
    width: 3.94rem;
}
.activity-hd {
    background: url(../images/index_bg_6.png) 0 0 no-repeat;
    background-size: 3.4rem;
}
.activity-bd{
    margin: 0.59rem 0 0;
}
.activity-box {
    margin: 0 auto;
    width: 3.2rem;
    height: 3.41rem;
    overflow: hidden;
}
.activity-wrapper {
    width: 300%;
}
.activity-btn {
    width: 0.18rem;
    height: 0.34rem;
    top: 1.43rem;
    cursor: pointer;
}
.activity-btn-left {
    left: 0;
    background: url(../images/index_activity.png) 0 0/cover;    
}
.activity-btn-left:hover {
    background: url(../images/index_activity_hovr.png) 0 0/cover;
    transform: rotate(-180deg);
}
.activity-btn-right {
    right: 0;
    background: url(../images/index_activity.png) 0 0/cover;
    transform: rotate(-180deg);
}
.activity-btn-right:hover {
    background: url(../images/index_activity_hovr.png) 0 0/cover;
    transform: rotate(0deg);
}
.activity-item {
    padding: 0.35rem 0.2rem;
    width: 3.2rem;
    height: 3.3rem;
    border: 0.01rem solid #e1e1e1;
    background: url(../images/index_bg_5.png) center center no-repeat #fff;
    transition: 0.4s linear;
    cursor: pointer;
}
.activity-item.active {
    color: #fff;
    z-index: 1;
    background: url(../images/index_bg_5.png) center center no-repeat #98262a;
}
.activity-item h5 {
    font-size: 0.15rem;
    color: #666666;
    line-height: 0.25rem;
}
.activity-item .time {
    margin: 0.3rem 0 0;
    font-size: 0.12rem;
    color: #333333;
    text-indent: 0.03rem;
}
.activity-item .time .iconfont,
.activity-item .place .iconfont{
    margin-right: 0.1rem;
}
.activity-item .place {
    margin: 0.2rem 0 0 0;
    font-size: 0.13rem;
    color: #333333;
}
.activity-item .place .iconfont {
    font-size: 0.22rem;
}
.activity .cover {
    margin: 0.25rem 0 0;
}
.activity .cover img {
    margin-right: 0.15rem;
    vertical-align: middle;
}
.activity .huiyi span {
    margin-right: 0.1rem;
    display: inline-block;
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 50%;
    background-color: #ac5154;
    text-align: center;
    line-height: 0.68rem;
    vertical-align: middle;
}
.activity .huiyi span .iconfont {
    font-size: 0.48rem;
}
.activity-item-link {
    top: 3.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.75rem;
    text-align: center;
    line-height: 0.3rem;
    height: 0.3rem;
    color: #fff;
    background: #cccccc;
}
.activity-item-link .iconfont {
    font-size: 0.24rem;
}
.activity-item.active p.time,
.activity-item.active p.place,
.activity-item.active h5{
    color: #fff;
}
.activity-item.active .activity-item-link {
    background-color: #fff;
    border: 0.01rem solid #98262a;
    color: #98262a;
}
.activity-radius {
    margin: 0.35rem 0 0;
    text-align: center;
}
.activity-radius span {
    margin: 0 0.075rem;
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #999999;
    border-radius: 50%;
}
.activity-radius span.active {
    margin-top: 0.01rem;
    width: 0.12rem;
    height: 0.12rem;
    background-color: #98262a;
}
/* 通知公告 */
.notice {
    margin: 0.47rem 0 0;
    width: 4.1rem;
}
.notice-hd {
    background: url(../images/index_bg_6.png) 0 0 no-repeat;
    background-size: 3.4rem;
}
.notice-bd {
    margin: 0.48rem 0 0;
}
.notice-bd>a {
    box-sizing: border-box;
    padding: 0 0.2rem;
    height: 1rem;
    background-color: #f6e9ea;
}
.notice-bd>a:nth-child(2n) {
    background-color: #f6f2f2;
}
.notice-bd>a .date {
    width: 0.8rem;
    font-size: 0.14rem;
    color: #98262a;
}
.notice-bd>a .date span {
    display: block;
    color: #98262a;
}
.notice-bd>a .date span:last-child {
    position: relative;
    font-size: 0.28rem;
    text-align: center;
}
.notice-bd>a .date span:last-child::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0.33rem;
    height: 0.01rem;
    transform: translateX(-50%);
    background-color: #98262a;
}
.notice-bd>a .title {
    width: 3.25rem;
    font-size: 0.16rem;
    color: #000000;
}
/* 友情链接 */
.flinks {
    margin: 0.47rem 0 0;
    padding: 0.49rem 0;
    background-color: #f6f2f2;
}
.flinks .container>a {
    width: 4.1rem;
    height: 0.9rem;
    background-color: #fff;
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.9rem;
    transition: 0.3s linear;
    text-align: center;
}
.flinks .container>a .iconfont {
    font-size: 0.22rem;
}
.flinks .container>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0.03rem;
    background-color: #98262a;
    overflow: hidden;
    transform: translateX(-50%);
}
.flinks .container>a:hover {
    transform: translateY(-0.05rem);
    color: #98262a;
    box-shadow: 0 0 0.15rem #ccc;
}
.flinks .container>a:hover::before {
    width: 100%;
    transition: 0.2s linear;
}
