/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
.n-banner{
    width:100%;
	overflow:hidden;margin-top: 52px;
}


/*内容*/
.news{
    width:1100px;
	margin:50px auto;
	
}
.n-position{
    font-size: 18px;
	color: #808080;
	margin-bottom:25px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
}
.n-position a{
    font-size: 18px;
	color: #808080;
}
.n-position a:hover{
	color: #ff4118;
	text-decoration:none;
}
.programme-left{
    width:260px;
	float:left;
	text-align:center;
}
.programme-right{
    width:810px;
	float:right;
	margin-bottom:60px;
}
.programme-left p{
    width:100%;
	line-height:80px;
	background:#0282d5;
	color:#fff;
	font-size: 22px;
	margin: 0px;
}
.programme-left ul{
    font-size: 14px;
	width:100%;
	background:#f4f4f4;

}
.programme-left ul li a{
    display:block;
    width:100%;
    font-size: 14px;
	color:#333;
}
#p-myTab i{
    float:left;
	line-height:46px;
	padding-left:50px;
}
.programme-left ul li:hover{
	
	background:#2aabf4;
}
.programme-left ul li a:hover{
   text-decoration:none;
   background:transparent !important;
}
.l-csae-show{
    background: #fff !important;
}
.programme-left ul.l-csae-show li:hover,.programme-left ul.l-csae-hide li:hover{
   border:0px solid !important;
   background:transparent !important;
}
.programme-left ul.l-csae-show li a:hover,.programme-left ul.l-csae-hide li a:hover{
   border:0px solid !important;
   background:transparent !important;
}
.l-csae-show li.active a{
    color: #2aabf4 !important;
}
#p-myTab > li.active > a, #p-myTab > li.active > a:hover, #p-myTab  > li.active > a:focus {

    color:#fff;
    cursor: pointer;
    background-color: #2aabf4;
    border: 0px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
	border-radius: 0;

}
#p-myTab > li{
    width:100%;
	line-height:46px;
	padding-top: 0px;
    padding-bottom: 0px;
}
#p-myTab > li > a{
   padding:0px;
   line-height: 46px;
   border-radius: 0;
}
#p-myTab > li > a:hover,#p-myTab > li > a:focus{
   border-color: transparent;
   border-bottom: 0px solid #fff;
   color: #fff;
}

   /*右侧内容*/
 .news-list{
    border-bottom:1px dashed #ccc;
	padding: 15px 0px;
 }
 .news-list:nth-last-child(1){
    border-bottom:0px dashed #ccc;
 }
 .news-list a{
     display:block;
	 color:#333;
	 
 }
 .news-list a:hover, .news-list a:focus{
	 color: #0684ff;
 }
 .news-list a:hover span, .news-list a:focus span{
	 color:#9f9f9f;
 }
  .news-list a:hover p{
     color:#0080de
  }
.news-list-l{
    width:33%;
	float:left;
	padding:5px;
	border:1px solid #ccc;
	margin-top: 10px;
	}
	
.news-list-l img{
    width:100%;
}
.news-list-r{
    width:65%;
	float:right;
	}
.news-list-r h4{
   width:90%;
   overflow: hidden;
   white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list-r span{
    color:#9f9f9f;
	font-size:14px;
	float: right;
    margin-top: 20px;
}
.news-list-r p{
    color:#9f9f9f;
	font-size:16px;
	margin-top:15px;
    position: relative;
	line-height: 22px;
	max-height: 85px;
	overflow: hidden;

}



/*新闻内容*/
.newscon-con{
   width:100%;
   padding:5px;
}
.newscon-con h3{
   width:60%;
   margin:0 auto;   
   text-align:center;
   margin-bottom:30px;
}
.newscon-con p{
   text-align:center;
      margin-bottom:20px;
   
}
