﻿/**
* @cscms4.x open source management system
* @copyright 2009-2015  All rights reserved.
* @Author:Cheng Jie
* @Dtime:2015-01-17
*/
/* 文章列表 */
.list2{padding:5px 0;}
.box_left,.box_right{width:490px;}
.box_left{float:right;}
.box_right{float:left;}
.box_left .title,.box_right .title{margin-left:29px;}
.box_left ul,.box_right ul{margin-top:20px;}
.box_left li a,.box_right li a{height:36px;line-height:36px;background:url(../images/text.png) 10px 5px no-repeat;}
.box_left li a:hover,.box_right li a:hover {background:url(../images/text_active.png) 10px 5px no-repeat;}
.channel{width: 1160px;padding-left: 10px;}

.list li{border-bottom:#D9D9D9 dashed 1px;font-size:15px;
    height: 170px;
    padding: 10px 0;
    }
	.list li:hover{border-bottom:#0970B4 dashed 1px;font-size:15px;}
.viewimg {
    width: 250px;
    height: 165px;
    float: right;
    display: inline;
	margin-left: 30px;
    position: relative;
}
.viewimg .zzsz {
    display: inline-block;
    zoom: 1;
    background: transparent;
    position: absolute;
    top: 40%;
    left: 40%;
    width: 43px;
    height: 43px;
}


.viewimg:hover .hotimgzz {
    background: rgba(0, 137, 248, 0.75);;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}





.hotimgzz {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 250px;
    height: 165px;
	
}
.viewimg:hover .zzsz {
    background: url(../images/symbol-26.png) no-repeat;
}

.standpoint {
    position: absolute;
    top: 0px;
    right: 270px;
    width: 130px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background-color:rgb(28, 126, 202);
    text-align: center;
    line-height: 30px;
	border-radius: 10px;
}
p {
    color: #3e3e3e;
    font-size: 15px;
    height: 110px;
    line-height: 30px;
    padding-left: 10px;
	text-align: justify;
	text-indent: 25px;
	}

.list2 ul li h3 {
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    line-height: 30px;
    margin-bottom: 5px;
}

.list li a{width: 250px;
    height: 165px;}
	
.list li a{margin-right:10px;overflow:hidden;padding-left:5px;}
.list li a:hover,.list li a:active{background-color:#fff;text-decoration:none;}
.list li a:visited{color:#0970B4;} 
.list span{padding-left: 15px;background: url(../images/symbol-11.png) no-repeat 0 0px;float:left;margin-left:30px;cursor:pointer;font-size:13px;color:#9c9c9c;overflow:hidden;text-indent: 30px;display: inline-block !important;}
.list span+span {
padding-left: 15px;
    background: url(../images/symbol-31.png) no-repeat 0 0px;
}
.list span+span+span {
padding-left: 15px;
    background: url(../images/symbol-9.png) no-repeat 0 0px;
}





/* 文章内容页 */
.news_text {padding-top:20px;}
.news_text .page_title{color:#000;font-size:16px;text-align:center;}
.news_text ul,.play ul{border:#FFF solid 2px;padding:0 29px;height:40px;line-height:40px;background-color:#e1e1e1;overflow:hidden;}
.news_text li,.play li{overflow:hidden;width:400px;}
.news_text .last,.play .last{float:right;}
.news_text .next,.play .next{float:right;text-align:right;}
.news_text h3,.play h3{font-size:16px;}
.content{padding:0 29px;color:#000;font-size:16px;line-height:200%;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;white-space:pre;white-space:pre-wrap;white-space:pre-line;}
.content img{margin:10px 0;clear:both;max-width:920px;width:expression(this.width> 920 ? 920 : true);overflow:hidden;}

