.form-notice {
    padding: 25px 60px 0 60px;
}
.form-notice .form-group:not(:last-child) {
	margin-bottom: 30px;
}
.form-notice span.error {
	top: 98%;
    left: 0px;
}
.form-notice input[type="text"] {
	text-align: center;
}
.form-notice2 input[type="text"] {
	text-align: left;
}
.form-notice .attachment-list {
	border: 1px dashed #ccc;
	padding: 10px;
	overflow: hidden;
}
.form-notice .cke_textarea_inline {
	min-height: 100px;
}
/* 附件：列表元素 */
.file-box {
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}
.file-box:hover {
	background-color: #F1F1F1;
}
.file-box:not(:last-child) {
	border-bottom: 1px dashed #ccc;
}
.file-box > div {
	float: left;
    padding: 10px 8px 10px 0;
}
.file-box .file-name {
	max-width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 15px;
}
.file-box .file-del a, .file-box .file-download a {
    cursor: pointer;
    color: #777;
}
.file-box .file-del a:hover {
	color: red;
}
.file-box .file-download a:hover {
	color: #2196F3;
}
.file-box .file-uploader {
    position: absolute;
    top: 0px;
    left: 0;
    overflow: hidden;
    bottom: auto;
    right: auto;
}
.file-box .file-uploader input[type="file"] {
	clip: rect(1px,1px,1px,1px);
    position: absolute !important;
}
.file-box-add {
    padding: 0 10px;
    float:left;
}
.file-box-add:not(:first-child),.file-placeholder:not(:nth-child(2)){
	margin-top: 10px;
}

/* 附件：添加按钮 */
.file-uploader {
    display: inline-block;
    position: relative;
}
.file-uploader .file-picker {
    background-color: #2196F3;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.file-uploader:hover .file-picker{
    background: #03A9F4;
    cursor: pointer;
}
.file-uploader input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/* 提示信息 */
.file-placeholder {
	padding: 8px 0 0 10px;
	color: #999;
}
.file-placeholder span {
	margin-right: 5px;
    background-color: #eee;
    padding: 3px 8px;
    border-radius: 4px;
}
/*预览*/
.notice-view{
    padding: 25px;
}
.notice-view .title{
	text-align: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
}
.notice-view  .title h1{
    font-size: 28px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;   
}
.notice-view  .title div{
	color: #999;
}
.notice-view .notice-view-content{
	font-size: 16px;
    line-height: 2em;
    margin-bottom:25px;
}
.notice-view .notice-view-content img {
	max-width: 100%;
}
.notice-view .attachment-list{
	font-size: 13px;
	padding-top: 5px;
    border-top: 1px dashed #ccc;
}
.notice-view .attachment-list h4{
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0;
    color: #1b1a1a;
    font-size: 13px;
    margin: 0;
}
.notice-view .attachment-list h4 i{
	    margin-right: 8px;
}
/*列表*/
.notice-list-content{
	padding:25px;
}
.notice-list-title i{
    width: 26px;
    height: 30px;
    float: left;
    margin-right: 8px;
}
.notice-list-title.notice i{
	background: url(../images/notice.png) no-repeat;
    background-position: -24px 6px;
}
.notice-list-title.rules i{
	background: url(../images/notice.png) no-repeat;
    background-position: 0px 6px;
} 
.notice-list-title span{
	float: left;
    width: 112px;
    font-size: 24px;
    color: #666;
    font-weight: 700;
}
.notice-list-title p{
	border-bottom: 2px solid #0099ff;
    margin-left: 148px;
    color: #999999;
    font-size: 13px;
    line-height: 24px;
}
.notice-list{
   margin: 15px 0;
}
.notice-list ul li{
	border-bottom: 1px dotted #9e9e9e;
	overflow: hidden;
}
.notice-list ul li i{
    width: 20px;
    height: 20px;
    float: left;
    margin: 13px 0 8px 0;
    background: url(../images/notice.png) no-repeat;
    background-position: -56px 6px;
    transition: all 0.3s;
}
.notice-list ul li:hover i{
	 background-position: -51px 6px;
}
.notice-list ul li a{
    word-wrap: normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 85%;
    color:#333;
}
.notice-list ul li:hover a{
	color:#f60;
}
.notice-list ul li a,.notice-list ul li em{
    padding: 15px 0 8px 0;
    display: inline-block;
    cursor: pointer;
}
.notice-list ul li em{
	float:right;
}
/*列表按钮组*/
.notice-list-btn .btn{
	width:80px;
	padding: 4px 0;
}

.stick{
    width: 10px;
    height: 10px;
    background: url(../images/stick.png) no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0 0 3px 3px;
    position: absolute;
}

.stick-i a{
    display: inline-block;
    max-width: 100%;
    word-wrap: normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 768px){
    .notice-list ul li a{
        width: 77%;
    }
}