/* wrapper */
.wrapper {
    width:1200px;
    margin:0 auto 10px;
}
.header {
    width:1200px;
}
.header_topbar_wrapper {
    width:1200px;
}
.pageurl {
    width:1200px;
}

/* container */
.container {clear:both;}
.container .left {width:880px; float:left;}
.container .right {width:300px; float:right;}
/* end container */

.bdtop .title {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background-color: #ededed;
}
.bdtop li {
    width: 125px;
}
.bdtop li img {
    width: 112px;
}

.tagnameTitle {
    text-align: center;
    margin: 15px 0;
    border: 1px solid #EEE;
    padding: 10px;
}
.tagnameTitle h1 {
    font-size: 20px;
}
.tagnameTitle .create {
    float: right;
    font-size: 12px;
    color: #999999;
}

/* keyPicItem */
.keyPicItem {
    border: 1px solid #e4e4e4;
}
.keyPicItem h4{
    padding-left: 15px;
    height: 42px;
    line-height: 42px;
    color: #333333;
    background-color: #ededed;
    font-size: 16px;
}
.keyPicItem dl{
    width: 280px;
    height: 145px;
    padding: 15px 0 8px 10px;
    float: left;
}
.keyPicItem dl dt{
    width: 90px;
    margin-right: 10px;
    float: left;
}
.keyPicItem dl dt img{
    width: 100%;
    height: 100%;
}
.keyPicItem dl dd{
    width: 178px;
    float: left;
    overflow: hidden;
}
.keyPicItem dl dd h3{
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}
.keyPicItem dl dd p{
    font-size: 12px;
    color: #838383;
    line-height: 40px;
}
.keyPicItem dl dd span{
    font-size: 12px;
    color: #808080;
    line-height: 18px;
}
.keyPicItem ul {
    padding: 7px 0px;
}
.keyPicItem li {
    padding: 10px 16px;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.keyPicItem li:last-child {
    border-bottom: 0;
}
.keyPicItem li h3 {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}
.keyPicItem li p {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
}
/* end keyPicItem */

/* keyShowCont */
.keyShowCont{
    width: 100%;
    overflow: hidden;
}
.keyShowCont ul{
    width: 100%;
    overflow: hidden;
}
.keyShowCont ul li{
    float: left;
    width: 300px;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    margin: 0 30px 30px 0;
}
.keyShowCont ul li.noMarR{
    margin-right: 0;
}
.keyShowCont ul li>h4{
    padding-left: 15px;
    height: 42px;
    line-height: 42px;
    color: #333333;
    background-color: #ededed;
    font-size: 16px;
}
.keyShowCont ul li dl{
    width: 267px;
    height: 145px;
    padding: 15px 0 15px 15px;
}
.keyShowCont ul li dl dt{
    width: 100px;
    height: 145px;
    margin-right: 10px;
    float: left;
}
.keyShowCont ul li dl dt img{
    width: 100%;
    height: 100%;
}
.keyShowCont ul li dl dd{
    width: 157px;
    float: left;
    overflow: hidden;
}
.keyShowCont ul li dl dd h3{
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}
.keyShowCont ul li dl dd p{
    font-size: 12px;
    color: #838383;
    line-height: 40px;
}
.keyShowCont ul li dl dd span{
    font-size: 12px;
    color: #808080;
    line-height: 18px;
}
.keyShowCont ul li >div{
    padding: 15px 15px 0 15px;
    height: 65px;
    border-bottom: 1px solid #e0e0e0;
}
.keyShowCont ul li >div.nthFirst{
    border-top: 1px solid #e0e0e0;
}
.keyShowCont ul li>div:last-child{
    border: none;
}
.keyShowCont ul li >div h3{
    font-size: 16px;
    color: #333333;
}
.keyShowCont ul li >div p{
    font-size: 14px;
    line-height: 30px;
    color: #808080;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* end keyShowCont */

/* keyLinks */
.keyLinks {
    margin-top: 20px;
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    padding: 10px;
}
.keyLinks h4 {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.keyLinks .keys {
    font-size: 14px;
}
.keyLinks .keys a {
    line-height: 24px;
    margin-right: 10px;
    display: inline-block;
    color: #666;
    font-size: 14px;
}
/* end keyLinks */

/* book-like */
.book-like .title {
    margin-bottom: 16px;
    height: 36px;
    line-height: 36px;
    background: #f5f5f5;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
}
.book-like .title span {
    color: #2d87cc;
    font-weight: bold;
}
.book-like .img-list li {
    float: left;
    width: 112px;
    margin: 0 12px 7px 13px;
    overflow: hidden;
}
.book-like .img-list a {
  color: #666;
  overflow: hidden;
}
.book-like .img-list img {
    width: 98px;
    height: 128px;
    padding: 1px;
    margin-bottom: 3px;
    overflow: hidden;
}
.book-like .img-list span {
    display: block;
    color: #666;
    text-align: left;
    overflow: hidden;
    cursor: pointer;
}
/* end book-like */

/* tag_bottom_next */
.tag_bottom_next {
    line-height: 50px;
    font-size: 14px;
    color: #222222;
    padding: 0 10px;
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    margin-top: 20px;
}
.tag_bottom_next .t_b_n_tag {
    line-height: 35px;
    background: #ffffff;
    border: 1px dashed #28b46d;
    border-radius: 5px;
    color: #28b46d;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    margin-right: 20px;
}
.tag_bottom_next div {
    float: right;
}
/* end tag_bottom_next */

@media screen and (max-width: 640px) {
    .bdtop li {
        width: 30% !important;
    }
    .bdtop li img {
        min-height: auto !important;
    }
}
