@charset "utf-8";
.activity-picDIV {
	background:#bababa url(../../../img/home/events.jpg) no-repeat center;
	height: 130px;
	min-width: 1200px;
}

.newsContentReview{
	width: 880px;
    line-height: 1.5;
    font-size: 16px;
    color: black;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
	padding: 35px 35px;
}

.newsContentReview ol{
	padding-left:2em;
}
.newsContentReview ul{
	padding-left:2em;
	list-style-type:square;
}

.publish-operation{
	margin: 50px 170px 50px 170px;
	display: flex;  
    justify-content: center; /* 水平居中 */  
    list-style-type: none; /* 移除列表前的默认项目符号 */  
    padding: 0; /* 移除默认的填充 */  
}

.publish-operation li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12%;
	border: 1px solid #DADADA;
	padding: 10px;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
	cursor: pointer;
}

.publish-button-red{
	background-color: #f92b20;
	border: none !important;
	color: white;
}

.publish-button-grey{
	background-color: #bfbfbf;
	border: none !important;
	color: white;
}

.newsContent{
	background-color: white;
	padding: 35px 35px;
}
.activityDetail{
	width: 1200px;
	margin: 15px auto 40px;
	overflow: auto;
}
.activity-header .activity-title{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	text-indent: 0px;
}
.activity-header .activity-time-local{
	font-size: 14px;
	color: #666666;
	position: relative;
}
.activity-header .activity-time-local p{
	margin-bottom: 10px;
}
.activity-header .activity-time-local p i{
	margin-right: 20px;
}
.activity-header .activity-time-local button{
	position: absolute;
	right: 5px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	height: 40px;
	line-height: 40px;
	width: 130px;
	text-align: center;
	border: 1px solid #df2822;
	background-color: #df2822;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.activity-header .activity-time-local button:hover{
	background-color: white;
	color: #df2822;
}
.report .report-title,.project-item .report-title{
	font-size: 18px;
	color: #000000;
	padding-bottom: 20px;
}
.report .report-title img,.project-item .report-title img{
	margin-right: 10px;
}
.project-item{
	margin-top: 20px;
}

.project-item-ul li a{
	width: 210px;
	color: #99989d;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.reportUL li h1{
	font-size: 16px;
	padding: 5px 0px 10px 0px;
	color: #000000;
}
.reportUL li p{
	font-size: 14px;
	color: #595757;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
	margin-bottom: 15px !important;
}
.reportUL li h6{
	font-size: 12px;
	color: #595757;
}
.reportUL li h6 i{
	margin-right: 10px;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Slider
 *--------------------------------------------------------------------------------------------------------------------*/
.slider{
	width: 100%;
	min-width: 750px;
	margin-top: 25px;
	height: 475px;
}
.slider .item {
	min-width: 750px;
	height: 400px !important;
}
.slider .item img {
	width: 100%;
	height: 100%;
}
.slider .owl-controls {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.slider .owl-controls .owl-pagination {
	display: none;
}
.slider .owl-buttons{
	position: absolute;
	margin: auto;
	bottom: 0px;
	width: 100%;
}
.slider .owl-buttons i{
	font-size: 20px;
	color: #aaaaaa;
}
.slider .owl-buttons .owl-prev{
	color: black!important;
	margin-left: 20px !important;
}
.slider .owl-buttons .owl-next{
	color: black !important;
	margin-right: 20px !important;
}
.owl-theme .owl-controls .owl-buttons div{
	background: none;
	border: 1px solid #DCDDDE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.owl-theme .owl-controls .owl-pagination{
	z-index: 999;
	position: relative;
}
/*
 * OWL.Carousel fadeUp
 *---------------------*/
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom 1.2s ease both;
	-o-animation: scaleUpFrom 1.2s ease both;
	animation: scaleUpFrom 1.2s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo 1.2s ease both;
	-o-animation: scaleUpTo 1.2s ease both;
	animation: scaleUpTo 1.2s ease both;
}
.pagenum{
	color: #000000 !important;
	border: none !important;
	font-size: 14px !important;
	vertical-align: top;
}

.activity-content>p{
	padding: 10px 0px;
	border-bottom: 1px dashed #dadada;
	font-size: 16px;
	color: #000000;
}
.activity-content>div{
	padding: 30px;
}
.activity-content>div>p{
	margin-bottom: 25px;
	font-size: 14px;
	color: #666666;
}
.activity-content>a,.file{
	margin: 0px 10px;
	padding: 10px 10px;
	display: block;
	font-size: 14px;
	border: 1px solid #dadada;
	color: #000000;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.activity-content>a:hover,.file:hover{
	border: 1px solid #df2822;
	background-color: #df2822;
	color: white;
}
.activity-content-div span{
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color:black;
	font-weight: bold;
}
.activity-content-div strong{
	font-weight: bold !important;
}
.modal-content{
	border-radius:0px !important;
}
.modal-header{
	padding: 20px !important;
	background-color: #f7f8f8;
	font-size: 18px;
	color: #000000;
}
.modal-body ul{
	padding: 25px 115px 0px 115px;
}
.modal-body ul li{
	margin-bottom: 20px;
	font-size: 16px;
	position: relative;
}
.modal-body ul li span{
	display: inline-block;
	width: 95px;
}
.modal-body ul li input{
	height: 40px;
	width: 240px;
	line-height: 40px;
	padding: 10px;
	border: 1px solid #dadada;
	font-size: 14px;
}
.modal-body ul li button{
	position: absolute;
	right: -95px;
	width: 80px;
	height: 30px;
	margin: auto;
	top: 0px;
	bottom: 0px;
	font-size: 14px;
	border: 1px solid #df2822;
	background-color: #df2822;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.modal-body ul li button:hover{
	background-color: #FFFFFF;
	color: #df2822;
}
.modal-body>button{
	height: 40px;
	width: 240px;
	line-height: 40px;
	border: 1px solid #df2822;
	background-color: #df2822;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-left: 210px;
	margin-bottom: 20px;
}
.modal-body>button:hover{
	background-color: #FFFFFF;
	color: #df2822;
}
.modal-dialog{
	margin: 150px auto 0px;
}
/**会议流程**/
.time-day{
	position: relative;
}
.time-day>span{
	position: absolute;
	top: -4px;
	left: 3px;
	font-size: 14px;
}
.time-day ul{
	margin-left: 70px;
}
.time-day ul li{
	list-style: none;
	border-left: 1px solid #dadada;
	padding-left: 30px;
	min-height: 75px;
	position: relative;
}
.time-day ul li:before{
	content: "●";
	position: absolute;
	top: -10px;
	left: -6px;
	font-size: 17px;
	color: #dadada;
}
.time-day ul li span{
	margin-top: -10px;
	display: inline-block;
	vertical-align: super;
	font-size: 14px;
}
.time-day ul li p{
	float: right;
	width: 80%;
	margin-top: -5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}
.time-day .last{
	border-left: none;
}