﻿*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","arial";
}

/*头部*/
.header{
	width: 100%;
	color: white;
	background:#f0f0f0;
}
.bg{
	background: url(../images/zngcx2.png) no-repeat;
	background-size: 100% 100%;
	height: 100%;
}
.header-logo{
	background: #e7f7ec;
	/*padding: 0px 0px 0px 0px;*/
}
.logo{
	width: 68%;
	/*padding-top:20px;*/
	padding: 25px 0px 25px 0px;
	/*padding-bottom: 25px;*/
}
.header-logo img{
	width: 100%;
}

@media only screen and (max-width: 500px) {
	.header-logo{
		display: none;
	}
	#lun1{
		margin-top:50px;
	}
	.left-nav{
		margin-top: 55px;
	}
}
/*内容*/

.content{
	background: #e7f7ec;
	padding-bottom: 20px;
	padding-top: 25px;
}
.bg2{
	background: #ffffff;
}
.content-one,.content-two,.content-thr{
	/*border:1px solid red;*/
	margin-bottom: 20px;
}
/*.content-two{
	position: relative;
}*/
/*栏目头部*/
.head-top{
	border-bottom:1px solid #a9a9a9 ;
	padding-top: 20px;
	margin-bottom: 22px;

}
.head-icon{
	float: left;
	height: 46px;
	width:46px;
	background: #186345;
	border-radius: 50%;
	position: relative;
	margin-right: 10px;
	
}
.head-icon img{
	position: absolute;
	top: 20%;
	left:25%;
}

.head-title{
	border-bottom: 3px solid #186345;
	font-size: 20px;
	color: #336f56;
	padding-top: 10px !important;
}
.more{
	float: right;
	margin-top: 20px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #a9a9a9;
	/*position: absolute;*/
}
.more2{
	position: absolute;
	margin-left: 36%;
	margin-top: 15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #004a99;
}
.more3{
	float: right;
	margin-top: 20px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #f8ae31;
	/*position: absolute;*/
}
.more a{
	color: black;
}
.more a:hover{
	color: #480202;
}

/*新闻轮播*/

.news-lunbo{
	/*padding: 10px 10px 0 10px;*/
	background: white;
	overflow: hidden;
	/*border:1px solid red;*/
}
.out {
	min-height:290px;
	position:relative;
	background: white;

}


.img a{
	display: block;
	color: #5e5e5e !important;

}
.news-ti{
	font-size: 16px;
	z-index: 999;
	margin-top: -150px;
}

.img li {
	position:absolute;
	width:100% !important;
	top:0px;
	right:0px;
	display:none
}
.out-img{
/*height: 250px;*/
	overflow: hidden;
}
.out-img img{
	width: 100%;
	height: 290px;
}
.out .num {
	position:absolute;
	bottom:0px;
	right:0;
	font-size:0px;
	text-align:center;
	overflow: hidden;
}
.num li {
	width:20px;
	height:20px;
	background:#666666;
	color:#FFFFFF;
	text-align:center;
	line-height:20px;
	display:inline-block;
	font-size:16px;
/*	border-radius:50%;*/
	margin-right:10px;
	cursor:pointer;
}
.out .btn {
	position:absolute;
	top:50%;
	margin-top:-30px;
	width:30px;
	height:60px;
	background:rgba(0,0,0,0.5);
	color:#FFFFFF;
	text-align:center;
	line-height:60px;
	font-size:40px;
	display:none;
	cursor:pointer;
}
.out .num li.active-1 {
	color: white;
	background: #700000;
}
.out:hover .btn {
	display:block
}

 /*文字单行溢出处理*/
.tit-list h4,.font-col h4{
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
}
/*2行*/
.list-content{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	overflow: hidden;
}

/*通知公告*/
.bj3{
	background: white;
	/*border:1px solid red;*/
	/*padding-bottom: 8px;*/
}
.bj3 ul {
	margin-bottom: 0 !important;
}
.bj3 ul li{
	overflow: hidden;
	padding:0px 6px 5px 6px;
	margin-bottom: 8px;
	
}
.bj3 ul li:last-child{
	margin-bottom: 0 !important;
}

.tit-list{
	clear: both;
	/*border:1px solid red;*/
}
.icon1{
	background: url(../images/icon2.png) no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 5px;
}
.icon2{
	background: url(../images/icon1.png) no-repeat;
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 5px;
}
.bj3 ul li:hover .icon2{
	background: url(../images/icon2.png) no-repeat;
	background-size: 100% 100%;	
}
.font-col h4{
	color: #186345;	
	font-size: 16px;
	font-weight: bold
}

.tit-list h4{
	width: 70%;
} 
.tit-list h4{
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	transition: all 0.3s ease;
}
.bj3 ul li:hover h4{
	color: #186345;
	padding-left: 5px;
}
.tab-time{
	float: right;
	margin-top: -30px;
	color: #414141;
	font-size: 16px;
}
.list-content{
	clear: both;
	border-bottom:1px dashed #afafaf;
	height: 60px;
	padding: 0px 30px 0px 25px;
}
.list-content{
	font-size: 14px;
	color: #000000;
	line-height: 28px;
	transition: all 0.36s ease;
	margin: 0;
	/*padding: 0px 10px 0px 40px;*/
}
.list-content:hover{
	color: #186345;
	font-weight: bold;
	margin-left: 5px;
}

/*团学*/

.lin3-img{
	/*border:1px solid pink;*/
	position: relative;
	padding: 0;
	height: 150px;
	/*width: 255px;*/
	/*width:24%*/
	overflow: hidden;
	transition: all 0.36s ease;
}
.lin3-img img{
	/*width: 100%;*/
	/*width: 255px;*/
	height: 150px;
}
.show-txt{
	/*display: none;*/
	position: absolute;
	top:-150px;
	left: 0;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	/*width: 255px;*/
	width: 100%;
	height: 150px;
	transition: all 0.36s ease;
}
.show-bor{
	border:1px solid #ffffff;
	height: 100%;
	text-align: center;
}
.show-txt h4{
	margin: 20px auto;
	line-height: 40px;
	width: 90%;
	border-bottom: 1px solid #ffffff;
}
.show-txt h5{
	width: 100%;
}
.lin3-img:hover .show-txt{
	display:block;
	top: 0;
}
/*文字溢出处理*/
.show-txt h4,.show-txt h5{
	overflow: hidden;
	text-overflow: ellipsis;
-o-text-overflow:ellipsis; 
-icab-text-overflow: ellipsis; 
-khtml-text-overflow: ellipsis; 
-moz-text-overflow: ellipsis; 
-webkit-text-overflow: ellipsis; 
	white-space: nowrap;
}
/*多行溢出处理*/
/*2行*/
.notice-adb{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2 ;
	-moz-line-clamp: 2;
	overflow: hidden;
}
/*3行*/
.news-adb{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3 ;
	-moz-line-clamp: 3;
	overflow: hidden;
}





/*屏幕小于768px*/
@media only screen and (max-width: 768px){
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	#lun3 .carouse{
		height: 50px !important;	
}
	#lun3 .left,#lun3 .right{
		display: none;
	}
}

/*精彩图库*/

.load-top{
border-bottom: 2px solid #39a6a3;
padding-bottom: 5px;
margin-top: 10px;
}
.load-title{
	color: #801414;
	font-weight: bold;
	font-size: 16px;
	padding: 6px;
	border-bottom: 2px solid #950404;
}
/*图片展示区*/

/*.show-ti{
	background-color:#000000;
  	opacity: 0.3;
  	margin-top: -25px;
	padding: 3px 0;
	font-weight: bold;	
	width:232px;
}*/
.left_btn,.right_btn{
	position: absolute;
	width: 20px;
	top: 30%;
	z-index: 500;
	cursor: pointer;
	opacity: 0.5;

}
.left_btn:hover,.right_btn:hover{
	opacity: 1;
}
.left_btn{
	left: 0px;
	background-color:#000000;
	opacity: 0.5;
}
.right_btn{
	right:0px;
	background-color:#000000;
	opacity: 0.5;
}
tbody tr td:hover >a > .show-ti{
	color: #fff;
	opacity: 1;
	
}
/*footer*/
/*footer*/

footer {
	width: 100%;
	background: #259479;
	color: white;
	text-align: left;
	padding-top: 20px;
}
.footerList {
	overflow: hidden;
	width: 100%;
}

.footerList ul {
	display: block;
	white-space: nowrap;
}

.footerList ul li {
	/*width: 98px;
	line-height: 28px;
	display: inline-block;*/
	
	float: left;
	margin-left: 20px;
	line-height: 28px;
	display: inline-block;
}
.footerList ul li a {
	display: block;
	font-size: 18px;
	color: #f1f1f2;
	position: relative;
}

.footerList ul li a:hover {
	color: #feb703;
}

.footerList ul li a::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 18px;
	background-color: #c9c9c9;
	right: -10px;
	top: 5px;
}

.footerList ul li:last-child a::after {
	background: none;
}
.footBox{
	height: 100%;
}
.fot-log{
	padding: 15px 0px;
}
.fot-log img {
	width: 100%;
	height: 100%;
}

.fotcenter{
	padding-top: 40px;
}

.fotcenter p {
	color: #ffffff;
	opacity: 0.8;
	font-size: 16px;
}


.aboutLink {
	height: 100%;
	margin-top: 20px;
}

.aboutLink ul li {
	height: 100%;
	margin-top: 20px;
	float: left;
	padding-bottom: 25px;
}

.aboutLink ul li a {
	display: block;
}
.aboutLink img{
	width: 100%;
}
.wbIcon{
	margin-right: 20px;
}
.ttIcon {
}
.foot {
	text-align: center;
	background: #186345;
	padding: 10px 0;
	font-size: 14px;
}
@media (min-width: 1200px) {
/*.fotlog {
		width: 300px !important;
		padding: 0;
	}
	.fotcen {
		width: 528px !important;
		margin-left: 20px;
		padding: 0;
	}
	.alink {
		/*width: 242px;*/
			/*margin-left: 20px;*/
	/*}
	*/
}
@media (max-width:1200px) {
	.lin3-img img{
		width: 100%;
		height: 100%;
	}
	.more2{
		position: absolute;
		margin-left: 33%;
		margin-top: 15px;
		width: 28px;
		height:28px;
		border-radius: 50%;
		background: #004a99;
	}
	.footBox{
		padding: 0;
	}
	.fotcenter{
		padding:0px 10px 5px 20px !important;
		
	}
	.fotcenter p{
		font-size: 16px;
	}
	.alink{
		padding: 0;
		margin: 0;
	}
	.wbIcon{
		margin-right: 0;
	}
	.alink img{
	}
	
}
@media (max-width:992px) {
	.more2{
		position: absolute;
		margin-left:28%;
		margin-top: 15px;
		width: 25px;
		height:25px;
		border-radius: 50%;
		background: #004a99;
	}
	.footerList{
		display: none;
	}
	.fotcenter{
		margin-top: 15px;
		padding:15px 10px !important;
		
	}
	.aboutLink{
		width:100%;	
		padding: 0 auto;
	}
	.aboutLink ul{
		width: 45%;
		/*margin-left:35%;*/
		margin: 0 auto;
	}
	.wbIcon {
		margin-right: 5px;
	}
}
@media (max-width:768px) {
	.more2{
		display: none;
	}
	.lin3-img{
		margin-top:20px;
		/*height: 150px;*/
		overflow: hidden;
	}
	.show-txt{
		height: 100%;
	}
	.fot-log{
		width: 100%;
	}
	.footerList{
		width: 100%;
		padding: 0;
	}
}

/*内容页面*/

.arpage{
	width: calc(100% - 40px);
	bottom: 0;
	margin: 20px 15px;
}
.upArtice{
	display: block;
	overflow: hidden;
}
.upArtice li{
	float: left;
	width: 49%;
}
.upArtice li a span{
		font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #7a7a7a;
}
/*.upArtice li a{
	display: block;
font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #0061a9;
}*/
 .upArtice li a {
    display: block;
    font-size: 16px;
    color: #0061a9;
    padding-left: 60px;
    margin-top: -22px;
}
.upArtice li:nth-child(2){
	margin-left: 2%;
}
.upArtice li:nth-child(2) a{
	text-align: left;
}
.aboutTop{
		border-bottom: 1px solid #dedede;
		margin-top: 15px;
}
.aboutTop h5{
	color: #010101;
	font-size:18px ;
	font-weight: bold;
	width: 85px;
	border-bottom: 2px solid #146aaf;
	margin: 0;
	padding: 10px 0; 
	letter-spacing: 3px;
}
.aboutList ul li a{
display: block;
width: 75%;
font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #787878;
}
.aboutList ul{
	padding: 12px 0;
}
.aboutList ul li a span{
	padding-left: 2px;
}
.aboutList ul li a:hover{
	color: #146aaf;
}
.aboutTime{
	float: right;
	color:#848484 ;
	margin-top: -25px;
}
.list_con {
	margin-top: 45px;
}

@media (max-width:993px) {
	.list_con {
		margin-top: 0px;
	}
}

.con-pan {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.allcontent {
	border: 1px solid #dbdbdb;
	min-height: 500px;
	position: relative;
}

.content-txt {
	margin-bottom: 20px;
}

.content-txt a {
	color: #5e5e5e;
}

.artice_title {
	float: left;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #5e5e5e;
}

.content-top {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	background: #f8f8fa;
	color: #5e5e5e;
	padding: 0px 25px;
	text-align: right;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	line-height: 53px;
}

.con-abs {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #7e7e7e;
	margin-bottom: 16px;
}
.con-abs span:hover{
	color: #0c4983;
	cursor: pointer;
}
.ContentText p{
	margin-bottom: 18px;
}
.ContentText{
		font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 2px;
	color: #7e7e7e;
	 
	padding: 0px 20px;
}
.ftxt{
		font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 2px;
	color: #7e7e7e;
}
.con-title {
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	color: #7e7e7e;
	font-size: 20px;
	padding-top: 31px;
	padding-bottom: 25px;
}

.content-atice {
	min-height: 250px;
	padding: 0 20px;
	position: relative;
	text-align: justify;
}
.con_tit{
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 22px;
}
.fenxiang{
	text-align: right;
	margin:28px 0;
}
/*列表*/

.con-list ul li {
	overflow: hidden;
}

.con-list ul li a {
	display: block;
	padding: 25px 0;
	margin: 0 15px;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
	color: #737373;
}

.list_img {
	width: 182px;
	height: 121px;
	float: left;
	position: relative;
}

.list_img img {
	width: 100%;
}

.list_box {
	float: right;
	width: calc(100% - 183px);
}

@media (max-width:768px) {
	
	.list_con {
		padding: 0;
	}
	.con-list ul li a {
		margin: 0 5px;
	}
	.list_img {
		float: none;
		width: 100%;
		height: auto;
	}
	.list_box {
		width: 100%;
	}
	.aboutLink {
		display: none;
	}
}
	@media (min-width: 1200px) {
		
	.lunbo {
		width: 480px;
		height: 303px;
		padding: 0;
	}
	.news1 {
		width: 480px;
		padding: 0;
		height: 303px;
		margin-left: 11px;
		overflow: hidden;
	}
	.news0{
		width: 480px;
		padding: 0;
		height: 303px;
		margin-left: 15px;
		overflow: hidden;
	}
	
	.llbox {
		width: 520px;
		margin-left: 20px;
	}
			.ltime {
		width: 120px;
		float: right;
		margin-top: -105px;
	}
	.ltime p {
		height: 36px;
		font-family: courier;
		font-size: 36px !important;
		color: #737373;
	}
	.ltime b {
		font-size: 26px !important;
		float: right;
	}
	.daohang .nav-justified li:nth-child(1) .list-inline {
		padding-left: 20px;
	}
	
	.daohang .nav-justified li:nth-child(2) .list-inline {
		padding-left: 153px;
	}
	
	.daohang .nav-justified li:nth-child(3) .list-inline {
		padding-left: 286px;
	}
	
	.daohang .nav-justified li:nth-child(4) .list-inline {
		padding-left: 419px;
	}
	
	.daohang .nav-justified li:nth-child(5) .list-inline {
		padding-left: 552px;
	}
	
	.daohang .nav-justified li:nth-child(7) .list-inline {
		text-align: right;
	}
	
	.daohang .nav-justified li:nth-child(8) .list-inline {
		padding-left: 951px;
	}
	
	.daohang .nav-justified li:nth-child(9) .list-inline,
	.daohang .nav-justified li:nth-child(10) .list-inline {
		text-align: right;
	}

		.cont {
		width: 925px;
		padding-right: 0;
	}
	.fastnav {
		width: 245px;
		padding: 0;
	}
}

.l_box{
	margin-left: 20px;
}
.l_box h1 {
	font-size: 24px;
	color: #737373;
	margin-top: 10px;
}

.l_box p {
	height: 40px;
	font-size: 14px;
	margin-top: 20px;
}

.list_time p {
	font-family: courier;
	font-size: 20px;
	text-align: right;
}

.list_time b {
	float: right;
}

@media (min-width:993px) {
	
	.list_img::after {
		content: "";
		position: absolute;
		width: 182px;
		height: 128px;
		top: 0;
		left: 0;
		box-shadow: 0 0 0 #000000 inset;
		transition: all .36s ease;
	}
	.con-list ul li a:hover .list_img::after {
		box-shadow: 0 0 20px #0061a9 inset;
	}
	.con-list ul li a:hover .l_box h1,
	.con-list ul li a:hover .list_time {
		color: #018478;
	}
}
/*左侧导航*/

.entxt {
	font-size: 18px;
}

.left-nav {
	padding-left: 0 !important;
	padding-right: 0 !important;
	border: 1px solid #dbdbdb;
}

.panel {
	margin-bottom: 0;
}

.panel-heading {
	background: #018478 !important;
	color: white !important;
}

.left-nav header {
	background: #018478;
	color: white !important;
	padding: 20px 0 10px 0;
	padding-left: 53px;
}

.left-nav header h3 {
	font-size: 30px;
	margin: 0;
	letter-spacing: 6px;
}

.left-nav li a {
	display: block;
	padding: 10px;
	font-size: 20px;
	padding: 20px;
	border-bottom: 1px dashed #dbdbdb;
	padding-left: 53px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #7a7a7a;
}

.left-nav li:last-child a {
	border: none;
}

.panel-title a {
	color: white !important;
	text-align: left !important;
	display: block;
}

.left-nav .active {
	color: #018478 !important;
}

.jia {
	font-feature-settings: "Glyphicons Halflings";
	color: white;
	font-size: 25px !important;
	font-weight: bold;
	float: right;
	margin-top: -8px;
}


/*分页*/

.mianConTwo ul li {
	float: left;
}

.mianConTwo ul.myPagination {
	display: inline-block;
	margin: 20px 0px 15px 0px;
}

.mianConTwo ul.myPagination li {
	display: inline;
	cursor: pointer;
}

.mianConTwo ul.myPagination li a {
	color: #bababa;
	float: left;
	padding: 5px 16px;
	margin: 0 3px;
	text-decoration: none;
	border-bottom: 1px solid #bababa;
}

.mianConTwo ul.myPagination li a.active {
	background-color: #018478;
	color: white;
}

.mianConTwo ul.myPagination li a:hover:not(.active) {
	color: #000;
	background-color: #ddd;
}

.contentNews {
	background: #0076af;
	/* background: #d54248; */
	padding: 10px;
	color: #fff;
	text-align: center;
	/*padding-left: 30px;*/
}

.contentNews p {
	margin: 0 auto;
}

@media (min-width: 992px) {
	.conThisConFirst ul li {
		letter-spacing: 10px !important;
		line-height: 50px !important;
	}
	.conThisConFirst ul li a {
		font-size: 15px !important;
		/*padding-left: 48px !important;*/
		font-weight: 600 !important;
	}
	.contentNews {
		/*padding-left: 48px !important;*/
	}
	.major_img>img {
		height: 110px;
	}
}

.myPointLeft a {
	color: #585858;
	border-right: 1px solid #bababa;
	border-bottom: none !important;
}

.myPointRight a {
	color: #585858;
	border-left: 1px solid #bababa;
	border-bottom: none !important;
}

@media (max-width: 992px) {
	.New_one{
	width: 70%;
	line-height: 60px;
	font-size: 14px;
	font-weight: bold;
	left: 20%;
	text-align: center;
	position: absolute;
	transition: 1s all;
	}
	.left-nav li a {
		padding: 8px !important;
		font-size: 18px !important;
		text-align: center;
	}
	.mainContent {
		margin-top: 45px;
	}
	.newsCenter {
		height: 80px;
		padding-top: 10px;
	}
	.newsCenter h2 {
		font-size: 20px;
	}
	.newsCenter h3 {
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.mianConTwo ul.myPagination li a {
		padding: 3px 8px;
		margin: 0 2px;
	}
}


/*左侧导航*/

.panel-body {
	padding: 0 !important;
}

/*文字溢出处理*/

.t_title,
.traTitle,
.l_box h1 ,.upArtice li a,.aboutList ul li a{
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
}
/*多行溢出处理*/


/*2行*/

.traabs,
.l_box p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	overflow: hidden;
}


/*4行*/

{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	overflow: hidden;
}
.pagesite{
text-align:center;
}
.pg-1{font-size:12px;font-family:Verdana;margin:5px auto;padding:3px;text-align:center;}
.pg-1 a,.total{border:#eee 1px solid; padding:2px 5px; margin:2px; color:#036cb4; text-decoration:none;}
.pg-1 a:hover{border:#999 1px solid; color:#666;}
.pg-1 a:active{border:#999 1px solid; color: #666;}
.pg-1 .current{border:#036cb4 1px solid; padding:2px 5px; font-weight:bold; margin:2px; color:#fff; background:#018478;}
.pg-1 .disabled{border:#eee 1px solid; padding:2px 5px; margin:2px; color:#ddd;}