/**
* @cscms4.x open source management system
* @copyright 2009-2015  All rights reserved.
* @Author:Cheng Jie
* @Dtime:2015-01-17
*/
/* 文章列表 */
.list2{padding:2px 0;float:left;width:320px;}

.channel{width:978px;margin-bottom: 10px;}
.channel .zuo{width:808px; float:left}
.channel .you{padding:5px;width:160px; float:right;}

.channel li a{height:40px;line-height:40px;}
.channel li a:hover{}
.channel2{width:160px;}



/* 文章内容页 */
.news_text {padding-top:0px;}
.news_text .page_title{color:#000;font-size:26px;text-align:center;}
.news_text ul,.play ul{color:#005AB5;border:#666 solid 1px;padding:0 29px;background-color:#e1e1e1;overflow:hidden;}
.news_text li,.play li{overflow:hidden;width:400px;}
.news_text .last,.play .last{float:left;}
.news_text .next,.play .next{float:right;text-align:right;}
.news_text h3,.play h3{font-size:16px;}
.content{padding:10px 20px;color:#000;font-size:16px;word-break:break-word;word-wrap:break-word;white-space:-moz-pre-wrap;white-space:-hp-pre-wrap;white-space:-o-pre-wrap;white-space: -pre-wrap;}
.content img{margin:10px 0;clear:both;max-width:940px;width:expression(this.width> 940 ? 940 : true);overflow:hidden;}

