﻿/*新闻焦点图*/
.newsSlider{
    position: relative;
    width: 410px;
    overflow: hidden;
}
.newsSliderList{
	width: 100%;
    height: 270px;
    overflow: hidden;
}
.newsSliderItem{
    position: absolute;
    display: none;
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.newsSliderItem img{
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.newsSliderItem img:hover{
	transform: scale(1.1);
}
.newsSliderNavigator{
    width: 100%;
    height: 50px;
    background: #f8f9fb;
}
.Contents{
    height: 50px;
	padding: 0 15px;
}
.newsSliderTitle{
	float: left;
	width: 280px;
	height: 50px;
}
.newsSliderTitle ul li{
    position: absolute;
    display: none;
    width: 280px;
    height: 50px;
    line-height: 50px;
}
.newsSliderTitle ul li a{
	font-size: 14px;
	color: #3b3b3b;
}
.newsSliderDots{
	float: right;
	height: 50px;
}
.newsSliderDots ul{
    margin-top: 24px;
}
.newsSliderDots ul li{
    float: left;
    cursor: pointer;
    width: 10px;
    height: 2px;
    margin-left: 8px;
    background: url(https://webvpn.snsy.edu.cn/http-8080/77726476706e69737468656265737421eae646906923664367468ca88d1b203b/system/_owners/lswhylyx/_webprj/new_web/images/news_nav.png) center no-repeat;
}
.newsSliderItem_active{
	display: block !important;
}
.newsSliderTitle_active{
	display: block !important;
}
.newsSliderDots_active{
    background: url(https://webvpn.snsy.edu.cn/http-8080/77726476706e69737468656265737421eae646906923664367468ca88d1b203b/system/_owners/lswhylyx/_webprj/new_web/images/news_nav_active.png) center no-repeat !important;
}/*新闻焦点图*/