.line{
	border-bottom: 1px solid #dcdcdc;
}
.tab-title{
	padding:30px 0;
}
.tab-title h1{
	width: 50%;
}
.tab-title h1,.tab-title span{
	font-size: 18px;
    font-weight: 100;
}
.tab-title .fr{
	text-align: right;
}
.tab-title .fr span{
	margin-left: 6%;
	position: relative;
}
.tab-title span.active:after{
	content: "";
	width: 3rem;
	position: absolute;
	left: 50%;
	bottom: -32px;
	margin-left: -1.5rem;
	border-bottom: 3px solid #dcdcdc;
}
.news-list>li{
	border-bottom: 1px solid #dcdcdc;
	padding: 3% 0;
}
.news-list>li>div{
	display: table-cell;
	vertical-align: middle;
}
.news-list>li>div:first-child{
	padding-right: 3rem;
	width: 80%;
}
.news-list>li>div>p:first-child{
	color: #999999;
}
.news-list>li>div>p{
	margin-bottom: 20px;
}
.news-list>li>div>h2{
	font-size: 24px;
	font-weight: 100;
	margin: 10px 0;
}
.news-list a{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon.png);
}
.page{
	margin: 30px 0 10px;
}
.page,.page li{
	display: inline-block;
}
.page li{
	margin:0 3px 20px;
}
.page li a{
	padding: 5px 10px;
	border: 1px solid #A5A5A5;
	border-radius: 15px;
}
.page li a.active{
	background: #919291;
}
@media only screen and (max-width:1199px ) {
	.news-list>li>div:first-child {
	    width: 77%;
	}
}
@media only screen and (max-width:991px ) {
	.news-list>li>div:first-child {
	    width: 70%;
	}
}
@media only screen and (max-width: 768px) {
	.tab-title {
    padding: 10px 0;
}
.tab-title h1.fr{
	float: left;
	text-align: left;
	width: 100%;
}
.tab-title span.active:after{
	bottom: -17px;
}
.tab-title h1, .tab-title span{
	font-size: 16px;
}
	.news-list>li>div:first-child {
	    width: 100%;
	    padding: 0;
	}
.news-list>li>div>h2{
	font-size: 18px;
}

.news-list>li>div:last-child{
	display: none;
}
.news-list>li>div>p{
	text-align: justify;
	margin-bottom: 10px;
	color: #999;
}
}