.mycontent .left .leftcontent .text .textcontent*{
	margin:0;
	padding:0;
}
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;
}
body{
	background:#fafafa;
}
.myheader{
	font-size:12px;
	color:#a8a8a8;
}
.myheader,.mycontent,.mybottom,.mypager{
	width:1200px;
	margin:0 auto;
}
.myheader{
	height:30px;
	line-height:30px;
}
.myheader a{
	text-decoration: none;
	color:#a8a8a8;
}
.mycontent .left .leftheader{
	height:20px;
	line-height:20px;
	margin:10px 0px 0 0;
	padding-left:10px;
	border-left:4px solid #ff0000;
	font-size:18px;
	color:#282828;
	font-weight:bolder;
}
.mycontent .left .leftheader img{
	vertical-align:top;
	margin-left:10px;
}
.mycontent .left{
	width:890px;
	float:left;
}
.mycontent .left .leftcontent{
	width:890px;
	height:225px;
	background: #ffffff;
	margin-top:30px;
	padding-top:17px;
	box-shadow:2px 0px 20px 2px rgba(0,0,0,0.1);
	position:relative;
	box-sizing: border-box;
}
.mycontent .left .leftcontent img{
	margin-left:16px;
	margin-right:16px;
}
.mycontent .left .leftcontent .text{
	width:510px;
}
.mycontent .left .leftcontent img,.mycontent .left .leftcontent .text{
	float: left;	
}
.mycontent .left .leftcontent .text h3{
	font-size: 18px;
	font-weight:bolder;
	color:#333333;
	height:38px;
	line-height:38px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom:12px;
}
.mycontent .left .leftcontent .text span{
	font-size:14px;
	color:#666666;
	margin-bottom:8px;
	display:block;
}
.mycontent .left .leftcontent .text .textcontent{
	font-size:14px;
	line-height:24px;
	height:48px;
	color:#979797;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mycontent .left .leftcontent .text button{
	width:100px;
	height:38px;
	line-height:38px;
	background:#ff0000;
	border:0;
	font-size:14px;
	color:white;
	text-indent:30px;
	position:absolute;
	bottom:10px;
	right:20px;
	border-radius:4px;
	cursor: pointer;
}
.mycontent .left .leftcontent .text button img{
	position: absolute;
	left:0px;
	top:10px;
}
.mycontent .right{
	width:278px;
	float:right;
}
.mycontent .right .rightheader{
	height:20px;
	line-height:20px;
	margin:10px 0px 0 0;
	padding-left:10px;
	border-left:4px solid #ff0000;
	font-size:18px;
	color:#282828;
	font-weight:bolder;
}
.mycontent .right .rightheader img{
	vertical-align:top;
	margin-left:10px;
}
.mycontent .right .rightcontent{
	margin-top:30px;
	height:154px;
	border:1px solid #e1e1e1;
	color:#333333;
	font-size:14px;
}
.mycontent .right .rightcontent h3{
	font-weight:bolder;
	height:34px;
	line-height:34px;
	background:#ffffff;
	border-bottom:1px solid #e1e1e1;
	padding-left:16px;
}
.mycontent .right .rightcontent span{
	height:14px;
	line-height:14px;
	padding-left:6px;
	border-left:4px solid #ff0000;
	margin-left:16px;
	margin-top:13px;
	margin-bottom:13px;
	display:block;
}
.mycontent .right .rightcontent div{
	color:#999999;
	margin-left:16px;
}
.mybottom .header{
	height:20px;
	line-height:20px;
	margin:10px 0px 0 0;
	padding-left:10px;
	border-left:4px solid #ff0000;
	font-size:18px;
	color:#282828;
	font-weight:bolder;
	margin-top:30px;
}
.mybottom .header img{
	vertical-align:top;
	margin-left:10px;
}
.mybottom .mybottomcontent{
	width:267px;
	height:310px;
	background:#ffffff;
	box-shadow:2px 0px 20px 2px rgba(0,0,0,0.1);
	float:left;
	margin-top:30px;
	padding-left:12px;
	padding-top:20px;
	cursor: pointer;
}
.jianju{
	margin-right:21px;
}
.mybottom .mybottomcontent:hover{
	transform: scale(1.1);
	transition: all 1s;
}
.mybottom .mybottomcontent h4{
	color:#333333;
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom:6px;
	margin-top:12px;
	width:250px;
}
.mybottom .mybottomcontent span{
	color:#d5d5d5;
	font-size:14px;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin:30px 0;
}

ul.pagination li {display: inline;background:#f1f1f1}

ul.pagination li a {
    color: #666666;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    font-size: 14px;
}

ul.pagination li a.active {
    background-color: #ff0000;
    color: white;
    border: 1px solid #4CAF50;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

div.center {text-align: center;}

ul.pagination li a {
    margin: 0 4px; /* 0 对应的是头部与底部，可以修改它看看效果 */
}
ul.pagination li input{
	width:30px;
	height:18px;
	border:2px solid #e5e5e5;
	margin-left:6px;
	margin-right:6px;
}
ul.pagination li:last-of-type a{
	color:#ff0000; 
}

/*20200310z往期回顾换新*/
.PastActivity .PastActivityBlock{
	margin: 20px 0;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 2px 0px 20px 2px rgba(0,0,0,0.1);
}
.PastActivity .PastActivityBlock:hover{
	transform: scale(1.1);
	transition: all 1s;
}
.PastActivity .PastActivityImg{
	width: 100%;
	height: 150px;
}
.PastActivity .PastActivityBox{
	padding: 5px 0;
}
.PastActivity .PastActivityBox .row{
	position: relative;
	overflow: hidden;
	clear: block;
	padding: 0 30px;
	margin: 5px 0;
}
.PastActivity .PastActivityBox .title{
	font-size: 16px;
	color: #333;
	float: left;
	width: 800px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.PastActivity .PastActivityBox .time{
	font-size: 16px;
	color: #999;
	float: right;
}
.PastActivity .PastActivityBox .department{
	font-size: 16px;
	color: #666;
}