@CHARSET "UTF-8";
/*
 *@Author: liuxiangling
 *@Date: 2018-06-14
 *@Remark: 公告详情
 */

/* 内容外层部分背景 */
.supplement-wrap-bg {
	min-width: 1170px;
    background: #f5f5f5 url(../imgs/index-bg.png) no-repeat center top; 
}
/* 内容内层部分背景 */
.supplement-inner-bg {
    /* background: url(../imgs/page/tmp_bt_bg.jpg) no-repeat bottom center; */
    background:#fff;
    padding-bottom: 80px;
    width:1200px;
    margin:0 auto;
}
.supplement-wrap-bg .breadcrumb-box,
.supplement-wrap-bg .breadcrumb{
	background:#fff;
}
.content {
	padding: 18px;
	overflow: hidden;
	position: relative;
}
.content table td{
	border-style:solid;
}
.content:after{
	content: "";
	display: block;
	clear: both;
}
.text-center {
	text-align: center;
}
.indent-2 {
	text-indent: 2em;
}
.document-content {
	min-height: 300px;
}
.show {
	display: block;
}
.detail-titel {
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
}
.detail-time {
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    color: #6b6b6b;
}
.detail-info {
    padding: 20px;
    line-height: 24px;
    text-align: justify;
}
.detail-file-li{
	overflow: hidden;
}
.detail-file-li>span {
    padding: 5px 20px;
    border-left: 4px solid #b63136;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}
.detail-file-li ul{
	overflow: hidden;
}
.detail-file-li ul li {
    overflow: hidden;
    margin-bottom: 10px;
}
.detail-file-li ul li:nth-child(2n) {
    background: #f5f5f5;
}
.detail-file-li ul li>span {
    display: block;
    float: left;
    padding: 5px;
    line-height: 24px;
}
.detail-file-li ul li>span:first-child {
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.detail-file-li ul li>span:first-child label{
    font-weight: 400;
	margin-bottom: 0;
}
.detail-file-li ul li>span:last-child {
	float: right;
    width: 100px;
    text-align: center;
    background: #b63136;
    color: #FFF;
    border-radius: 4px;
    padding: 0 5px;
    margin: 5px 0;
}
.detail-file-li ul li>span:last-child a{
	color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
}
.detail-file-li ul li>span:last-child a:hover{
    text-decoration: underline;
}
#mediaBox {
    height: 900px;
    margin: 0 auto 20px;
}
.ann-detail-nr table{
    width: 100%;
}