.school-news-switch{
    height: 250px;
    position: relative;
    margin-top: 10px;
}
.img-taggle-a{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    display: block;
    position: absolute;
    opacity: 0;
	width: 100%;
    transition: opacity 1s ease-in-out;
}
.img-taggle-a.active{
    /* 解决IE没有opcaity属性 */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
	z-index: 999;
}
.img-taggle-a:hover{
    text-decoration: none;
    color: #FFF;
}
.img-taggle-a img{
    width: 100%;
    height: 250px;
}
.img-taggle-bgline{
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    color: #FFF;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 365px;
    width: calc(100% - 20px);
}
.img-taggle-bgline h2{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #FFF;
    white-space: nowrap;
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.img-taggle-bgline span{
    color: #CCC;
}
.img-taggle-bgline .img-content{
    line-height: 1.3;
}

.img-more-a{
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #AAA;
}
.img-more-a:hover{
    text-decoration: none;
    color: #333;
    background: #EEE;
}
.img-more-a h2{
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #266fbd;
    /* background: #EEE; */
}
.img-more-a h2 span.img-school{
    background: #266fbd;
    color: #FFF;
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 5px 0 0 0;
    font-weight: bold;
}
.img-more-a .img-content{
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.3;
    color: #787878;
    height: 30px;
}

.more-news a{
    display: block;
    clear: both;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    background: #EEE;
}
.more-news a:hover {
    color: #333;
    background: #DDD;
}

.content_right .announcement .activities_title{
    padding-top: 5px;
}
.content_right .announcement .activities_text .announcement_list{
    margin-top: 10px;
}
.title_plus{
    display: inline-block;
    padding: 10px 15px;
}
.title_plus.active{
    background: #CCC;
}
.activities_tags{
    height: 350px;
    overflow-y: auto;
    display: none;
}
.activities_tags.active {
    display: block;
}

/*广告样式*/
.guanggao{
    position: fixed;
    right: 3px;
    bottom: 3px;
    width: 300px;
    z-index: 999;
    border: 1px solid #AAA;
    background: #FFF;
    background-image: url(/image/timg.jpg);
    background-size: auto 100%;
    box-shadow: 0 0 3px 1px #AAA;
}
.guanggao_close{
    display: inline-block;
    padding: 5px 10px;
    float: right;
}
.guanggao_content,
.guanggao_content:hover{
    display: block;
    width: 300px;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
}
.guanggao_content h1{
    font-size: 20px;
    font-weight: bold;
    font-family: '微软雅黑';
    margin-bottom: 10px;
}
.guanggao_content h2 {
    font-size: 14px;
    font-weight: bold;
    font-family: '微软雅黑';
    text-align: center;
    margin: 10px 0;
}
.guanggao_content p{
    line-height: 1.5;
    text-indent: 2em;
}
.guanggao_content hr{
    border-top: 1px solid #AAA;
    margin: 5px 0;
}