.con_name{
	width: 1204px;
	/*text-align: center;*/
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700;
	padding: 20px;
	color: red;
	/*height: 50px;
	margin: 20px auto;*/
	/*position: absolute;*/
}
.con_nr{
	width: 1204px;
	height: 800px;
	/*position: absolute;*/
	margin: 0 35px;
	top: 80px;
}
.con_nr .cn_text{
	width: 1024px;
	/*height: 700px;*/
	height: auto;
	margin: a auto;
}
ul{
	list-style: none outside none;
}
li{
	list-style: none;
}
.new-main{
	width: 100%;
	border-collapse: collapse;
}
.con_nr .cn_text ul li{
	width: 1024px;
	height: 100px;
	border-bottom: 1px dashed #d9d9d9;
	margin: 20px 0;
}
a{
	text-decoration: none;
}
.con_nr .cn_text ul li .t1{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #000000;
}
.con_nr .cn_text ul li .t2{
	font-size: 16px;
	line-height: 20px;
	color: #757575;
}
.con_nr .cn_text ul li.t3{
	font-size: 12px;
	line-height: 20px;
	margin-top: 6px;
	color: #4a8dfc;
}
/*分页*/
.pagination-container{
    text-align: center;
}
.pagination{
    display: inline-block;
}
.pagination a{
    background-color: #999;
    color: #fff;
    padding: 1px 6px;
    text-decoration:none;
    border-radius: 5px;
    margin-right: 10px;
    cursor:pointer;
}
.pagination a.active{
    background-color: #85D1FF;
}
.page-change{
    margin: 0 15px;
    cursor:pointer;
}
.skip input{
        width: 50px;
}

/*详情*/
.nr_content{
	width: 1204px;
	height: auto;
	position: relative;
	background-color: #FFFFFF;
}
.nr_text1{
	width: 1204px;
	height: auto;
	font-size: 28px;
	color: #000;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
}
.nr_text2{
	width: 1204px;
    height: 30px;
    font-size: 12px;
    color: #737373;
    text-align: center;
    line-height: 30px;
    border-bottom: 0px dashed #707070;
    margin: 0 auto;
}
.nr_text3{
	width: 1204px;
    height: auto;
    font-size: 14px;
    color: #3a3a3a;
    line-height: 30px;
    margin: 10px auto;
    text-indent: 2em;
}
