body{font-size: 16px;}
a{
	color:#2d3748;
}
a:hover{
	text-decoration: underline;
}
.container-box{
	padding:20px 0;
	overflow: hidden;
	padding-bottom: 30px;
}
.left-box{
	background-color: #FFFFFF;
} 
.right-box{
	background-color: #FFFFFF;
	width: 1040px;
} 
.col-box li{
	border-bottom: 1px solid #dae4ee;
}

.col-box a{
	display: block;
    color: #2d3748;
    line-height: 60px;
    font-size: 16px;
    /*padding-left: 30px;*/
	/*border-bottom: 1px solid #dae4ee;**/
	text-align: center;
}
.col-box li{
	background-color: #eaeffc;
}
.col-name{
	width: 320px;
    height: 60px;
    line-height: 60px;
    /*padding-left: 20px;*/
    background-color: #0a3da0;
    font-size: 18px;
    font-weight: bold;
    
	color: #FFFFFF;
	text-align: center;
}
.list-ul li{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../images/24gf-square.png) 6px center no-repeat;
	line-height: 40px;
	border-bottom: 1px solid #dae4ee;
	padding-left: 25px;
}
.pos{
	padding-bottom: 20px;
	font-size: 16px;
}
.bcolor{
	color: #0048cb !important;
	background-color: #eaeffc;
}
.form-control{
	outline: none;
	display: inline-block;
    width: auto;
    vertical-align: middle;
    /*height: 20px;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.btn{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.page{
	line-height: 60px;
}