 .navContainerBox{
 	text-align: center;
 }
 .navContainer
{
    position: relative;
    margin: 25px auto 0 auto;
    /*top: 120px;*/
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    /*opacity: 0;*/
    /*filter:alpha(opacity=0);
    overflow: hidden;*/
}

 .navPanelbox
{
    position: relative;
    float: left;
    z-index: 2;
}

 .navPanelbox .line
{
    float: left;
    height: 25px;
    line-height: 25px;
}

 .subNavone
{
    float: left;
    display: block;
    margin-left: 12px;
    margin-right: 12px;
    min-width: 56px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    color: #000000;
}
 .subNavone:hover
{
    color: #0066b3;
}
 .subNav_click
{
    color: #FFFFFF;
}
 .subNav_click:hover
{
    color: #FFFFFF;
}
 .line
{
    width: 10px;
    /*background: url("../images/line.png") no-repeat center;*/
}

 .barBg
{
    position: absolute;
    left: 185px;
    width: 100px;
    height: 25px;
    background: url("../images/index/newsBar.png") no-repeat center;
}
.columnbox h1{
	text-align: center;
	color: #0066b3;
	padding-top: 72px;
}
.columnbox h1 .cnTitle{
	color: #000000;
}
.cont .columnbox{
	position: relative;
}
.cont .column{
	width: 1200px;
	height: 620px;
	margin: 60px auto 80px;
	position: relative;
}
.cont .column .specific{
	width: 285px;
	height: 200px;
	position: absolute;
}
.cont .column .specific .specificpic{
	overflow: hidden;
	width: 285px;
	height: 200px;
}
.cont .column .specific .specificcon .headline{
	font-size: 18px;
	color: #2e2e2e;
	margin-top: 20px;
	margin-bottom: 5px;}
.cont .column .specific .specificcon .datetime{
	font-size: 14px;
	color: #0066b3;
}
.cont .column .specificlast{
	margin-right: 0;
}
.specific{
	position: relative;
}
.specific .shadow{
	width: 265px;
	height: 180px;
	border: 10px solid #00C9FF;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	-moz-transition: all 0.5s ease;
    -webkit-transition: all 05s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.specific:hover .shadow{
	opacity: 1;
	filter: alpha(opacity = 100);	
}
.specific:hover img{
	transform: scaleX(1.1) scaleY(1.1);
}
.cont{
	position: relative;
}
.cont .leftbth{
	width: 40px;
	height: 40px;
	background: url("../images/news/prev_btn.jpg") no-repeat;
	position: absolute;
	left: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	cursor: hand;
}
.cont .leftbth:hover{
	background-position: 0px -40px;
}
.cont .rightbth{
	width: 40px;
	height: 40px;
	background: url("../images/news/next_btn.jpg") no-repeat;
	position: absolute;
	right: 45px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	cursor: hand;
}
.cont .rightbth:hover{
	background-position: 0px -40px;
}
.cont .leftDisabled
{
	background-image: url('../images/news/unClick_2.jpg');
}

.cont .rightDisabled
{
	background-image: url('../images/news/unClick_1.jpg');
}
.cont .leftDisabled:hover,.cont .rightDisabled:hover
{
	background-position: 0px 0px;
	cursor: auto;
}
