body {
    font-size:15px;
    padding:5px;
    margin:0;
    font-family:"Comic Sans MS","微软雅黑","宋体",Arial;
    min-width:1200px;
}
#lnkBlogLogo{
    margin-left:20px;
    float:left;
}

#blogTitle h1{
    width:50%;
}
#blogTitle h2{
    width:50%;
}
#navList {
    font-size: 110%;
    width: 100%;
    min-height: 30px;
    float: left;
    border-top: 10px solid #E74C3C;
    border-radius: 0 9px 0 0;
}
#navList li {
	width: 20%;
	float: left;
}
#navList a {
	display: block;
	width: 98%;
	text-align: center;
        vertical-align:center;
	border-right: 1px dotted #95A5A6;
}
.newsItem {
    padding-left: 45px;
    margin-bottom: 8px;
    background-color: #3498DB;
    border-radius: 0 5px 5px 0;
    text-align: left;
    color: #FFF;
}
#blog-calendar {
    width: 70%;
margin-left: 15%;
}

.input_my_zzk{
	width: 200px;
	height:30px;
        float:left;
	line-height: 28px \9;
	margin-left: 15%;
	border: 1px #d9d9d9 solid;
	border-radius: 5px;
	font-size: 14px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}
#btnZzk{
	font-size: 25px;
        float:left;
        margin-left:5px;
        border:0;
        width:130px;
        height:30px;
	background-color: #03a9f4;
	color: #fff;
	border-radius: 5px;
}
.mySearch{
        height:80px;
}
.catListLink{
height:85px;
}
.catListLink li{
      width:33%;
      float:left;
}
#p_b_follow{
      background-color: #fff;
      height:30px;
      border-radius: 0 10px 0 10px;
      color: #000;
      padding-left:20%;
font-size:20px;
}