/*banner**/
.banner{
	overflow: hidden;
	position: relative;

}

.banner .newsListPic li img{
	width: 100%;
	opacity: 0;
	-khtml-opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	filter:"alpha(opacity=0)";
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	
}
.banner .newsListPic li.first img{
	opacity: 1;
	-khtml-opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=1);
	filter:"alpha(opacity=1)";
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1);
}
.banner .bottom{
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 40px;
	line-height: 40px;	
	bottom: 0px;
	left: 0;
}
.banner .bottom .warp{
	background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
	overflow: hidden;
}
.banner .bottom .warp .newsListTitle{
	width: 60%;
}
.banner .bottom .warp .newsListTitle li{
	width: 100%;
	padding-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.banner .bottom .warp .newsListTitle li a{
	color: #fff;
}
.banner .bottom .warp .newsListBtn{
	margin-right: 20px;
	margin-top: 15px;
}
.banner .bottom .warp .newsListBtn li{
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	background-color: transparent;
	vertical-align: middle;
}
.banner .bottom .warp .newsListBtn li.ac{
	background-color: #fff;
}




/*栏目名称*/
.main .title{
	margin: 30px 0 25px;
	border-bottom: 1px solid #005197;
	
}
.main .title span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #888;
	font-size: 20px;
	margin-right: 20px;
}
.main .title span.ac{
	color: #333;
	position: relative;
}
.main .title span.ac:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #005197;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -5px;
}



/*新闻列表*/
.main .newsList{
	padding:0 10px;
	position: relative;
}
.main .newsList li{
	height: 35px;
	line-height: 34px;
	border-bottom: 1px dashed #aaa;	

}
.main .newsList li a{
	padding-left: 10px;
	display: inline-block;
	background: url(/images/dian.png) no-repeat left center;
	color: #333;
	text-decoration: none;	
	width: 80%;
	overflow: hidden;	
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 35px;
}
.main .newsList li a:hover{
	background: url(/images/dian_b.png) no-repeat left center;
	color: #005197;
}
.main .newsList li .data{
	float: right;
	color: #aaa;
}
.main .more{
	position: absolute;
	top: -56px;
	right: 0;
	font-size: 16px;
}
.main .more{
	right: 10px;
}
.main .more a{
	display: block;
	height: 30px;
	line-height: 30px;
	padding-right: 20px;
	background: url(/images/arr.png) no-repeat right center;
	text-decoration: none;
	color: #005197;
}
.main .more a:hover{
	font-weight: bold;
}

/*990金沙新闻 时政要闻*/

.main .newsWarp .title{
	margin-right: 10px;
}
.main .newsWarp .picListWarp{
	padding-right: 20px;	
}
.main .oneFloor{
	margin-bottom: 48px;
}
.main .oneFloor .newsWarp .picListWarp .picWarp{
	width: 100%;
	position: relative;
	overflow: hidden;
}
/*.main .oneFloor .newsWarp .picListWarp .picWarp .picList{
	width: 3000px;
}*/
.main .oneFloor .newsWarp .picListWarp .picWarp .picList li{
	float: left;
	
}
.main .oneFloor .newsWarp .picListWarp .picWarp .picList li img{
	width: 100%;
height:100%;
}
.main .oneFloor .newsWarp .picListWarp .picWarp .btnList{
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.main .oneFloor .newsWarp .picListWarp .picWarp .btnList li{
	width: 10px;
	height: 10px;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.8);
	background: rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8ffffff,endColorstr=#c8ffffff);
	float: left;
	margin-left: 10px;
	border-radius: 50%;
}
.main .oneFloor .newsWarp .picListWarp .picWarp .btnList li.ac{
	background: rgba(0,81,151,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8005197,endColorstr=#c8005197);
}
.main .oneFloor .newsWarp .picListWarp .contentWarp h3{
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	word-spacing: normal;
	text-overflow: ellipsis;
	padding-top: 4px;	
}
.main .oneFloor .newsWarp .picListWarp .contentWarp h3 a{
	color: #005197;
	text-decoration: none;
}
.main .oneFloor .newsWarp .picListWarp .contentWarp h3 a:hover{
	font-weight: bold;
}
.main .oneFloor .newsWarp .picListWarp .contentWarp p{
	line-height: 20px;
	color: #555;
}
.main .oneFloor .newsWarp .picListWarp .contentWarp p a{
	color: #005197;
	text-decoration: none;
}
.main .oneFloor .newsWarp .picListWarp .contentWarp p a:hover{
	font-weight: bold;
}


/*通知公告*/
.main .newsWarpR{
	padding-left: 20px;
}
.main .oneFloor .newsWarpR .newsList{
	padding: 0;
}
.main .oneFloor .newsWarpR .newsList .more{
	right: 0px;
}
/*人才培养*/
.main .twoFloor{
	background: #eef8ff;
	padding-bottom: 40px;
}
.nav_tab{
	padding-right: 10px;
	margin-bottom: 20px;
}
.nav_tab .nav li{
	padding-left: 20px;
}
.nav_tab .nav li.icon1{
	padding-left: 0;
}
.nav_tab .nav li a{
	background: #fff;
	color: #333;
	height: 34px;
	line-height: 34px;
}
.nav_tab .nav li a i{
	width: 22px;
	height: 16px;	
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-top: -2px;
}
.nav_tab .nav li.icon1 a i{
	background: url(/images/zs_b.png) no-repeat center;
}
.nav_tab .nav li.icon2 a i{
	background: url(/images/jx_b.png) no-repeat center;
}
.nav_tab .nav li.icon3 a i{
	background: url(/images/xg_b.png) no-repeat center;
}
.nav_tab .nav li.icon4 a i{
	background: url(/images/jy_b.png) no-repeat center;
}
.nav_tab .nav li.icon5 a i{
	background: url(/images/jd_b.png) no-repeat center;
}
.nav_tab .nav li.ac a{
	color: #fff;
	background: #005197;
}
.nav_tab .nav li.ac.icon1 a i{
	background: url(/images/zs.png) no-repeat center;
}
.nav_tab .nav li.icon2.ac a i{
	background: url(/images/jx.png) no-repeat center;
}
.nav_tab .nav li.icon3.ac a i{
	background: url(/images/xg.png) no-repeat center;
}
.nav_tab .nav li.icon4.ac a i{
	background: url(/images/jy.png) no-repeat center;
}
.nav_tab .nav li.icon5.ac a i{
	background: url(/images/jd.png) no-repeat center;
}
.nav_tab .nav li a:hover{
	color: #fff;
	background: #005197;
}
.nav_tab .nav li.icon1 a:hover i{
	background: url(/images/zs.png) no-repeat center;
}
.nav_tab .nav li.icon2 a:hover i{
	background: url(/images/jx.png) no-repeat center;
}
.nav_tab .nav li.icon3 a:hover i{
	background: url(/images/xg.png) no-repeat center;
}
.nav_tab .nav li.icon4 a:hover i{
	background: url(/images/jy.png) no-repeat center;
}
.nav_tab .nav li.icon5 a:hover i{
	background: url(/images/jd.png) no-repeat center;
}
.main .twoFloor .newsList{
	padding: 0;
}
.main .twoFloor .newsList .leftList{
	padding-right: 20px;
}
.main .twoFloor .newsList .rightList{
	padding-left: 10px;
}
.main .twoFloor .newsList li{
	height: 36px;
	line-height: 35px;
}
.main .twoFloor .newsList .more{
	top: -110px;
}
.main .twoFloor .newsWarpR{
	position: relative;
}
.main .twoFloor .newsWarpR .more{
	right: 0;
	top: 30px;
}
.main .twoFloor .newsWarpR .video img{
width:100%;
}





/*专题网站*/
.main .threeFloor{
	margin-bottom: 10px;
}
.main .threeFloor .container{
	position: relative;
}
.main .threeFloor .more{
	right: 0;
	top: 30px;
}
.main .threeFloor li{
	margin-bottom: 20px;
}
.main .threeFloor li.list1n{	
	padding-right: 15px;
	padding-left: 0px;
}
.main .threeFloor li.list2n{	
	padding-right: 10px;
	padding-left: 5px;
}
.main .threeFloor li.list3n{	
	padding-right: 5px;
	padding-left: 10px;
}
.main .threeFloor li.list4n{	
	padding-right: 0px;
	padding-left: 15px;
}
.main .threeFloor li a{
	display: block;
	width: 100%;
	position: relative;
}
.main .threeFloor .Topic{
	width: 100%;
	font-size: 0;
	text-align: center;
}
.main .threeFloor .Topic:before{
	content: '';
	display: block;
	height: 6px;
	width: 100%;
	background: #6fbc47;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}
.main .threeFloor .item1 .Topic:before{
	background: #6fbc47;
}
.main .threeFloor .item2 .Topic:before{
	background: #24a9e6;
}
.main .threeFloor .item3 .Topic:before{
	background: #0ba299;
}
.main .threeFloor .item4 .Topic:before{
	background: #003597;
}
.main .threeFloor .item5 .Topic:before{
	background: #f8b62c;
}
.main .threeFloor .item6 .Topic:before{
	background: #ee4900;
}
.main .threeFloor .item7 .Topic:before{
	background: #a2005f;
}
.main .threeFloor .item8 .Topic:before{
	background: #e71c55;
}
.main .threeFloor .Topic img{
	width: 100%;
}
.main .threeFloor .cover{
	width: 100%;
	height: 100%;
	background: rgba(0,81,151,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99005197,endColorstr=#99005197);
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.main .threeFloor .cover h4{
	padding: 15px 20px ;
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	color: #fff;
	text-align: right;
}
/*.main .threeFloor li a .cover{
	
}
@keyframes cover {
    0% { width: 100%; height: 100%;}
    100% {width: 0; height: 0;}
}
.main .threeFloor li a:hover .cover{
	animation: cover 1s forwards;
}*/