/* @general 通用样式
---------------------------------------------------------------------- */
a, article, aside, blockquote, body, button, dd, dl, dt, dialog, em, fieldset, form, figure, footer, header, h1, h2, h3, h4, h5, h6, hr, input, li, nav, ol, p, pre, textarea, td, th, ul, select, strong{
    color: #444;
    font: normal 14px "proxima-nova",​ Helvetica, Arial, Verdana, "微软雅黑", "宋体", sans-serif;
    margin: 0px;
    padding: 0px;
}

article, aside, dialog, figure, footer, legend, header, nav, section, main{
    display: block;
}

a{
    color: #455e80;
    cursor: pointer;
    text-decoration: none;
}

a:hover{
    color: #5c7ba6;
    text-decoration: none;
}

img{
    border: 0px none;
}

table{
    border-collapse: collapse;
    border-spacing: 0px;
}

th, td{
    vertical-align: top;
    font-weight: normal;
    text-align: left;
}

ul, ol{
    list-style: none;
}


/* @group 辅助样式
---------------------------------------------------------------------- */
.clear{
    clear: both !important;
}

.clear-fix:after{
    clear: both !important;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.no-padding-bottom{
    padding-bottom: 0px !important;
}

/* @group 常用组件
---------------------------------------------------------------------- */
.text-view{
    line-height: 20px;
    padding: 5px 0px;
}

.mutil-text-view{
    line-height: 20px;
    max-height: 200px;
    width: 800px;
    padding: 5px 0px;
    word-break: break-all;
    overflow-y: auto;
}

.mutil-text-view p{
    line-height: 20px;
    margin-bottom: 5px;
}

.button{
    background-color:#ed2228;
    border: 0px none;
    color: white;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    outline: 0px none;
    padding: 0px 8px 0px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
}

.button::-moz-focus-inner{
    border: 0px none;
}

.button:hover{
    color: white;
    background-color: #fe343a;
}

.button:active{
    background-color: #fd585d;
}

.button[disabled]{
    background-color: #fd585d;
}

.button .submit-tip{
    background: left center no-repeat url(../images/button-ajax-loader.gif);
    background-size: 16px 16px;
    padding-left: 19px;
}

.text-box{
    border: 1px solid #e3dfde;
    display: inline;
    height: 22px;
    line-height: 22px;
    padding: 4px 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 320px;
}

.select-box{
    border: 1px solid #e3dfde;
    display: inline;
    height: 32px;
    line-height: 24px;
    padding: 0px 0px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 332px;
}

.mutil-text-box{
    border: 1px solid #e3dfde;
    display: inline;
    height: 100px;
    line-height: 20px;
    padding: 4px 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 462px;
}

.calendar-box{
    border: 1px solid #e3dfde;
    cursor: pointer;
    display: inline;
    height: 22px;
    line-height: 24px;
    background: right center no-repeat url(../images/calendar.png);
    padding: 4px 20px 4px 5px;
    width: 333px;
}

.text-box:focus, .mutil-text-box:focus, .select-box:focus, .calendar-box:focus{
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.text-box[disabled], .mutil-text-box[disabled], .select-box[disabled], .calendar-box[disabled]{
    background-color: #fff;
    border: solid 1px #efecec;
    color: #cccccc;
}

.tree-select-box{
    position: relative;
}

.tree-select-box .text-box{
    background-image: url(../images/dropdownselect.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 312px;
    padding-right: 13px;
    cursor: pointer;
}

.tree-select-box .tree-menu{
    position: absolute;
    border: solid 1px #ccc;
    border-top: 0px none;
    width: 330px;
    display: none;
    background-color: white;
    z-index: 1;
}

.tree-select-box .tree-menu .tree{
    overflow: auto;
    max-height: 160px;
}

.tree-select-box .tree-menu .button-container{
    border-top: solid 1px #ccc;
    text-align: right;
    padding: 3px 3px;
}

.tree-select-box .tree-menu .button-container .button{
    height: 26px;
    line-height: 26px;
    min-width: 30px;
    margin-left: 3px;
    background-color: #eee;
    color: #585858;
}

.tree-select-box .tree-menu .button-container .button:hover{
    color: #455e80;
}

.horizontal-check-group{
    width: 600px;
}

.horizontal-check-group label{
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
}

.horizontal-check-group label input{
    border: solid 1px #e3dfde;
    margin-right: 2px;
    position: relative;
    top: 2px;
}

.horizontal-check-group label[disabled]{
    color: #aaa;
}

.horizontal-radio-group label{
    float: left;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
}

.horizontal-radio-group label input{
    border: solid 1px #e3dfde;
    margin-right: 2px;
    position: relative;
    top: 2px;
}

.vertical-radio-group label{
    display: block;
    height: 32px;
    line-height: 32px;
}

.vertical-radio-group label input{
    border: solid 1px #e3dfde;
    margin-right: 2px;
    position: relative;
    top: 2px;
}

.tab-control{
}

.tab-control li{
    background-color: #eee;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0px 5px 5px 0px;
    min-width: 40px;
    padding: 0px 5px;
    cursor: pointer;
}

.tab-control li.active{
    background-color: #455e80;
    color: white;
}

.tab-control-container{
    clear: both;
    display: none;
}

.grid-control th{
    background-color: white !important;
    border: solid 1px #e3dfde !important;
    padding: 4px 6px !important;
    line-height: 3buttonpx !important;
    font-weight: bold;
    text-align: left !important;
}

.grid-control td{
    border: solid 1px #e3dfde !important;
    padding: 4px 6px !important;
    line-height: 32px !important;
}

.list-header-opt{
    height: 30px;
    margin-bottom: 5px;
}

.list-header-opt ul li{
    line-height: 28px;
    float: left;
    border: solid 1px #e3dfde;
    padding: 0px 8px;
    cursor: pointer;
}

.list-header-opt .list-opt{
    float: left;
    height: 28px;
    border-left: solid 1px #e3dfde;
}

.list-header-opt .list-opt li{
    background-color: #f5f5f5;
    border-left: 0px none;
    color: #585858;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0px 8px;
    outline: 0px none;
}

.list-header-opt .list-opt li span{
    background: left center no-repeat;
    color: #444;
    padding-left: 14px;
}

.list-header-opt .list-opt li:active{
    background-color: #fff;
}

.list-header-opt .list-opt li:hover span{
    color: #5c7ba6;
}

.list-header-opt .list-opt li.disabled{
    background-color: #eee;
    color: #aaa;
}

.list-header-opt .list-opt li.disabled:hover{
    background-color: #eee;
    color: #aaa;
}

.list-header-opt .list-opt li .refresh{
    background-image: url(../images/refresh.normal.png);
}

.list-header-opt .list-opt li:hover .refresh{
    background-image: url(../images/refresh.hover.png);
}

.list-header-opt .list-opt li.disabled:hover .refresh{
    background-image: url(../images/refresh.disabled.png);
}

.list-header-opt .list-opt li .export{
    background-image: url(../images/export.normal.png);
}

.list-header-opt .list-opt li:hover .export{
    background-image: url(../images/export.hover.png);
}

.list-header-opt .list-opt li.disabled:hover .export{
    background-image: url(../images/export.disabled.png);
}

.list-header-opt .list-sort{
    float: right;
    border-right: solid 1px #e3dfde;
    height: 28px;
}

.list-header-opt .list-sort li{
    border-right: 0px;
    background-color: #f5f5f5;
    color: #585858;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0px 5px;
    outline: 0px none;
}

.list-header-opt .list-sort li:hover span{
    color: #5c7ba6;
}

.list-header-opt .list-sort li:active{
    background-color: #fff;
}

.list-header-opt .list-sort li.disabled{
    background-color: #eee;
    color: #aaa;
}

.list-header-opt .list-sort li.disabled:hover{
    background-color: #eee;
    color: #aaa;
}

.list-header-opt .list-sort .current-sort{
    background-color: #fff;
}

.list-header-opt .list-sort li .asc{
    background: url(../images/asc.normal.png) no-repeat right center;
    padding-right: 15px;
}

.list-header-opt .list-sort li:hover .asc{
    background: url(../images/asc.hover.png) no-repeat right center;
    padding-right: 15px;
}

.list-header-opt .list-sort li .desc{
    background: url(../images/desc.normal.png) no-repeat right center;
    padding-right: 15px;
}

.list-header-opt .list-sort li .desc{
    background: url(../images/desc.hover.png) no-repeat right center;
    padding-right: 15px;
}

.grid{
    width: 100%;
}

.grid tr{
    cursor: default;
}

.grid tbody tr:hover{
    background-color: #fff4ff;
}

.grid th{
    line-height: 24px;
    padding: 5px 5px;
    font-weight: bold;
    border: solid 1px #e3dfde;
    background-color: #f5f5f5;
}

.grid th[disabled]{
    color: #aaa;
}

.grid td{
    line-height: 24px;
    overflow: hidden;
    padding: 5px 5px;
    border: solid 1px #e3dfde;
}

.grid td ul.row-opt-list li{
    float: left;
    margin-right: 5px;
    line-height: 24px;
    height: 24px;
}

.grid td ul.row-opt-list li:last-child{
    margin-right: 0px;
}

.grid td ul.row-opt-list li .disabled-opt{
    color: #bfcee2;
}

.grid td .user-photo{
    height: 28px;
    width: 28px;
    border-radius: 50%;
    float: left;
}

.grid td .user-account{
    float: left;
    line-height: 28px;
    margin-left: 6px;
}

.text-list{
}

.text-list .list-item{
    border-bottom: dotted 1px #efefef;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.text-list .list-item .list-header{
    height: 24px;
    line-height: 24px;
    margin-bottom: 4px;
}

.text-list .list-item .title{
    height: 24px;
    line-height: 24px;
    float: left;
}

.text-list .list-item .title .serial-num{
    color: #aaa;
    font-size: 12px;
    margin-right: 8px;
}

.text-list .list-item .header-tip{
    float: right;
    line-height: 24px;
    color: #999;
    margin-right: 5px;
}

.text-list .list-item .list-body{
    clear: both;
    line-height: 24px;
    margin-bottom: 4px;
    background-color: #f8f8f8;
    padding: 8px;
}

.text-list .list-item .list-body p{
    line-height: 22px;
    word-break:break-all;
}

.text-list .list-operation{
    float: right;
}

.text-list .list-operation li{
    float: left;
    line-height: 28px;
}

.text-list .list-operation li a{
    text-align: center;
    margin-left: 6px;
}

.media-list{
    border-top: dotted 1px #e3dfde;
    padding-top: 10px;
}

.media-list>li{
    position: relative;
    height: 165px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #e3dfde;
    margin-bottom: 10px;
}

.media-list>li .media-thumbnail{
    width: 108px;
    height: 140px;
    overflow: hidden;
    border: solid 1px #eee;
    position: absolute;
    top: 0px;
}

.media-list>li .media-thumbnail img{
    width: 100%;
    min-height: 100%;
}

.media-list>li .media-summary{
    padding-left: 108px;
}

.media-list>li .media-summary table{
    width: 100%;
    margin-bottom: 5px;
}

.media-list>li .media-summary table th{
    font-weight: bold;
    line-height: 24px;
    padding: 5px 5px;
    background: #f5f5f5;
    text-align: right;
    border-bottom: dotted 1px #e3dfde;
}

.media-list>li .media-summary table td{
    line-height: 24px;
    padding: 5px 5px;
    border-bottom: dotted 1px #e3dfde;
}

.media-list>li .media-summary .medial-operation{
    height: 24px;
    float: left;
}

.media-list>li .media-summary .medial-operation li{
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
}

.pager{
    clear:both;
    width:100%;
    text-align:center;
    overflow:hidden;
    position: relative;
    height: 25px;
    line-height: 25px;
    padding-top: 5px;
}

.pager span.tip{
    margin: 0 5px;
    line-height: 25px;
}

.pager ul{
    display:inline;
}

.pager ul li{
    display:inline;
    border: solid 1px #e3dfde;
    margin: 0 2px;
    padding: 3px 4px;
    text-align:center;
    cursor:pointer;
    background-color: white;
}

.pager ul li:hover{
    color: #455e80;
    text-decoration:none;
}

.pager ul li.active{
    color: #ee303c;
    cursor: default;
    font-weight: bold;
}

.pager ul li.active:hover{
    color: #f26642;
}

.pager ul li.pager-button{
    color:white;
    background-color: #ee303c;
    padding: 5px 5px;
    position: relative;
}

.pager ul li.pager-button:hover{
    background-color: #f94450;
    text-decoration: none;
}

.pager .tip strong{
    font-weight: normal;
    color: #f26642;
}

.list-empty-tip{
    text-align: center;
    line-height: 200px;
    color: #aaa;
}

.check-code{
    height: 34px;
}

.check-code .text-box{
    float: left;
    width: 80px !important;
    margin-right: 5px;
}

.check-code img{
    width: 80px;
    height: 32px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.check-code a{
    line-height: 34px;
    float: left;
}

.progress{
    height: 50px;
}

.progress .progress-bar{
    border: solid 1px #f5f5f5;
    height: 23px;
    margin: 0px 10px;
}

.progress .progress-bar .current{
    background-color: #f26642;
    height: 23px;
    width: 0px;
}

.progress .progress-tip{
    line-height: 23px;
    text-align: center;
}

.progress .progress-tip span{
    color: #f26642;
}

.img-control{
    border: solid 1px #e3dfde;
    padding: 2px;
}

.img-control .img-wrapper{
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.img-control .img-wrapper img{
    width: 100%;
}

.img-control .progress{
    margin-top: 55px;
}

.img-control .upload-error{
    margin-top: 56px;
}

.img-control .upload-error p{
    text-align: center;
    line-height: 20px;
    margin-bottom: 5px;
}

.img-control .upload-error p span{
    background-image: url(../images/error-tip.png);
    color: #d81e06;
    padding-left: 15px;
    background-position: left center;
    background-repeat: no-repeat;
}

.img-control .upload-error  .upload-error-button{
    display: block;
    background-color: #eee;
    width: 50px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
    color: inherit;
}

.control-buttons{
    padding: 5px 0px 5px 0px;
}

.control-buttons button{
    background-color: #eee;
    border: 0px none;
    color: #585858;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0px 5px;
    outline: 0px none;
}

.control-buttons button span{
    background: left center no-repeat;
    color: #444;
    padding-left: 14px;
}

.control-buttons button:hover span{
    color: #5c7ba6;
}

.control-buttons button:active{
    background-color: #fff;
}

.control-buttons button[disabled]{
    background-color: #eee;
}

.control-buttons button[disabled] span{
    color: #aaa;
}

.control-buttons button[disabled]:hover{
    background-color: #eee;
}

.control-buttons button[disabled]:hover span{
    color: #aaa;
}

.control-buttons button.delete-button span{
    background-image: url(../images/deletebutton.normal.png);
}

.control-buttons button.delete-button:hover span{
    background-image: url(../images/deletebutton.hover.png);
}

.control-buttons button.delete-button[disabled] span, .upload-container button.delete-button[disabled]:hover span{
    background-image: url(../images/deletebutton.disabled.png);
}

.control-buttons button.delete-button span{
    background-image: url(../images/deletebutton.normal.png);
}

.control-buttons button.delete-button:hover span{
    background-image: url(../images/deletebutton.hover.png);
}

.control-buttons button.delete-button[disabled] span, .upload-container button.delete-button[disabled]:hover span{
    background-image: url(../images/deletebutton.disabled.png);
}

.control-buttons button.upload-button span{
    background-image: url(../images/uploadbutton.normal.png);
}

.control-buttons button.upload-button:hover span{
    background-image: url(../images/uploadbutton.hover.png);
}

.control-buttons button.upload-button[disabled] span, .upload-container button.upload-button[disabled]:hover span{
    background-image: url(../images/uploadbutton.disabled.png);
}

.control-buttons button.upload-button span{
    background-image: url(../images/uploadbutton.normal.png);
}

.control-buttons button.upload-button:hover span{
    background-image: url(../images/uploadbutton.hover.png);
}

.control-buttons button.upload-button[disabled] span, .upload-container button.upload-button[disabled]:hover span{
    background-image: url(../images/uploadbutton.disabled.png);
}

.control-buttons .button-tip .warning{
    color: #d90000;
}

.control-error{
    border: solid 1px #f15149 !important;
}

.control-error:focus{
    border-color: #f15149  !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(241, 81, 73, 0.6)  !important;
    outline: 0 none;
}

.control-error-tip{
    background: left center no-repeat url(../images/error-tip.png);
    line-height: 20px;
    padding: 5px 0px 5px 15px;
    color: #ff1f14;
}

#mainAjaxCache{
    display: none;
}

#mainMask{
    position: absolute;
    z-index: 300;
    width: 100%;
    position: 0px 0px;
    background-color: rgba(128, 128, 128, 0.3);
    top: 0px;
    left: 0px;
    display: none;
}

#mainAjaxTip{
    border: solid 2px #aeaeae;
    box-shadow: 0 0 8px rgba(81, 81, 81, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fff4ff;
    z-index: 400;
    line-height: 22px;
    padding: 5px 20px;
    text-align: center;
    display: none;
    border-radius: 4px;
    min-width: 160px;
}

#mainAjaxTip span{
    background-image: url(../images/ajaxtip.gif);
    background-repeat: no-repeat;
    background-position: left center;
    color: #ff8400;
    padding: 5px 0px 5px 22px;
}

.form-mask{
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    z-index: 10;
    display: none;
}

.field-group{
    width: 100%;
    margin-bottom: 5px;
}

.field-group th{
    padding: 3px 5px 3px 5px;
    vertical-align:top;
    text-align:left;
    border-bottom: dotted 1px #e3dfde;
    text-align: right;
    background-color: #f5f5f5;
}

.field-group th label{
    line-height: 20px;
    padding: 5px 0px;
    display: block;
    font-weight: bold;
}

.field-group td{
    padding: 3px 5px 3px 5px;
    vertical-align:top;
    border-bottom: dotted 1px  #e3dfde;
}


.attachment-list{
    max-width: 1400px;
}

.attachment-list li.item{
    border: solid 1px #ccc;
    width: 214px;
    height: 243px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 2px;
}

.attachment-list li.item .item-container{
    width: 194px;
    height: 150px;
    padding: 10px 10px 10px 10px;
    position: relative;
}

.attachment-list li.item .item-container .waiting-tip{
    line-height: 150px;
    text-align: center;
}

.attachment-list li.item .item-container .attachment-mask{
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    cursor: pointer;
}

.attachment-list li.item .item-container .attachment-mask:hover{
    background-color: rgba(0, 0, 0, 0.1);
}

.attachment-list li.item .item-container .img-wrapper{
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.attachment-list li.item .item-container .full-width img{
    width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
}

.attachment-list li.item .item-container .full-height img{
    width: auto;
    height: 100%;
}

.attachment-list li.item .item-container .video{
    width: 100%;
    height: 100%;
}

.attachment-list li.item .item-container .audio{
    width: 100%;
    height: auto;
    overflow: hidden;
    height: 40px;
    margin-top: 50px;
}

.attachment-list li.item .item-container .audio audio{
    width: 100%;
}

.attachment-list li.item .item-container .file{
    width: 174px;
    height: 80px;
    text-align: center;
    line-height: 18px;
    margin-top: 20px;
}

.attachment-list li.item .item-container .file img{
    width: 100px;
    height: 100px;
}

.attachment-list li.item .item-container .progress{
    margin-top: 50px;
}

.attachment-list li.item .item-container .upload-error{
    margin-top: 50px;
}

.attachment-list li.item .item-container .upload-error p{
    text-align: center;
    line-height: 18px;
    margin-bottom: 8px;
}

.attachment-list li.item .item-container .upload-error p span{
    background-image: url(../images/error-tip.png);
    color: #d81e06;
    padding-left: 18px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.attachment-list li.item .item-container .upload-error .error-button{
    background-color: #006749;
    width: 50px;
    height: 24px;
    display: block;
    text-align: center;
    line-height: 22px;
    margin: 0px auto;
    color: white;
}

.attachment-list li.item .item-container .upload-error .error-button:hover{
    background-color: #ff9300;
}

.attachment-list li.item input{
    border: 0px none;
    border-top: solid 1px #ccc;
    width: 202px;
    height: 32px;
    padding: 5px;
    line-height: 22px;
}

.attachment-list li.item .item-title{
    height: 74px;
    line-height: 18px;
    padding: 5px;
    border-top: solid 1px #ccc;
    word-wrap : break-word;
}

.attachment-list li.item .view-link{
    text-align: right;
    padding-right: 5px;
}

.attachment-list li.item ul.item-opt{
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0px;
    display: inline-block;
    text-align: center;
}

.attachment-list li.item ul.item-opt li{
    line-height: 30px;
    display: inline-block;
    color: white;
    margin: 0px 2px;
    text-align: center;
}

.attachment-list li.item ul.item-opt li a{
    color: white;
    font-size: 12px;
}

.attachment-list li.item ul.item-opt li a:hover{
    color: #f5f5f5;
    text-decoration: underline;
}

.attachment-upload-button{
    width: 90px;
    height: 30px;
    border: solid 1px #ddd;
    background-color: #f5f5f5;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.attachment-upload-button span{
    background: url("../images/upload.normal.png") no-repeat left center;
    padding-left: 18px;
}

.attachment-upload-button:hover span{
    color:#455e80;
    background: url("../images/upload.hover.png") no-repeat left center;
    padding-left: 18px;
}

#attachmentMask{
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    z-index: 9999;
    left: 0px;
    top: 0px;
}

#attachmentMask .attachment-content{
    position: absolute;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

#attachmentMask .attachment-content img{
    display: block;
    margin: 0px auto;
}

#attachmentMask .close-button{
    position: absolute;
    color: white;
    font-size: 48px;
    cursor: pointer;
}

#dialog{
    border: solid 2px #aeaeae;
    box-shadow: 0 0 8px rgba(81, 81, 81, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 400;
    border-radius: 2px;
    display: none;
}

#dialog .dialog-header{
    height: 40px;
    line-height: 40px;
    background-color: #455e80;
    padding: 0px 5px;
    cursor: default;
}

#dialog .dialog-header .title{
    color: white;
    float: left;
    line-height: 40px;
}

#dialog .dialog-header a.close{
    float: right;
    line-height: 40px;
    color: white;
}


#dialog .dialog-body{
    margin: 12px 8px 12px 8px;
    line-height: 22px;
    overflow: auto;
    min-width: 280px;
    max-height: 400px;
}

#dialog .dialog-button-group{
    position: relative;
    height: 28px;
    text-align: center;
    margin-bottom: 35px;
}

#dialog .button{
    margin: 0px 5px;
    min-width: 50px;
}

#dialog .ajax-mask{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 300;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

#dialog .dialog-ajax{
    color: #ee303c;
    background-image: url(../images/ajax.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    float: right;
    margin-right: 10px;
    position: absolute;
    z-index: 401;
    bottom: 8px;
    right: 8px;
    display: none;
}


/* @page 页面样式
---------------------------------------------------------------------- */
.page-header{
    background-color: #1573b9;
    height: 28px;
    padding: 5px 0px 5px 0px;
    width: 100%;
    position: fixed;
    z-index: 100;
}

.page-header ul.nav{
    float: left;
    height: 28px;
    margin-left: 4px;
}

.page-header ul.nav li{
    display: block;
    height: 28px;
    line-height: 28px;
    float: left;
}

.page-header ul.nav li a{
    color: white;
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 0px 4px;
    margin-top: 3px;
}

.page-header ul.nav li a:hover{
    color: #fcf5d4;
}

.page-header .nav li.active{
    margin: 0px 4px;
}

.page-header .nav li.active a{
    background-color: white;
    color: #1573b9;
}

.page-header .nav li.active a:hover{
    color: #1573b9;
}

.page-header .title{
    float: left;
    font-weight: bold;
    color: white;
    font-size: 16px;
    line-height: 28px;
    padding-left: 5px;
}

.page-header .welcome{
    float: right;
    color: white;
    height: 28px;
    line-height: 28px;
    padding-right: 5px;
}

.page-header .welcome .current-user{
    float: left;
}

.page-header .welcome .current-user .photo{
    float: right;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
}

.page-header .welcome .current-user .photo img{
    width: 28px;
    height: 28px;
    border: 0px none;
}

.page-header .welcome .current-user .user-info{
    float: left;
    line-height: 30px;
    margin-right: 5px;
    color: white;
}

.page-body{
    min-width: 1330px;
    max-width: 1920px;
    padding: 43px 0px 5px 0px;
    margin: 0px auto;
}

.fluid-layout{
    width: 100%;
}

.fluid-layout .side-container{
    width: 160px;
    padding: 0px 5px 0px 0px;
}

.fluid-layout .module-opt{
    padding: 0px;
}

.fix-layout{
    width: 1300px;
    margin: 0px auto;
}

.side-bar{
    border: solid 1px #e3dfde;
    border-bottom: 0px none;
}

.side-bar .group .header{
    background-color: #f2faff;
    height: 35px;
    padding-left: 5px;
    border-bottom: solid 1px #e3dfde;
}

.side-bar .group .header .title{
    float: left;
    line-height: 35px;
    color: #455e80;
    font-weight: bold;
}

.side-bar .group ul{
    display: block;
}

.side-bar .group ul li{
    height: 35px;
    border-bottom: solid 1px #efefef;
}

.side-bar .group ul li a{
    display: block;
    padding: 0px 5px;
    line-height: 35px;
    color: #585858;
}

.side-bar .group ul li.active a{
    color: #ae232f;
    font-weight: bold;
    background-color: #fff4ff;
}

.side-bar .group ul li a:hover{
    color: inherit;
    color: #5c7ba6;
}

.side-bar .group ul li.active a:hover{
    color: #ae232f;
}

.split-layout{
    width: 100%;
}

.split-layout .left-container{
    width: 160px;
    padding-right: 5px;
}

.split-layout .right-container{
    padding: 0px;
}

.bread-section{
    border: solid 1px #e3dfde;
    height: 28px;
    line-height: 28px;
    padding: 4px 5px;
    margin-bottom: 5px;
}

.bread-section .bread{
    float: left;
}

.bread-section .bread .title{
    float: left;
    height: 28px;
    line-height: 28px;
    background: url("../images/breadcrumb.png") no-repeat left center;
    padding-left: 22px;
}

.bread-section .bread .crumb{
    list-style: outside none none;
    float: left;
    height: 28px;
}

.bread-section .bread .crumb>li{
    display: inline-block;
    line-height: 28px;
}

.bread-section .bread .crumb>li+li::before{
    content: ">";
    margin-right: 5px;
}

.bread-section .bread .crumb>li a{
    color: #444;
}

.bread-section .bread .crumb>li a:hover{
    color: #5c7ba6;
}

.module-opt{
    float: left;
    height: 30px;
    margin-bottom: 5px;
}

.module-opt li{
    float: left;
    height: 30px;
    margin-right: 5px;
}

.module-opt li a{
    display: block;
    line-height: 30px;
    background-color: #efefef;
    color: #666;
    padding: 0px 5px;
}

.module-opt li a:hover{
    color: #455e80;
}

.module-opt li.active a{
    background-color: #455e80;
    color: white;
}

.query-form .text-box{
    width: 226px;
}

.query-form .select-box{
    width: 240px;
}

.query-form .calendar-box{
    width: 210px;
}

.query-form .query-button-group{
    padding-left: 10px;
}

.form-section{
    border: solid 1px #e3dfde;
    padding: 5px 5px;
    margin-bottom: 5px;
}

.form-section .form-header{
    height: 28px;
    padding-bottom: 4px;
    border-bottom: solid 1px #e3dfde;
    margin-bottom: 5px;
}

.form-section .form-header .title{
    line-height: 28px;
    float: left;
    color: #455e80;
    background: url("../images/fieldtitle.png") no-repeat left center;
    padding-left: 14px;
    font-weight: bold;
}

.form-section .form-header a.more{
    float: right;
    line-height: 16px;
    font-size: 10px;
    color: #999;
    background-color: #f5f5f5;
    border: solid 1px #f5f5f5;
    margin-top: 5px;
    height: 16px;
    padding: 0px 6px;
}

.form-section .form-header a.more:hover{
    color: #455e80;
    background-color: #ffffff;
    border: solid 1px #a0aec0;
}

.page-footer{
    color: #aaaaaa;
    font-size: 12px;
    border-top: solid 1px #efefef;
    padding: 10px 0px;
    text-align: center;
    letter-spacing: 1px;
}


/* @login 登录页样式
---------------------------------------------------------------------- */
.login-container{
    width: 1150px;
    margin: 0px auto 10px auto;
}

.login-banner{
    height: 90px;
    border-bottom: solid 1px #efefef;
    margin-bottom: 10px;
}

.login-banner p{
    line-height: 20px;
    text-align: right;
}

.login-banner p a{
    font-size: 12px;
}

.login-banner img.logo{
    display: block;
    height: 60px;
}

.login-content{
    border-bottom: solid 1px #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.login-ad{
    width: 730px;
    float: left;
    height: 460px;
    background: url("../images/login_ad.jpg") no-repeat center;
    position: relative;
}

.login-notice{
    position: absolute;
    bottom: 0px;
    width: 684px;
    height: 24px;
    background: rgba(0, 0, 0, 0.5) url("../images/login_notice.png") no-repeat 10px 14px;
    padding: 10px 10px 10px 36px;
}

.login-notice ul.marquee{
    /* required styles */
    display: block;
    padding: 0;
    margin: 0px;
    list-style: none;
    position: relative;
    overflow: hidden;
    width: 648px;
    height: 24px;
}

.login-notice ul.marquee li{
    /* required styles */
    position: absolute;
    z-index: 1;
    top: -999em;
    left: 0;
    display: block;
    line-height: 24px;
    white-space: nowrap; /* keep all text on a single line */
    padding: 0px 0px;
}

.login-notice ul.marquee li a{
    color: white;
}

.login-notice ul.marquee li a:hover{
    text-decoration: underline;
}

.login-form{
    width: 388px;
    margin: 0px;
    float:right;
    border: solid 1px #efefef;
    padding: 5px 10px 5px 10px;
}

.login-form .form-header{
    border-bottom: solid 1px #efefef;
    margin-bottom: 5px;
    height: 30px;
}

.login-form .form-header .title{
    line-height: 24px;
    border-bottom: solid 2px #ae0816;
    float: left;
    height: 30px;
    font-weight: bold;
    color: #ae0816;
    padding: 0px;
}

.login-field-group{
    width: 100%;
    margin-bottom: 5px;
}

.login-field-group td{
    padding: 5px 0px 5px 0px;
    vertical-align:top;
}

.login-footer{
    color: #aaaaaa;
    font-size: 12px;
    text-align: right;
    letter-spacing: 1px;
}

.login-form .text-box{
    width: 355px;
    background: 8px center no-repeat;
    padding-left: 28px;
}

.login-form #accountText{
    background-image: url("../images/account.png");
}

.login-form #passwordText{
    background-image: url("../images/password.png");
}

.login-form #checkCodeText{
    background-image: url(../images/check_code.png);
}

.login-form .button{
    width: 390px;
    height: 34px;
}

.login-error-container{
    background-color: #fcf8e3;
    width: 363px;
    border: solid 1px #faebcc;
    padding: 7px 20px 7px 5px;
    position: relative;
}

.login-error-container .login-error{
    background-image: url(../images/error-tip.png);
    color: #d81e06;
    padding-left: 15px;
    background-position: left center;
    background-repeat: no-repeat;
}

.login-error-container .error-close{
    position: absolute;
    right: 5px;
    top: 4px;
    color: #e5dcc0;
    font-size: 24px;
    cursor: pointer;
}

.login-error-container .error-close:hover{
    color: #444;
}


/* @relogin 重新登录页面
---------------------------------------------------------------------- */
.relogin-container{
    width: 1150px;
    margin: 0px auto 10px auto;
}

.relogin-banner{
    height: 90px;
    border-bottom: solid 1px #efefef;
    margin-bottom: 10px;
}

.relogin-banner p{
    line-height: 20px;
    text-align: right;
}

.relogin-banner-banner p a{
    font-size: 12px;
}

.relogin-banner img.logo{
    display: block;
    height: 60px;
}

.relogin-content{
    width: 410px;
    margin: 20px auto 40px auto;
}

.relogin-content .error-tip{
    text-align: center;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}

.relogin-content .login-form{
    float: none;
}

.relogin-footer{
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

/* @personal 个人中心
---------------------------------------------------------------------- */
.personal-home-personal-info {
    width: 100%;
}

.personal-home-personal-info .photo-wrapper{
    width: 150px;
    padding: 23px 28px 0px 20px;
}

.personal-home-personal-info .photo-wrapper img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}


/* @error 错误页样式
---------------------------------------------------------------------- */
.error-container{
    width: 1150px;
    margin: 0px auto 10px auto;
}

.error-banner{
    height: 90px;
    border-bottom: solid 1px #efefef;
    margin-bottom: 10px;
}

.error-banner p{
    line-height: 20px;
    text-align: right;
}

.error-banner p a{
    font-size: 12px;
}

.error-banner img.logo{
    display: block;
    height: 60px;
}

.error-content{
    width: 570px;
    height: 220px;
    background-image: url(../images/error.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 50px auto 80px auto;
}

.error-content .error-tip{
    padding-left: 280px;
    padding-top: 80px;
}

.error-content .error-tip .tip-title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.error-content .error-tip .tip-content{
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 16px;
}

.error-footer{
    text-align: center;
    font-size: 12px;
    color: #aaa;
}


/* @task 舆情工作样式
---------------------------------------------------------------------- */
.task-field-group{
    width: 1000px;
    margin: 0px auto 10px auto;
}

.task-field-group thead th{
    border: solid 1px #555;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0px;
    font-weight: bold;
}

.task-field-group tbody th{
    text-align: right;
    padding: 10px 5px;
    line-height: 24px;
    border: solid 1px #555;
    font-weight: bold;
    background-color: #f5f5f5;
}

.task-field-group tbody td{
    border: solid 1px #555;
    padding: 8px 5px;
    line-height: 24px;
}

.task-field-group tfoot td{
    border: solid 1px #555;
    padding: 8px 5px;
}

.task-field-group .text-box{
    width: 342px;
}

.task-field-group .calendar-box{
    width: 326px;
}

.task-field-group .select-box{
    width: 354px;
}

.task-field-group .mutil-text-box{
    width: 952px;
    height: 100px;
}

.task-form-button{
    width: 120px;
    height: 35px;
    border: solid 1px #ddd;
    background-color: #f5f5f5;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.task-form-button:hover{
    color:#455e80;
}

/** 首页 **/
.home-notice{
    float: right;
    height: 28px;
}

.home-notice .notice-title{
    font-weight: bold;
    float: left;
    margin-left: 20px;
    line-height: 28px;
    background: url(../images/notice.png) no-repeat left center;
    padding-left: 18px;
    color: #d80202;
}

.home-notice ul.marquee{
    /* required styles */
    display: block;
    padding: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    width: 400px;
    height: 24px;
}

.home-notice ul.marquee li{
    /* required styles */
    position: absolute;
    top: -999em;
    left: 0;
    display: block;
    white-space: nowrap; /* keep all text on a single line */
    line-height: 28px;
}

.home-notice ul.marquee li a:hover{
    text-decoration: underline;
}

.home-split-container{
    width: 100%;
}

.home-split-container .middle-container{
    width: 560px;
    padding-left: 8px;
}

.home-split-container .right-container{
    width: 560px;
    padding-left: 8px;
}

.home-personal-info {
    width: 100%;
}

.home-personal-info .photo-wrapper{
    width: 120px;
    padding: 20px 15px 0px 15px;
}

.home-personal-info .photo-wrapper img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.home-journal .journal-list{
    margin-left: -10px;
}

.home-journal .journal-list li{
    width: 100px;
    height: 130px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.home-journal .journal-list li div{
    width: 100px;
    height: 130px;
    overflow: hidden;
}

.home-journal .journal-list li div img{
    width: 100%;
    min-height: 100%;
}

.home-journal-more{
    height: 40px;
    line-height: 40px;
    float: right;
    margin-right: 20px;
}

/** 信息页面 **/
.journal-list-opt{
    float: left;
    height: 30px;
    line-height: 24px;
}

.journal-list li{
    float: left;
    height: 140px !important;
    width: 50%;
}

.journal-list li .media-summary{
    padding-right: 10px;
    padding-left: 118px;
}

.deal-list .deal-item{
    margin: 10px 0px;
    border-bottom: dotted 1px #ccc;
}

.deal-list .deal-item .user{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.deal-list .deal-item .user img,photo{
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: solid 1px #ddd;
}

.deal-list .deal-item .user span.name{
    float: left;
    margin-left: 10px;
    line-height: 30px;
}

.deal-list .deal-item .user span.time{
    float: right;
}

.deal-list .deal-item  .deal-content{
    border: solid 1px #eee;
    padding: 10px;
    margin-bottom: 10px;
}

.deal-list .deal-item  .deal-content .content{
    line-height: 28px;
}

.deal-list .deal-item  .deal-content .attachment{
    line-height: 28px;
    background: url("../images/attachment.png") no-repeat left center;
    padding-left: 15px;
}

.deal-list .deal-item ul.operation{
    height: 24px;
    margin-bottom: 10px;
}

.deal-list .deal-item ul.operation li{
    float: left;
    width: 40px;
    height: 22px;
    background-color: #0a6aa1;
    color: white;
    border: solid 1px #0a6aa1;
    line-height: 22px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.deal-list .deal-item ul.operation li:hover{
    border: solid 1px #0a6aa1;
    color: #0a6aa1;
    background-color: white;
}

.deal-list .deal-item .reply-content{
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
}

.deal-list .deal-item .reply-content:last-child{
    margin-bottom: 0px !important;
}

.deal-list .deal-item .reply-content .content{
    line-height: 28px;
}

.upload-single-container{
    width: 500px;
}

.upload-single-container .progress{
    height: 30px;
}

.upload-single-container .progress .progress-bar{
    float: left;
    margin: 0px auto;
    width: 300px;
}

.upload-single-container .progress .progress-tip{
    float: left;
    text-align: left;
    line-height: 30px;
    margin-left: 10px;
}

.upload-single-container .upload-error{
    height: 30px;
}

.upload-single-container .upload-error p{
    float: left;
    line-height: 30px;
    background: url("../images/error-tip.png") no-repeat left center;
    padding-left: 20px;
}

.upload-single-container .upload-error .upload-error-button{
    float: left;
    margin-left: 10px;
    height: 23px;
    background-color: #d90000;
    color: white;
    padding: 0px 5px;
    margin-top: 4px;
    cursor: pointer;
}

.upload-single-container .file-link{
    height: 25px;
    line-height: 30px;
}

.info-view-container{
    padding: 15px 40px;
}

.info-view-container .title-container{
    border-bottom: solid 1px #ededed;
    margin-bottom: 15px;
    padding: 0px 40px;
}

.info-view-container .title-container .title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}

.info-view-container .title-container .attr{
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 10px;
}

.info-view-container .title-container .attr span{
    padding: 0px 8px;
}

.info-view-container .content-container{
    padding-bottom: 30px;
}

.info-view-container .content-container *{
    font-size: 16px;
}

.info-view-container .content-container p{
    line-height: 24px;
    margin-bottom: 10px;
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
}

.tip-windows{
    width: 300px;
    border: solid 2px #1573b9;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: white;
    z-index: 999999;
    display: none;
}

.tip-windows .tip-header{
    background-color: #1573b9;
    height: 40px;
}

.tip-windows .tip-header .tip-title{
    float: left;
    line-height: 40px;
    color: white;
    padding: 0px 0px 0px 10px;
}

.tip-windows .tip-header .tip-close{
    float: right;
    line-height: 40px;
    color: white;
    padding: 0px 10px 0px 0px;
    cursor: pointer;
}

.tip-windows .tip-body{
    padding: 10px;
}

.tip-windows .tip-body .tip-content{
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}

.tip-windows .tip-body .tip-button{
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ff8400;
    color: white;
    margin: 0px auto 10px auto;
}
