
.color{color:#AB161B;}
/* 内容页开始 */
.content{width:1100px;margin: 20px auto;overflow: hidden;}
.content .contentLeft{float: left;width:273px;}
.content .contentRight{float: right;width: 810px;}
/* 内容页左部分-页面标志 */
.contentLeft .pageLogo{height: 30px;overflow: hidden;}
.contentLeft .pageLogo img{float: left;}
.contentLeft .pageLogo span{float: left;font-size: 24px;font-weight: bold; margin-left: 20px;}
/* 内容页左部分-树形导航 */
.contentLeft .navTree{margin-top: 20px;overflow: hidden;background: #F5F5F5;}
.contentLeft .navTree .firstNav{float: left;width:273px;list-style: none;overflow: hidden;margin:5px auto;}
.contentLeft .navTree .firstNav .firsta{float: left;font-size: 16px;line-height: 34px;color:#666;}
.contentLeft .navTree .firstNav .firstItem{float: left;width: 8px;height: 34px;background: #AB161B;}
.contentLeft .navTree .firstNav .firsta{width: 265px;text-indent: 20px;}
/*.contentLeft .navTree .firstNav .inactive{ background:url(../images/off.png) no-repeat 237px center;}*/
/*.contentLeft .navTree .firstNav .inactives{background:url(../images/on.png) no-repeat 237px center;}*/
.contentLeft .navTree .firstNav .secondNav{width:245px;float: right;line-height: 34px;}
.contentLeft .navTree .firstNav .secondNav .secondItem{width: 5px;height: 5px;background: #AB161B;float: left;margin-top: 14px;margin-right: 8px;}
.contentLeft .navTree .firstNav .secondNav .seconda{display: inline-block;width: 190px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#666;font-size: 14px;}
.contentLeft .navTree .firstNav .firsta:hover{background: #AB161B; color:#fff;}
.contentLeft .navTree .firstNav .seconda:hover{color: #AB161B;}

/* .contentLeft .navTree .firstNav .secondNav{float: left;width:273px;list-style: none;overflow: hidden;margin:5px auto;} */
/* .contentLeft .navTree .firstNav .secondNav .secondItem{float: left;width: 5px;height: 5px;background: #1F72D7;margin-left: 20px;} */

/* 内容页右部分-文章列表 */
.contentRight ul{overflow: hidden;}

.contentRight ul li{float: left;border-bottom: 1px dashed #E5E5E5;overflow: hidden;height: 46px;width: 783px;}
.contentRight ul li a,.contentRight ul li span{font-size: 16px;color:#000;line-height: 46px;}
.contentRight ul  li img{float: left;margin-top: 18px;margin-right: 20px;}
.contentRight ul li a{float: left;width: 600px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.contentRight ul li span{float: right;margin-right: 14px;}
.contentRight ul li:hover a,.contentRight ul li:hover span{color:#1F72D7;}



/* 内容页右部分-翻页 */
.pageTurn{margin: 0 auto;}
.pageTurn .paging{margin:22px auto;overflow: hidden;margin-left: 143px;}
.pageTurn .paging span{float: left;}
.pageTurn .paging span a{color: #666;text-decoration: none;}
.pageTurn .paging div{float: left;}

/* 单篇文章 */
.contentRight .articleTitle{border-bottom: 2px solid #B3B2B2;}
.contentRight .articleTitle span{width: 700px;display: block;margin: 10px auto;text-align: center; font-size: 18px;font-weight: bold;}
.contentRight .articleDetails{padding-top: 30px;}