
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    font-weight: normal;
}
a:hover, a:focus {
    color: #f6821b;
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
 
.line{
	width:100%;
	background:#efefef;
	color:#999;
	padding:5px 0;
	margin-bottom:5px;	
}
.linenav{
	width:100%;
	background:#111;
	color:#fff;
	padding:15px 0;
	margin-bottom:5px;	
}
.linenav a{
	color:#fff;
	font-size:16px;
}
.linenav a:hover{
	color:#f00
}
.line a{
	color:#999
}
.list-group li{
	border-left-width:0;
	border-right-width:0;	 
}
li.first{
	border-top-width:0;
}
ul.nav a{	 
	font-size:16px;
} 
.graybg{
	width:100%;
	background:#efefef;
	border-top:#cdcdcd 1px solid;
	padding:20px 0;
	margin-bottom:5px;
}
.minheight370{ 
	min-height:370px;
}
.positionabsolutebottom{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50px;  
}
 
.positionabsolutecenter{
display:inline-block;
position: absolute;
top: 40%;
left: 50%;
margin-top: -26px;
margin-left: -26px;
z-index: 10;
cursor: pointer;
}

/*遮罩*/
.modal-content{
  position: relative;
}
.modal span{
  position: absolute;
  right: -50px;
  bottom: 0;
}
.modal-content {
  border-radius: 0;
  background: #fff;
}
.modal-content .modal-body video{
  width: 100%;
}
.carousel-inner  .item  img {
  width: 100%;
}
.modal-content .tit{
  margin-top: 10px;
  font-size: 14px;
  color: #252926;
}
.modal-content .time{
  color: #a0a0a0;
}
.modal-dialog {
    width: 100%;
    margin: 30px auto;
}
	
/*左图右文字列表页*/
.listBox {
    margin-bottom: 20px;
}
.listBox .p_left {
    width: 25%;
}
.lf {
    float: left;
}
.listBox .p_left img {
    width: 100%;
}
.listBox .p_right {
    width: 59%;
    padding-left: 20px;
    padding-top: 20px;
}
.listBox .p_infor {
    color: #00a0e9;
}
.listBox .p_right h3 {
    margin: 0 0 10px;
    padding: 15px 0 10px;
    border-bottom: 2px solid #9c9b9b;
    font-weight: normal;
}
.listBox .p_infor span img {
    margin-right: 5px;
}
.listBox h3 {
    font-size: 24px;
    color: #4f4f4f;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 40px;
}
.listBox .p_right h3 a {
    font-size: 18px;
    color: #4e4e4e;
}
.listBox .p_right p {
    font-size: 14px;
    color: #9c9b9b;
    width: 80%;
}
.listBox .p_infor span {
    margin-right: 20px;
}

.news_else h4{
  color: #999;
  font-size: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}
.news_else li{
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}


.news_else li a{
  display: block;
}
.news_else li img{
  
  float: left;
}
.news_else .title{
  display: inline-block;
  width: 70%;
  float: left;
  padding-left: 20px;
  color: #c7c7c7;
  font-size: 12px;
}
.news_else .title h5{
  color: #00a0e9;
  font-size: 16px;
  margin-bottom:10px;
}
.news_else li a:hover h5{
  color: #1a2c4f;
}
 
 
.footer{
	width:100%;
	 border-top:#900 6px solid;
	background:#333;
	color:#9d9d9d;
}


















