﻿/*2018*/
@import url('select.css');
/*show page*/
.showzmain {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
.showzmain .row
{
	clear: both;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #EEEEEE;
	margin: 0px;
}
.showzmain .row .formControls
{
	display: block;
	overflow: hidden;
	padding: 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #F8F8F8;
}
/*弹出窗口内容样式*/
.wind_box
{
	padding: 10px;
	clear: both;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
.wind_box table,.wind_box table tr th, .wind_box table tr td {
	border:1px solid #E4E4E4;
	padding: 5px;
}
.wind_box table {
	width: auto;
	min-height: 25px;
	line-height: 25px;
	text-align: center;
	border-collapse: collapse;
	padding:2px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: auto;
} 
.pitem-bar
{
	background-color: #E0E0E0;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
	color: #FFF;
}
.pitem-bar ul
{
	margin: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.pitem-bar ul li
{
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
}
.pitem-bar ul a
{
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #F2F2F2;	
}

/*滚动条*/
::-webkit-scrollbar  
{  
    width: 10px;  
    height: 10px;  
    background-color: #F5F5F5;  
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 10px;  
    background-color: #F5F5F5;  
}  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #888888;  
} 

.treemenu_tree {
    height: 480px;
    width: auto;
    background-color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    OVERFLOW-Y: auto;
    OVERFLOW-X: hidden;
    border: 1px solid #CCC;
    clear: both;
    margin: 0px;
    float: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.ztmargin {
    padding: 20px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    clear: both;
    overflow: hidden;
}

.box_main_bar {
    clear: both;
    height: 38px;
    background-color: #F5F5F5;
    padding: 0px;
    box-shadow: 0px 0px 5px #E0E0E0;
    position: fixed;
    top: 0px;
    z-index: 10;
    width: 100%;
    display: block;
    float: none;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #EBEBEB;
    border-right-color: #E0E0E0;
    border-bottom-color: #E0E0E0;
    border-left-color: #E0E0E0;
    margin: 0px;
}

    .box_main_bar ul {
        padding: 0px;
    }

        .box_main_bar ul.uleft {
            margin: 0px;
            padding: 0px;
            clear: left;
            float: left;
            height: auto;
            width: 70%;
        }

        .box_main_bar ul.uicon {
            margin: 0px;
            clear: right;
            float: right;
            height: auto;
            width: 25%;
            text-align: right;
            padding-top: 0px;
            padding-right: 20px;
            padding-bottom: 0px;
            padding-left: 0px;
        }

            .box_main_bar ul.uicon li {
                padding-top: 0px;
                padding-right: 5px;
                padding-bottom: 0px;
                padding-left: 5px;
                height: 36px;
                float: right;
                display: block;
                line-height: normal;
                font-size: 12px;
                border: 0px solid #E8E8E8;
                margin-top: 0px;
                margin-right: 0px;
                margin-bottom: 0px;
                margin-left: 10px;
            }

        .box_main_bar ul li {
            padding-top: 0px;
            padding-right: 5px;
            padding-bottom: 0px;
            padding-left: 5px;
            height: 36px;
            float: left;
            display: block;
            line-height: normal;
            font-size: 12px;
            border: 0px solid #E8E8E8;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            margin-left: 10px;
        }

            .box_main_bar ul li:hover {
                background-color: #F3F3F3;
            }

            .box_main_bar ul li i {
                font-size: 14px;
                color: #999;
                padding-top: 6px;
                padding-right: 6px;
                padding-bottom: 0px;
                padding-left: 0px;
                line-height: normal;
                margin-top: 5px;
                margin-right: 0px;
                margin-bottom: 0px;
                margin-left: 0px;
                height: 16px;
                width: 16px;
                display: block;
                float: left;
            }

            .box_main_bar ul li span {
                float: left;
                width: auto;
                display: block;
                line-height: 36px;
                font-size: 12px;
                font-weight: bold;
            }

            .box_main_bar ul li a {
                text-decoration: none;
                color: #099;
            }

                .box_main_bar ul li a:hover {
                    color: #F39;
                }

            .box_main_bar ul li .btn {
                font-size: 12px;
                text-align: left;
                height: auto;
                margin-top: 5px;
                line-height: 16px;
                padding-top: 4px;
                padding-right: 8px;
                padding-bottom: 4px;
                padding-left: 8px;
                width: 80px;
            }

                .box_main_bar ul li .btn label {
                    font-size: 12px;
                    font-weight: normal;
                    margin: 0px;
                    padding: 0px;
                }

                .box_main_bar ul li .btn span {
                    float: right;
                    width: auto;
                    display: block;
                    line-height: normal;
                    font-size: 12px;
                    font-weight: bold;
                    color: #999;
                    margin-left: 4px;
                    margin-top: 6px;
                }

            .box_main_bar ul li ul.dropdown-menu {
                width: 80px;
                min-width: 80px;
            }

                .box_main_bar ul li ul.dropdown-menu li {
                    margin: 0px;
                    padding: 0px;
                    list-style-position: outside;
                    list-style-image: none;
                    list-style-type: none;
                    clear: both;
                    height: 28px;
                    overflow: hidden;
                }
/*数据导航*/
.zt-databar {
    margin: 0px;
    clear: both;
    height: 32px;
    background-color: #F7F7F7;
    font-size: 12px;
    border: 1px solid #E4E4E4;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

    .zt-databar .bar_left {
        width: 80%;
        float: left;
        clear: left;
        text-align: left;
    }

    .zt-databar .bar_right {
        width: 19%;
        float: right;
        clear: right;
        line-height: 32px;
        font-size: 12px;
    }

.pagination
{
	padding: 0px;
	clear: both;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: auto;
}
.pagination ul 
{
	margin: auto;
	padding: 0px;
}
.pagination ul li
{
	float: left;
	border: 0px solid #EEE;
	padding: 0px;
	margin: auto;
	overflow: hidden;
}
.pagination ul li a
{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #EAEAEA;
	font-size: 14px;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 0px;
	height: 32px;
	line-height: 32px;
}
.pagination ul li span
{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #09F;
	font-size: 14px;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 0px;
	height: 32px;
	line-height: 32px;
	background-color: #F5F5F5;
}


.topleave { 
    margin-top: 5px;
    display: block;
}

.bottomleave { 
    margin-bottom: 5px;
    display: block;
}

#header {
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F2F2F2;
	float: none;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #topbar
{
	padding: 0px;
	clear: both;
	height: 26px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 30px;
}
#header #topbar #bar
{
	padding: 0px;
	clear: both;
	height: 26px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 26px;
}
#header #topbar #bar #bar_left{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 26px;
	width: 500px;
	font-size: 12px;
	line-height: 26px;
}
#header #topbar #bar #bar_right{
	padding: 0px;
	clear: right;
	float: right;
	height: 26px;
	width: 400px;
	font-size: 12px;
	line-height: 26px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
#header #topbar #bar a{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	height: 26px;
	width: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#header #topbar #bar a:link {
	color: #999999;
	text-decoration: none;
}
#header #topbar #bar a:visited {
	text-decoration: none;
	color: #999999;
}
#header #topbar #bar a:hover {
	text-decoration: underline;
	color: #CC0000;
}
#header #topbar #bar a:active {
	text-decoration: none;
	color: #999999;
}
#header #tops {
	clear: both;
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#tops #logo
{
	float: left;
	height: 80px;
	width: 155px;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../../images/lbg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#header #search {
	float: left;
	height: 90px;
	width: 748px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #search div
{
	display: block;
}
#search #searbox {
	padding: 0px;
	float: left;
	height: auto;
	width: 400px;
	display: inline;
	overflow: hidden;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#searbox .s-tab {
	clear: both;
	height: 28px;
	display: block;
	float: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#searbox .s-tab li {
	float: left;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/space.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: auto;
	text-align: left;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.s-tab .selected a{
	font-size: 12px;
	color: #557D00;
	font-weight: bold;
}
.s-tab .selected a:link {
	color: #557D00;
	text-decoration: none;
}
.s-tab .selected a:visited {
	text-decoration: none;
	color: #557D00;
}
.s-tab .selected a:hover {
	text-decoration: underline;
	color: #76AE00;
}
.s-tab .selected a:active {
	text-decoration: none;
	color: #557D00;
}


#searbox .sbox {
	clear: both;
	margin: 0px;
	padding: 0px;
	float: none;
	width: 394px;
	display: block;
	border: 3px solid #1D962D;
	overflow: hidden;
	height: auto;
}
.sbox .sbox-bg {
	float: left;
	width: 314px;
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 29px;
}
.sbox .sbox-so {
	float: left;
	width: 80px;
	padding: 0px;
	display: block;
	height: 29px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sbox .sbox-bg .sinpt {
	background-color: #FFFFFF;
	height: 29px;
	width: 413px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	line-height: 29px;
	display: inline;
	overflow: hidden;
	margin: 0px;
	font-family: "宋体";
	font-size: 14px;
	border: 0px solid #1D962D;
	clear: both;
	float: none;
}
.sbox .sbox-so .sbox_btn {
	font-size: 36em;
	background-image: url(../../images/sobtn.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 29px;
	width: 80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: right;
	float: right;
	display: inline;
	margin: 0px;
}


#search #stib {
	float: left;
	height: 32px;
	width: 338px;
	display: inline;
	margin: 0px;
	text-align: center;
	padding-top: 42px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 32px;
}
#search #stib ul
{
	padding: 0px;
	text-align: center;
	clear: right;
	float: right;
	margin: 0px;
}
#search #stib ul li
{
	float: left;
	height: 26px;
	width: auto;
	text-align: center;
	line-height: 26px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
#menus
{
float: none;
	height: 32px;
	width: 100%;
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color: #333333;
	line-height: 32px;
}
#imenu
{
	float: none;
	height: 32px;
	width: 980px;
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color: #333333;
	line-height: 32px;
}
#imenu ul
{
	margin: 0px;
	padding: 0px;
	height: 32px;
}
#imenu ul li
{
	float: left;
	height: 32px;
	width: 80px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	display: block;
	text-align: center;
	line-height: 32px;
	font-family: "宋体";
	font-size: 14px;
}
#imenu ul li a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#imenu ul li a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#imenu ul li a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}
#imenu ul li a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#imenu ul .on
{
	float: left;
	height: 32px;
	width: 60px;
	padding: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: block;
	text-align: center;
	background-image: url(../images/tib_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 32px;
}
#imenu ul .on a
{
	font-weight: bold;
	color: #FFFFFF;
}
#tabs
{
	float: none;
	height: 35px;
	width: 980px;
	display: block;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 35px;
}
#tabs #path 
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin: 0px;
	clear: left;
	float: left;
	height: 35px;
	width: 500px;
}
#tabs #userbar
{
	padding: 0px;
	clear: right;
	float: right;
	height: 35px;
	width: 400px;
	display: block;
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a:active {
	color: #FBFBFB;
	text-decoration: none;
}
#tops #othtib #othdiv ul li a:hover {
	text-decoration: underline;
	color: #FFFF99;
}
/*base*/
body {
	padding: 0px;
	margin: 0px;
}
body,td,th {
	font-size: 12px;
}
a:link {
	color: #484848;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #484848;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #484848;
}
div,ul,li,dl,dt,dd,img,span,em
{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	font-style: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
}
#main {
	padding: 0px;
	clear: both;
	height: auto;
	width: 980px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	padding: 0px;
	clear: both;
	height: auto;
	width: 900px;
	text-align: center;
	display: block;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 12px;
	color: #919191;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	font-family: "宋体";
}

#main #mainbox {
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 655px;
	margin: 0px;
}
#mainbox .list {
	padding: 0px;
	clear: both;
	height: auto;
	width: 655px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#mainbox .list .listtitle {
	clear: both;
	height: 28px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	background-color: #EDEDED;
	line-height: 28px;
}
.list .listtitle .te {
	clear: left;
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
}
.list .listtitle .te h4
{
	font-size: 14px;
	font-weight: normal;
	color: #7C6B38;
	background-image: url(../images/rig.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.list .listtitle .tr {
	clear: right;
	float: right;
	width: 40%;
	display: block;
	text-align: right;
	margin-right: 20px;
}
.list .listtitle .tr img
{
	margin-top: 8px;
}
.list #hotbook {
	padding: 0px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	height: auto;
}
#hotbook ul
{
	padding: 0px;
	clear: both;
	overflow: hidden;
	width: 648px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#hotbook ul li
{
	display: block;
	margin: 0px;
	float: left;
	height: 35px;
	width: 200px;
	font-family: "΢ź";
	font-size: 14px;
	line-height: 35px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.list #readview {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	float: none;
	height: auto;
	width: auto;
}
#readview .urlist
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D0C8;
	clear: both;
	overflow: hidden;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#readview .urlist .upic
{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 60px;
	width: 60px;
	display: block;
	overflow: hidden;
}
#readview .urlist .upic img
{
	padding: 5px;
	height: 48px;
	width: 48px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#readview .urlist .uviw
{
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	overflow: hidden;
	display: block;
	height: auto;
	width: 580px;
}
#readview .urlist .uviw .ut
{
	padding: 0px;
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	line-height: 30px;
	font-size: 12px;
}
#readview .urlist .uviw .ut .uln
{
	clear: left;
	float: left;
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 80%;
	display: block;
}
#readview .urlist .uviw .ut .uln a
{
	padding-right: 10px;
} 
#readview .urlist .uviw .ut .ult
{
	padding: 0px;
	clear: right;
	float: right;
	height: auto;
	width: 28%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	text-align: right;
	overflow: hidden;
}
#readview .urlist .uviw .uv
{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	display: block;
	color: #7C6B38;
	font-size: 12px;
	width: 580px;
	float: none;
	overflow: hidden;
}

#pagers
{
	clear: both;
	height: 40px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	float: none;
	display: block;
}
#pagers a
{
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#AspNetPager1
{

}
#main #mainner {
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: auto;
	width: 300px;
	position: relative;
}
#mainner #hotib {
	clear: both;
	height: auto;
	width: 298px;
	border: 1px solid #ECECEC;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	float: none;
}
#hotib .tibtop {
	clear: both;
	height: 35px;
	width: auto;
	line-height: 35px;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #ECECEC;
	color: #2E2E2E;
}
#hotib .tibtop h3
{
	clear: left;
	height: 35px;
	width: 130px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D0C8;
	color: #2E2E2E;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#hotib .tibtop span
{
	clear: right;
	float: right;
	height: 20px;
	width: 80px;
	text-align: right;
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hotib .tiblist {
	clear: both;
	height: auto;
	width: 284px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#hotib .tiblist ul {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#hotib .tiblist ul li {
	height: 30px;
	width: 68px;
	display: inline;
	overflow: hidden;
	line-height: 30px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#mainner #class-item {
	clear: both;
	height: auto;
	width: 298px;
	border: 1px solid #ECECEC;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	float: none;
}
#class-item .tibtop {
	clear: both;
	height: 35px;
	width: auto;
	line-height: 35px;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #ECECEC;
	color: #2E2E2E;
}
#class-item .tibtop h3
{
	clear: left;
	height: 35px;
	width: 130px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D0C8;
	color: #2E2E2E;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#class-item .tibtop span
{
	clear: right;
	float: right;
	height: 20px;
	width: 80px;
	text-align: right;
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#class-item .itemlist {
	clear: both;
	height: auto;
	width: 284px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#class-item .itemlist ul {
	overflow: hidden;
	padding: 0px;
	clear: both;
	height: auto;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#class-item .itemlist ul li {
	height: 26px;
	width: 68px;
	display: inline;
	overflow: hidden;
	line-height: 26px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#mainner #login_box {
	padding: 0px;
	clear: both;
	height: 100px;
	width: 250px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainner .page_ads
{
	padding: 0px;
	clear: both;
	height: 150px;
	width: 300px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainner #page_tabs
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 50px;
}
#mainner #page_tabs #onpagetib
{
	background-image: url(../images/tu_page_tibs.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	clear: both;
	height: 29px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 13px;
	line-height: 26px;
	text-align: center;
}
#onpagetib a
{
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#mainner #page_tabs #ontotop
{
	padding: 0px;
	clear: both;
	height: 25px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}
#mainner #page_tabs #ontotop img
{
	padding: 0px;
	clear: both;
	height: 25px;
	width: 117px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 66px;
}
#login_boxs {
	padding: 0px;
	clear: both;
	height: auto;
	width: 290px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#login_boxs #g_logo {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 50px;
	width: 290px;
}
#login_boxs .lo_splce {
	clear: both;
	height: 15px;
}
#login_boxs .g_list {
	background-image: url(../images/tu_login_icon.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 50px;
	width: 290px;
	overflow: hidden;
}
#login_boxs .g_list .g_us {
	background-image: url(../images/tu_login_icon.png);
	background-position: 15px -241px;
	clear: both;
	height: 50px;
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#login_boxs .g_list .g_pss {
	background-image: url(../images/tu_login_icon.png);
	background-position: 15px -241px;
	clear: both;
	height: 50px;
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#login_boxs .g_list .g_puss {
background-image: url(../images/tu_login_icon.png);
	background-position: 15px -284px;
	clear: both;
	height: 50px;
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#login_boxs .g_list strong {
	color: #979797;
	clear: left;
	float: left;
	margin-right: 5px;
	height: 50px;
	width: 60px;
	margin-left: 10px;
	line-height: 48px;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	display: block;
}
#login_boxs .g_list  .ginput {
	clear: right;
	float: right;
	height: 40px;
	width: 165px;
	line-height: 40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F4F4F4;
}

#login_boxs .g_list_on {
	background-image: url(../images/tu_login_icon.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 50px;
	width: 290px;
	overflow: hidden;
	background-position: 0px -370px;
}
#login_boxs .g_list_on .g_us {
	background-image: url(../images/tu_login_icon.png);
	background-position: 15px -241px;
	clear: both;
	height: 50px;
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#login_boxs .g_list_on .g_pss {
	background-image: url(../images/tu_login_icon.png);
	background-position: 15px -241px;
	clear: both;
	height: 50px;
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#login_boxs .g_list_on .g_puss {
background-image: url(../images/tu_login_icon.png);
	background-position: 15px -284px;
	clear: both;
	height: 50px;
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#login_boxs .g_list_on strong {
	color: #979797;
	clear: left;
	float: left;
	margin-right: 5px;
	height: 50px;
	width: 60px;
	margin-left: 10px;
	line-height: 48px;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	display: block;
}
#login_boxs .g_list_on .ginput {
	clear: right;
	float: right;
	height: 40px;
	width: 165px;
	line-height: 40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

#login_boxs .g_btn {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 40px;
	width: 290px;
}
#login_boxs .g_btn .btn_login {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 207px;
	overflow: hidden;
	display: block;
}
#login_boxs .g_btn .btn_doing
{
	background-image: url(../images/tu_login_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -147px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 207px;
	overflow: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	text-indent: -999999px;
}
#login_boxs .g_btn .btn_doing1
{
	background-image: url(../images/tu_login_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -79px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 207px;
	overflow: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	text-indent: -99999px;
}
#login_boxs .g_btn .btn_space {
	background-image: url(../images/tu_login_icon.png);
	background-repeat: no-repeat;
	background-position: -207px -79px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 7px;
	overflow: hidden;
}
#login_boxs .g_btn .btn_regter {
	background-image: url(../images/tu_login_icon.png);
	background-repeat: no-repeat;
	background-position: -214px -79px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 76px;
	overflow: hidden;
	font-size: 14px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #CCCCCC;
}
#login_boxs .g_btn .btn_regter a
{
	height: 40px;
	width: 76px;
	overflow: hidden;
	color: #EBEBEB;
	display: block;
}
#ucmain {
	padding: 0px;
	clear: both;
	height: auto;
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #333333;
}
#ucmain #umain {
	border: 1px solid #D1D3D5;
	width: 660px;
	clear: left;
	float: left;
	margin: 0px;
	height: auto;
	background-color: #F6F6F6;
	overflow: hidden;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#ucmain #umenu {
	padding: 0px;
	clear: right;
	float: right;
	height: 400px;
	width: 237px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D1D3D5;
	border-right-color: #D1D3D5;
	border-bottom-color: #D1D3D5;
	background-color: #E0E1E4;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	display: inline;
}
#umenu ul {
	margin: 0px;
	padding: 0px;
}
#umenu ul li{
	clear: both;
	width: 207px;
	line-height: 30px;
	height: 30px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#umenu ul .welcome{
	clear: both;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7CACC;
	width: 207px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/uc_icon.png);
	background-position: 7px -107px;
	background-repeat: no-repeat;
}
#umenu ul .welcome h5
{
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#umenu ul .welcome h6
{
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	clear: both;
	padding: 0px;
	display: block;
	color: #666666;
}
#umenu ul #pics
{
	clear: both;
	height: auto;
	width: 207px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/uc_icon.png);
	background-position: 11px 7px;
	background-repeat: no-repeat;
}
#umenu ul #picsadd
{
	clear: both;
	height: auto;
	width: 207px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/uc_icon.png);
	background-position: 11px -233px;
	background-repeat: no-repeat;
}
#umenu ul #user
{
	clear: both;
	height: auto;
	width: 207px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/uc_icon.png);
	background-position: 11px -352px;
	background-repeat: no-repeat;
}
#umenu ul #out
{
	clear: both;
	height: auto;
	width: 207px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/uc_icon.png);
	background-position: 11px -473px;
	background-repeat: no-repeat;
}
#umenu ul .picson{
	clear: both;
	height: auto;
	width: 207px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/uc_icon.png);
	background-position: 11px -60px;
	background-repeat: no-repeat;
	background-color: #2794BD;
	font-weight: bold;
	color: #FFFFFF;
}
#umenu ul .on a{
	color: #FFFFFF;
}
#umain #box_act {
	margin: 0px;
	padding: 0px;
}
#umain #box_act .atitle
{
	line-height: 57px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 57px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
#umain #box_act .atitle ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#umain #box_act .atitle ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 57px;
	width: 120px;
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 57px;
}
#box_act #box_pic {
	padding: 0px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box_pic #onbar {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 22px;
	padding: 0px;
}
#box_pic #onbar ul{
	margin: 0px;
	padding: 0px;
}

#box_pic #onbar ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 100px;
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 30px;
	background-color: #D8D8D8;
}
#box_pic #onbar ul .tabon{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 100px;
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 30px;
	background-color: #D8D8D8;
	background-image: url(../images/tu_uc_ch.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
}
#box_pic #onbar ul .tabon a
{
	color: #FFFFFF;
}
#box_pic .tabdiv {
	clear: both;
	height: auto;
	width: 616px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#box_pic .tabdiv #divFlash {
	clear: left;
	float: left;
}
#box_pic .tabdiv .uptabs{
	clear: right;
	float: right;
	color: #9E9E9E;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
#box_pic #picture
{
	padding: 0px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
	height: auto;
}
#box_pic #picture ul
{
}
#picture ul li {
	padding: 0px;
	clear: both;
	background-color: #E4E4E4;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 120px;
	width: 616px;
}
#picture ul li .porder
{
	float: left;
	height: 110px;
	width: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/tu_pic_icon.gif);
	background-repeat: no-repeat;
	background-position: 8px 0px;
}
#picture ul li .ppics
{
	float: left;
	height: 110px;
	width: 115px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#picture ul li .ppics span
{
    height: 101px;
	width: 101px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	clear: both;
	display: block;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
    *display: block;
    *font-size:75px;
    *font-family:Arial;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	border: 1px solid #D9D9D9;
}
#picture ul li .ppics span img
{
margin: 0px;
	padding: 0px;
	vertical-align:middle;
}
#picture ul li .ptest
{
	float: left;
	height: 110px;
	width: 420px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#picture ul li .ptest .inboxs
{
	height: 97px;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	background-color: #FFFFFF;
	border: 1px solid #C4C4C4;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#picture ul li .pclose
{
	float: left;
	height: 110px;
	width: 40px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#picture ul li .pclose a 
{
	background-image: url(../images/tu_pic_icon.gif);
	background-repeat: no-repeat;
	background-position: -23px 0px;
	height: 16px;
	width: 28px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#box_act .edit_list
{
	padding: 0px;
	clear: both;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
	height: auto;
	width: auto;
	float: none;
}.edit_list .tabname {
	font-size: 16px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #585858;
}
.edit_list .tabname span {
	font-size: 12px;
	color: #6E6E6E;
	padding-left: 10px;
}
.edit_list .tabinput {
}
.edit_list .tabinput .inp
{
	background-image: url(../images/tu_uc_pin_bg.jpg);
	background-repeat: repeat-x;
	background-position: 1px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E1E1;
	border-left-style: solid;
	border-left-color: #E1E1E1;
	line-height: 36px;
	height: 36px;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 610px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	padding-left: 4px;
}#box_act .edit_btn {
	margin-left: 0px;
	clear: both;
	height: 50px;
	padding: 0px;
	float: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tbns {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 32px;
	width: 80px;
	padding: 0px;
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #2BA6D2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
	float: left;
}
/*pic_list*/
#box_pic #picall
{
	padding: 0px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
	height: auto;
}
#box_pic #picall ul
{
}
#picall ul li {
	padding: 0px;
	clear: both;
	background-color: #EBEBEB;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 120px;
	width: 616px;
}
#picall ul li .ppics
{
	float: left;
	height: 110px;
	width: 115px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#picall ul li .ppics span
{
	height: 101px;
	width: 101px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	clear: both;
	display: block;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
    *display: block;
    *font-size:75px;
    *font-family:Arial;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	border: 1px solid #D9D9D9;
}
#picall ul li .ppics span img
{
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}
#picall ul li .ptest
{
	float: left;
	height: 110px;
	width: 450px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#picall ul li .ptest .inboxs
{
	height: 97px;
	width: 430px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border: 0px solid #C4C4C4;
}
#picall ul li .pclose
{
	float: left;
	height: 110px;
	width: 40px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#picall ul li .pclose a 
{
	height: 16px;
	width: 28px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	clear: both;
	text-align: left;
	text-indent: -99999px;
}

#picall ul li .pclose .tclose 
{
	background-image: url(../images/tu_pic_icon.gif);
	background-repeat: no-repeat;
	background-position: -23px 0px;
	height: 16px;
	width: 28px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 10px;
}
#picall ul li .pclose .tview 
{
	background-image: url(../images/tu_pic_icon.gif);
	background-repeat: no-repeat;
	background-position: -86px 0px;
	height: 19px;
	width: 28px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#picall ul li .pclose .tedit 
{
	background-image: url(../images/tu_pic_icon.gif);
	background-repeat: no-repeat;
	background-position: -53px 0px;
	height: 16px;
	width: 28px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 10px;
}
#umain #pagers {
	clear: both;
	height: 40px;
	width: 616px;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
}
#umain #pagers a
{
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#umain #AspNetPager1
{
	background-color: #EBEBEB;
}
#box_pic #ucenter {
	height: 480px;
	padding: 0px;
	clear: none;
	width: 557px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/tu_ucenter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#box_pic #ucenter #tib_go {
	padding: 0px;
	clear: both;
	height: 30px;
	width: 110px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 368px;
}
#smain {
	padding: 0px;
	clear: both;
	float: none;
	height: auto;
	width: 810px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#smain #sview
{
    border: 1px solid #D1D3D5;
	width: 600px;
	clear: left;
	float: left;
	margin: 0px;
	height: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	display: inline;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#sview #sbtitle {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	float: none;
	height: auto;
}
#sview #sbtitle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 60px;
	font-weight: bold;
	width: 608px;
	clear: both;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}
#sview .simgdiv
{
	margin-top: 30px;
}
#sview .simgdiv ul li
{
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
#sview .simgdiv ul li img
{
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
#sview .simgdiv ul li h5
{
	clear: both;
	padding: 0px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #6F6F6F;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	display: block;
	float: none;
	width: 600px;
	text-align: center;
}
#sview .simgremark
{
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	padding: 10px;
	clear: both;
	width: 578px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-color: #F7F7F7;
	border: 1px solid #EDEDED;
	color: #2E2E2E;
}
#sview #recum
{
	font-size: 12px;
	line-height: 40px;
	font-weight: normal;
	padding: 0px;
	clear: both;
	width: 260px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 40px;
	background-color: #F7F7F7;
	color: #FFFFFF;
	background-image: url(../images/tu_like_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sview #recum span
{
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	height: 40px;
}
#sview #recum #resum
{
	background-image: url(../images/tu_view_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -106px;
	padding-left: 20px;
	margin-right: 10px;
	height: 40px;
	line-height: 40px;
	margin-left: 30px;
}
#sview #recum #likecum
{
	background-image: url(../images/tu_view_icon.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	padding-left: 20px;
	margin-left: 10px;
}
#sview #recum #bdshare
{
	float: left;
	height: 22px;
	line-height: 40px;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sview #recum #bdshare .bds_more
{
	height: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	line-height: 28px;
}
#sview #reviewbox
{
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	padding: 10px;
	clear: both;
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	color: #2E2E2E;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sview #reviewbox h3
{
	clear: both;
	height: 30px;
	display: block;
	float: none;
	width: 560px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/tu_view_icon.png);
	background-repeat: no-repeat;
	background-position: 2px 11px;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #5B5B5B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1C1C1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sview #reviewbox h3 em
{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 450px;
	height: 30px;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
}
#sview #reviewbox .reviewlist
{
	padding: 0px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	height: auto;
}
#sview #reviewbox .reviewlist .re_ubar
{
	padding: 0px;
	clear: both;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-color: #EEEEEE;
	font-size: 12px;
	line-height: 30px;
}
.reviewlist .re_ubar span
{
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
}
.reviewlist .re_ubar .rupic
{
	margin: 0px;
	padding: 0px;
	width: 40px;
}
.reviewlist .re_ubar .rupic img
{
	height: 20px;
	width: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.reviewlist .re_ubar .runame
{
	line-height: 32px;
	width: 300px;
}
.reviewlist .re_ubar .rutime
{
	width: 100px;
	margin-left: 120px;
	margin-right: 20px;
}

#copyright {
	clear: both;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	display: block;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBCBCB;
	background-color: #EBEBEB;
}
#copyright .copyright
{
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	display: block;
	text-align: center;
	height: auto;
}
#copyright .copyright p
{
	padding: 0px;
	clear: both;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	display: block;
	line-height: 20px;
	font-family: "宋体";
	font-size: 12px;
	color: #626262;
}
/*links*/
#swlink
{
	clear: both;
	width: 978px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #E5E5E5;
	float: none;
	display: block;
	line-height: normal;
	overflow: hidden;
	padding: 0px;
	height: auto;
}
#swlink .box-title {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 978px;
	line-height: 30px;
	clear: both;
	float: none;
	background-color: #F3F3F3;
}
#swlink .box-title .list-le {
	clear: left;
	float: left;
	height: 30px;
	width: 55%;
	background-image: url(../images/le-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	line-height: 30px;
}
#swlink .box-title .list-re {
	clear: right;
	float: right;
	width: 30%;
	margin-right: 10px;
	padding: 0px;
	text-align: right;
	height: 30px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 30px;
}
#swlink #swmain
{
	clear: both;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	display: block;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 0px;
	float: none;
	overflow: hidden;
}
#swlink #swmain ul
{
	padding: 0px;
	height: auto;
	clear: both;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#swlink #swmain ul li
{
	padding: 0px;
	float: left;
	height: 22px;
	width: 94px;
	text-align: left;
	display: block;
	margin: 0px;
	line-height: 22px;
	overflow: hidden;
}
#swlink #swmain ul li a
{
	padding: 0px;
	float: left;
	height: 22px;
	width: 94px;
	text-align: left;
	display: inline;
	margin: 0px;
	line-height: 22px;
}


.list #vbook {
	padding: 0px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	height: auto;
}
#vbook .bl
{
	width: 310px;
	overflow: hidden;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D0C8;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#vbook .bl .bf
{
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
#vbook .bl .bf .bpic
{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 100px;
	width: 70px;
}
#vbook .bl .bf .bpic img
{
	margin: 0px;
	padding: 0px;
	height: 96px;
	width: 68px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#vbook .bl .bf .binfo
{
	padding: 0px;
	clear: right;
	float: right;
	height: auto;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
}
#vbook .bl .bf .binfo h5
{
	font-size: 14px;
	font-weight: normal;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	display: block;
	overflow: hidden;
	padding: 0px;
}
#vbook .bl .bf .binfo ul 
{
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
}
#vbook .bl .bf .binfo ul li
{
	clear: both;
	overflow: hidden;
	display: block;
	padding-bottom: 6px;
}
#vbook .bl .bf .binfo ul li em
{
	color: #838383;
	font-style: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#vbook .bl .bf .binfo ul li span
{
	color: #2E2E2E;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#vbook .bl .rw
{
	clear: both;
	width: 310px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: normal;
	display: block;
	overflow: hidden;
	color: #6D6D6D;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

