
#main {
    width: 980px;
    margin: 10px auto 0;
}
.box_con {
    border: 2px solid #88c6e5;
    overflow: hidden;
    position: relative
}

.con_top {
    border-bottom: 2px solid #88c6e5;
    text-align: left;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    background-color: #e1eced
}

#maininfo {
    float: right;
    width: 800px
}

#info {
    margin: 10px;
    font-size: 15px;
    overflow: hidden
}

#info h1 {
    font-family: 黑体;
    font-size: 28px;
    font-weight: 700;
    padding: 1px
}

#info h1,
#info p {
    overflow: hidden;
    margin: auto
}

#info p {
    height: 25px;
    line-height: 25px;
    padding-top: 2px;
    width: 350px;
    float: left
}
#intro {
    overflow: hidden;
    line-height: 1.6;
    border-top: 1px dashed #88c6e5;
    padding: 10px;
    font-size: 13px
}

#intro p {
    text-indent: 2em;
    margin-top: 10px
}
#sidebar {
    float: left
}
#fmimg {
    background-color: #e1eced;
    float: left;
    margin: 12px;
    padding: 12px;
    position: relative
}

#fmimg img {
    border: none;
    height: 150px;
    width: 120px;
    margin: 3px
}

#fmimg span {
    top: 8px;
    right: 8px;
    width: 88px;
    height: 88px;
    position: absolute;
    display: block;
    z-index: 999;
    background: url(images/all.gif) no-repeat scroll 0 0 ;
}

#fmimg .a {
    background-position: 0 -206px
}

#fmimg .b {
    background-position: 0 -294px
}
.listtj {
    width: 960px;
    font-size: 13px;
    padding: 8px;
    overflow: auto;
    white-space: nowrap
}

.listtj a {
    margin: 0 5px
}

#list {
    padding: 0
}

#list .none {
    display: none
}

#list dl {
    overflow: hidden;
}

#list dt {
    background: none repeat scroll 0 0 #c3dfea;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    margin: auto auto 5px;
    padding: 5px 10px
}

#list dd,
#list dt {
    display: inline;
    float: left;
    overflow: hidden;
    vertical-align: middle
}

#list dd {
    border-bottom: 1px dashed #ccc;
    line-height: 2.8;
    font-size: 13px;
    margin-left: 10px;
    text-align: left;
    width: 32%;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#list dd.title {
    display: block;
    width: 100%;
    border: none;
    text-align: center;
    margin-top: 20px;
    font-size: 18px
}

#list dd a:link {
    color: #444
}