*{
    margin: 0;
    padding: 0;
}
a{
    color: #3c3f43;
    text-decoration: none;
}
a:hover{
    color: #57a8dd;
}
ul,li{
    list-style: none;
}
img{
    border: none;
}
table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.mt20{
    margin-top: 20px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.cf:after,.cf:before{
    display: table;
    content: "";
}
.cf:after{
    clear: both;
}
.cf{
    *zoom:1;
}
body{
    font: 14px/1.5 "宋体";
    background: #fff;
    color: #3c3f43;
}
.headfont
{
    font: 14px/1.5 "宋体";
    background: #fff;
    color: #3c3f43;
}
.container{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.header{
    padding-top: 10px;
}
.search{
    width: 200px;
    border-right: 1px dashed #d3d3d3;
}
.search p{
    margin-bottom: 5px;
}
.search input[type="text"]{
    width: 120px;
    padding: 5px 0 5px 10px;
    height: 14px;
    border: 1px solid #d3d3d3;
    color: #9e9e9e;
}
.search input[type="button"]{
    height: 26px;
    *margin-top:1px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 26px;
    background: #57a8dd;
    border: none;
    color: #fff;
    cursor: pointer;
    vertical-align: top \9;

}
.header-target{
    padding-left: 15px;
    width: 485px;
    border-right: 1px dashed #d3d3d3;
}

.header-target  a{
    padding: 2px 3px;
}
.header-target .current{
    background: #57a8dd;
    color: #fff;
}
.second-tr td{
    padding-top: 10px;
}
.create-note{
    width: 100px;
    padding: 0 25px;
    border-right: 1px dashed #d3d3d3;
    text-align: center;
}
.follow-btn{
    color: mediumblue;
}
.create-btn{
    display: inline-block;
    *display:inline;
    margin-top: 5px;
    padding: 1px 12px;
    background: #57a8dd;
    color: #fff;
    *zoom:1

}
.create-btn:hover{
    color: #fff;
}
.header-r{
    padding-left: 20px;
}
.header-r select{
    margin-top: 5px;
}
.wrap-right{
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}
.wrap-left{
    position: relative;
    float: left;
    width: 100%;
    right: 700px;
}
.left{
    position: relative;
    float: left;
    width: 300px;
    left: 700px;
    overflow: hidden;
}
.right{
    position: relative;
    float: left;
    width: 680px;
    left: 700px;
    margin-left: 20px;
    overflow: hidden;
}
.title{
    height: 32px;
    line-height: 32px;
    background: #f1f6fb;
    font-size: 15px;
    border-top: 3px solid #57a8dd;
    font-weight: normal;
}
.list li{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dashed #d3d3d3;
}
.list a{
    display: block;

}
.list-left-hd{
}
.list-left-hd h3{
    font-weight: bold;
    font-size: 14px;
}
.list-right{
    float: right;
    width: 70px;
    height: 100px;
    margin-left: 15px;
    overflow: hidden;
}
.list-right img{

}
.time{
    color: steelblue;
}
.list-left-bd p{
    width: 210px;
    height: 63px;
    overflow: hidden;
}
.right-cont-hd{
    position: relative;
    margin-top: 10px;
    background: #eeeeee;
    padding: 10px;
}
.right-cont-hd p{
    line-height: 2;
}
.btn-wrap{
    position: absolute;
    top: 15px;
    right: 15px;
}
.btn-wrap a{
    display: inline-block;
    *display: inline;
    *zoom:1;
    padding: 4px 12px;
    background: #57a8dd;
    color: #fff;

}
.right-cont-bd{
    margin-top: 20px;
    line-height: 2;
}
.pages{
    /*margin-top: 10px;*/
}
.pages li{
    display: inline-block;
    *display:inline;
    *zoom:1;

}
.pages li a{
    display: block;
    float: left;
    padding: 4px;
    text-decoration: underline;
}
.pages li .current{
    color: #57a8dd;
}
.pages li input{
    width: 16px;
    vertical-align: top;
    margin-top: -8px;
}

.Menu:hover
{
	background: #57a8dd;
    color: #fff;
}
.MenuSelect
{
	background: #57a8dd;
    color: #fff;
}