@charset "utf-8";
/* CSS Document */
.tltleBox{
	width:100%;
	height:129px;
	background:#4bb6e9;
	}
.tltleBox h1{
	font-size:32px;
	color:#ffffff;
	font-weight:bold;
	line-height:129px;
	}
	
	
.text-details-area{
	margin-top:40px;
	margin-bottom:40px;
	}
.text-details-area .text-details .name{
	font-size:25px;
	color:#000;
	text-align:center;
	padding:0 15px;
	}
.text-details-area .text-details .time{
	text-align:center;
	border-bottom:1px solid #CCC;
	padding:15px;
	color:#999;
	}
.text-details-area .text-details .content{
	word-wrap:break-word;
	padding:15px
	}


.article-menu-area{
	background:#259bdb;
	padding:10px 0;
	}
.article-menu-area a{
	background:none;
	border-radius:0;
	border:none;
	color:#FFF;
	}
.article-menu-area .list-group-item:first-child,.article-menu-area .list-group-item:last-child{
	border-radius:0;
	}
.article-menu-area a.list-group-item:hover, .article-menu-area a.list-group-item:focus{
	background:none;
	color:#294d7b;
	}
.article-menu-area .active{
	color:#294d7b;
	font-size:16px;
	}
.list-group-item.active{
	background:none;
	}