﻿/*轮播图**/
.bannerBar {
	height: 455px;
	position: relative;
	overflow: hidden;
	padding-top: 10px;
}

.bannerBarImg>ul>li img {
	width: 100%;	
	height: 100%;
}

.bannerBarBt {
	width: 1200px;
	height: 90px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 0;
	overflow: hidden;
	background: url(../../systemmanager/admin/images/banner_repeat.png) repeat-x;
	z-index: 105;
    cursor: pointer;
}

.homePage_banner_news {
	width: 1150px;
	height: 100%;
	padding-left: 0px;
	margin: 0 auto;
	overflow: hidden;
}

.btBac {
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: hidden;
}

.btBacNewsTitle {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	margin: 8px 0;
}

.btBacNewsMain {
	height: 20px;
	font-size: 12px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.homePage_banner {
    width: 1200px;
    height: 455px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    overflow: hidden;
}

.bannerBtn {
	position: absolute;
    left: 20px;
	bottom: 10px;
	z-index: 200;
    cursor: pointer;
}

.bannerBtn>ul>li {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-right: 8px;
    margin-top: 7px;
    background-color: #fff;
    cursor: pointer;
    float: left;
}

.bannerBtn>ul>li.currentBtn {
	background-color: #1492FF;
}

/*数据解读**/
.sjjdList {
    width: 246px;
    height: 290px;
    padding: 15px 26px 20px 18px;
    background: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.8);
	filter: alpha(opacity=80); /* 兼容ie8 */
    position: absolute;
    top: 60px;
    right: 50px;
    overflow: hidden;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}

.sjjdListTitle {
	font-family: "Microsoft YaHei";
	color: #353535;
}

.sjjdListTitle .zhubiaoti {
	font-size: 28px;
}

.sjjdListTitle .fubiaoti {
	font-size: 14px;
}

.sjjdMore {
	width: 54px;
	height: 20px;
	padding: 2px;
	text-align: center;
	line-height: 20px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #fff;
	background-color: #178aee;
	position: absolute;
	top: 38px;
	right: 33px;
	display: none;
	cursor: pointer;
}

.sjjdListMain {
	padding-top: 5px;
}

.sjjdItem {
	width: 235px;
    padding-left: 15px;
    color: #333333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    background: url(../../systemmanager/admin/images/sjjd-point.png) no-repeat left center;
}

.sjjdItem:hover {
	color: #1492FF;
}

.sjjdList {
	width: 246px;
	height: 240px;
	padding: 15px 26px 20px 18px;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 60px;
	right: 50px;
	overflow: hidden;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}

.sjjdListTitle {
	font-family: "Microsoft YaHei";
	color: #353535;
}

.sjjdListTitle .zhubiaoti {
	font-size: 28px;
}

.sjjdListTitle .fubiaoti {
	font-size: 14px;
}

.sjjdMore {
	width: 54px;
	height: 20px;
	padding: 2px;
	text-align: center;
	line-height: 20px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #fff;
	background-color: #178aee;
	position: absolute;
	top: 38px;
	right: 33px;
	display: none;
	cursor: pointer;
}

.sjjdListMain {
	padding-top: 5px;
}

