.navbar-nav>li {
	padding: 0px 10px 0px 10px;
}
.pageheader {
    padding: 20px 0;
    background-image: unset;
    background-color: #fff;
}
.pageheader .logo {
	float:left; width:60px;
}

.pageheader .titlediv {
	margin: 30px 0px 0px 80px;
}

.pageheader .title {
	color: #1e4e7a !important;
	font-size: 36px;
	line-height: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	text-shadow: unset;
}
.pageheader p {
    margin: 12px 0px 0px 0px;
    color: #1e4e7a;
    font-size: 15px;
    font-family: "microsoft yahei";
}


/* top search
=================================*/
.top-search{
    background-color: transparent;
    padding: 0px 10px 0px 10px;
    display: inline-block;
    float: right;
    width: 460px;
    border: 1px solid #d0d0d0;
    border-radius: 16px;
}

.top-search input.form-control{
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #000;
    height: 38px;
    padding: 0 1px;
}

.top-search .input-group-addon{
    background-color: transparent;
    border: none;
    color: #333;
	font-size: 24px;
    padding-left: 15;
    padding-right: 15;
}

.text-overflow {
    width: 100px;
    overflow: hidden; /*超出宽度部分的隐藏*/
    white-space: nowrap; /*文字不换行*/
    text-overflow: ellipsis; /*超出则...代替*/
    -o-text-overflow: ellipsis;  /*opera*/
}

