.news-list li.headlines {
    height: 178px;
}

.news-list li {
    
    padding: 15px 0px;
    background: none;
}

.news-list li.headlines .headlines-pic {
    display: block;
    width: 350px;
    height: 178px;
    background: #f9f9f9;
    float: left;
    display: inline-block;
}

.news-list li.headlines .headlines-pic img {
    width: 350px;
    height: 178px;
}

.news-list li.headlines .right-content {
    display: inline-block;
    width: 500px;
    float: right;
    height: 178px;
    position: relative;
}

.news-list li.headlines .headlines-title {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.news-list li.headlines .headlines-title:hover{
	color:#f60;
}

.news-list li.headlines .right-content p {
    font-size: 14px;
    color: #858585;
    line-height: 22px;
    margin-top: 5px;
	height:86px;
	overflow:hidden;
}

.news-list li.headlines .news-list-info {
    position: absolute;
    bottom: 5px;
    text-align: left;
    width: 445px;
}

.news-list .news-block{
	display: block;
    padding: 15px 2px 15px 0;
    height: 130px;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    overflow: hidden;	
}

.date-block {
    float: left;
    padding: 0 10px;
    width: 62px;
    height: 100%;   
    color: #fff;
    background-color: #0154a4;
}

.date-block .day {
    display: block;
	float:left;
	height:60px;
	line-height:60px;
	text-align:center;
    width: 100%;   
    font-size:54px;
	margin-top:21px;
}

.date-block .month {
    display: block;
	float:left;
	height:24px;
	text-align:center;
	line-height:24px;
    width: 100%;   
    font-size:14px;
}

.news-block  .summary {
	position:relative;
    float: left;
    margin-left: 8px;
    width: 866px;
    line-height: 18px;
    color: #746969;
	background-color:#f7f7f7;
	padding:13px 16px 22px;
}

.news-block  .news-detail {
	display:inline-block;
	position:absolute;
	width:33px;
    height:33px;
	right:26px;
	top:47px;
    background: no-repeat center;		
}


.news-block  .h1 {
    margin-bottom: 10px;
    font-size: 20px;
	font-weight:bold;
    line-height: 26px;
    height: 26px;
    color: #000;
    text-align: left;
    overflow:hidden;
}

.news-block  .h3 {
	width:776px;
    height: 68px;
    line-height: 24px;
    margin: -4px 0;
    color: #746969;
    font-weight: normal;
    font-size: 13px;
    color: #746969;
    overflow: hidden;
}

.pages{
	margin-top:10px;
}

.pages span, .pages a {
    display: inline-block;
    padding: 5px 9px;
    font-size: 14px;
    border: 1px solid #ededed;
    margin-right:3px;
}

.pages span.selflist {
    background:#0154a4;
    color: #fff;
    border-color: #0154a4;
}

/* 专题 */
.special-list li {
	width:480px;
    padding: 20px 0px;
    background: none;	
	float:left;
}

.special-list li:nth-child(odd){
	margin-right:30px;
}

.special-list .special-pic {   
	width:480px;
	height:129px;
    float: left;
    display: inline-block;
}



.special-list .right-content {
    display: inline-block;
    width: 100%;
    float: right;
    height: 46px;
	line-height:22px;
    position: relative;
	text-align:center;
	margin-top:10px;
}

.special-list .special-title {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
	
}

.special-list .special-title:hover {
	color:#f60;
}

.special-list .right-content p {
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    margin-top: 5px;
}

.news-list-info {
    text-align: right;
    margin-top: 5px;
    color: #aaa;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
}

.content-rgt  h1.title{
	
    line-height: 100%;
    text-align: center;
    padding: 3px 0px;
    font: bold 28px/1.2 "微软雅黑";
    letter-spacing: -1.5px;
    white-space: pre-wrap!important;

}

.content-rgt .content-info {
    margin: 0px 0px 0px 0px;
    text-align: center;
    border-bottom: 1px solid #ededed;
    line-height: 30px;
    color: #999;
    font-size: 12px;
}

.content-rgt  .content{
	margin-top:15px;
	text-align: justify;
}

.content-rgt  .content p{
	font-size:15px;
	line-height:22px;
}

#see_on_phone{
	display:block;
	float:right;
	width:74px;
	height:30px;
	line-height:30px;
	text-align:right;
    position:absolute;
    right:0px;	
	bottom:0px;
	font-family:微软雅黑;
	font-size:12px;
}

#see_on_phone .show-block{
	display:none;
    width:100px;
    height:100px;
    position:absolute;
   	right:0px;
	bottom:-120px;
	border:1px solid #eee;
	padding:10px;
	background-color:#fff;
	box-shadow:3px 3px 3px #ccc;
}

#see_on_phone:hover .show-block{
	display:block;	
}

.news-others{
	margin-top:12px;
	border-top:1px solid #b6b6b7;
	padding-top:24px;
}

.news-others .others-tit{
	color:#0054a3;
	font-size:16px;
	height:26px;
}

.news-others .more-list{	
    line-height: 30px;
    font-size: 15px;
    display: block;
    height: 30px;
    overflow: hidden;
}

.news-others .more-list .date{	
    display:inline-block;
	margin-right:20px;
	color:#332c2b;
}

.news-others .more-list a{	    
	color:#332c2b;
}

.news-others .more-list a:hover{	    
	color:#f60;
}
