/*列表页*/
.mid_content_right{
    min-height: 650px;
    overflow: hidden;
    background: #fff;
  }
  .mid_content_right .btright{
    float: left;
    width: 820px;
    color: #4b5660;
    padding: 50px 60px;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
  }
  .mid_content_right .btright h2{
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
    font-weight: bold;
    border-bottom:2px solid #626262;
    padding-bottom: 17px;
  }
  .btright .foreword{
    content: #333333;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 2px;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
  }
  .btright .foreword .news-date{
    margin: auto 30px auto 8px;
    color: #6d6d6d;
  }
  .btright .foreword a{
    font-size: 16px;
    color: #626262;
  }
    .mid_show{
    width: 100%;
    background: #eee;
  }
  .mid_all{
    width: 1190px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mid_show .mid_left{
    float: left;
    width: 250px;
    text-align: center;
    background-color: #fafafa;
    min-height: 200px;
  }
  .mid_left ul{
    font-size: 16px;
  }
  .mid_left ul li.tit{
    font-size: 16px;
    color: #999999;
    line-height: 42px;
    height: 49px;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
  }
  .mid_left ul li.tit a{
    color: #000000;
    display: block;
    height: 100%;
    width: 100%;
  }
  .mid_left ul li.active{
    background: #fff;
    border-right:none; 
  }
  .mid_left ul li.active a{
    color: #ff9900;
  }



  /*详情页*/
   .mid_xqContentBj{
  background: #eee;
  overflow: hidden;
 }
   .mid_xqContent{
    width: 1190px;
    margin: 20px auto;
    min-height: 650px;
    overflow: hidden;
  }
  .mid_xqContent .btright{
    padding:60px 150px;
    /* float: left; */
    background-color: #ffffff;
    color: #4b5660;
    min-height: 679px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .mid_xqContent  .btright .crumb{
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #9d9d9d;
    display: block;
  }
  .mid_xqContent  .btright .crumb a{
    margin-right: 0;
    width: auto;
    cursor: pointer;
    color: #6D6D6D;
    text-decoration: none
  }
  .mid_xqContent  .btright .crumb .title{
    color: #1c1c1c;
    font-size: 26px;
    margin: 16px auto 8px auto;
  }
  .mid_xqContent  .btright .crumb .date,.mid_xqContent  .btright .crumb .from{
    color: #9d9d9d;
    font-size: 14px;
    margin-right: 8px;
  }
  .mid_xqContent .content_div{
    font-size: 15px;
    line-height: 25px;
    color: #666666;
  }
.content_tu{
	  width:1190px;
	  padding:30px 10px;
	  }
.content_tu img{
	  width:75%;}
.content_fanye{
	width:34%;
	margin:0px auto;
	overflow:hidden;}
.fy_shangye a{
	float:left;
	width:120px;
	border:1px solid #ccc;
	border-radius:5px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#444;}
.fy_shangye a:hover {
	float:left;
	width:120px;
	border:1px solid #ff9900;
	border-radius:5px;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#ff9900;
	color:#fff;
	}
.ye_left a{
	margin-right:20px;
	}
.content_div p{
	width:900px;
	padding:10px 10px;
	}
.content_div p img{
	width:100%;
	}