@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 ul li{
	width:100%;
	border:1px solid #CCC;
	margin-bottom:20px;
	}
.text-details-area ul li .title-box{
	width:30%;
	background:#eea236;
	text-align:center;
	color:#FFF;
	padding:64px 10px;
	font-size:18px;  
	}
.text-details-area ul li .right-box{
	width:66%;
	padding:10px 20px;
	color:#2faeea;
	border-left:none;
	line-height:1.5;
	}
.text-details-area ul li .right-box table caption{
	padding:0;
	font-weight:bold;
	color:#2faeea;
	line-height:2;
	font-size:16px;
	}
.text-details-area ul li .right-box table{
	width:100%;
	}
.text-details-area ul li .right-box table .titName{
	width:10%;
	}
#triangle-right {
    width: 0;
    height: 0;
	margin-top:60px;
    border-top: 30px solid transparent;
    border-left: 20px solid #eea236;
    border-bottom: 30px solid transparent;
}


.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;
	}