﻿/**!
 * 某某页面-二级页
 * author: gaoli;
 * date:2017-09-12
 */

.ny_main {
    width: 1003px;
    margin: 0px auto;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding-bottom: 10px;
}
.nyleft {
    width: 260px;
    margin-top: 10px;
    display: block;
    float: left;
}

/*内页分类块*/

.nyfenlei {
    height: auto;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    background: #fff6e5;
}
.nyfenlei dt {
    background: url(../images/sy_27.jpg) repeat-x;
    height: 29px;
    line-height: 29px;
}
.nyfenlei dt strong {
    background: url(../images/nylisa.png) no-repeat left;
    font-size: 14px;
    color: #FFF;
    padding-left: 30px;
    margin-left: 30px;
    font-weight: bold;
}
.nyfenlei dd {
    padding: 20px;
    padding-top: 10px;
}
.nyfenlei dd ul li {
    background: #fbe0af;
    border: 1px solid #edc865;
    height: 29px;
    line-height: 29px;
    margin-top: 10px;
}
.nyfenlei dd ul li a {
    display: block;
    height: 29px;
    color:#393939;
}
.nyfenlei dd ul li a strong {
    padding-left: 30px;
    display: block;
    font-weight: bold;
}
.nyfenlei dd ul li a:hover {
    background: url(../images/sy_27.jpg) repeat-x;
    height: 29px;
    color: #FFF;
}

/*内页热点动态*/

.nyhotdt {
    height: auto;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    margin-top: 10px;
    padding-bottom: 30px;
    clear: both;
}
.nyhotdt dt {
    background: url(../images/tab_navbg.jpg) repeat-x;
    height: 29px;
    line-height: 29px;
}
.nyhotdt dt strong {
    float: left;
    font-size: 14px;
    margin-left: 30px;
    font-weight: bold;
}
.nyhotdt dt span {
    font-size: 12px;
    float: right;
    margin-right: 15px;
}
.nyhotdt dd {
    padding: 15px;
}
.nyhotdt dd ul li {
    height: 30px;
    font-size: 14px;
    line-height: 18px;
}
.nyhotdt dd ul li a{
	color:#393939;
}
.nyhotdt dd ul li a:hover{
	color:#eb4d00;
	cursor: pointer;
}
.nyhotdt dd ul li label {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    display: block;
    background: #C00;
    color: #FFF;
    float: left;
    margin-right: 10px;
}
.nyright {
    width: 700px;
    float: right;
    margin-right: 15px;
    _margin-right: 5px;
    margin-top: 10px;
    display: block;
}

/*内页所在位置*/

.weizhi {
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid #CCC;
}
.weizhi strong {
    float: left;
    font-size: 16px;
    color: #C00;
    font-weight: bold;
    font-family: "Microsoft YaHei", "微软雅黑", helvetica, arial, verdana, tahoma, sans-serif;
}
.weizhi span {
    float: right;
    font-size: 12px;
}
.weizhi-index{
	color:#393939;
	cursor: pointer;
}

/*内页新闻列表*/

.xwliebiao {
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 0;
}
.xwliebiao ul li {
    border-bottom: 1px dotted #CCC;
    background: url(../images/nynewsa.jpg) no-repeat left;
    padding-left: 15px;
    line-height:29px;
    height: 29px;
}
.xwliebiao ul li span.xw_time {
    float: right;
    color: #ccc
}
.xwliebiao ul li span{
    color: #ccc;
    font-size: 12px;
    margin-top:-28px;
}
.wb-data-item.spec{
	padding:0;
}

/* 分页 */
.pages a{
	color:#393939;
	cursor: pointer;
}
.pages:hover,
.pages a:hover{
		color:#eb4d00;
}

/* 0927新增 */
.jianjiexs {
	line-height: 30px;
    padding: 15px 0px;
}

.ewb-hotclick{
	display: block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}