.main h2 span.chinese-ideograph::after,
.main h2 span.chinese-ideograph::before,
.intro .intro-btns a,
.main-list .info a.share::before,
.main-list .info a.good::before,
.main-list .status-btns a b,
.pop .close-btn{
	background: url(../img/limg/sprite.png) no-repeat 0 0;
}
.main h2 span.chinese-ideograph::after{
	background-position: -18px 0;
}
.intro .intro-btns a.subscribe{
	background-position: 0 -26px;
}
.intro .intro-btns a.subscribe:hover{
	background-position: 0 -80px;
}
.intro .intro-btns a.contribute{
	background-position: 0 -134px;
}
.intro .intro-btns a.contribute:hover{
	background-position: 0 -189px;
}
.main-list .info a.share::before{
	background-position: -37px -280px;
}
.main-list .on .info a.share::before{
	background-position: 0 -280px;
}
.main-list .info a.good::before{
	background-position: -37px -252px;
}
.main-list .on .info a.good::before{
	background-position: 0 -252px;
}
.main-list .status-btns a.download-pdf b{
	background-position: -113px -252px;
}
.main-list .on .status-btns a.download-pdf b{
	background-position: -82px -252px;
}
.main-list .status-btns a.read b{
	background-position: -112px -280px;
}
.main-list .on .status-btns a.read b{
	background-position: -81px -280px;
}
.pop .close-btn{
	background-position: -180px -251px;
}

.main h2{
	text-align: center;
	padding: 60px 0 50px;
}
.main h2 span{
	font-weight: bold;
	line-height: 40px;
	height: 40px;
}
.main h2 span.letter{
	display: block;
	font-size: 28px;
	font-family: "Times New Roman";
}
.main h2 span.chinese-ideograph{
	display: inline-block;
	font-size: 22px;
	font-family: "simsun";
	position: relative;
}
.main h2 span.chinese-ideograph::after,
.main h2 span.chinese-ideograph::before{
	content: "";
	position: absolute;
	width: 18px;
	height: 23px;
	top: 9px;
	left: -30px;
}
.main h2 span.chinese-ideograph::after{
	left: auto;
	right: -30px;
}

/*intro*/
.intro{
	background: url(../img/limg/intro-bg.jpg) no-repeat center;
	height: 100px;
}
.intro>div{
	float: left;
}
.intro .cont{
	width: 410px;
	padding: 18px 30px 0;
}
.intro .cont h3{
	font-size:16px;
	font-weight:bold;
	color: #c4261d;
}
.intro .cont p{
	padding-top: 7px;
	line-height: 18px;
	font-size:14px;
}
.intro .intro-btns{
	width: 427px;
	padding-top: 25px;
	overflow: hidden;
}
.intro .intro-btns a{
	float: left;
	width: 193px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	margin-right: 20px;
	color:#fff;
}

/*main-list*/
.main-list li{
	
}
.main-list li:first-child{
	margin-top: 30px;
}
.main-list li .item-left{
	width: 160px;
	padding-right: 30px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: right;
	position: relative;
	top: 140px;
	cursor:pointer;
}
.main-list li .item-left:after{
	content: "";
	position: absolute;
	right: -11px;
	top: 3px;
	width: 10px;
	height: 10px;
	border: 6px solid #c4261d;
	border-radius: 50%;
	z-index: 9;
	background:#fff;
}
.main-list li .item-right{
	width: 709px;
	border: 1px solid #ccc;
	border-top: none;
	border-right: none;
	float: left;
	position: relative;
}
.main-list li:first-child .item-right{
	border-top: 1px solid #ccc;
}
.main-list li .item-right .img-box{
	width: 290px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:none;
}
.main-list li .img-box img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.main-list li .item-right .status{
	padding: 55px 20px 30px 290px;
}
.main-list .status h4{
	font-size:16px;
	font-weight: bold;
	color: #333;
	height: 40px;
	line-height: 40px;
	padding-bottom: 10px;
}
.main-list .status p{
	font-size: 12px;
	color: #999;
	min-height:80px;
	max-height:80px;
	overflow-y:auto;
	line-height: 20px;
}
.main-list .status .info{
	height: 26px;
	line-height: 26px;
	color: #565656;
	text-align: right;
	position: relative;
	margin-top: 10px;
	overflow:hidden;
}
.main-list .status .info a{
	color: #565656;
}
.main-list .status .info span,
.main-list .status .info a{
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}
.main-list .status .info .time{
	position: absolute;
	left: 0;
	top: 0;
}
.main-list .info a.share,
.main-list .info a.good{
	padding-left: 20px;
	position: relative;
	float:right;
}
.main-list .info a.good{
	margin-right:0;
}
.main-list .info a.share::before,
.main-list .info a.good::before{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 17px;
	height: 16px;
}
.main-list .status-btns{
	padding-top: 30px;
	overflow: hidden;
}
.main-list .status-btns a{
	float: left;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #565656;
	background: #ddd;
}
.main-list .status-btns a.read{
	margin-left: 35px;
}
.main-list .status-btns a:hover{
	background: #e6e6e6;
}
.main-list .status-btns a b{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 18px;
}
.main-list .on .item-left{
	color: #dd0010;
}

/*onÀà*/
.on .item-right{
	background: url(../img/limg/on.jpg) no-repeat 15px 14px;
}
.on .status h4,
.on .status p,
.on .status .info,
.main-list .on .status .info a{
	color: #fff;
}
.on .status .status-btns a{
	background: #f5f5f5;
	color: #dd0010;
}
.on .status .status-btns a:hover{
	background: #fff;
}

/*µ¯´°*/
.mask-p{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	display: none;
}
.pop{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/limg/pop.jpg) no-repeat center;
	width: 654px;
	height: 294px;
}
.pop .close-btn{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
}
.pop-subscribe img{
	position: absolute;
	left: 40px;
	top: 40px;
}
.pop h5{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	padding: 90px 0 18px 289px;
}
.pop p{
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	padding: 0 25px 30px 289px;
}
.pop-contribute h5{
	padding: 71px 0 18px 70px;
}
.pop-contribute p{
	padding: 0 70px 30px;
}