.publish-page-hd {
    width: 100%;
    min-width: 1200px;
    height: 530px;
    position: relative;
    overflow: hidden;
}
.publish-page-hd .container-bd {
    width: 1920px;
    height: 530px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.publish-page-hd .container-bd li{
	display: table-cell;
    width: 1920px;
    height: 530px;
    vertical-align: middle;
    text-align: center;
}
.publish-page-hd .container-bd li img{
	max-width: 1920px;
    max-height: 530px;
    vertical-align: middle;
}
.publish-container{
	width: 100%;
	min-width: 1200px;
	padding: 60px 0;
}
.publish-container .hd{
	padding-bottom: 60px;
}
.publish-container .hd ul{
	float: left;
}
.publish-container .hd .more{
	float: right;
	height: 34px;
	line-height: 34px;
	width: 154px;
	border: 1px solid #e5e5e5;
	color: #999999;
	font-size: 14px;
	position: relative;
	text-align: center;
	transition: all .4s ease 0s;
}
.publish-container .hd .more:hover{
	color: #fff;
}
.publish-container .hd .more:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 34px;
	background: #13df81;
	opacity: 0;
    transition: all .4s ease 0s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.publish-container .hd .more:hover:after{
	width: 100%;
	opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}
.publish-container .hd .more i{
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 10px;
	margin: -2px 0 0 10px;
	background: url(../images/publish-more-arrow-rig.png) no-repeat;
}
.publish-container .hd .more:hover i{
	background-position: -9px 0;
}
.publish-container .hd li{
	margin-right: 7px;
	position: relative;
	float: left;
}
.publish-container .hd li:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -4px;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background: #d5d5d5;
}
.publish-container .hd li:last-child:after{
	width: 0;
}
.publish-container .hd li>a{
	display: block;
	padding: 0 26px;
	height: 36px;
	line-height: 36px;
	color: #666666;
	font-size: 16px;
}
.publish-container .hd li.on>a{
	background: #13df81;
	color: #fff;
}
.publish-box li{
	margin-bottom: 50px;
}
.publish-box li:last-child{
	margin-bottom: 0;
}
.publish-box .pic{
	float: left;
	width: 264px;
	height: 163px;
	overflow: hidden;
}
.publish-box .pic>a{
	display: block;
	width: 264px;
	height: 163px;
	overflow: hidden;
}
.publish-box .pic>a>img{
	width: 264px;
	height: 163px;
}
.publish-box .txt{
	float: right;
	width: 900px;
}
.publish-box .txt>.tit{
	height: 22px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ececec;
	transition: all ease-out .2s;
	position: relative;
}
.publish-box .txt>.tit:before{
	position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #5281d5;
    margin-top: 36px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.publish-box li:hover .txt>.tit:before{
	width: 100%;
}
.publish-box .txt>.tit>a{
	float: left;
	font-size: 16px;
}
.publish-box .txt>.tit>span{
	float: right;
	font-size: 14px;
	color: #666666;
}
.publish-box .txt>.des{
	margin-top: 12px;
	height: 48px;
	overflow: hidden;
}
.publish-box .txt>.des>p{
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}
.publish-box .txt>.more{
	display: block;
	margin-top: 30px;
	width: 149px;
	height: 33px;
	border: 1px solid #ececec;
	border-radius: 2px;
	transition: all ease-out .5s;
	background: url(../images/publish-more-ico.png) no-repeat 55px 12px;
}
.publish-box .txt>.more:hover{
	background-position: 55px -21px;
	border: 1px solid #dadada;
}
.update-box li{
	border: 1px solid #ececec;
	background: #f7f7f7;
	padding: 11px 43px 11px 21px;
	margin-bottom: 15px;
	transition: all .5s;
}
.update-box li:last-child{
	margin-bottom: 0;
}
.update-box li:hover{
	background: #fff;
	box-shadow: 0 0 3px #ccc;
}
.update-box li>a{
	display: block;
	height: 66px;
}
.update-box li>a:hover{
	color: #333;
}
.update-box li>a>.date{
	float: left;
	width: 76px;
	padding-left: 20px;
	height: 56px;
	background: #2495e4;
	padding-top: 10px;
}
.update-box li>a>.date>p{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
.update-box li>a>.date>span{
	color: #fff;
	line-height: 24px;
}
.update-box li>a>.txt{
	float: left;
	width: 970px;
	margin-left: 20px;
}
.update-box li>a>.txt>.tit{
	font-size: 14px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.update-box li>a>.txt>.des{
	color: #999999;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.update-box li>a>.arrow{
	float: right;
	height: 66px;
	width: 48px;
	background: url(../images/update-arrow-right.png) no-repeat right center;
}

