 @charset "utf-8";

* {
	padding: 0px;
	margin: 0px
}


body {

   font-size:18px;
	color: #333;

}



.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	background-size: 400px auto;
	vertical-align: middle;
}



.icon, .iconn:before, .iconn:after, .iconbef:before, .iconbef:after {
	content: "\20";
	display: block;
}
.iconn {
	background: url(../images/iconn.png) no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle;
}


/*娓呴櫎娴姩*/
.fl {
	float: left;
}
.fr {
	float: right;
}








/* 新闻列表样式 */
.newslist{ padding:5%; margin-bottom:50px;}
.newslist .item {
	width: 100%;
    height:90px;
	display: block;

	border-bottom: 1px dotted #f5b68d;
	margin-bottom:15px;

}

.newslist .item  img {
	width: 107px;
	height: 70px;
	display: block;
margin-right: 15px;
border:1px solid #f2f2f2;
	-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border-radius: 3px;
}

.newslist .item  h3  a{
font-size: 16px;
	line-height: 150%;
	margin-bottom:0px;
	color: #0a66a7;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight:normal;
	display:-webkit-box;
-webkit-box-orient:vertical;

-webkit-line-clamp:2; 
	
   text-decoration:none;
	text-align:left;

}
.newslist .item p {
font-size: 16px;
	line-height: 150%;
	color: #999999;
	overflow: hidden;
}
.newslist .item .time {
	color: #b7b7b7;
font-size: 12px;

}
.newslist .item:last-child {
	border-bottom: 0px;
}
/* 新闻列表样式end */


.mcp-list-tit{ margin-top:20px;}

/* 分页样式 */
.page {  margin-top:20px; text-align:center; }
.page  a{ font-size:16px; color:#000; text-decoration:none;}
.page .pageinfo { display:none;}
.page .homepage { display:none;}
.page .endpage { display:none;}
.page .curpage { color:red; }
.page .listpage { margin:0 5px;  }
.page .nopage{   
   background: url(../images/jt_left2.png) bottom left no-repeat;
   background-size:15px;
   display:inline-block;
   width:30px;
   height:18px;
   margin-top:-10px;
   text-indent: -9999px;
 
}
.page .nextpage{  
   background: url(../images/jt_right2.png) bottom right no-repeat;
   background-size:15px;
   display:inline-block;
   width:30px;
   height:18px;
   
   text-indent: -9999px;
 
}

.page .prepage{    
   background: url(../images/jt_left.png) bottom left no-repeat;
   background-size:15px;
   display:inline-block;
   width:30px;
   height:18px;
   text-indent: -9999px;
 
}
.page .nextpage{   
   background:url(../images/jt_right.png) bottom right no-repeat;
   background-size:15px;
   display:inline-block;
   width:30px;
   height:18px;
   text-indent: -9999px;
 
}

/* 分页样式end */







/*showInfor*/

.showInfo .title {
font-size: 20px;
	text-align: center;
line-height:150%;
margin-bottom: .2rem;
	color: #333333;
padding: .3rem 3% 0;
}

.showInfo .mark {
font-size: 14px;
	line-height: 60px;
	text-align: center;
	color: #666666;
	
	border-bottom: 1px dashed #f5b68d;
	position: relative;
}



.showInfo .mark::before {
	content: '';
	display: block;
	width: 25px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #f5b68d;
}

.showInfo .mark::after {
	content: '';
	display: block;
	width: 25px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: -1px;
	background: #f5b68d;
}




.showInfo .mark span {
margin: 0 .06rem;
}
.showInfo .contxt {
padding: 30px 3% 0px ;
	color: #666666;
}

.showInfo .reLink {
margin: .2rem 3% .1rem;
}
.showInfo .showRelate {
margin-top: .1rem;
}
.showInfo .showRelate .sitepath {
padding: .18rem 0 0;
}
.showInfo .showRelate .sitepath h3 {
	font-weight: bold;
}
.showInfo .showRelate .item {
margin-bottom: .2rem;
}


.showInfo .contxt img {
	max-width: 100%;
	margin: 0px auto -10px auto;
	height: auto !important;
	display: inline;
    border-radius: 3px;

}
.showInfo .contxt p {
line-height:180%;
font-size:16px;
margin-bottom:5px;
padding:0 10px;

text-align:justify;

}


.reLink {
padding:0 2%;
overflow:hidden;
}
.reLink .prevLink, .reLink .nextLink {
	display: block;
height: 30px;
line-height:30px;
font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px dotted #f5b68d;
	position: relative;
	
	
	}

 .prevLink  a{ text-decoration:none; color:#000;}

 .nextLink  a{ text-decoration:none; color:#000;}

