/*
* @Author: MJ
* @Date:   2018-01-23 10:58:14
* @Last Modified by:   Hp
* @Last Modified time: 2018-01-23 14:44:36
*/

@CHARSET "UTF-8";

/*//内容*/
.detil-new-title{
	position: relative;
	margin-bottom: 30px;
}
@media (max-width: 992px)  { 
	.detil-new-title{
		margin-bottom: 15px;
		
	}
}
.detil-new-title>div{
	text-align: center;
	font-size: 26px;
	color: #333;
	
}
@media (max-width: 992px)  { 
	.detil-new-title>div{
		font-size: 20px;
	}
}
.detil-new-title>ul{
	margin-top: 10px;
	list-style: none;
	padding: 0;
	text-align: center;
	font-size: 0;
}
.detil-new-title>ul>li{
	display: inline-block;
	font-size: 16px;
	color: #999;
}
.pos-li-one {
margin-right: 10px;
}
.pos-li-two {
margin-right: 10px;
}
@media (max-width: 992px)  { 
	.detil-new-title>ul>li{
		font-size: 14px;
	}
}
.detil-new-pic{
	text-align: center;
	margin-bottom: 30px;
}
.detil-new-pic>img{
	/* width: 550px; */
	/* height: 325px; */
}
.detil-new-cont{
width: 100%;
	position: relative;
	margin-bottom: 45px;
	word-wrap: break-word;
	overflow-x: scroll !important;
}
.detil-new-cont img {
max-width: 800px
}
@media (max-width: 992px)  { 
	.detil-new-cont{
		margin-bottom: 30px;
	}
}
.detil-new-cont img {
	max-width: 100% !important;
}
.detil-new-cont table {
	margin: auto !important;
    text-align: center;
}
.detil-new-cont embed {
	max-width: 100% !important;
}
.detil-new-key{
	position: relative;
	margin-bottom: 33px;
}
.detil-new-key>ul{
	overflow: hidden;
	position: relative;
	list-style: none;
	padding: 0;
}
.detil-new-key>ul>li{
	float: left;
	margin: 5px;
	min-width: 120px;
	height: 42px;
	text-align: center;
	background-color: #eeeeee;
}
@media (max-width: 767px) {
	.detil-new-key>ul>li{
		margin: 3px;
		min-width: 80px;
		height: 32px;
		text-align: center;
		background-color: #eeeeee;
	}
}
.detil-new-key>ul>li>a{
	display: block;
	font-size:14px;
	color: #000;
	height: inherit;
	line-height: 42px;
}
@media (max-width: 767px) {
	.detil-new-key>ul>li>a{
		padding: 0 10px;
		height: inherit;
		line-height: 32px;
	}
}
.detil-new-key>ul>li>a:hover{
	background-color: #0568b0;
	color: #fff;;
}
.detil-new-browse{
	margin: 0 0 33px;
	text-align: center;
}
@media (max-width: 992px)  { 
	.detil-new-browse{
		margin: 0 0 15px;
	}
}
.detil-new-browse .detil-user{
	display: inline-block;
    padding: 7px;
	margin: 0 40px;
	min-width: 80px;
	border:1px solid #dad8d8;
	border-radius: 20px;
	color: #999999;
}
.detil-new-browse a.detil-user:hover{
	border-color: #029bdf;
	color: #029bdf;
}

/*相关新闻*/
.detil-new-about{
	margin-bottom: 33px;
}

.detil-new-about .detil-t{
	display: inline-block;
	font-size: 22px;
	font-family:'microsoft yahei';
	color: #000;
	border-bottom:1px solid #0568b0;
}
@media (max-width: 992px)  { 
	.detil-new-about .detil-t{
		font-size: 18px;
	}
}
.detil-new-about>span>a:hover{
	color:  #0568b0;
}
.detil-new-about .detil-inner{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	border-top: 1px solid #cccccc;
}
.detil-new-about .last{
	border-bottom: 1px solid #cccccc;
}
.detil-new-about .detil-inner .d-title>a{
	height: 60px;
	font-size: 16px;
	font-family:'microsoft yahei';
	color: #000;
	line-height: 60px;
}
@media (max-width: 992px)  { 
	.detil-new-about .detil-inner .d-title>a{
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
}
.detil-new-about .detil-inner .d-data>a{
	float: right;
	font-size: 18px;
	font-family:'microsoft yahei';
	color: #000;
	line-height: 80px;
}
.detil-new-about .detil-inner .d-title>a:hover,.detil-new-about .detil-inner .d-data>a:hover{
	color: #0568b0;
}
/*//评论*/
.detil-new-cont .detil-t{
	font-size: 24px;
	font-family:'microsoft yahei';
	color: #000;
	border-bottom:1px solid #e0e0e0;
}
@media (max-width: 992px)  { 
	.detil-new-cont .detil-t{
		font-size: 18px;
	}
}
.detil-new-cont .detil-t div{
	display:inline-block;
	border-bottom:1px solid #0568b0;
}
.active{
	color:red;
}

/*//分页*/
.news-page{
	margin-top: 55px;
	text-align: center;
} 

.pager li>a, .pager li>span{
	display: inline-block;
    padding: 5px 14px;
    background-color: #f5f5f5;
    border: 0px solid #ddd;
    border-radius: 0px;
    color: #9699a6;
}
.pager li>a:hover, .pager li>span:hover{
    background-color: #00bff3;
    color: #fff;;
}
.pagination{
	margin: 0;
	text-align: center;
	overflow: hidden;
}
.pagination>li>a{
	display: inline;
	background-color: #fff;;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,
.pagination>li>span:hover{
	z-index:2;
	color:#00bff3;
	background-color:#fff;
	border-top:1px solid #00bff3;
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,
.pagination>.active>span,.pagination>.active>span:focus,
.pagination>.active>span:hover{
	z-index:3;color:#00bff3;cursor:default;
	background-color:#fff;border-top:1px solid #00bff3;
}


@media (min-width: 992px)  { 
 
}
@media (min-width: 768px) and (max-width: 992px)  { 
  .digital{
	height: 480px;
  }
  .project{
	height: 480px;
  }
  .media-object-v{
  	height: 170px;
  }
  .zt .project{
	height: 480px;
  }
  .detil-new-pic>img{
  	width: 100%;
  }
}
@media (min-width: 479px) and (max-width: 767px)  { 
  .digital{
	height: 380px;
  }
  .project{
	height: 380px;
  }
  .media-object-v{
  	height: 380px;
  }
  .zt .project{
	height: 380px;
  }
  .detil-new-pic>img{
  	width: 100%;
  }
}
@media (max-width: 479px)  { 
 .media-body{
 	display: block;
 	width: 100%;
 }
 .media-left{
 	display: block;
 	width: 100%;
 	height: 198px;
 	padding: 0;
 	margin-bottom: 10px;
 }
 .media-object{
 	position: relative;
 	width: 100%;
 	height: 100%;
 }
  .media-object-v{
  	height: 198px;
  }
  .zt .project{
	height: 198px;
  }
  .detil-new-pic>img{
  	width: 100%;
  }
 .detil-new-browse .detil-user{
	margin-left: 15px;
	margin-right: 15px;
 }
 .detil-comm .bot .user-r{
	float: right;
	margin-left: 0;
	margin-right: 10px;
 }
}



/*鎻愰棶璇︽儏*/
.qu-title{
	font-size:20px;
	color:#333;
	margin-bottom:20px;
}
@media (max-width: 992px)  { 
	.qu-title{
		font-size: 16px;
		margin-bottom: 10px;
	}
}
.qu-content{
	font-size:16px;
	color:#333;
	line-height:24px;
	text-indent: 32px;
	margin-bottom:200px;
}
@media (max-width: 992px)  { 
	.qu-content{
		font-size: 14px;
		line-height: 20px;
		text-indent: 2em;
		margin-bottom: 20px;
	}
}
.qu-title-mar{
	margin-bottom:200px;
}
@media (max-width: 992px)  { 
	.qu-title-mar{
		margin-bottom: 20px;
	}
}
@media (max-width: 576px)  {
.detil-new-cont img {
	max-width: 100% !important;
	max-height: 300px !important;
}
}