/*新详情页样式*/
*{
	padding: 0;
	margin: 0;
	border: none;
         font-family: "宋体";
}
body{
        margin:auto;
}
.main{
	width: 1000px;
	margin: 5px auto 0;
}
a{
	text-decoration: none;
}
.left{
	width: 252px;
	max-height: 527px;
	float: right;	
	border: 1px solid #eab974;
	background-color: #F9F2E0;
	
	
}
.right{
	width: 730px;
         min-height: 527px;
         margin-bottom: 10px;
	float: left;
	border: 1px solid #eab974;
}
/*右边新闻列表*/
.left_title{
	width: 227px;
	height: 35px;
	color: #9F0000;
	font-size: 16px;
	line-height: 35px;
	font-family: "宋体";
	border-bottom: 2px solid  #D02200;
	padding-left: 25px;
	background:url(imgnr_bg_r2_c4.png) no-repeat;
        background-position: 0px -3px;
}
.new_list ul{
        padding:20px 0;
}
.new_list ul li{
	width: 210px;
	height: 30px;
	padding-left: 30px;
	line-height: 30px;
	list-style: none;
	background: url(../../Newdetail/img/list.png) no-repeat;
	background-position: 18px 15px;
         text-overflow: ellipsis;
         overflow: hidden;
         white-space: nowrap;
}
.new_list ul li a{
    font-size: 13px;
    color: #333333;
    text-decoration: none;
   /*display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}
.new_list ul li a:hover{
         color:red;
}
/*左边内容详情*/
.position{
	width: 675px;
	height: 36px;
	margin:  0 auto;
	line-height: 36px;
	font-size: 13px;
	border-bottom: 2px solid #d5d2d2;
	padding-left: 35px;
	background:url(imgnr_bg_r2_c2.jpg) no-repeat;
}
.position a{
         color:#000;
}
.position a:hover{
         color:red;
}
.right h2{	
        text-align:center; 
        margin: 5px auto 0;
	/*height: 50px;*/
        width:675px;
        /*margin-top:15px;*/
        /*font-weight:bold;*/
	line-height: 30px;
         color: #9F0000;
}
.right h4{	
        text-align:center; 
        margin: 5px auto 0;
	/*height: 50px;
        width:675px;
       margin-top:15px;
        font-weight:bold;*/
	line-height: 25px;
         color: #D02200;
}
.title_son{
	width: 675px;
	margin: 10px auto 0;
	text-align: center;
	font-size: 12px;
	color: #666666;
         
}
.title_son a{
        color:#666;
}
.title_son a:hover{
        color:red;
        text-decoration:underline;
}
.content{
	width: 675px;
	min-height: 149px;
	margin: 35px auto 100px;
	font-family: "宋体";
	font-size:16px ;
	line-height: 27px;
	color: #333333;
}
.content table {
    width: 675px;
   
}
.content table p{
     font-family: "宋体";
    font-size:14px ;
    color: #333333;
}
/*.content p b{
    display:none;
}*/
.content_page{
       
	margin-left: 30px;
	margin-bottom: 30px;
}
.content_page p a{
	color: #CF2001;
	line-height: 25px;
	font-size: 13px;
        width:675px;
        display:block;
      /* float:left;*/
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
}
.content_page p a:visited{
        color: #CF2001;
}
.content_page p a:hover{
            text-decoration: underline;
           
}
.author{
    margin-right: 74px;
    margin-bottom:50px;
    text-align:right;
    /*font-weight:bold;*/
    font-family: "宋体";
    font-size:16px ;
    color: #333333;

}
.author a{
     font-family: "宋体";
     font-size:14px ;	
     color: #333333;

}
.fj{
       margin-top:25px;
       margin-left: 30px;
}

.fj a:hover{
  
   color:red;
   text-decoration:underline;
}




























