

.news {
    min-height: 680px;
    padding-bottom: 120px;
}

.news .top-line  {
    padding: 26px 0 10px;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
  color: #999999;
}
.news .top-line a {
  color: #999999;
}
.news .news-title {
    padding: 20px 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    text-align: justify;
    color: #303030;
}

.news .news-time {
    padding-bottom: 35px;
    font-size: 14px;
    text-align: justify;
    color: #999999;
}

.news .news-content {
    font-size: 16px;
    line-height: 1.88;
    text-align: justify;
    color: #303030;
}

.news .news-content p {
    padding-bottom: 20px;
}


.news .news-content img {
    margin: 20px auto;
    max-width: 100%;
}
.news2  {
    padding-bottom: 60px;
}
.news2 .news-item {
    padding: 20px 0;
    border-top: 1px dashed #eeeeee;
}
.news2 .news-img {
  width: 200px;
  height: 130px;
  float: left;
  margin-right: 20px;
}

.news2 .news-title {
    /* width: 880px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #333333;
}

.news2 .news-text {
    padding: 30px 0 30px;
    font-size: 14px;
    text-align: justify;
    color: #666666;
}
.news2 .news-time {

    font-size: 14px;
    text-align: justify;
    color: #999999;
}

/* 文章模块详情页 */
.met-shownews {
	padding: 30px 20px;
	border-top: 1px solid #f0f2f5;
}
.met-shownews .met-shownews-body {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.met-shownews .met-shownews-header, .met-shownews .met-shownews-footer {
	padding: 30px;
	background: #ffffff;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}
.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 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
/*编辑器*/
.met-editor {
	padding: 30px;
	background: #ffffff;
	width: 100%;
	max-width: 100%;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	color: #222;
	word-wrap: break-word;
}
@media (max-width: 767px) {
.met-editor {
	padding: 10px;
}
}
.met-editor p {
	margin-bottom: 16px;
}
.met-editor img {
	max-width: 100%;
}
.met-editor img:not(.imgloading) {
	height: auto !important;
}
.met-editor table {
	color: #555555;
}
.met-editor .table-saw {
	overflow-x: auto;
}
.met-editor .metvideobox, .met-editor video, .met-editor .metvideo, .met-editor iframe, .met-editor embed {
	max-width: 100% !important;
	margin: auto;
	display: block;
}
.met-editor .lg-item-box {
	display: inline;
}
/* 文章模块侧栏 */
.met-news-bar {
	margin-left: 30px;
	padding: 20px;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
.met-news-bar {
	margin-left: 0px;
	margin-top: 30px;
	padding: 30px;
}
}
@media (max-width: 767px) {
.met-news-bar {
	margin: 0;
	padding: 15px;
}
}
.met-news-bar ul.column {
	padding: 0px;
	list-style: none;
}
.met-news-bar ul.column li {
	margin-bottom: 10px;
}
.met-news-bar ul.column li a {
	font-size: 16px;
	color: #555555;
}
.met-news-bar ul.column li a:hover {
	color: #2997ff;
}
.met-news-bar ul.column li a.active {
	color: #2997ff;
}
.met-news-bar .recommend {
	/* margin: 20px 0px;
	padding: 20px 0px; */
	/* border-top: 1px solid #f0f2f5; */
	border-bottom: 1px solid #f0f2f5;
}
.met-news-bar .recommend h3 {
	font-size: 18px;
    font-weight: 300;
	margin: 0px;
	font-size: 23px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}
.met-news-bar .recommend .list-group {
	margin-top: 45px;
	margin-bottom: 0px;
}
.met-news-bar .recommend .list-group a {
	/* color: #555555;
	font-size: 15px; */
}
.met-news-bar .recommend .list-group a:hover {
	color: #2997ff;
}
.met-news-bar .recommend .list-group li{
	padding: 19px 0;
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
}
.met-news-bar .recommend .list-group li>.img {
    float: left;
    width: 112px;
    height: 74px;
}
.met-news-bar .recommend .list-group li>.img>img {
    width: 112px;
    height: 74px;
}
.met-news-bar .recommend .list-group li>h2 {
	padding:0;
	margin:0;
    padding-left: 10px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    text-align: left;
}
.met-news-bar .recommend .list-group li>label {
    float: right;
    margin-top: 18px;
    line-height: 16px;
    font-size: 11px;
    color: #8e8e8e;
}
.met-news-bar .recommend .list-group li>label>i {
    display: block;
    float: left;
    margin: 5px 6px 0 0;
    width: 8px;
    height: 8px;
    background-color: #989898;
}
.list-group-bordered .list-group-item {
	border-color: #e4eaec
}
.list-group-bordered .list-group-item.active, .list-group-bordered .list-group-item.active:focus, .list-group-bordered .list-group-item.active:hover {
	color: #fff;
	background-color: #4e97d9;
	border-color: #4e97d9
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media (min-width:1600px) {
.container {
	width: 1310px
}
}

.col-md-8 {
	width: 66.66666667%
}
.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 {
	float: left
}
.met-shownews h1 {
	margin-bottom: 15px;
    font-size: 23px;
    line-height: 32px;
    color: #dd0031;
}
.met-shownews p {
    margin: 0 0 15px;
    font-size: 17px;
    color: #333;
}
.met-shownews .info {
	display: block;
    padding: 11px 0 0;
    font-size: 11px;
    color: #999;
    border-top: 1px solid #e2e2e2;
}

