.navbar-custom{
    display:block;
}
.navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar>nav{width:100%;}
.navbar>nav .navbar-branding img {
    display: block;
    max-height: 36px;
    height: 36px;
    margin-left: 10px;
}
.dropdown>.dropdown-menu{top:150%;}
.navbar>nav .navbar-search {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 6px;
    background-color: #f4f4f4;
}
.navbar>nav .navbar-search>button{padding: 1px 6px;}
.navbar>nav .navbar-search>input{padding:1px 2px;}
/*头部标题*/
#header #blogTitle{padding-left:20px;}
#header #blogTitle h1{width:100%;  margin-left:0px; margin-top:30px; font-size:36px;}
#header #blogTitle h1 a:hover{text-decoration: none;}
#header #blogTitle h2{width:100%;font-size:28px; margin-left:0px; margin-top: .4em; margin-bottom: 2em;}
/*导航*/
#navList{height:100%;}
#navList li{ height:100%;}
#navList li:first-child{display: none;}
#navList li a{display: block; height:100%; margin:0;padding:0 20px; line-height: 60px; font-size: 18px;}
#navList li a:hover{ text-decoration: none; background-color: #ec1500; color:#fff; text-shadow: none;}
/*内容区域*/
#main{width:1200px; margin:0 auto;}
#main #mainContent{width:950px;}
.postTitle{    font-size: 18px; padding: 10px 130px 10px 10px;}
.postCon{width:100%; font-size: 14px; color: #7c7c7c;}
.postCon a:link, .postCon a:visited, .postCon a:active{display:block; text-decoration: none; padding:5px 0px;}
/*右侧*/
#sideBarMain{width:100%}
.mySearch .input_my_zzk{width: 155px;}
/* .newsItem .catListTitle,
.catListEssay h3, .catListLink h3, .catListNoteBook h3, .catListTag h3, .catListPostCategory h3, .catListPostArchive h3, .catListArticleArchive h3, .catListImageCategory h3, .mySearch h3, .catListComment h3, .catListView h3, .catListFeedback h3, #blog-sidecolumn .catListTitle{
    background: none;
    border:none;
} */

