<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w-1200 {
  width: 1200px;
  margin: 0 auto;
}
.bg-grey {
  background: #f7f7f7;
}
/* crumbs */
.m-list-crumbs {
  height: 50px;
  color: #333;
  font-size: 14px;
  line-height: 50px;
}
.icon-local {
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../img/list/icon-local.png) no-repeat center center;
}
.m-list-crumbs a {
  color: #333;
}
.m-list-crumbs a:hover {
  color: #355e92;
}

/* article content */
.m-article {
  padding: 40px 75px;
  background: #fff;
}
.m-article h2 {
  color: #355e92;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.m-article .tit-info {
  padding: 30px 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}
.m-article p {
  padding: 15px 0;
  color: #333;
  font-size: 16px;
  line-height: 2;
  text-indent: 32px;
}
/* share */
.m-share {
  background: #f2f2f2;
  color: #999;
  font-size: 14px;
  line-height: 40px;
}
.icon-add {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: no-repeat;
  background: url('../img/share/icon-share.png');
}
.share-item {
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.share-item li {
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  line-height: 1;
}
.icon-share {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background: url('../img/share/icon-share.png');
}
.icon-sina {
  background-position: -24px 0;
}
.icon-weibo {
  background-position: -48px 0;
}
.icon-renren {
  background-position: -72px 0;
}
.icon-qzone {
  background-position: -96px 0;
}
.icon-kaixin {
  background-position: -120px 0;
}
.btn-group a {
  margin-right: 20px;
  cursor: pointer;
}
.icon-print {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../img/icon-print.png) no-repeat center center;
}
.icon-close {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../img/icon-close.png) no-repeat center center;
}
.btn-close {
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
}


/*ç§»åŠ¨ç«¯*/
@media screen and (max-width: 750px){
	.m-list-crumbs{
		display: none;
	}
	.m-article{
		padding: 20px 15px!important;
		background:#f9f9f9!important;
	}
	.m-article h2{
		font-size: 20px!important;
		line-height: 30px!important;
	}
	.m-article .tit-info{
		padding: 15px 0!important;
		line-height: 30px!important;
	}
	.m-article p{
		text-indent: 0!important;
	}
	.m-article img{
		width: 100%!important;
		margin: 0!important;
		height: auto!important;
	}
}</pre></body></html>