@charset "UTF-8";
.wrap {
    width: 1200px;
    margin: 0 auto
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}


.main {
    margin: 20px auto 0;
    overflow: hidden;
}

.place {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.update_con {
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eee;
    padding-bottom: 10px;
}

.update_con h2 {
    background: #eee;
    color: #444;
    padding: 10px 0 12px 0;
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    overflow: hidden;
}

.update_con h2 i {
    font-style: normal;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    display: block;
    float: left;
}

.update_con h2 i.h-n {
    width: 80px;
    padding-left: 15px
}

.update_con h2 i.h-t {
    width: 700px;
}

.update_con h2 i.h-s {
    width: 145px;
}

.update_con h2 i.h-r {
    width: 120px;
}

.update_con ul {
    margin: 5px 10px;
    overflow: hidden;
    zoom: 1;
}

.update_con ul li { /* display:inline; *//* float:left; */
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #eee;
}

.update_con ul li a.name {
    color: #666;
    float: left;
    width: 90px;
    text-indent: 5px;
    height: 36px;
    font-size: 14px;
    overflow: hidden;
    display: block;
}

.update_con ul li a.title {
    color: #FF8329;
    font-weight: bold;
    width: 701px;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    text-indent: 5px;
    float: left;
}

.update_con ul li a:hover {
    color: #f55555;
}

.update_con ul li.r-title a {
    color: #2da0cb;
    font-weight: bold;
}

.update_con ul li.r-title a:hover {
    color: #fb7b00;
    text-decoration: underline;
}

.update_con ul li.r-star {
    width: 170px;
}

.update_con ul li i {
    float: left;
    background: url(../images/r-star.png) left -1px no-repeat;
    width: 92px;
    margin-top: 6px;
    height: 20px;
    padding-right: 80px;
}

.update_con ul li i b {
    width: 80%;
    background: url(../images/r-star.png) 0px -20px no-repeat;
    height: 17px;
    float: left;
}

.update_con ul li strong {
    width: 131px;
    color: #777;
    float: left;
}

.update_con ul li em { /* width: 97px; */
    color: #999;
    float: left;
    font-style: normal;
}


#pages {
    padding: 10px 0px;
    clear: both;
    text-align: center;
    margin-top: 30px
}

#pages a, #pages a:visited, #pages a:hover {
    padding: 0px 10px;
    font-size: 14px;
    border: 1px solid #E4E4E4;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #777;
    margin: 0 3px;
    background: #fff;
}

#pages a:hover, #pages a.cur {
    border: 1px solid #FF8329;
    color: #fff;
    background: #FF8329;
}


.nav a {
    margin-right: 20px;
}