.sidebar-wrap{float: left;width:200px;min-height:500px;/*border-right:1px solid #ccc;cursor:e-resize;*/}
.main-wrap{margin-left: 201px;min-height:100%;margin-top:-10px;}
.sidebar-title{height: 40px;line-height: 40px;text-indent:1em;font-size: 24px;text-align: left;}
.sidebar-title h1{font-weight: normal;}
.sidebar-content{border-top: 2px solid #323232; border-bottom: 2px solid #323232;}
.sidebar-list{padding:10px 0}
.sidebar-list-top{background: #ddd;}
/*.sidebar-content{padding-top: 5px;}*/
/*.sidebar-list li{border:1px solid #e5e5e5;border-width:1px 0;}*/
.sidebar-list li .icon-font{margin-right: 5px;color: #888;font-size: 14px;}
.sidebar-list li.curr .icon-font{margin-right: 5px;color: #e4393c;font-size: 14px;}
.sidebar-list li:before.curr .icon-font{margin-right: 5px;color: #e4393c;font-size: 14px;}
.sidebar-list li a{padding: 0 0px 0 0px;display: block;height: 48px;line-height: 48px;color: #333;}
.sidebar-list li a:hover{/*background: #fff;*/color: #f00;}
.sub-menu{/*border-top: 1px solid #e5e5e5;*/background: #fff;}
.sub-menu li{padding-left: 10px;}
.sub-menu li i{padding: 0 0 0 20px; height: 48px;line-height: 48px; }
.sub-menu li a{padding: 0; height: 48px;line-height: 48px;color: #333;}
.sub-menu li.on{background: #1963AA;}
.sub-menu li.on a{background: #1963AA;color: #fff;}
.sub-menu li.on .icon-font{color: #fff;}
.sub-menu li.curr a{padding-bottom:0;color:#e4393c;font-weight:700;cursor:pointer;text-decoration:none}
.sub-menu .icon-font{font-size: 11px;}
/* main */
.crumb-wrap{height: 40px;line-height: 39px;border-bottom: 1px solid #e5e5e5;background: #f5f5f5;}
.crumb-list{padding-left: 12px;}
.crumb-list .icon-font{margin-right: 5px;}
.crumb-step{margin: 0 5px;color: #b2c2e0;font-family: serif;}
.search-wrap{padding: 15px 0;border-bottom: 1px solid #e5e5e5;}
.search-tab tr{line-height: 35px;}
.search-tab th{text-align: right;padding-right:10px;font-weight: normal;}
.search-tab td{padding: 0 5px;}
.common-text{height: 23px;line-height: 23px;padding: 2px 4px;border: 1px solid #ccc;background: #fff;border-radius:5px;}
input[type="text"].common-text{margin:10px 0 !important;height:25px;width:90%;}
.result-wrap{padding:10px 20px;/*border-bottom: 1px solid #e5e5e5;*/}
.result-title{line-height: 35px;padding-bottom: 5px;overflow: hidden;}
.comment-title{line-height: 35px;margin-bottom: 10px;overflow: hidden;}
.result-list a{margin-right: 15px;}
.result-list i{padding-right: 5px;}
.result-tab{border-collapse:collapse;border: 1px solid #ddd;}
.result-tab th{font-weight: normal;font-size: 15px;text-align: center;background: url(../images/tab-thbg.png) #f9f9f9 0 bottom repeat-x;}
.result-tab th,.result-tab td{padding:5px;border-bottom: 1px solid #ddd;border-right: 1px solid #e1e1e1;text-align: center;}
.result-tab tr{line-height:25px;}
.result-tab th.tc,.result-tab td.tc{text-align: center;}
.result-tab tr:nth-child(odd){background: #fff;}
.result-tab tr:hover{background: #fff;}
.result-tab tr.even-tr{background: #e9fff2;}
    .result-tab td a {
    color:#333;
    text-decoration:none;
        font-size: 14px;

    }
.comment-tab{border-bottom: 1px solid #ddd;padding-left: 15px;margin-bottom: 10px;}
.comment-tab a{float: left;}
.comment-tab a.on{padding: 0 15px;background: #49afcd;color: #fff;border-radius:5px 5px 0 0;}
/* config */
.config-items{margin-bottom: 25px;position:relative;}
.config-items input[type="password"]{margin:10px 0 !important}
.config-title{width:100%;height:50px;line-height:50px;text-align:center;}
.config-title h1{font-size: 14px;font-weight: normal;}
.config-title h1 i{margin-right: 5px;font-size: 12px;}
.columns-title{padding: 10px 0;height: 35px;line-height: 35px;overflow: hidden;}
/*.columns-title .comment-tab{padding-left: 0;}*/
.visitor-img{float: left;}
.visitor-info{float: left;padding-left: 10px;line-height:23px;}
.visitor-email{color: #aaa;}
.short-wrap a{margin-right: 20px;}
.short-wrap a i{margin-right: 5px;}
.res-lab{display: inline-block;width: 150px;padding-right: 10px;text-align: right;}
.sys-info-list li{line-height: 35px;border-bottom: 1px dashed #eaeaea;}
.res-lab{color: #909090;}
.res-info{font-size: 15px;}
.sort-input{width: 25px;text-align: center;}



.upload_image_wrapper
{
    float:left;
    position:relative;
    display:block;
    width:60px;
    height:60px;
    margin-left:4px; 
}
.upload_image_wrapper a.del
{
    position:absolute;
    right:0px;
    display:block;
    width:20px;
    height:20px;
    background:red;
    text-indent:-9999px;
    z-index:1001;
    background:url(../images/btn_del.png) 0px 0px;
}
.upload_image_wrapper a.del:hover
{
    position:absolute;
    right:0px;
    display:block;
    width:20px;
    height:20px;
    background:red;
    text-indent:-9999px;
    z-index:1001;
    background:url(../images/btn_del.png) 0px -20px;
}
.upload_image_wrapper a.ins
{
    position:absolute;
    right:0px;
    bottom:0px;
    display:block;
    width:20px;
    height:20px;
    background:red;
    text-indent:-9999px;
    z-index:1001;
    background:url(../images/btn_ins.png) 0px 0px;
}
.upload_image_wrapper a.ins:hover
{
    position:absolute;
    right:0px;
    bottom:0px;
    display:block;
    width:20px;
    height:20px;
    background:red;
    text-indent:-9999px;
    z-index:1001;
    background:url(../images/btn_ins.png) 0px -20px;
}
.upload_image_wrapper img
{
    position:absolute;
    display:block;
    width:60px;
    height:60px;
    z-index:1000;
}

