.review-form {
    clear: both;
    padding: 15px;
    position: relative;
}
.review-form form {
    margin: 0;
}
.review-form .review-fill {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 10px;
}
.review-form .review-fill:before, .review-form .review-fill:after {
    content: "";
    display: block;
    line-height: 0;
}
.review-form .review-fill:after {
    clear: both;
}
.review-form .review-fill #star-ranker {
    float: left;
    height: 30px;
    width: 200px;
}
.review-form .review-fill #star-ranker .hint {
    display: inline-block;
    text-indent: 1em;
}
.review-form .review-fill .percapita {
    float: right;
}
.review-form .review-fill input {
    border-radius: 0 0 0 0;
    height: 24px;
    margin: 0;
    padding: 0 2px;
    text-align: center;
    width: 50px;
}
.review-form .review-fill .photo-selector {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.review-form .review-fill .photo-selector .photo-preview {
    background: none repeat scroll 0 0 #555555;
    border: 1px solid #555555;
    display: none;
    height: 48px;
    left: 0;
    line-height: 48px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
}
.review-form .review-fill .photo-selector .btn {
    display: inline-block;
    left: 50%;
    margin: 0 0 0 -82px;
    position: absolute;
    top: 6px;
}
.review-form .review-fill #upload {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    left: -999em;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}
.review-form .section-release .textarea-edit {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
    position: relative;
}
.review-form .section-release .textarea-edit:before, .review-form .section-release .textarea-edit:after {
    content: "";
    display: block;
    line-height: 0;
}
.review-form .section-release .textarea-edit:after {
    clear: both;
}
.review-form .section-release .textarea-edit textarea {
    border: 0 none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    float: right;
    height: 80px;
    margin: 0;
    padding: 10px 0;
    width: 445px;
}
.review-form .section-release .textarea-edit .imgupload {
    left: 9px;
    position: absolute;
    top: 9px;
}
.review-form .section-release .textarea-edit .imgupload .imgselect {
    background: url("../images/imgselect.png") no-repeat scroll center center #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    height: 60px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    width: 60px;
}
.review-form .section-release .textarea-edit .imgupload .imgselect.loading {
    background-image: url("../images/loading.gif");
}
.review-form .section-release .textarea-edit .imgupload .imgselect img {
    max-height: 60px;
    max-width: 60px;
}
.review-form .section-release .textarea-edit .imgupload .imgselect .imgbtn {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    left: -999em;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}
.review-form .section-release .textarea-edit .imgupload .imgselect .close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.review-form .action {
    clear: both;
}
.review-form .action:before, .review-form .action:after {
    content: "";
    display: block;
    line-height: 0;
}
.review-form .action:after {
    clear: both;
}
.review-form .action .checkbox {
    float: left;
    width: 140px;
}
.review-form .action .btn {
    border-radius: 2px 2px 2px 2px;
    float: right;
    width: 80px;
}
.review-form .action .sync-settings {
    float: left;
    line-height: 16px;
}
.review-form .action .sync-settings .tips {
    display: inline-block;
}
.review-form .action .sync-settings .sync-icon {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    width: 16px;
}
.review-form .action .sync-settings .sync-icon.sync-sina {
    background: url("../images/sync-icon-sina.gif") no-repeat scroll 0 0 transparent;
}
.review-form .action .sync-settings .sync-icon.sync-sina.on {
    background-position: 0 -16px;
}
.review-form .action .sync-settings .sync-icon.sync-tencent {
    background: url("../images/sync-icon-tencent.gif") no-repeat scroll 0 0 transparent;
}
.review-form .action .sync-settings .sync-icon.sync-tencent.on {
    background-position: 0 -16px;
}
.timeline {
    border-left: 2px solid #F0F0F0;
    list-style: none outside none;
    margin: 0 20px;
    padding: 26px 0 0;
}
.timeline .link {
    float: right;
}
.timeline .link a {
    background: url("../images/post_link.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 28px;
    overflow: hidden;
    text-indent: -9999px;
    width: 28px;
}
.timeline .post {
    background: none repeat scroll 0 0 #F0F0F0;
    border-radius: 4px 4px 4px 4px;
    margin: 0 0 47px 17px;
    padding: 2px;
}
.timeline .post .avatar {
    display: block;
    float: left;
    height: 40px;
    margin: -7px 0 0 13px;
    width: 40px;
}
.timeline .post .avatar img {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 40px;
    width: 40px;
}
.timeline .post .item {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
}
.timeline .post .item h2 {
    color: #666666;
    font-family: 'Microsoft YaHei','Hiragino Sans GB',Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 10px 0 10px 64px;
}
.timeline .post .item h2 .vico {
    margin-left: 5px;
}
.timeline .post .item .photo {
    margin: 0 10px 10px;
    text-align: left;
}
.timeline .post .item .photo img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D9D9;
    cursor: url("../other/zoom-in.cur"), auto;
    height: auto;
    padding: 3px;
    width: 160px;
}
.timeline .post .item .photo.on {
    text-align: center;
}
.timeline .post .item .photo.on img {
    cursor: url("../other/zoom-out.cur"), auto;
    height: auto;
    width: 320px;
}
.timeline .post .item p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 10px 10px;
}
.timeline .post .footbar {
    color: #AAAAAA;
    display: block;
    height: 30px;
    line-height: 30px;
}
.timeline .post .footbar .tags {
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 5px;
    width: 300px;
}
.timeline .post .footbar .tags li {
    background: url("../images/bg_tag_gray.png") no-repeat scroll left top transparent;
    float: left;
    line-height: 22px;
    margin: 4px 5px 0 0;
    padding: 0 0 0 22px;
}
.timeline .post .footbar .tags li span {
    background: url("../images/bg_tag_gray.png") no-repeat scroll right top transparent;
    display: block;
    padding: 0 10px 0 0;
}
.timeline .post .footbar .actions {
    float: right;
    padding: 0 10px 0 0;
}
.timeline .post .footbar .actions a {
    cursor: pointer;
}
.timeline .post .footbar .actions a .num {
    font-family: Arial,sans-serif;
}
.timeline .post .footbar .actions .action-share {
    display: inline;
}
.timeline .post .footbar .actions .action-share .dropdown-menu {
    border-radius: 3px 3px 3px 3px;
    list-style: none outside none;
    margin: 8px 0 0;
    padding: 5px 5px 0;
    width: 90px;
}
.timeline .post .footbar .actions .action-share .dropdown-menu:before {
    border-bottom: 7px solid #E9E9E9;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 12px;
    position: absolute;
    top: -7px;
}
.timeline .post .footbar .actions .action-share .dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 13px;
    position: absolute;
    top: -6px;
}
.timeline .post .footbar .actions .action-share .dropdown-menu li {
    margin: 0 0 5px;
}
.timeline .post .footbar .actions .action-share .dropdown-menu li a {
    background: url("../images/icon_share.png") no-repeat scroll left center #FFFFFF;
    border: 1px solid #EEEEEE;
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 0 26px;
    text-decoration: none;
}
.timeline .post .footbar .actions .action-share .dropdown-menu li a:hover {
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
    color: #000000;
}
.timeline .post .footbar .actions .action-share .dropdown-menu li a.action-share-icd {
    background-position: 5px 4px;
}
.timeline .post .footbar .actions .action-share .dropdown-menu li a.action-share-weibo {
    background-position: 5px -28px;
}
.timeline .post .footbar .actions .action-share .dropdown-menu li a.action-share-qq {
    background-position: 5px -60px;
}
.timeline .post .footbar .actions em {
    margin: 0 3px;
}
.timeline .post .clock {
    background-image: url("../images/ico.png");
    background-position: right -213px;
    background-repeat: no-repeat;
    color: #AAAAAA;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-bottom: -30px;
    padding: 10px 24px 0 0;
    text-align: right;
}
.timeline .post .arr {
    background-image: url("../images/ico.png");
    background-position: right -17px;
    background-repeat: no-repeat;
    float: left;
    height: 12px;
    margin: 16px 0 0 -21px;
    width: 8px;
}
.timeline .post .replys {
}
.timeline .post .replys:before, .timeline .post .replys:after {
    content: "";
    display: block;
    line-height: 0;
}
.timeline .post .replys:after {
    clear: both;
}
.timeline .post .replys .reply-list {
    list-style: none outside none;
    margin: 0;
    padding: 0 10px;
}
.timeline .post .replys .reply-list li {
    border-top: 1px dashed #CCCCCC;
    padding: 15px 0;
}
.timeline .post .replys .reply-list li .avatar {
    display: inline-block;
    float: left;
    height: 30px;
    margin: 0;
    width: 30px;
}
.timeline .post .replys .reply-list li .avatar img {
    border-radius: 3px 3px 3px 3px;
    height: 30px;
    width: 30px;
}
.timeline .post .replys .reply-list li .name {
    font-weight: bold;
}
.timeline .post .replys .reply-list li .time {
    color: #AAAAAA;
}
.timeline .post .replys .reply-list li p {
    line-height: 16px;
    margin: 0 60px 0 40px;
    padding: 0;
}
.timeline .post .replys .reply-list li .actions {
    color: #AAAAAA;
    float: right;
    height: 15px;
    line-height: 15px;
}
.timeline .post .replys .reply-list li .actions a {
    color: #AAAAAA;
}
.timeline .post .replys .reply-form {
    display: block;
    margin: 0 10px;
    position: relative;
}
.timeline .post .replys .reply-form .txt {
    border: 1px solid #D0D0D0;
    color: #AAAAAA;
}
.timeline .post .replys .reply-form .btn {
    border-radius: 2px 2px 2px 2px;
    display: none;
    height: 16px;
    line-height: 16px;
    padding: 3px 12px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 40px;
}
.timeline .empty {
    line-height: 80px;
    padding-bottom: 26px;
    text-align: center;
}
.timeline .pagination {
    display: none;
}
.timeline .load {
    background: url("../images/more.png") no-repeat scroll 0 bottom transparent;
    border-radius: 0 0 0 0;
    color: #AAAAAA;
    font-weight: bold;
    height: 25px;
    margin: 0;
    padding: 55px 0 0 227px;
}
.pf {
    height: 16px;
    line-height: 16px;
    padding: 0 0 5px 10px;
}
.pf span {
    color: #FF6000;
    vertical-align: middle;
}
#share-form .message_input {
    padding: 5px;
}
#share-form .counter {
    display: block;
    margin-top: -20px;
    text-align: right;
}
#share-form textarea {
    background-color: #FFFFFF;
    border: 0 none;
    box-shadow: none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    width: 100%;
}
body {
    position: relative;
}
a.fullscreen {
    display: block;
    height: 140px;
    margin: 0 auto;
    width: 1000px;
}
.ad-banner {
    background: none repeat scroll 0 0 #FFFFFF;
}
.ad-banner img {
    height: 70px;
    width: 1000px;
}
.ad-banner-middle {
    margin: 0 0 20px 15px;
    width: 795px;
}
.ad-banner-large {
    margin: 0 0 20px 15px;
    overflow: hidden;
    width: 545px;
}
.ad-couplet-left {
    left: 50%;
    margin-left: -620px;
    position: absolute;
    top: 191px;
    width: 100px;
}
.ad-couplet-left.affix {
    position: fixed;
    top: 10px;
}
.ad-couplet-right {
    margin-right: -620px;
    position: absolute;
    right: 50%;
    top: 191px;
    width: 100px;
}
.ad-couplet-right.affix {
    position: fixed;
    top: 10px;
}
.main {

    width: 810px;
}
.main-l {
    float: left;
    width: 560px;
}
.main-l .push {
    border-right: 0 none;
}
.main-l .push .con {
    border-right: 1px solid #E6E6E6;
}
.main-r {
    float: right;
    width: 230px;
}
.channel-nav {
    float: left;
    width: 190px;
}
.channel-nav .tit {
    height: 70px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}
.channel-nav .col {
    font-family: 'Microsoft YaHei','Hiragino Sans GB',Arial,sans-serif;
}
.channel-nav .col a {
    background-color: #8F292B;
    background-position: 0 -116px;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    padding: 9px 0 9px 0;
	text-align:center;
}
.channel-nav .col a .ico {
    background: url("../images/nav-../images/ico.png") no-repeat scroll 0 -9px transparent;
    display: block;
    float: left;
    height: 26px;
    margin-right: 9px;
    width: 26px;
}
.channel-nav .col a:hover, .channel-nav .col a.on {
    background-color: #000000;
    background-position: 0 -71px;
    color: #FFFFFF;
    text-decoration: none;
}
.channel-nav .tag {
    padding: 20px 11px 0;
}
.channel-nav .tag a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    text-decoration: none;
}
.channel-nav .service {
    height: 50px;
    margin: 10px 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 190px;
}
.channel-nav.affix {
    top: 0;
}
.channel-nav.affix-bottom {
    bottom: 210px;
    position: absolute;
    top: auto;
}
.hot {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #8F292B #EAEAEA #EAEAEA;
    border-right: 1px solid #EAEAEA;
    border-style: solid;
    border-width: 2px 1px 1px;
    margin-bottom: 20px;
    padding: 14px;
}
.hot:before, .hot:after {
    content: "";
    display: block;
    line-height: 0;
}
.hot:after {
    clear: both;
}
.hot .headline {
    float: right;
    height: 300px;
    overflow: hidden;
    width: 365px;
}
.hot .headline .list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.hot .headline .list li {
    border-bottom: 1px dashed #CCCCCC;
    line-height: 20px;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
.hot .headline .list li h1 {
    font-family: 'Microsoft YaHei','Hiragino Sans GB',Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.hot .headline .list li h1 a {
    color: #D63737;
}
.hot .headline .list li p {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    height: 40px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.hot .headline .list li p a {
    color: #666666;
}
.hot .headline .list li.more {
    border: 0 none;
    line-height: 23px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.hot .headline .list li.more a {
    display: inline-block;
    margin-right: 5px;
}
.hot .headline .movie-list {
    list-style: none outside none;
    margin: 0 -10px -10px 0;
    padding: 0;
}
.hot .headline .movie-list:before, .hot .headline .movie-list:after {
    content: "";
    display: block;
    line-height: 0;
}
.hot .headline .movie-list:after {
    clear: both;
}
.hot .headline .movie-list li {
    float: left;
    margin: 0 10px 10px 0;
}
.hot .headline .movie-list li .thumb {
    display: block;
    position: relative;
}
.hot .headline .movie-list li .thumb img {
    height: 145px;
    width: 115px;
}
.hot .headline .movie-list li .thumb .t {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-style: normal;
    height: 25px;
    left: 0;
    line-height: 25px;
    overflow: hidden;
    padding: 0 8px;
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#focus {
    float: left;
    height: 300px;
    margin: 0;
    width: 400px;
}
#focus img {
    height: 300px;
    max-width: none;
    width: 400px;
}
#focus .carousel-inner a {
    text-decoration: none;
}
#focus .carousel-inner .carousel-caption {
    display: block;
    height: 30px;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.review-form {
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}
.search-mainbox {
    width: auto;
}
