/**
 * @Description: board.css
 * @Version:     v1.0
 * @Author:      GaoLi
 */

/*=S board */
body {background:#F5F5F5;}
.board-wrap{padding-top:20px;}
.board {_zoom:1;}
    .board-hd {position:relative;height:52px;border-bottom:1px solid #C8C8C8;background:#FFF;zoom:1;z-index:2;}
        .board-hd .square-name {float:left;padding:0 20px;height:52px;font:400 32px/52px "Microsoft YaHei",SimHei;color:#fff;background-color:#8CA226;overflow:hidden;zoom:1;}
        .board-hd .board-detail {float:left;padding-left:20px;height:52px;background:url(images/bg_board_arrow.jpg) 0 -52px no-repeat;}
        .board-hd .board-name {float:left;margin-right:10px;padding-right:30px;color:#8ca226;background:url(images/bg_board_arrow.jpg) #ebf2d7 right -104px no-repeat;overflow:hidden;}
                .board-hd .board-name h1 {padding-left:10px;margin-right:0;font:400 28px/52px "Microsoft YaHei",SimHei;background-color:#ebf2d7;}
                .board-hd .square-name a,.board-hd .square-name a:visited{color:#fff;}
                .board-hd .board-name a,.board-hd .board-name a:visited{color:#8ca226;}
                .board-hd .board-info {float:left;padding-top:5px;}
                        .board-hd .board-info .info {height:24px;line-height:24px;color:#999;overflow:hidden;}
                        .board-hd .board-info .info .crumbs{display:inline-block;*display:inline;zoom:1;width:14px;height:14px;background:url(images/board.png) no-repeat -200px 0;vertical-align:-6px;*vertical-align:middle;padding-bottom:4px;}
                        .board-hd .board-info .info em {margin-right:10px;color:#FC6D02;font-family:Arial;}
                        .board-hd .board-info .intro {padding-right:5px;width:250px;height:18px;line-height:18px;overflow:hidden;}
                .board-hd .board-sort {float:left;padding-left:35px;background:url(images/bg_board_arrow.jpg) no-repeat;overflow:hidden;zoom:1;}
                .board-hd p.board-sort{line-height:52px;}
                        .board-hd .board-sort dt, .board-hd .board-sort dd  {float:left;height:52px;line-height:52px;}
                                .board-hd .board-sort a {padding:2px 8px;margin-right:8px;color:#334f67;}
                                .board-hd .board-sort a.selected {color:#fff;background-color:#839b1b;}
                                .board-hd .board-sort a.selected:hover {text-decoration:none;}

                .board-hd .board-search{float:left;padding: 13px 0 0 10px;}
                    .board-search .search-box {width:259px;height:18px;line-height:18px;border:1px solid #d2d5ca;}
                .board-hd .subscribe-btn {float:left;padding:13px 0 0 10px;}
            .board-opt {position:absolute;top:16px;right:11px;padding:0;height:28px;z-index:2;}
                    .board-opt .board-subscribe span {font-weight:700;line-height:25px;}
                    .board-opt .board-subscribe .icon {background:url(images/board.png) -40px 2px no-repeat;}
                    .board-opt .board-unsubscribe span em {cursor:pointer;}
                    .board-opt .board-unsubscribe .icon {background-position:-60px 2px;}
                    .board-opt .square-button {display:block;float:left;overflow:hidden;margin-right:10px;padding-top:30px;width:110px;height:0;background:url(images/board.png) -240px -80px no-repeat;}
                    .board-opt .square-button:hover {background-position:-240px -120px;}
    .board-bd {min-height:600px;_height:600px;margin-top:10px;}
    .board-bd .side-bar {position:fixed;width:162px;overflow:hidden;}
        .side-bar .board-option {margin-bottom:10px;padding-left:15px;width:145px;background:#fff;border:1px solid #acbf49;height:27px;color:#666;font:400 12px/27px "SimSun";}
        .side-bar .board-option a:hover {color:#8ca226;}
        .side-bar .board-side {display:none;top:134px;_float:left;_margin-right:10px;width:160px;border:1px solid #C8C8C8;border-top:4px solid #ACBF49;background:#FFF;}
            .board-nav {overflow:hidden;_zoom:1;}
                .board-nav .tab-hd {position:relative;width:160px;height:26px;overflow:hidden;}
                    .board-nav .tab-nav {position:absolute;left:-1px;width:162px;}
                        .board-nav .tab-nav li {cursor:pointer;float:left;width:80px;height:25px;line-height:28px;text-align:center;font-weight:700;color:#666;overflow:hidden;border:1px solid #C8C8C8;border-top:none;background:#F5F5F5;}
                        .board-nav .tab-nav .cur {height:26px;border:none;background:#FFF;}
                        
                .board-nav .tab-bd {padding-bottom:10px;overflow:hidden;_zoom:1;}
                    .board-nav .tab-panel-bd a, .board-nav .tab-panel-bd a:visited, .board-nav .tab-panel-bd span {margin:10px 0 0 5px;float:left;width:70px;height:20px;text-align:center;line-height:20px;color:#666;background:#F5F5F5;border:1px solid #C8C8C8;border-radius:10px;overflow:hidden;}
                    .board-nav .tab-panel-bd a:hover {text-decoration:none;color:#666;background:#FFF;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}
                    .board-nav .tab-panel-bd span {color:#FFF;border-color:#8CA226;background:#8CA226;}
                        .board-nav .tab-panel-bd span a, .board-nav .tab-panel-bd span a:visited, .board-nav .tab-panel-bd span a:hover{float:none;margin:0;color:#fff;border:0 none;background:transparent;}
                    .board-nav .tab-panel-ft {cursor:pointer;clear:both;width:160px;height:23px;text-align:center;line-height:23px;color:#999;background:#F5F5F5;}
                        .board-nav .tab-panel-ft i {margin-left:5px;width:14px;height:14px;background:url("images/board.png");}
        .board-read {float:right;width:808px;*zoom:1;}
        .board-bd .board-read{overflow:hidden}
/*=E board */

/*=E board show-way*/
.show-way .way-list b, .show-way .way-img b, .show-way .manage dt {background:url(images/board.png) no-repeat;}
.show-way .way-list b, .show-way .way-img b {position:absolute;height:19px;left:3px;top:1px;width:18px;}
.show-way {position:relative;}
    .show-way .way-list, .show-way .way-img {position:relative;display:block;float:left;padding-left:24px;margin-right:7px;width:30px;height:21px;color:#999;font:400 14px/21px "SimSun";}
    .show-way .way-list-selected, .show-way .way-img-selected, .show-way .way-list-selected:visited, .show-way .way-img-selected:visited {color:#8ca226;background-color:#ebf2d7;}
    .show-way .way-list:hover, .show-way .way-img:hover {color:#8ca226;text-decoration:none;}
    .show-way .way-list b {background-position:-218px -18px;}
    .show-way .way-list:hover b, .show-way .way-list-selected b {background-position:-218px 2px;}
    .show-way .way-img b {background-position:-218px -58px;}
    .show-way .way-img:hover b, .show-way .way-img-selected b {background-position:-218px -38px;}
    .show-way .manage {position:relative;float:left;}
        .show-way .manage dt {display:block;padding-top:20px;height:0;width:18px;background-position:-180px -37px;overflow:hidden;}
        .show-way .manage dd {position:absolute;display:none;top:20px;left:0;background-color:#fff;border:1px solid #7f9c14;}
            .show-way dd a {display:block;height:22px;line-height:22px;color:#334f67;text-align:center;width:48px;}
            .show-way dd a:hover {background:#b5ce85;color:#fff;text-decoration:none;}
        .show-way .manage:hover dd, .show-way .cursor-hov dd {display:block;}
/* CSS3动画 */
.show-way .way-list b, .show-way .way-img b, .show-way .manage dt {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-animation-duration:1s;
	-webkit-animation-delay:.2s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-fill-mode:both;
	-moz-animation-duration:1s;
	-moz-animation-delay:.2s;
	-moz-animation-timing-function:ease;
	-moz-animation-fill-mode:both;
	animation-duration:1s;
	animation-delay:.2s;
	animation-timing-function:ease;
	animation-fill-mode:both;}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% {-webkit-transform-origin:top center;}
	20% {-webkit-transform:rotate(15deg);}
	40% {-webkit-transform:rotate(-10deg);}
	60% {-webkit-transform:rotate(5deg);}
	80% {-webkit-transform:rotate(-5deg);}
	100% {-webkit-transform:rotate(0deg);}
}
@-moz-keyframes swing {
	20% {-moz-transform:rotate(15deg);}
	40% {-moz-transform:rotate(-10deg);}
	60% {-moz-transform:rotate(5deg);}
	80% {-moz-transform:rotate(-5deg);}
	100% {-moz-transform:rotate(0deg);}
}
@keyframes swing {
	20% {transform:rotate(15deg);}
	40% {transform:rotate(-10deg);}
	60% {transform:rotate(5deg);}
	80% {transform:rotate(-5deg);}
	100% {transform:rotate(0deg);}
}
.swing, .show-way .way-list:hover b, .show-way .way-img:hover b,.show-way .manage:hover dt {
	-webkit-transform-origin:top center;
	-moz-transform-origin:top center;
	transform-origin:top center;
	-webkit-animation-name:swing;
	-moz-animation-name:swing;
	animation-name:swing;
}
/*=S board show-way*/

/*=E board list-item-info */
.item-info {position:relative;margin-bottom:10px;padding:0 10px;border:1px solid #c8c8c8;background:#fff;*zoom:1;cursor:pointer;}
    .item-info .info-hd {position:relative;height:49px;border-bottom:1px solid #ececec;overflow:hidden;z-index:2;}
        .item-info .info-hd strong, .item-info .info-hd a, .item-info .info-hd a:visited {font:400 20px/49px "Microsoft Yahei",SimHei;color:#334f67;}
    .item-info .info-bd {padding-top:5px;}
        .item-info .info-bd .info-detail {margin-bottom:10px;width:786px;overflow:hidden;*zoom:1;}
            .item-info .info-bd .info-cont {color:#666;font-size:14px;line-height:22px;}
                .item-info .info-bd .info-pic {margin:5px -30px 0 0;overflow:hidden;zoom:1;}
                    .item-info .info-pic img  {display:block;float:left;width:240px;height:160px;padding-right:31px;}
.item-info .info-bd .info-ft {position:relative;height:22px;line-height:22px;}
            .item-info .info-ft .opt-link {position:absolute;right:0;}
                    .item-info .opt-link a {color:#666;}
    .item-info .item-opt {right:5px;z-index:2;}
            .item-info .item-opt a {filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99BAC77D', endColorstr='#99BAC77D');background:rgba(186,199,125,0.6);}
    .item-info:hover, .cursor-hov {border-color:#d9e6bb;}
            .item-info:hover .info-hd, .cursor-hov .info-hd {border-bottom-color:#d9e6bb;}
            .item-info:hover .item-opt a, .cursor-hov .item-opt a {display:block;}
            .item-info:hover .triangle, .cursor-hov .triangle, .board-render .item-hover .triangle {position:absolute;width:0;height:0;top:-1px;left:-1px;_left:0;border-top:15px solid #acbf49;border-right: 15px solid transparent;_border-right-color:#ffffff;_filter:chroma(color=#ffffff);}
            .board-render .item-hover .triangle:hover {color:#ffffff;}
/*=S board list-item-info */

/*=S board-render */
.board-render {position:relative;width:807px;border:1px solid #C8C8C8;border-width:0 1px 1px 0;background-color:#F3F3F3;}
    .board-render .item-wrap {position:absolute;cursor:pointer;border:1px solid #C8C8C8;background:#FFF;}
    .board-render .item-empty{position:absolute;border:1px solid #C8C8C8;background:#F3F3F3;}
	.board-render .item {position:relative;margin:9px;line-height:21px;overflow:hidden;}
        .item-hd h3 {font:20px/28px "Microsoft YaHei",SimHei;}
                .item-hd h3 a,.item-hd h3 a:visited{color:#333;}
        .item-hd p {height:24px;line-height:24px;}
        .item-bd .item-cont {font:14px/24px Simsun;overflow:hidden;}
        .item-pic {overflow:hidden;_zoom:1;}
        .item-opt {position:absolute;top:5px;right:0;}
            .item-opt a {display:none;margin-right:5px;float:left;width:28px;height:28px;border-radius:3px;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000');background:rgba(0,0,0,0.6);}
            .item-opt a:hover {background:#8CA224;filter:none;}
                .item-opt i {float:left;margin:6px 0 0 6px;padding-top:18px;width:18px;height:0;background:url("images/board.png");overflow:hidden;}
                .item-opt .item-stick i {background-position:-20px -19px;}
                .item-opt .item-sticked i {background-position:-20px -38px;}
                .item-opt .item-del i {background-position:-40px -20px;}
                .item-opt .item-edit i {background-position:-60px -20px;}
    .board-render .item-hover {background:#F3F3F3;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}
        .item-hover .item-opt a {display:block;}
    .item-loadding {height:58px;font:400 20px/58px 'Microsoft Yahei';color:#666;padding-left:370px;background:url(images/loading.gif) 320px center no-repeat;}
    .item-loadding-disabled {padding:0;text-align:center;background:transparent;}
    .item-page-mod{height:38px;padding:10px 0;background:none;}
    .item-page-mod .page-mod{float:right;}

    .item-a1, .item-a2 {width:250px;height:260px;}
        .item-a1 .item-cont {height:165px;}
		.item-a2 img {width:250px;height:260px;}
        .item-a2 .item-hd {position:absolute;bottom:0;left:0;padding:5px 10px;width:230px;color:#FFF;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000');background:rgba(0,0,0,0.6);}
        .item-a2 .item-hd h3 {font:14px/20px "Microsoft YaHei",SimHei;}
            .item-a2 .item-hd h3 a, .item-a2 .item-hd h3 a:visited, .item-a2 .item-hd h3 a:hover{color:#fff;}
        .item-a2 .item-hd p {height:18px;line-height:18px;}
        .item-a2 .item-hd a, .item-a2 .item-hd a:visited {color:#999;}
        .item-a2 .item-hd a:hover {color:#999;}
        
	.item-b1, .item-b2, .item-b3, .item-b4 {width:519px;height:260px;}
        .item-b1 .item-cont, .item-b2 .item-cont, .item-b3 .item-cont {height:165px}
        .item-b2 .item-pic {float:right;}
        .item-b3 .item-pic {float:left;}
		    .item-b2 img, .item-b3 img {width:250px;height:260px;}
            .item-b2 img {margin-left:10px;}
            .item-b3 img {margin-right:10px;}

	.item-c1, .item-c2, .item-c3, .item-c4, .item-c5 {width:788px;height:260px;}
		.item-c1 h3, .item-c2 h3, .item-c3 h3, .item-c4 h3, .item-c5 h3 {font:26px/33px "Microsoft YaHei" SimHei;}
        .item-c1 .item-cont, .item-c2 .item-cont, .item-c3 .item-cont, .item-c4 .item-cont, .item-c5 .item-cont {height:190px;}
        .item-c2 .item-pic, .item-c5 .item-pic {float:left;}
        .item-c3 .item-pic, .item-c4 .item-pic {float:right;}
            .item-c2 img, .item-c3 img {width:250px;height:260px;}
            .item-c4 img {width:210px;height:200px;}
            .item-c5 img {width:170px;height:200px;}
            .item-c2 img, .item-c5 img {margin-right:10px;}
            .item-c3 img, .item-c4 img {margin-left:10px;}

	.item-d1, .item-d2, .item-d3, .item-d4 {width:519px;height:539px;}
		.item-d1 h3, .item-d2 h3, .item-d3 h3, .item-d4 h3 {font:26px/33px "Microsoft YaHei" SimHei;}
        .item-d1 .item-cont, .item-d2 .item-cont {height:170px;}
        .item-d3 .item-cont {height:149px;}
        .item-d4 .item-cont {height:49px;}
		.item-d1 img {margin-top:5px;width:520px;height:270px;}
		.item-d2 img {margin-bottom:5px;width:520px;height:270px;}
		.item-d3 img {width:250px;height:140px;}
		.item-d4 img {width:160px;height:190px;}
		.item-d3 img {float:left;margin:10px 15px 0 0;}
		.item-d4 img {float:left;margin:10px 6px 0;}
		.item-d2 .item-pic, .item-d3 .item-pic {width:530px;}

	.item-e1, .item-e2, .item-e3, .item-e4 {width:250px;height:539px;}
        .item-e1 .item-cont {height:460px;}
        .item-e2 .item-cont {height:169px;}
        .item-e3 .item-cont, .item-e4 .item-cont {height:190px;}
		.item-e2 img {margin-top:5px;width:250px;height:140px;}
        .item-e3 img, .item-e4 img {width:250px;height:260px;}
		.item-e3 img {margin-top:10px;}
		.item-e4 img {margin-bottom:10px;}

    .item-d1 .item-pic, .item-d3 .item-pic, .item-d4 .item-pic, .item-e2 .item-pic, .item-e3 .item-pic {position:absolute;bottom:0;}
/*=E board-render */

/*=S board-subscribe */

.board-subscribe .icon {width:16px;height:16px;padding-left:10px;background:url(images/board.png) -40px 1px no-repeat;}
.board-unsubscribe span em {cursor:pointer;}
.board-unsubscribe .icon {background-position:-60px 1px;}
/*=E board-subscribe */

/*=S board-list */
.board-list {width:809px;}
    .board-list-hd {overflow:hidden;_zoom:1;}
    .board-list-bd {position:relative;width:816px;}
        .board-section {display:inline;float:left;margin:0 8px 15px 0;width:398px;border:1px solid #E5E5E5;border-radius:5px;overflow:hidden;_zoom:1;background-color:#fff;}
            .board-section-bd {padding:10px;height:128px;overflow:hidden;_zoom:1;}
                .board-section-bd .board-icon {float:left;margin-right:10px;_margin-right:7px;}
                    .board-icon img {width:128px;height:128px;}
                .board-section-bd .board-info {overflow:hidden;_zoom:1;}
                    .board-info-hd {margin-bottom:10px;height:30px;overflow:hidden;_zoom:1;}
                        .board-info-hd h3 {float:left;margin-right:5px;font:24px/30px "Microsoft YaHei", "SimHei";}
                        .board-info-hd .info {float:left;margin-top:12px;color:#999;}
                    .board-info-bd {}
                        .board-info-bd .intro {margin-bottom:8px;height:20px;color:#666;overflow:hidden;}
                        .board-info-bd li {float:left;}
                            .board-info-bd li img {width:60px;height:60px;}
            .board-section-ft {padding-left:10px;height:35px;line-height:35px;background:#F2F2F2}
                .board-section-ft .board-subscribe, .board-section-ft .board-unsubscribe {float:right;margin:5px 5px 0 0;}

                .board-read .board-title-info {float:left;overflow: hidden;}
                    .board-read .board-title-info dt {display:inline-block;margin-right:3px;*display:inline;*margin-right:6px;*zoom:1;font:400 18px/22px "Microsoft YaHei";color:#333;}
                        .board-title-info dt a {color:#333;}
                    .board-read .board-title-info dd {display:inline-block;*display:inline;*zoom:1;font:400 12px/22px "SimSun";color:#666;}

                .board-noresult-tips {text-align:center;color:#666;padding:50px 0;}

            .board-section-hd{position:relative;padding:8px 10px 2px;overflow:hidden;background:#f6f6f6;border-bottom:1px solid #e5e5e5;zoom:1;cursor:move;}
                .board-section-hd h3{float:left;margin-right:5px;font:400 20px/1.2 "Microsoft YaHei";}
            .board-section-hd .info{float:left;padding-top:6px;color:#999;overflow:hidden;zoom:1;}
            .board-section .board-cover{height:180px;}
            .board-section-bd .board-cover-hd{position:relative;float:left;margin-right:10px;width:160px;height:180px;color:#fff;overflow:hidden;}
            .board-section-bd .board-cover-hd:visited{color:#fff;}
            .board-section-bd .board-cover-hd:hover{text-decoration:none;}
            .board-section-bd .board-cover-hd img{width:160px;}
            .board-section-bd .board-cover-hd span{
                position:absolute;left:0;bottom:0;padding:0 5px;width:150px;height:25px;line-height:25px;overflow:hidden;
                filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CC333333', endColorstr='#CC333333');background:rgba(51,51,51,0.8);
            }
        .board-section-bd .board-cover-bd{overflow:hidden;zoom:1;}
                .board-section-bd .board-cover-bd a, .board-section-bd .board-cover-bd a:visited{color:#666;word-wrap:break-word;word-break:break-all;}
                .board-cover-bd .cover-items{position:relative;top:-1px;padding-left:15px;}
                .board-cover-bd .cover-items li{position:relative;margin-bottom:6px;height:42px;font-size:14px;}
                .board-cover-bd .cover-items li .dotted{position:absolute;top:10px;left:-10px;padding-top:3px;width:3px;height:0;overflow:hidden;background:url(images/board.png) -20px -59px no-repeat;}
                .board-cover-bd .cover-items a{display:block;height:20px;overflow:hidden;}
                .board-cover-bd .cover-items li i{color:#999;font-size:12px;line-height:18px;}
                        .cover-imgs .cover-items{height:80px;}
                        .cover-imgs .cover-items li{padding:0;border:0 none;height:20px;line-height:20px;margin-bottom:6px;*margin-bottom:2px;font-size:12px;}
                        .cover-imgs .cover-items li i{display:none;}
                        .cover-imgs .cover-items li .dotted{top:9px;}
                        .cover-imgs .cover-items-imgs{overflow:hidden;}
                        .board-cover-button{position:absolute;top:6px;right:6px;padding-top:20px;width:20px;height:0;overflow:hidden;background:url(images/board.png) 0 -79px no-repeat;}
                        .board-cover-button:hover{background-position:0 -59px;}
                        .board-section-hov:hover,  .board-section-hov-ie6{background-color:#f6f6f6;cursor:pointer;}


.board-list-bd .cur-drag{border:1px dashed #D6D6D6;}
.board-list-bd .cur-drag .board-section-hd, .board-list-bd .cur-drag .board-section-bd{visibility:hidden;}
/*=E board-list */

/*=S subPreview-mod */
.subPreview-mod .subPreview-ft .button, .board-buttons-items .button-item, .subPreview-mod .subPreview-ft .button .icon  {background:url(../board/images/board.png) no-repeat;}
/*=S subPreview-mod */
.subPreview-mod {display:none;position:fixed;_position:absolute;left:0;top:0;margin:auto;width:850px;background:#fff;_zoom:1;}
.subPreview-mod .subPreview-hd {position:absolute;top:0;margin-left:25px;padding-top:12px;width:805px;height:60px;color:#A0A0A0;font-size:14px;*zoom:1;z-index:3;background:#fff;border-bottom:1px solid #dedede;}
.subPreview-mod .subPreview-hd .photo img {float:left;width:50px;height:50px;border-radius:3px;}
.subPreview-mod .subPreview-hd .title-info {margin-left:65px;}
.subPreview-mod .subPreview-hd h4 {padding-left:60px;height:26px;font:400 24px/26px "Microsoft Yahei";box-shadow:0 8px 10px #fff;}

.subPreview-mod .subPreview-hd h4 a, .subPreview-mod .subPreview-hd h4 a:visited {color:#333;}
.subPreview-mod .subPreview-hd h4 a:hover{color:#0657b2;}
.subPreview-mod .subPreview-hd h4 u{display:block;margin-left:6px;height:15px;line-height:15px;font-size:12px;text-decoration:none;}
.subPreview-mod .subPreview-hd .info {height:12px;line-height:12px;font-size:12px;}
.subPreview-mod .subPreview-hd .info span {margin-left:10px;}
.subPreview-mod .subPreview-hd .underline-info {padding-bottom:5px;line-height:22px;border-bottom:1px solid #dedede;}
.subPreview-mod .subPreview-hd .underline-info a,  .subPreview-mod .subPreview-hd .underline-info a:visited, .subPreview-mod .subPreview-hd .underline-info span {font-size:12px;color:#999;margin-right:8px;}

.subPreview-mod .subPreview-hd .right-side-info{padding:5px 0 0 60px;_padding-top:0;font-size:12px;color:#999;}
.subPreview-mod .subPreview-hd .right-side-info .user-face{position:absolute;width:50px;height:50px;top:12px;left:0;border-radius:3px;}
.subPreview-mod .subPreview-hd .right-side-info u{margin-left:10px;text-decoration:none;}
.subPreview-mod .subPreview-hd .right-side-info .record-link {height:27px;font:400 18px/27px "microsoft yahei","SimHei";color:#8ca226;}
.subPreview-mod .subPreview-hd .right-side-info .record-link:hover {text-decoration:none;}
.subPreview-mod .subPreview-hd .right-side-info .icon {margin-right:10px;padding-left:20px;height:24px;background:url(../board/images/board.png) no-repeat 0 -118px;zoom:1;}
.subPreview-mod .subPreview-hd .right-side-info dl {position:relative;}

.subPreview-mod .subPreview-ft .button{display:block;position:absolute;bottom:240px;left:850px;padding:10px;width:40px;height:50px;font-size:12px;color:#fff;cursor:pointer;background:#8ca226;border-radius:0 6px 6px 0;overflow:hidden;*zom:1;outline:none;
    -webkit-transition:padding 0.2s ease;
    -moz-transition:padding 0.2s ease;
    transition:padding 0.2s ease;
}
.subPreview-mod .subPreview-ft .button:visited{color:#fff;}
.subPreview-mod .subPreview-ft .button:hover{padding-left:20px;text-decoration:none;}
.subPreview-mod .subPreview-ft .button i.icon{display:block;margin-bottom:5px;padding-top:30px;height:0;overflow:hidden;}
.subPreview-mod .subPreview-ft .subPreview-next {bottom:160px;}
.subPreview-mod .subPreview-ft .subPreview-reply {text-align:center;background-color:#eaa400;bottom:80px;}
.subPreview-mod .subPreview-ft .subPreview-next .icon{background-position:-120px 0;}
.subPreview-mod .subPreview-ft .subPreview-prev .icon{background-position:-80px 0;}
.subPreview-mod .subPreview-ft .subPreview-reply .icon{background-position:-157px 5px;}

.subPreview-mod .subPreview-ft .board-info-tip{display:none;position:absolute;padding-top:20px;z-index:3;}
.board-info-tip .board-info {position:relative;padding:10px 0 0 10px;width:205px;height:135px;border:1px solid #dedede;background:#fff;z-index:5;}
.board-info-tip .board-info .board-info-hd {display:block;margin-bottom:5px;height:60px;overflow:hidden;zoom:1;}
.board-info-tip .board-info .board-info-hd a {float:left;margin-right:5px;overflow:hidden;}
.board-info-tip .board-info .board-info-hd img {display:block;width:60px;height:60px;}
.board-info-tip .board-info .board-info-hd p {display:block;overflow:hidden;zoom:1;}
.board-info-tip .board-info .board-info-hd p a {width:130px;height:22px;font:400 16px/22px "Microsoft YaHei","SimHei";overflow:hidden;}
.board-info-tip .board-info .board-info-bd .icon {margin-right:2px;padding-left:12px;height:20px;background:url(images/home.png) -20px 3px no-repeat;zoom:1;}
.board-info-tip .board-info .board-info-bd .btn-light .icon {background-position:-40px 3px;}
.board-info .board-info-ft .triangle {position:absolute;top:-10px;left:30px;z-index:3;}
.board-info .board-info-ft .triangle.bottom {top:34px;_top:38px}
.board-info .board-info-ft .triangle em, .subPreview-mod .triangle span {position:absolute;height:15px;width:17px;font-size:15px;line-height:21px;overflow:hidden;}
.board-info .board-info-ft .triangle em {color:#dedede;}
.board-info .board-info-ft .triangle span {top:1px;color:#ffffff;}
.board-info .board-info-ft .triangle.bottom span {top:-1px;}
.board-info .board-info-bd .btn{display:none;}

.subPreview-ft .subPreview-reply-bar{position:absolute;left:0;bottom:-1px;_bottom:5px;width:850px;min-height:35px;_height:35px;_zoom:1;font:400 12px/24px "Microsoft YaHei","SimHei",Simsun;box-shadow:2px 0 12px #666;background:#f8f8f8;z-index:2;border-top:1px solid #ddd;}
.subPreview-reply-bar .subPreview-reply-bar-hd, .subPreview-reply-bar .subPreview-reply-bar-bd{padding:5px 25px;}
.subPreview-reply-bar-bd p b{margin-right:5px;font:400 22px/24px "Microsoft YaHei","SimHei";}
.subPreview-reply-bar-bd .subPreview-reply-input{display:block;margin-bottom:10px;width:785px;height:150px;resize:none;background:#fff;}
.subPreview-reply-bar-hd .subPreview-reply-input{margin-right:10px;width:700px;height:28px;font-size:16px;line-height:28px;background:#fff;}
.subPreview-reply-bar .subPreview-reply-tip{margin-left:10px;}
.subPreview-reply-bar .reply-scala-button{display:block;position:absolute;top:5px;right:5px;padding-top:15px;width:19px;height:0;background:url(../board/images/board.png) -240px -59px no-repeat;cursor:pointer;overflow:hidden;}
.subPreview-reply-bar-hd .reply-scala-button{background-position:-240px -39px;}

.subPreview-reply-bar .reply-bar-capture{margin-left:5px;}
.subPreview-reply-bar .reply-bar-capture img{margin:0 5px;}

.subPreview-mod .subPreview-closed{
    position:absolute;display:block;top:5px;right:5px;
    width:45px;padding-top:45px;height:0;overflow:hidden;
    background:url(../board/images/subPriew_closed_all.png) 0 -49px  no-repeat; _background-image:none;/*IE6*/
}
.subPreview-mod .subPreview-closed:hover{background-position:0 0;_background-image:none;/*IE6*/}
.body-content .body-content-head{margin-bottom:8px;line-height:26px;color: #999;}
.body-content .body-content-head  .author-link{margin-right:6px;color:#999;font-size:12px;}
.body-content .body-content-head  .author-link:visited{color:#999;}
.body-content .body-content-main{;margin-bottom:60px;*zoom:1;}
.body-content .body-content-reply{font-size:12px;margin-bottom:50px;overflow:hidden;*zoom:1;}
.body-content .body-content-reply .reply-item{padding:6px 10px 0;border-top:1px solid #dedede;line-height:22px;overflow:hidden;*zoom:1;}
.body-content .body-content-reply .reply-new{background-color:#f8ffd8;}
.body-content-reply .reply-item .reply-item-content{font-size:14px;overflow:hidden;*zoom:1;}
.body-content-reply .reply-item .reply-item-hd{position:relative;padding:15px 0 0 40px;height:22px;color:#999;}
.body-content-reply .reply-item .reply-item-hd .reply-item-face{position:absolute;top:0;left:0;display:block;width:35px;height:35px;overflow:hidden;}
.body-content-reply .reply-item .reply-item-hd .reply-floor{position:absolute;right:0;top:0;}

.body-content-reply .reply-item .reply-item-hd img {margin-right:5px;height:30px;width:30px;}
.body-content-reply .reply-item .reply-item-hd .user-created-board {position:absolute;bottom:0;right:0;}
.body-content-reply .reply-item-hd .user-created-board .icon {padding-left:15px;margin-right:5px;background:url(../board/images/board.png) 0 -158px no-repeat;zoom:1;}
.body-content-reply .user-created-board .triangle {top:-1px;}
.body-content-reply .user-created-board .triangle span {top:-1px;}
.body-content-reply .reply-item .reply-item-bd{margin-bottom:10px;}
.body-content-reply .reply-item .author-link{margin-right:6px;color:#999;font-size:12px;}
.body-content-reply .reply-item .author-link:visited {color:#999;}
.body-content-reply .reply-item .author-link:hover {color:#0657b2;}

.subPreview-bd{[;padding-right:5px;];*padding:0;box-shadow:1px 5px 4px #666;position:relative;z-index:2;}
.subPreview-bd .body-content{position:relative;padding:72px 20px 0 25px;width:805px;background:#fff;overflow-x:hidden;overflow-y:auto;font:400 14px/24px Simsun,Arial;}
.subPreview-bd .body-content .page-mod{float:right;margin-bottom:50px;*margin-bottom:70px;overflow:hidden;*zoom:1;}
.subPreview-bd .body-content .activity-loadding{display:block;width:100%;height:100%;background:url(../board/images/loading.gif) center center no-repeat;_zoom:1;}
/* Let's get this party started */
.subPreview-bd .body-content::-webkit-scrollbar {width: 10px; }
/* Handle */
.subPreview-bd .body-content::-webkit-scrollbar-thumb {border-radius: 10px;background: #acacac; }

.subPriew-cover-lock{background:url(../board/images/bg_subPriew_repeat.gif) repeat;}

.subPreview-show{display:block;}
@-webkit-keyframes scaleBig {
                    0% {
                        -webkit-transform: scale(0);
                    }
                    80% {
                        -webkit-transform: scale(1) ;
                    }
                }
/* key info*/
.subPreview-ft .subPreview-keyInfo{position:absolute;width:30px;font:400 16px/22px "Microsoft YaHei";word-wrap:break-word;background-color:#8CA226;border-radius:6px 0 0 6px;
    -webkit-transition:width 0.2s ease;
    -moz-transition:width 0.2s ease;
    transition:width 0.2s ease;
}
.subPreview-ft .subPreview-keyInfo .key-hd{padding:8px;width:14px;cursor:default;color:#fff;}
.subPreview-ft .subPreview-keyInfo .key-bd{display:none;width:200px;overflow:hidden; }
.subPreview-ft .subPreview-keyInfo-hov{width:200px;background-color:#fff;}
.subPreview-ft .subPreview-keyInfo-hov .key-hd{display:none;}
.subPreview-ft .subPreview-keyInfo-hov .key-bd{display:block;}
.subPreview-ft .subPreview-keyInfo-hov .key-bd li{padding:5px 0 5px 10px;font-size:12px;overflow:hidden;_zoom:1;}
.subPreview-ft .subPreview-keyInfo-hov .key-bd li .fl{width:86px;height:22px;line-height:22px;text-align:right;overflow:hidden;}
.subPreview-ft .subPreview-keyInfo-hov .key-bd li span{display:block;overflow:hidden;_zoom:1;}
/*=E subPreview-mod */



/*=S welcomeGuide-mod */
        .welcomeGuide-mod {position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;_zoom:1;}
        .welcomeGuide-mod .welcomeGuide-bd{position:relative;_zoom:1;}
                .welcomeGuide-mod .welcomeGuide-first {
                    width:532px;height:330px;
                    background:url(images/welcome_guide_b_1.png) no-repeat;
                    _background-image: none; /* IE6 */
                }
                .welcomeGuide-mod .welcomeGuide-sec {
                    width:681px;height:276px;
                    background:url(images/welcome_guide_b_2.png) no-repeat;
                    _background-image: none; /* IE6 */
                }
                .welcomeGuide-mod .welcomeGuide-thd {
                    width:668px;height:313px;
                    background:url(images/welcome_guide_b_3.png) no-repeat;
                    _background-image: none; /* IE6 */
                }
                .welcomeGuide-mod .button {position:absolute;display:block;padding-top:65px;width:250px;height:0;overflow:hidden;cursor:pointer;}
                .welcomeGuide-mod .button-close{position:absolute;display:block;padding-top:55px;width:55px;height:0;overflow:hidden;}
                        .welcomeGuide-mod .welcomeGuide-first .button-close{left:465px;top:22px;}
                        .welcomeGuide-mod .welcomeGuide-first .goto-friendslist{top:362px;left:230px;}
                        .welcomeGuide-mod .welcomeGuide-first .goto-next{top:170px;left:295px;}
                        .welcomeGuide-mod .welcomeGuide-sec .button-close {top:20px;left:454px;}
                        .welcomeGuide-mod .welcomeGuide-sec .goto-next{top:120px;left:350px;width:150px;}
                        .welcomeGuide-mod .welcomeGuide-thd .goto-next{top:215px;left:420px;width:220px;}
                        .welcomeGuide-mod .welcomeGuide-thd .button-close {top:110px;left:592px;}
/*=E welcomeGuide-mod */

/*=S board-buttons-items */
.board-buttons-items {position:absolute;top:37px;right:0;height:40px;overflow:hidden;_zoom:1;}
    .board-buttons-items .button-item {float:left;margin-left:5px;height:0;padding-top:40px;overflow: hidden;}
    .board-buttons-items .refresh-button{width:45px;background-position:-355px -79px;}
    .board-buttons-items .refresh-button:hover{background-position:-355px -119px;}
    .board-buttons-items .subscribe-button{width:125px;background-position:-274px 0;}
    .board-buttons-items .subscribe-button:hover{background-position:-274px -39px;}
    .board-buttons-items .recommed-button{width:88px;background-position:-220px -158px;}
    .board-buttons-items .recommed-button:hover{background-position:-308px -158px;}

/*=E board-buttons-items */

/*=S board-buttons-items */
.board-test-guide {position:absolute;top:41px;right:250px;}
    .test-guide-bd {padding:40px 0 0 7px;width:95px;height:31px;background:url(images/test_guide.png) no-repeat;_background:none;}
    .test-guide-bd a {position:relative;}
/*=E board-buttons-items */


/*=S manage default style ------from home default.css=*/

/*=S form-mod */
.form-mod {table-layout: fixed;margin-bottom:10px;width:100%;font-size:14px;}
.form-mod-noborder tr {border:none;}
.form-mod select, .form-mod input {margin-right:5px;}
.form-mod select {height:20px;}
.form-mod .inp_txt {height:16px;line-height:16px;}
.form-mod th {padding:5px 0;width: 95px;text-align:right;font-weight:400;line-height:25px;}
.form-mod td {padding:5px 0 5px 10px;line-height:25px;}
.form-mod .email span {margin-left:10px;}
.form-mod .gender label {margin-right:10px;}
.form-mod .birthday label {margin-right:15px;}
.form-mod .sign {margin:5px 0;width:360px;height:90px;}
.form-mod .item-desc textarea{width:280px;height:120px;resize:none;}
.form-mod .item-bg img {margin-left:5px;width:200px;height:70px;border:1px solid #E6E6DE;}
.form-mod .item-bg strong {margin-left:10px;}
.form-mod .item-show .iblock {margin-right:20px;}
.form-mod .upload-button{position:relative;}
.form-mod .upload-button .img-file-button{position:absolute;left:0;height:30px;width:60px;z-index:2;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
.form-mod .disabled-small .img-file-button{top:-100px;z-index:0;}


    .board-classify-select .classify-tag-list {width:270px;}
            .board-classify-select .classify-tag-list a {float:left;margin:2px 1px 0 0;padding:0 10px 0 9px;height:28px;line-height:28px;color:#7f9c14;background:#d9e3b4;white-space:nowrap;}
            .board-classify-select .classify-tag-list a:hover {color:#fff;background:#9ebf5e;text-decoration:none;}
            .board-classify-select .classify-tag-list a.selected, .board-classify-select .classify-tag-list a.selected:hover {background:#ececec;color:#999;}
            .board-bg-select ul li {float:left;padding-top:10px;width:150px;text-align:center;line-height:22px;}
            .board-bg-select ul li.no-bg {padding-top:36px;width:80px;line-height:23px;}
                    .board-bg-select ul li label{display:block;}
                    .board-bg-select img {margin-left:5px;width:110px;height:70px;border:1px solid #E6E6DE;}
                    .board-bg-select .more-btn {float:left;margin-top:32px;padding-left:12px;width:66px;height:23px;font-weight:700;line-height:23px;color:#334f67;border:1px solid #dbdbdb;border-radius:3px;
                        background:#f1f1f1;
                        background:-webkit-gradient(linear,0 0,0 100%,from(#fafafa),to(#dbdbdb));
                        background:-moz-linear-gradient(#fafafa,#dbdbdb);
                        background:linear-gradient(#fafafa,#dbdbdb);}
    .board-bg-select .more-btn:hover {color:#334f67;text-decoration:none;}
                .board-bg-select .board-bg-more,#more-bg .board-bg-more {padding:7px 7px 0 18px;overflow:hidden;_zoom:1;}
                    .board-bg-more a {position:relative;float:left;margin:0 11px 9px 0;height:91px;color:#333;border:1px solid #dddddd;text-align:center;}
                            .board-bg-more a img {display:block;width:110px;height:68px;}
                            .board-bg-more a span {display:block;width:110px;height:22px;line-height:22px;border-top:1px solid #dddddd;}
                            .board-bg-more .selected .selected-icon {position:absolute;display:block;left:0;top:0;width:110px;height:68px;background:url("images/selected.png") #9dae51 5px -12px no-repeat;filter:alpha(opacity:80);opacity:0.8;_background-color:#A8B96F;}
                            .board-bg-more a:hover, .board-bg-more a.selected {border-color:#cad88b;color:#333;text-decoration:none;}
                            .board-bg-more a:hover span, .board-bg-more a.selected span {border-color:#cad88b;background:#f3f8df;}


/*=E form-mod */
/*=S tab-mod */
.tab-mod {padding:10px 10px 0 10px;background:#fff;border:1px solid #C8C8C8}
.tab-mod .tab-hd {margin-bottom:10px;border-bottom:1px solid #b5ce85;}
.tab-mod .tab-item {font-size:14px;}
.tab-mod .tab-item a, .tab-mod .tab-item .selected, .tab-mod .tab-item span {height:26px;line-height:26px;background:url(images/bg_others.png) 0 -56px no-repeat;}
.tab-mod .tab-item a, .tab-mod .tab-item em {float:left;margin-left:10px;text-decoration:none;}
.tab-mod .tab-item span {display:inline-block;margin-left:10px;padding-right:10px;text-decoration:none;color:#334f64;background-position:100% -84px;}
.tab-mod a span {cursor:pointer;}
.tab-item a:hover span {text-decoration:underline;color:#334f64;}
.tab-mod .tab-item .selected {cursor:default;position:relative;top:1px;background-position:0 0;}
.tab-mod .tab-item .selected span {font-weight:700;color:#333;background-position:100% -28px;}
/*=E tab-mod */

/*=E data-mod */
.data-mod {width:100%;margin-bottom:10px;}
.data-mod th, .data-mod td {border-bottom:1px solid #dedede;}
.data-mod th {padding:5px 10px;text-align:left;font-weight:400;color:#666;background-color:#f7f7f7;}
.data-mod td {padding:5px 10px;}
.data-mod tbody {color:#999;}
.data-mod .hover {cursor:pointer;background-color:#f3f8df;}
.data-mod td img{border:1px solid #dedede;background:#EBEDEC;}
/*=S data-mod */

/*=S main-mod */
.main-mod {margin-bottom:15px;}
.main-hd {padding:2px 2px 4px;height:26px;line-height:26px;border-bottom:2px solid #D9E6BB;}
.main-hd h3 {float:left;font:700 16px/26px "Microsoft Yahei";}
.main-hd h3 strong {color:#0657b2;}
.main-hd h3 span {font:400 12px "宋体";}
.main-sub-hd {padding:4px 2px;height:24px;line-height:24px;border-bottom:1px solid #ddd;}
.main-sub-hd h4 {float:left;font:700 14px/24px "Microsoft Yahei";}
.main-sub-hd h4 strong {color:#0657b2;}
.main-sub-hd h4 span {font:400 12px "宋体";}
.home-signature {padding:8px 0 24px 72px;font-size:14px;font-weight:bold;line-height:22px;background:url(images/bg_others.png) -133px -2073px no-repeat;}
/*=E main-mod */

/*=E manage default style ------from home default.css=*/

/*=S board-manage/perm */
.special-submit{padding-left:10px;}
    .special-submit a{display:inline-block;margin-left:20px;}
.tab-bd .special-clear{clear:both;height:0;padding-bottom: 20px;}
    .form-mod .item-state label, .form-mod .item-see label {margin-left:10px;vertical-align:middle;}
    .form-mod .item-state td{padding-left:11px;}
    .form-mod .item-cover-s label {margin-right:10px;}
    .special th {vertical-align:text-top;}
    .form-mod .item-cover-s ul{list-style:none;}
    .form-mod .item-cover-s li.cover-s{margin-top:5px;height:61px;}
    .item-see div{margin:5px 0;height:30px;width:200px;border:1px solid #ddd;}
    .item-name .inp_txt{vertical-align:text-top;width:400px;height: 40px;}
    .item-desc .inp_txt{vertical-align:text-top;width:400px;height: 60px;}
    .item-cover-b a.cover-b{display: inline-block;float:left;width: 130px;height: 130px;background:url(images/cover_big.png) no-repeat 0 0;}
    .item-cover-b a.options-btn{margin:50px 0 0 10px;}
    .item-cover-s a.cover-s{display: inline-block;float:left;width: 60px;height: 60px;background:url(images/cover_small.png) no-repeat 0 0;}
    .item-cover-s a.options-btn{margin:20px 0 0 10px;}
    .data-mod label{margin-left:10px;}
/*=E board-manage/perm */

 /*=S  form-board-baseSet=*/
 .form-board-baseSet tr{border:0 none;}
    .form-board-baseSet .item-name .board-name{width:260px;}
    .form-board-baseSet .item-desc .board-desc{width:260px; height:48px;}
    .form-board-baseSet .word-num{color:#666;font-size:12px;font-weight:700;}
    .form-board-baseSet .board-face-edit{position:relative;min-height:35px;_height:35px;_zoom:1;}
    .form-board-baseSet .board-face-edit .upload-button{left:130px;position:absolute;bottom:0;}
    .form-board-baseSet .board-face-edit img{width:128px;height:128px;}
    .form-board-baseSet .pre-view{color:#0657B2;font-size:12px;}
        .board-preview{display:none;margin-bottom:20px;overflow:hidden;}
                .board-preview .board-preview-bd{padding:27px 0 0 34px;height:200px;background:url(images/bg_board_preview.jpg) no-repeat;}
                        .board-preview .board-preview-bd img{float:left;margin-right:10px;width:120px;height:120px;}
                        .board-preview .board-preview-bd .board-preview-area{overflow:hidden;zoom:1;}
                                .board-preview .board-preview-bd .board-preview-area strong{margin-right:5px;color:#666;font: 24px/30px "Microsoft YaHei","SimHei";}

/*=E form-board-baseSet=*/
/*=S  board-permSet=*/
    .board-permSet .td-bgcolor{background-color:#F3F8DF;color:#8CA226;}
    .board-permSet .board-status{width:230px;_padding-top:5px;background-color:#EFF7F8;color:#0657B2;font-family:"宋体";font-size:14px;}
    .board-permSet label.iblock{float:left;min-width:90px;_width:100px;}
/*=E  board-permSet=*/

/*=S recommend-board=*/
    .recommend-board {width:600px;padding:5px 0 0 5px;overflow:hidden;}
            .recommend-board a {position:relative;margin:0 9px 16px 0;*margin-right:13px;width:104px;height:120px;color:#333;border:1px solid #dfdfdf;text-align:center;overflow:hidden;}
            .recommend-board a:hover, .recommend-board a.selected {background-color:#f3f8df;color:#333;border-color:#c9d78a;text-decoration:none;}
            .recommend-board a:visited {color:#333;}
                    .recommend-board a img {padding:2px 2px 0;display:block;width:100px;height:100px;}
                    .recommend-board a span {display:block;padding:0 5px;height:18px;line-height:18px;overflow:hidden;}
                    .recommend-board .selected-icon {display:none;z-index:2;}
                    .recommend-board .selected .selected-icon {display:block;position:absolute;top:2px;left:2px;width:100px;height:100px;background:url(images/selected.png) no-repeat;_background-image:none;}
/*=E recommend-board=*/


/*=S board-create-btn=*/
.side-bar .board-create-btn a {display:block;padding-left:30px;margin-bottom:10px;width:132px;height:34px;font:400 18px/34px "Microsoft Yahei","SimSun";color:#fff;border-radius:5px;background:#9cb133;
            background:-webkit-gradient(linear,0 0,0 100%,from(#abbf42),to(#8fa523));
            background:-moz-linear-gradient(#abbf42,#8fa523);
            background:linear-gradient(#abbf42,#8fa523);
            box-shadow:2px 2px 3px #dedede;-webkit-box-shadow:2px 2px 3px #dedede;}
        .side-bar .board-create-btn a:hover {text-decoration:none;color:#fff;background:#9cb133;
            background:-webkit-gradient(linear,0 0,0 100%,from(#8ea423),to(#aabe41));
            background:-moz-linear-gradient(#8ea423,#aabe41);
            background:linear-gradient(#8ea423,#aabe41);}
        .board-create-btn a .icon {padding:3px 0 0 14px;background:url(images/board.png) -40px 11px no-repeat;_zoom:1;}
        .form-mod .item-url .recommend-url {padding-left:110px;margin-bottom:10px;height:0;line-height:18px;}
        .form-mod select {width:265px;border:1px solid #7f9db9;}
        .tab-bd .success-msg {padding-left:40px;margin:10px 0 60px;font:400 18px/22px "Microsoft Yahei","SimHei";color:#333;}
/*=E board-create-btn=*/

/*=board-specific-show=*/
        .board-read .board-specific-show{padding-left:40px;margin-bottom:10px;}
        .board-read  .board-specific-show .specific-hd{margin-bottom:10px;font: 400 18px/22px "Microsoft Yahei","SimHei";}

/*=board-specific-item=*/
    .board-specific-items{position:relative;width:940px;overflow:hidden;zoom:1;}
            .board-read  .board-specific-items{width:710px;}
            .board-specific-items ul{position:relative;left:-10px;width:980px;overflow:hidden;}
            .board-read  .board-specific-items ul{width:808px;}
            .board-specific-items .board-specific-item {position:relative;float:left;padding:0 10px 0 9px;margin-bottom:19px;width:220px;height:200px;border-left:1px dashed #dddddd;cursor:pointer;}
            .board-specific-item .detail-mod {position:relative;width:220px;}
            .board-specific-item .detail-hd {position:absolute;padding-left:12px;width:198px;height:28px;top:10px;right:0;font:400 14px/28px "SimSun";color:#333;
                filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99FFFFFF', endColorstr='#99FFFFFF');background:rgba(255,255,255,0.6);}
            :root .board-specific-items .board-specific-item .detail-hd{filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');}/*for IE9*/
                    .board-specific-item .detail-bd {width:220px;height:160px;overflow:hidden;zoom:1;}
                    .board-specific-item .detail-bd .thin {float:left;width:120px;height:160px;}
                    .board-specific-item .detail-bd .small-pics {float:right;width:100px;height:160px;overflow:hidden;}
                    .detail-bd .small-pics img {width:100px;height:80px;}
                    .board-specific-item .detail-bd .single {width:220px;height:160px;}

                    .board-specific-item .board-section-ft {padding:0;width:220px;height:auto;line-height:22px;background:#fff;}
                    .board-specific-item .board-section-ft .hov-border {display:none;position:absolute;width:214px;height:154px;top:0;left:0;border:3px solid #94ab1a;background-image: url(about:blank);}
                    .board-specific-item .board-section-ft .hov {display:block;}
                    .board-specific-item .board-section-ft .detail-info {padding:5px 0 0 2px;;height:36px;font:400 12px/18px "SimSun";color:#666;}
                    .board-section-ft .board-author a, .board-section-ft .board-author a:hover {color:#8ea325;}

                            .board-specific-item .board-section-ft .push-btn {position:absolute;display:inline-block;_display:inline;padding-left:10px;height:22px;bottom:6px;right:0;*zoom:1;}
                            .push-btn span {float:left;height:22px;font:400 12px/22px "Simsun";}
                            .board-specific-item .board-section-ft .board-subscribe {margin-right:0;padding-right:10px;color:#fff;background:#9cb133;
                                background:-webkit-gradient(linear,0 0,0 100%,from(#abbf42),to(#8fa524));
                                background:-moz-linear-gradient(#abbf42,#8fa524);
                                background:linear-gradient(#abbf42,#8fa524);border-radius:2px;
                                box-shadow:2px 2px 3px #dedede;-webkit-box-shadow:2px 2px 3px #dedede;}
                            .board-specific-item .board-section-ft .board-subscribe:hover {text-decoration:none;color:#fff;background:#9cb133;
                                background:-webkit-gradient(linear,0 0,0 100%,from(#8ea423),to(#aabe41));
                                background:-moz-linear-gradient(#8ea423,#aabe41);
                                background:linear-gradient(#8ea423,#aabe41);}
                            .board-specific-item .board-section-ft .board-unsubscribe, .board-specific-item .board-section-ft .board-unsubscribe:hover {margin-top:5px;line-height:22px;background:#fff;color:#666;}
                            .board-section-ft .board-subscribe .icon {_margin-top:5px;}
                            .board-section-ft .board-unsubscribe .icon {padding-left:10px;background:url(images/board.png) 0 -19px no-repeat;}

                        .board-specific-items ul.my-create {left:0;padding-top:10px;}
                        .board-specific-items ul.my-create .board-specific-item {margin-right:44px;padding-left:10px;border-left-color:#fff;}
                            .board-specific-item .detail-ft .close-btn {position:absolute;right:-10px;top:-10px;display:none;padding:20px 0 0 20px;width:0;height:0;border-radius:10px;background:url(images/board.png) #aaa -15px 5px no-repeat;overflow:hidden;}
                            .board-specific-item .detail-ft .detail-info {padding:5px 0 0 2px;;height:36px;font:400 12px/18px "SimSun";color:#666;}
                        /*我的空间-创建专辑 入口*/
                        .board-create-button {position:relative;display:inline-block;margin-left:10px;padding-left:5px;width:85px;height:20px;line-height:20px;border-radius:12px;background:#868686;color:#fff;}
                        .board-create-button span{color:#fff;}
                        .board-create-button .icon {padding-left:16px;background:url(images/board.png) -35px 1px no-repeat;}
                        .board-create-button:hover {color:#fff;box-shadow:0 5px 5px 0 #5C5C5C inset;background:#868686;}







