.news_title{
	color: #005BAC;
	font-size: 24px;
}
.new_margin{
	margin-top:50px ;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.clear{
	padding: 0 !important;
}
.newsTitle{
	line-height: 45px;
	font-size: 18px;
	color:#373737;
}
.newsTitle:hover{
	color: #005BAC;
}
.top_border{
	margin: 0;
	border-top: #dfdfdf solid 1px;
}
.top_border:hover {
	border-top: #005BAC solid 1px;
}
.news_character{
	color: #858585;
	font-size: 14px;
}
.news_button{
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	width: 100px;
	height:35px;
	border-radius: 4px;
	border: #404040 solid 1px ;
}
.news_button:hover{
	color: #FFFFFF;
	background: #005BAC;
	border: none;
}
.button_margin{
	margin-top: 17px;
}
.new_pic_margin img{
	width: 100%;
	height: auto;
}
.new_page_number{
	text-align: center;
	
}
.new_page_number a{
	display: inline-block;
	width: 35px;
	height: 35px;
	border: #bfbfbf solid 1px;
	color: #bfbfbf;
	border-radius: 4px;
	margin: 0 6px;
	text-align: center;
	line-height: 35px;
}
.new_page_number a:hover{
	background: #005BAC;
	color: #fff;
	border: none;
}
.new_page_number span{
	line-height: 35px;
	width: 35px;
	height: 35px;
	text-align: center;
}
.new_pagemargin{
	margin-top: 60px;
}
#login{
	background: #005BAC;
	color: #FFFFFF !important;
	border-radius: 6px;
	width: 80px;
	height: 100%;
	padding-bottom: 0;
	padding-top: 2px;
    margin: 8px 0 0 0;
	text-align: center;
	
}
#login:hover{
	background: #595959;
	color: #FFFFFF !important;
}
.on{
    background: #005BAC;
    color: #fff;
    border: none;
}


#login{
	padding: 5px 0;
	width: 90px;
	margin: 4px 0 0 0;
}

#login-form{
	left: auto !important;
	right: 0 !important;
	margin-left: 0 !important;
}

@media screen and (max-width: 768px){
	#login{
		margin: 8px 0 0 0;
	}

	#login-li{
		margin-left: 8px !important;
	}

	#login-form{
		left: 0 !important;
		right: auto;
	}
}