.configure-container{
	background:#f6f6f6;
}
.subheader{
    		overflow:hidden;
    		width:1120px;
    		margin:0 auto;
    		margin-bottom:80px;
    		
    	}
    		.subheadercont{
    			float:right;

    			
    		}
    		.subheadercont li{
    			float:right;
    			margin-left:40px;
    			padding-top:20px;
    		padding-bottom:15px;
    		}
    		.subheadercont li:last-child{
    			margin-left:0px !important;
    		}
    		
    		
    		.subnavItem a {
    			padding:4px 10px;
    			border:1px solid #ff5f5;
    			font-size:14px;
    			color:#333;
    		}
    		.subnavItem a:hover{
    			 color: #008EC7;
    			 transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
    		}
    		
    		.subnavItem.on a {
			    color: #008EC7;
			    border:1px solid #ccc;
			    -webkit-border-radius:20px;
				-moz-border-radius: 20px;
				-ms-border-radius: 20px;
				-o-border-radius: 20px;
				 border-radius: 20px;
			}
			#content{
				width:1120px;
				margin:0 auto;
				
			}
			.content-left{
				width:770px;
				float:left;
				position:relative;
			}
			.content-right{
				width:240px;
				float:right;
				position:relative;
			}
			.content-right .content-right-title{
				/* border-left:3px solid #008EC7;
				padding-left:8px;
				color:#008EC7;
				font-size:16px; */
				border-left:3px solid #333;
				padding-left:8px;
				color:#333;
				font-size:16px;
			}
			.content-right .content-right-title2{
				/* border-left:3px solid #008EC7;
				padding-left:8px;
				color:#aaa;
				font-size:16px; */
				border-left:3px solid #333;
				padding-left:8px;
				color:#333;
				font-size:16px;
			}
			.content-right-txt{
				color:#333;
				font-size:14px;
			}
			.content-right-more a{
				font-size:14px;
				color:#008EC7;
			}
			.content-right-more a:hover{
				color:00295d;
			}