 

.main .newslist .page-link{
		border:none;
		color:#333;
	}
.main .newslist .pagebar .page-link{
	width: 31px;
	height: 30px;
	background: url(../../img/actinfo/prev_2.png) no-repeat;
}
.main .newslist .pagebar .page-link.next2{
	background: url(../../img/actinfo/next_2.png) no-repeat;
}
.main .newslist .pagebar .page-link.pre1{
	background: url(../../img/actinfo/prev_1.png) no-repeat;
}
.main .newslist .pagebar .page-link.next1{
	background: url(../../img/actinfo/next_1.png) no-repeat;
}

	.main .actinfo h5,
	.main .actinfo h6{
		text-align: center;
	}
	.main .actinfo .actinfo-imgbox{
		width: 100%;
		max-width: 640px;
	}
	.main .actinfo .actinfo-imgbox img{
		width: 100%;

	}

	.main .newslist .card {
		border:none;
		text-decoration: none;
		background: transparent;
	}
	.main .newslist .card:hover img {
		transition: all .25s;
		padding:10px;
	}

	.main .newslist .card-title{
		font-size: 24px;
		width: 280px;
		color:#333;
		margin-bottom: 0;
	}
	.main .newslist .card-text{
		font-size: 15px;
		color:#666;
		margin-bottom: 0;
		margin-top: 0px !important;
		color: #999;
		line-height: 22px;
		text-align: justify;
	}
	.main .newslist .card-text.date{
		color:#333;
	}
	.main .newslist .card-text.news1{
	    /*position: absolute;
	    top: -68px;
	    width: 100%;
	    height: 68px;
	    line-height: 68px;
	    background: rgba(0,0,0,.5);
	    left: 0;*/
	    color: #848484;
	    padding:10px;
	    padding-left: 0px !important;
	    font-size: 17px;
	}
	.main .newslist .card-text.news1 .jt-icon{
		position: absolute;
		right:14px;
		top:25px;
		width: 19px;
		height:19px;
		background: url(../../img/actinfo/jt_r.png) no-repeat;
	}
	.main .actinfo  h5{
		font-size: 17px;
		color:#333;
	}
	.main .actinfo  h6,
	.main .actinfo p{
		font-size: 13px;
		color:#999;
		line-height:23px;
	}
	.main .actinfo .btn-box a {
	    text-decoration: none;
	    height: 48px;
	    background: #dea26d;
	    border-radius: 2px;
	    color: #fff;
	    text-align: center;
	    line-height: 48px;
	}
@media(max-width: 992px){
	.main .newslist .card-title{
		font-size: 16px;
	}
	.main .newslist .card-text{
		font-size: 12px;
	}
	.social-share {
		float: right;
		margin-top:-46px;
		position: relative;
		z-index: 999;
	}
	.tab-content .con-title {
		top: -36px;
	}
	.my-share-content {
		float: none;
		margin-top: 0px;
		text-align: center;
	}
}	
@media(min-width: 992px){
	.main .actinfo .btn-box a {
		width: 154px;
	}
}