@charset "utf-8";


/*--------------- 布局 layout ---------------*/


/*--------------- 模块 module ---------------*/
.m-content {
	margin-top: 25px;
}
.m-contentLeft {
	width: 875px;
}
.m-contentRight {
	float: right !important;
	width: 300px;
}
/* 头条图片区 */
.m-headline {
	width: 1210px;
}
.m-headline li {
	position: relative;
	margin: 10px 10px 0 0;
}
.m-headline li .m-gridImg {
	width: 290px;
	height: 188px;
}
.m-headline li .text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 25px 15px 15px;
	background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.3) 80%);
}
.m-headline li .text p {
	max-height: 52px;
	line-height: 26px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.m-headline li.across .m-gridImg {
	width: 600px;
	height: 386px;
}
/* 标题 */
.m-title {
	border: 1px solid #e6e6e6;
	background: #f5f5f5;
}
.m-title li {
	width: 436px;
	height: 70px;
	border-top: 5px solid #f5f5f5;
	text-align: center;
}
.m-title li:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
	overflow: visible;
}
.m-title li a {
	width: 290px;
	color: #777;
	font-size: 26px;
	font-weight: bold;
	
}
.m-title li.in {
	border-top: 5px solid #f63756;
	background: #fff;
}
.m-title li.in a {
	color: #333;
}
/* 最新版权 */
.m-zxbq {}
.m-zxbq>li{
	padding: 30px 20px 30px 70px;
	border-bottom: 1px solid #e6e6e6;
}
.m-zxbqLeft {}
.m-zxbqLeft .m-gridImg {
	width: 300px;
	height: 220px;
}
.m-zxbqRight {
	float: right !important;
	width: 460px;
}
.m-zxbqRight h1 {
	font-size: 18px;
	font-weight: bold;
}
.m-zxbqRight ul {}
.m-zxbqRight li {
	margin-top: 5px;
}
.m-zxbqRight li:last-child {
	height: 108px;
	line-height: 18px;
	margin-top: 20px;
	overflow: hidden;
}
/* 书展峰会 */
.m-szfh {}
.m-szfh li {
	padding: 25px;
	margin-top: 25px;
	border: 1px solid #e6e6e6;
}
.m-szfh li h1 {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
}
.m-szfh li p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 22px;
}
.m-szfh li img {
	margin-bottom: 15px;
	width: 100%;
}
/* 交易信息 */
.m-jyxx {}
.m-jyxx li {
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
}
.m-jyxx h1 a {
	display: block;
	padding: 25px 0 10px;
	font-size: 18px;
	font-weight: bold;
}
.m-jyxx .m-gridImg {
	width: 300px;
	height: 220px;
	margin-right: 30px;
}
.m-jyxx .trumpet, .m-jyxx h1, .m-jyxx .time, .m-jyxx .cont {
	width: 540px;
}
.m-jyxx .trumpet {
	cursor: pointer;
}
.m-jyxx .trumpet span {
	width: 500px;
	margin-left: 8px;
	font-size: 14px;
}
.m-jyxx .cont {
	margin-top: 20px;
	line-height: 22px;
}
.m-jyxx .cont * {
	display: inline;
	font-size: 14px;
}
.m-jyxx .cont a {
	padding-left: 30px;
	cursor: pointer;
}

/* 广告位 */
.m-ad {
	width: 100%;
}
.m-ad li {
	height: 480px;
	margin-bottom: 25px;
}
.m-ad li.small {
	height: 216px;
}

/* 页码 */
.m-page {
	margin-top: 50px;
}

/*--------------- 面板 panel ---------------*/

