/* CSS Document */


.login-box{
	display: block;
	height: 80px;
	background-color: #3d4659;
	/* margin-top: -80px; */
    z-index: 1;
    position: relative;	
}

.unlogin {
	height: 400px;
}

/*//鏈櫥闄嗙姸鎬�
.unlogin .carousel-indicators {
    bottom: 110px;
}*/
.unlogin .carousel-inner > .item .carousel-caption{
   margin-bottom: 40px
}
.unlogin .login-box{
	display: block;
	margin-bottom: -80px;
}




.carousel-indicators li {
    display: inline-block;
    width: 38px;
    height: 4px;
    margin: 1px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    border: 0;
    border-radius: 0px; 
}.carousel-indicators li.active {
    display: inline-block;
    width: 38px;
    height: 4px;
    margin: 1px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d81f1c;
    border: 0;
    border-radius: 0px; 
}
.carousel-control{
	display: none;
}
#carousel1 .item>a>img{
	height: 400px ;
	overflow-x: hidden;
	text-decoration: 0;
}

.carousel-inner > .item .carousel-caption{
	left: 0; 
	right: 0;
	bottom: 0;
	margin-bottom: -40px
}
.carousel-inner > .item p{
    position: relative;
	width: 100% !important;
	height: 30px;
	line-height: 30px;
	line-height: 30px;
	background-color: rgba(0,0,0,0.30)
}



.statue-select{
		color: #fff;
		margin: 0 0 0 -30px;		
		line-height: 32px;
		padding-top: 5px;
		width: 153px;
		display: inline-block;
	}
	.login-input-group{
		color: #fff;
		padding-left: 45px;
		line-height: 80px;
		vertical-align:top;
		width: 950px;
		display: none;
	}
	.login-input-group.active{
		display: inline-block
	}
	.login-input-group > input{
		height: 30px;
		width: 200px;
		line-height: 30px;
		margin-right: 40px;
		padding-left: 10px;
		font-size: 12px;
		color: #666
	}
	
	.statue-select li{
		cursor: pointer;
		margin-bottom: 5px;
		width: 153px;
		background: url(../img/loginuns.png);
		padding-left: 45px;
		font-size:14px;
		margin-left: 11px;
	}
	.statue-select li.selected{
		margin-bottom: 5px;
		width: 153px;
		background: url(../img/unit.png);
		padding-left: 30px;
		font-size:14px;
	}
	.newslist{
		height: 280px;
		width: 550px;
		background-color: #3f6cc1;
		
	}
	.newslist .leftpart{
		width: 390px;
		float: left;
	}
	.newslist .leftpart>.top-banner{
		height: 44px;
		line-height: 44px;
		padding-left: 16px;
	}
	.newslist .leftpart>.top-banner>img{
		height: 27px;
		line-height: 44px;
		padding-left: 16px;
	}
	.newslist .leftpart>.top-banner>a{
		vertical-align: bottom;
		line-height: 20px;
		font-size: 12px;
		color:#fff;
		text-decoration: none;
		float: right;
		margin-right: 30px;
		margin-top: 20px;
		
	}
	.newslist .rightpart{
		width: 160px;
		float: right;
	}
	.newslist .rightpart img{
		width: 160px;
		height: 280px;
	}
	ul.articalList{
		line-height: 30px;
		padding-left: 22px;
		overflow: hidden;
	}
	ul.articalList>li{
		line-height: 29px;
		vertical-align: top;
		height: 29px;
	}
	ul.articalList>li>a{
		width: 260px;
		display: inline-block;
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size:14px;
		text-decoration: none;
		
	}
	ul.articalList>li>span{
		color: #aec1e6;
		font-size: 12px;
		display: inline-block;
		float: right;
		margin-right: 30px;
		
	}


ul.zlarticalList{
	line-height: 30px;
	padding-left: 22px;
	overflow: hidden;
}
ul.zlarticalList>li{
	line-height: 29px;
	vertical-align: top;
	height: 29px;
}
ul.zlarticalList>li>a{
	width: 640px;
	display: inline-block;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:14px;
	text-decoration: none;

}
ul.zlarticalList>li>span{
	color: #aec1e6;
	font-size: 12px;
	display: inline-block;
	float: right;
	margin-right: 30px;

}

.newslist .zlrightpart{
	width: 320px;
	float: right;
}
.newslist .zlrightpart img{
	width: 320px;
	height: 280px;
}

		.modal-content{
			border: 0;
			border-radius: 0;
			
		}
		.tabnav li{
			display: inline-block;
			width: 100px; 
			text-align: center;
			font-size: 16px;
			
		}
		.tabnav li.active{
			color:#3F6CC1;
			cursor: pointer;
		}
		.tabnav li.active>div{
			display: block;
		}
		.tabnav li>div{
			display: none;
			width: 80px; 
			text-align: center;
			height: 4px;
			width:40px;
			background: #3F6CC1;
			margin: 5px auto;			
		}
		.items{
			overflow: hidden;
			line-height: 32px;
			vertical-align: bottom;
			font-size: 16px;
			margin-bottom: 8px;
		}
		.items input{
			border:1px solid #eee;
			padding: 0 10px;
			vertical-align: middle;
			font-size: 14px;
			width: 360px;
			height: 30px;
			line-height: 30px;
		}
		.items>div.fl{
			text-align: right;
			padding: 0 8px;
			width: 30%
		}
		.items>div.fr{
			text-align: left;
			width: 70%
		}
		.items>button{
			height: 50px;
			width: 400px;
			color: #fff;
			font-size: 18px;
			background-color: #3F6CC1
		}
		.tabdiv li{
			display: none
		}
		.tabdiv li.active{
			display: block
		}
			
		button.sendcode{
			width:100px;background-color: #77A3F5; color: #fff; position: absolute;right: 55px;
			height: 30px; margin-top: 3px;
		}
		