/*
******************************
********** author:@zhou小白猪
********** css:index.css
********** 说明:首页样式
******************************
*/

@import "other_common.css";/*导入通用样式*/

.con_left_main{
	width:768px;
	height:auto;
	float:left;
	padding:15px 20px;
}
.con_left_main_box{
	width:100%;
	height:auto;
	float:left;
}
.con_left_main_box ul li{
	width:100%;
	height:35px;
	line-height:35px;
	float:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url(https://node.naisigo.com/assets/images/common/ico_list.png) no-repeat 0;
	font-size:15px;
}
.con_left_main_box ul li img.ico_pic{
	vertical-align:middle;
	margin-right:5px;
	margin-top:-1px;
}
.con_left_main_box span.line{
	width:100%;
	height:auto;
	float:left;
	border-top:1px dashed #d7d7d7;
	margin:15px 0;
}
.con_left_main_box ul li a{
	margin-left:25px;
}
.con_left_main_box ul li span.date{
	float:right;
	margin-left:15px;
	font-size:13px;
	color:#999;
}


/*分页 start*/
.list_page {
        text-align: center;
        width: 100%;
    }

    .list_cont_1:nth-child(5n) {
        border-bottom: 1px dashed #eee;
        padding-bottom: 15px;
        margin-bottom: 15px;
        display: block;
        clear: both;
    }

    .pages {
        font-size: 0;
        padding: 15px 5px;
        text-align: left;
        display: inline-block;
    }

    .list_page .pages li {
        display: inline-block;
        margin: 0 2px;
        line-height: 1;
		border: 1px solid #ededed;
  
        background-color: #fff;
        border-radius: 5px;
        margin-top: 10px;
        width: auto;
        background: #fff;
        height: auto;
    }

    .list_page .page-active {
        background-color: #ce1a0c !important;
        color: #fff !important;
        border: 1px solid #ce1a0c;
    }

    .list_page .page-active a {
        color: #fff !important;
        cursor: default;
        font-size: 13px;
		border: 1px solid #ce1a0c !important;
    }

    .list_page .pages a {
        font-size: 13px;
        display: block;
        padding: 7px 12px;
        color: #444;
        text-decoration: none;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        border-radius: 5px;
        margin: 0;
		border: 1px solid #fff;
    }

    .list_page .pages a:hover {
        background-color: #ce1a0c;
        border-color: #ce1a0c;
        color: #fff;
		border: 1px solid #ce1a0c;
    }
    
    /*分页 end*/