/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 400 version
*/

.news-title-bar{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}
.news-title-bar .news-bg{
	position: absolute;
	left:50%;
	top:0;
	bottom: 0;
	z-index: -1;
	margin-left: -960px;
	width: 1920px;
	background-image: url(../images/news-bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: 1920px 200px;
	-moz-background-size: 1920px 200px;
	  -o-background-size: 1920px 200px;
	     background-size: 1920px 200px;
}

.news-title-bar .m-container {
	position: relative;
	z-index: 1;
}
.news-title-bar .new-title {
	padding-left: 62px;
	padding-top: 58px;
}
.news-title-bar .new-title,
.news-title-bar .new-title-top {
	/*font-family: SourceHanSansSc Bold;*/
	font-size: 42px;
	color:#fff;
	line-height: 1;
}
.news-title-bar .new-title-top {
	margin-bottom: 14px;
}
.news-title-bar .new-title-bottom {
	font-weight: bold;
	font-size: 40px;
	opacity: .3;
}


.news-list {
}
.news-list .item{
	position: relative;
	z-index: 0;
	margin-top: -1px;
}
.news-list .m-container {
	position: relative;
}
.news-list .item-link {
	display: block;
	padding:0 60px;
	clear: both;
	-webkit-transition: padding .2s;
	-o-transition: padding .2s;
	-moz-transition: padding .2s;
	transition: padding .2s;

}
.news-list .item-content {
	padding:26px 0 29px;
	border-bottom: 1px dashed #ddd;
}

.news-list .item-content .left {
	float:left;
	width:126px;
}
.news-list .item-content .left .date{
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 26px;
	color:#666;
}
.news-list .item-content .left .year {
	font-size: 16px;
	color:#999;
}
.news-list .item-content .item-title {
	width:800px;
	line-height: 38px;
	font-size: 18px;
	font-weight: normal;
	color:#000;
}
.news-list .item-content .item-desc {
	width:800px;
	line-height: 24px;
	font-size: 12px;
	color:#808080;
}

.news-list .item-content .right {
	position: absolute;
	right: 72px;
	top:50%;
	bottom: 0;
	margin-top: -20px;
	line-height: 0;
}
.news-list .item-content .right-icon {
	width:40px;
	height: 40px;
	border:0 none;
}
.news-list .item:hover {
	z-index: 1;
	background: #4e52ff;
}

.news-list .item:hover .item-content{
	border-color:transparent;
	/*margin-left: 10px;*/
}
.news-list .item:hover .item-link{
	padding-left: 10px;
}

.news-list .item-content .left .date,
.news-list .item-content .left .year,
.news-list .item-content .item-title,
.news-list .item-content .item-desc  {
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	-moz-transition: color .2s;
	transition: color .2s;

}
.news-list .item:hover .item-content .left .date,
.news-list .item:hover .item-content .left .year,
.news-list .item:hover .item-content .item-title,
.news-list .item:hover .item-content .item-desc  {
	color:#fff;
}

.list-pagination {
	text-align: center;
	padding:36px 0;
}
.list-pagination .pagination {
	font-size: 12px;
}

/**************
  详情页
**************/
.news-detail .news-title {
	margin: 35px 0 14px;
	font-size: 28px;
	color:#060834;
	text-align: center;
}

.news-detail .news-date {
	margin-bottom: 39px;
	font-size: 16px;
	color:#7a7b80;
	text-align: center;
}

.news-detail .news-content {
	padding:0 40px;
	font-size: 16px;
	color:#333;
	/*line-height: 27px;*/
	line-height: 54px;
}
.section-links{
	margin: 66px 0;
	font-size: 16px;
	color:#666666;
}
.section-links .left{
	padding-left: 47px;
	float: left;
}
.section-links .right{
	padding-right: 47px;
	float: right;
}

.section-links .sec-link {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width:45%;
}