@charset "utf-8";

/*  html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  }*/
html {
	width: 100%;
	/* filter: grayscale(100%);飘灰 */
}
body {
	margin: 0;
	font-family: "微软雅黑";
}
a {
	text-decoration: none;
}
div,aside,ul,li {
	box-sizing: border-box;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
input,
button,
textarea,
select {
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.clear {
	clear: both;
}
header {
	width: 100%;
	height: 80px;
	background: #6CA5CE;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.header-left img {
	height: 42px;
	width: 160px;
	margin-top: 18px;
	float: left;
}
.main-nav-list {
	float: left;
	margin-left: 100px;
	height: 100%;
	width: 395px;
	height: 80px;
}
.main-nav-list li {
	width: 24%;
	/* width: 20%; */
	height: 80px;
	font-size: 20px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	position: relative;
	color: #FFFFFF;
	float: left;
}
.main-nav-list li a {
	color: #ffffff;
}
.main-nav-list li.nav-current {
	border-bottom: 3px solid #F5A623;
}
.main-nav-list li:hover {
	border-bottom: 3px solid #F5A623;
}
.main-nav-list li.nav-hide {
	display: none;
}
.otherlinks-parent{
	padding: 50px;
    width: 700px;
    height: 100%;
    position: absolute;
    bottom: -80px;
    right: 0;
}
#otherlinks {
	width: 700px;
	height: 42px;
	background: #F5A623;
	position: absolute;
	/* bottom: -60px; */
	bottom: 25px;
	right: 0;
	line-height: 42px;
}
#otherlinks::after {
	content: '';
	display: block;
	position: absolute;
	top: -17px;
	right: 40px;
	border: 10px solid #F5A623;
	border-bottom-color: #F5A623;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}
#otherlinks a {
	width: 100px;
	display: inline-block;
	float: left;
	color: #FFFFFF;
	position: relative;
	text-align: center;
	font-size: 18px;
}
#otherlinks a::after {
	content: '/';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
#otherlinks a:last-child::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.header-main {
	width: 1000px;
	margin: auto;
	position: relative;
}
.header-right {
	width: 300px;
	float: right;
	position: relative;
}
.header-user-section {
	position: absolute;
	height: 80px;
	right: 30px;
	line-height: 80px;
	text-align: right;
}
.user-center-avatar {
	display: block;
	width: 30px;
	height: 80px;
	background: url(../img/menu-btn-icon.png) center right no-repeat;
	background-size: 16px 16px;
	float: left;
}
.login-link {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	position: relative;
	padding-right: 13px;
	padding-left: 13px;
	float: left;
	text-align: center;
}
.login-link::after {
	content: '|';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.header-search-btn {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../img/search-btn-white.png) center right no-repeat;
	background-size: 18px 18px;
	right: 0;
	top: 25px;
}
.main-container {
	width: 1000px;
	margin:130px auto;
}
.left-part {
	width: 660px;
	float: left;
}
#pageGro{ 
	width:447px;
	height:30px;
	margin:30px auto 100px; 
	padding-top:30px;
}
#pageGro div,#pageGro div ul li{ 
	font-size:16px;
	color:#999; 
	line-height:30px; 
	float:left; 
	margin-left:10px;
}
#pageGro .pageList{
	margin-left: 0;
}
#pageGro div ul li{
	width:30px; 
	text-align:center; 
	border:1px solid #999; 
	cursor:pointer;
}
#pageGro div ul li.on{
	color:#fff; 
	background:#6CA5CE; 
	border:1px solid #6CA5CE;
}
#pageGro .homePage{
	width:45px; 
	text-indent:5px; 
	border:1px solid #999; 
	cursor:pointer;
}
#pageGro .homePage a{
	color: #999;
}
#pageGro .pageUp,#pageGro .pageDown{ 
	width:77px; 
	text-indent:5px; 
	border:1px solid #999; 
	cursor:pointer;
}

.news-list {
	width: 100%;
}
.news-list li {
	padding: 40px 0px 20px 0px;
	position: relative;
	border-bottom: 1px solid #E6E6E6;
}
.news-list li:first-child {
	padding-top: 0;
}
.news-list li:last-child {
	border-bottom: none;
}
.news-item-title {
	font-size: 20px;
	line-height: 24px;
}
.news-item-title a {
	color: #0a0a0a;
}
.news-item-title a:hover {
	color: #9EC6DE;
}
.news-item-info {
	font-size: 18px;
	color: #CCCCCC;
	margin-top: 20px;
}
.img-news-item img {
	width: 200px;
	height: 134px;
	float: left;
}
.img-news-item-text-section {
	width: 445px;
	margin-left: 15px;
	float: left;
	position: relative;
	height: 134px;
}
.img-news-item .news-item-info {
	position: absolute;
	left: 0;
	bottom: 5px;
	height: 20px;
	line-height: 20px;
}
.news-item-time {
	margin-left: 25px;
	background: url(../img/news-item-pubtime-icon.png) center left no-repeat;
	background-size: 18px 18px;
	padding-left: 25px;
}
.news-item-heat {
	margin-left: 25px;
	background: url(../img/news-item-heat-icon.png) center left no-repeat;
	background-size: 20px 20px;
	padding-left: 28px;
}
.news-item-info>span:first-child {
	margin-left: 0;
}
.img-news-item::after {
	content: '';
	display: block;
	clear: both;
}
.main-aside {
	width: 300px;
	float: left;
	margin-left: 40px;
	margin-bottom: 40px;
}
.side-item {
	margin-top: 50px;
}
.side-item:first-child {
	margin-top: 0;
}
.side-subtitle {
	width: 300px;
	position: relative;
	background: #9EC6DE;
	height: 16px;
}
.side-subtitle span {
	display: block;
	padding: 0px 12px 0px;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	left: 17px;
	background: #FFFFFF;
	color: #9EC6DE;
	top: 0;
}
.recommand-change {
	display: block;
	padding-left: 33px;
	width: 81px;
	height: 100%;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	color: #6CA5CE;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 16px;
}
.recommand-change::before {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: 0;
	height: 16px;
	width: 12.8px;
	background: url(../img/recommandnews-change-icon.png) center center no-repeat;
	background-size: 12.8px 16px;
}
.recommand-change:hover {
	color: #FC0D57;
}
.recommand-change:hover::before {
	position: absolute;
	left: 10px;
	top: 0;
	height: 16px;
	width: 12.8px;
	background: url(../img/recommandnews-change-hover-icon.png) center center no-repeat;
	background-size: 12.8px 16px;
}
.side-news-list li {
	width: 100%;
	position: relative;
	padding: 15px 0px 15px;
	border-bottom: 1px solid #E6E6E6;
}
.side-news-list li a {
	color: #222222;
	font-size: 18px;
	line-height: 24px;
}
.side-news-list li a:hover {
	color: #9EC6DE;
}
.side-img-news-item img {
	position: absolute;
	width: 105px;
	height: 70px;
	left: 0;
	top: 15px;
	overflow: hidden;
}
.side-img-news-item a {
	display: block;
	margin-left: 130px;
	height: 70px;
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
}
.main-qrcode {
	width: 180px;
	height: 180px;
	margin-top: 20px;
	margin-left: 60px;
}
.qrcode-desc {
	font-size: 18px;
	color: #000000;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
footer {
	width: 100%;
	margin-top: 130px;
	position: fixed;
	bottom: 0;
}
.footer-links {
	background: #efefef;
	border-top: 1px solid #cacaca;
	height: 70px;
	line-height: 70px;
}
.links-container {
	width: 1000px;
	margin: auto;
	text-align: center;
	color: #090504;
}
.links-container a {
	margin-left: 20px;
	font-size: 14px;
	color: #090504;
}
.footer-copyright {
	background: #6CA5CE;
	color: #ffffff;
	font-size: 14px;
}
.copyright-container {
	width: 1000px;
	line-height: 24px;
	margin: auto;
	text-align: center;
}
.copyright-container .img-href{
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
.site-links {
	margin-left: 15px;
}
.site-links a {
	display: inline-block;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.site-links a::after {
	content: '|';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
}
.site-links a:last-child::after {
	content: '';
}
.city-container {
	position: relative;
	background: url(../img/location-line-bg.png) center left no-repeat;
	background-size: 660px 1px;
	height: 20px;
	margin-bottom: 40px;
}
.city-title {
	color: #649fd9;
	padding-right: 35px;
	background: #FFFFFF;
	color: #9B9B9B;
	font-size: 18px;
	position: absolute;
	left: 0;
	height: 20px;
	top: 0;
}
#current-city {
	color: #f5a624;
	background: url(../img/location-icon.png) center left no-repeat;
	background-size: 13px 18px;
	padding-left: 27px;
	margin-right: 20px;
}
.city-list-container {
	width: 660px;
	height: 155px;
	background: #F6F6F6;
	padding-left: 23px;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 999;
	padding-top: 25px;
	display: none;
}
.city-list-container::before {
	position: absolute;
	top: -30px;
	left: 53px;
	content: '';
	display: block;
	border: 20px solid #f6f6f6;
	border-bottom-color: #f6f6f6;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}
.city-list li {
	width: 13.5%;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #4A4A4A;
	padding-left: 30px;
	cursor: pointer;
}
.city-list li a{
	color: #4A4A4A;
}
li.current-choice {
	background: url(../img/dropdown-current-icon.png) center left no-repeat;
	background-size: 18px 13px;
}
.ad-area {
	width: 100%;
}
.ad-area img {
	width: 100%;
}
.life-function-area {
	width: 660px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.life-function-content {
	width: 421px;
	margin: auto;
}
.life-function-item {
	width: 67px;
	margin-left: 51px;
	float: left;
	display: inline-block;
}
.life-function-item:first-child {
	margin-left: 0;
}
.life-function-item div {
	width: 67px;
	height: 67px;
	border-radius: 67px;
}
.life-function-item span {
	color: #4A4A4A;
	font-size: 18px;
	margin-top: 14px;
	width: 67px;
	text-align: center;
	display: block;
}
.life-com {
	background: url(../img/life-com-icon.png) center center no-repeat,#6ba5ce;
	background-size: 28px 25px;
}
.life-phone {
	background: url(../img/life-phone-icon.png) center center no-repeat,#797bd6;
	background-size: 28px 28px;
}
.life-fee {
	background: url(../img/life-fee-icon.png) center center no-repeat,#ffd55d;
	background-size: 30px 28px;
}
.life-query {
	background: url(../img/life-query-icon.png) center center no-repeat,#f1a13b;
	background-size: 25px 25px;
}
.site-position {
	font-size: 18px;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.site-position a {
	color: #000000;
}
.content-title {
	font-size: 24px;
	line-height: 25px;
	color: #000000;
}
.content-news-info {
	margin-top: 27px;
	color: #9B9B9B;
	font-size: 18px;
	position: relative;
}
.content-news-info span {
	margin-left: 25px;
}
.content-news-info span:first-child {
	margin-left: 0;
}
.content-news-share {
	position: relative;
	cursor: pointer;
}
.content-news-share:hover {
	color: #3EA3E6;
}
.hover-share-list {
	position: absolute;
	width: 120px;
	height: 165px;
	font-size: 16px;
	color: #4A4A4A;
	left: 0;
	background: #ffffff;
	top: 25px;
	z-index: 1000;
	border: 1px solid #E6E6E6;
}
.hover-share-list a {
	display: block;
	width: 100%;
	line-height: 30px;
	padding-left: 35px;
	position: relative;
	height: 30px;
	color: #4A4A4A;
	box-sizing: border-box;
	margin-top: 8px;
}
.hover-share-list a:hover {
	background: #E6E6E6;
}
.wechat-hover img {
	position: absolute;
	width: 165px;
	height: 165px;
	top: -9px;
	right: -167px;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
}
.wechat-hover::before {
	content: '';
	display: block;
	width: 16px;
	height: 100%;
	background: url(../img/wechat-hover-icon.png) center center no-repeat;
	background-size: 16px 16px;
	position: absolute;
	left: 10px;
	top: 0;
}
.weibo-hover::before {
	content: '';
	display: block;
	width: 16px;
	height: 100%;
	background: url(../img/weibo-hover-icon.png) center center no-repeat;
	background-size: 16px 16px;
	position: absolute;
	left: 10px;
	top: 0;
}
.qzone-hover::before {
	content: '';
	display: block;
	width: 16px;
	height: 100%;
	background: url(../img/qzone-share-icon.png) center center no-repeat;
	background-size: 16px 16px;
	position: absolute;
	left: 10px;
	top: 0;
}
.tweibo-hover::before {
	content: '';
	display: block;
	width: 16px;
	height: 100%;
	background: url(../img/tweibo-hover-icon.png) center center no-repeat;
	background-size: 16px 16px;
	position: absolute;
	left: 10px;
	top: 0;
}
.content-origin-url {
	position: absolute;
	right: 0;
	top: 0;
	background: #E1F0FA;
	width: 90px;
	height: 22px;
	line-height: 22px;
	padding-left: 13px;
	border-radius: 4px;
	font-size: 14px;
	color: #6CA5CE;
}
.content-origin-url::after {
	content: '';
	display: block;
	background: url(../img/news-origin-url.png) center center no-repeat;
	width: 5px;
	height: 22px;
	background-size: 5px 7.5px;
	position: absolute;
	right: 7px;
	top: 0;
}
.content-content {
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding-top:10px;
}
.content-content p {
	margin-top: 40px;
	text-align: left;
}
.content-content img {
	width: auto;
	margin-top: 40px;
	display: block;
	max-width: 600px;
}
.content-content video, .content-content iframe {
	width: 100%;
	margin-top: 40px;
	display: block;
	min-height:400px;
}
.content-function {
	width: 552px;
	margin: auto;
	/* margin-top: 80px; */
	margin: 80px;
	position: relative;
}
.content-function::after {
	content: '';
	display: block;
	clear: both;
}
.content-dislike,.content-like,.content-favorite,.content-share {
	width: 25%;
	border-right: 1px solid #E6E6E6;
	height: 35px;
	line-height: 35px;
	position: relative;
	color: #4A4A4A;
	font-size: 16px;
	float: left;
	padding-left: 65px;
}
.content-dislike {
	background: url(../img/dislike-icon.png) center left no-repeat;
	background-size: 22px 20px;
	background-position-x: 35px;
}
.content-like {
	background: url(../img/like-icon.png) center left no-repeat;
	background-size: 22px 20px;
	background-position-x: 35px;
}
.content-favorite {
	background: url(../img/content-fav-icon.png) center left no-repeat;
	background-size: 20px 19px;
	background-position-x: 35px;
}
.content-share {
	background: url(../img/share-icon.png) center left no-repeat;
	background-size: 18px 20px;
	background-position-x: 35px;
	border-right: none;
}
.share-area {
	width: 345px;
	position: absolute;
	height: 150px;
	background: #f6f6f6;
	/* right: -50px; */
	bottom: -170px;
	z-index: 1008;
}
.share-area p {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 20px;
}
.share-area::after {
	content: '';
	display: block;
	clear: both;
}
.share-area-close {
	width: 14px;
	height: 14px;
	background: url(../img/share-close-icon.png) center center no-repeat;
	background-size: 14px 14px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.share-item {
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
}
.share-item>div {
	width: 35px;
	height: 35px;
	border-radius: 35px;
	margin:auto;
	margin-bottom: 11px;
}
.wechat-share {
	background: url(../img/wechat-share-icon.png) center center no-repeat,#47ba41;
	background-size: 20px 17px;
}
.weibo-share {
	background: url(../img/weibo-icon.png) center center no-repeat,#d0021b;
	background-size: 20px 17px;
}
.qzone-share {
	background: url(../img/qzone-icon.png) center center no-repeat,#f5a623;
	background-size: 23px 21px;
}
.tweibo-share {
	background: url(../img/tweibo-icon.png) center center no-repeat,#81a8c7;
	background-size: 24px 22px;
}
.share-item>div.wx-qr-area {
	width: 250px;
	height: 120px;
	padding: 14px 12px;
	background: #e7e7e7;
	left: 0;
	top: -190px;
	position: absolute;
	border-radius: 0;
}
.wx-qr-area img {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 12px;
	top: 14px;
}
.share-area .wx-qr-area p {
	font-size: 14px;
	color: #656565;
	line-height: 22px;
	margin-top: 0;
	padding-left: 95px;
}
/*
 * 评论
 */
.comment-input-area {
	width: 100%;
	margin-top: 50px;
	padding-left: 74px;
	padding-right: 82px;
	background: url(../img/c-sub-user-avatar.png) top left no-repeat;
	background-size: 45px 45px;
	position: relative;
}
.comment-input-area textarea {
	border: 1px solid #649fd9;
	width: 100%;
	height: 100px;
	color: #9B9B9B;
	font-size: 16px;
	line-height: 24px;
	padding: 9px 8px;
}
.comment-submit {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 22px;
}
.comment-area {
	margin-top: 50px;
}
.content-subtitle-container {
	width: 100%;
	height: 15px;
	background: #9EC6DE;
	position: relative;
}
h3.content-subtitle {
	position: absolute;
	font-size: 16px;
	color: #9EC6DE;
	padding-left: 16px;
	padding-right: 16px;
	top: 0;
	background: #FFFFFF;
	display: block;
	left: 20px;
}
.comment-item {
	width: 100%;
	margin-top: 35px;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 25px;
	padding-left: 52px;
	position: relative;
}
.comment-item::before {
	content: '';
	display: block;
	background: url(../img/c-user-avatar.png) top left no-repeat;
	background-size: 30px 30px;
	position: absolute;
	top: -5px;
	left: 0;
	width: 30px;
	height: 30px;
}
.comment-info {
	font-size: 18px;
	line-height: 20px;
	margin-top: 5px;
	position: relative;
}
.comment-user-name {
	color: #9B9B9B;
}
.comment-time {
	color: #E6E6E6;
	margin-left: 20px;
}
.comment-like {
	padding-right: 60px;
	position: absolute;
	right: 50px;
	top: 0;
	border-right: 1px solid #E6E6E6;
	color: #CCBC9D;
}
.comment-like::after {
	background: url(../img/liked-icon.png) center center no-repeat;
	background-size: 20px 18px;
	content: '';
	display: block;
	position: absolute;
	right: 30px;
	top: 0;
	width: 20px;
	height: 20px;
}
.comment-reply-btn {
	color: #9B9B9B;
	position: absolute;
	right: 0;
	top: 0;
}
.comment-content {
	font-size: 18px;
	line-height: 24px;
	color: #4A4A4A;
	margin-top: 25px;
}
.comment-subtitle {
	font-size: 16px;
	color: #DC3E40;
	padding-left: 36px;
	position: relative;
	height: 16px;
	line-height: 16px;
}
.comment-subtitle::before {
	content: '';
	display: block;
	width: 20px;
	height: 16px;
	background: #DC3E40;
	position: absolute;
	left: 0;
	top: 0;
}
.comment-haschild {
	margin-left: -52px;
}
.comment-box {
	margin-top: 25px;
}
.comment-child-item {
	border: 1px solid #E6E6E6;
	background: #F5F8F9;
	padding: 8px;
}
.comment-child-info {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 18px;
	color: #649FD9;
	padding-top: 12px;
	position: relative;
}
.comment-child-floor {
	position: absolute;
	top: 12px;
	right: 0;
}
.comment-child-content {
	font-size: 18px;
	line-height: 24px;
	color: #4A4A4A;
	padding-left: 8px;
	padding-bottom: 8px;
	margin-top: 10px;
}
/*
 * 手机报
 */
.sjb-tabs {
	height: 40px;
	width: 100%;
	background: #f1f1f1;
	position: relative;
	padding-left: 330px;
}
button.datepicker-btn {
	position: absolute;
	left: 25px;
	width: 50px;
	height: 50px;
	background: #6CA5CE;
	border-radius: 50px;
	top: -5px;
}
.datepicker-btn::after {
	width: 50px;
	height: 50px;
	content: '';
	display: block;
	background: url(../img/sjb-calendar-btn.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 23px 23px;
}
#sjb-current-display-date {
	color: #6CA5CE;
	font-size: 16px;
	position: absolute;
	left: 100px;
	height: 100%;
	line-height: 40px;
}
.sjb-tab-list {
	width: 330px;
	height: 100%;
	line-height: 40px;
}
.sjb-tab-list li {
	width: 50%;
	float: left;
	line-height: 40px;
	font-size: 18px;
	color: #564a4a;
	text-align: center;
	box-sizing: border-box;
	height: 100%;
}
.sjb-tab-list li.sjb-active-tab {
	color: #6CA5CE;
	border-bottom: 3px solid #6CA5CE;
}
.sjb-news-list {
	margin-top: 20px;
}
.sjb-news-list li {
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E6;
	font-size: 20px;
	position: relative;
}
.sjb-news-list li a {
	color: #1A1A1A;
}
.sjb-news-list li a:hover {
	color: #6CA5CE;
}
.sjb-cover-icon {
	width: 50px;
	height: 20px;
	background: #CCBC9D;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	float: right;
	margin-right: 20px;
}
.sjb-news-heat {
	color: #9B9B9B;
	font-size: 14px;
	float: right;
}
/*
 * 订阅
 */
button.subscribe-btn {
	position: absolute;
	left: 25px;
	width: 50px;
	height: 50px;
	background: #6CA5CE;
	border-radius: 50px;
	top: -5px;
}
.subscribe-btn::after {
	width: 50px;
	height: 50px;
	content: '';
	display: block;
	background: url(../img/subscribe-btn.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 30px 21px;
}
.subscribe-city {
	color: #000000;
	font-size: 18px;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 100px;
}
.subscribe-tip {
	color: #6CA5CE;
	font-size: 18px;
	position: absolute;
	right: 16px;
	top: 0;
	line-height: 40px;
}
.sjb-subscribe-list {
	margin-top: 10px;
}
.sjb-subscribe-list li {
	padding: 30px 0px;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
.sjb-title {
	color: #4A4A4A;
	font-size: 20px;
}
.sjb-desc {
	color: #9B9B9B;
	font-size: 18px;
	line-height: 30px;
	margin-top: 25px;
}
.sub-tabs {
	padding-left: 0;
}
.sjb-subscribe-btn {
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	width: 75px;
	height: 22px;
	font-size: 14px;
	color: #9B9B9B;
	text-align: center;
	line-height: 22px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	right: 0;
	top: 30px;
}
.apply-tab {
	width: 50%;
	text-align: center;
	font-size: 18px;
	color: #222222;
	line-height: 40px;
	float: left;
	height: 100%;
	cursor: pointer;
}
.active-tab {
	border-bottom: 3px solid #6CA5CE;
	color: #6CA5CE;
}
.apply-area {
	width: 100%;
	padding-left: 15px;
}
.apply-info-item {
	padding-left: 35px;
	position: relative;
	margin-top: 40px;
	background: url(../img/apply-item-icon.png) top left no-repeat;
	background-size: 17px 14px;
}
.apply-info-title {
	font-size: 20px;
	color: #000000;
	margin-bottom: 25px;
}
.apply-info-item p {
	color: #9B9B9B;
	font-size: 18px;
	line-height: 30px;
}
.apply-info-item p a {
	color: #9B9B9B;
}
.apply-info-item p a:hover {
	color: #6CA5CE;
}
.apply-info-item img {
	width: 100%;
}
.apply-form {
	padding-left: 67px;
	padding-right: 74px;
	position: relative;
}
.apply-form-item {
	width: 100%;
	position: relative;
	color: #9B9B9B;
	font-size: 20px;
	border-bottom: 1px solid #E6E6E6;
	height: 40px;
	margin-top: 20px;
	line-height: 40px;
	position: relative;
}
.textarea-item {
	padding-top: 40px;
	border-bottom: none;
	height: auto;
}
.apply-form-label {
	position: absolute;
	left: 0;
	top: 0;
}
.apply-input-item {
	width: 100%;
	padding-left: 100px;
	height: 40px;
	font-size: 20px;
}
textarea.apply-input-item {
	font-size: 20px;
	line-height: 30px;
	color: #9B9B9B;
	border-bottom: 1px solid #E6E6E6;
	padding-left: 10px;
	height: auto;
	min-height: 100px;
}
.apply-select-item {
	width: 150px;
	margin-left: 70px;
	height: 40px;
	border-bottom: 1px solid #E6E6E6;
	background: url(../img/toggle-down-icon.png) center right no-repeat;
	background-size: 12px 7px;
}
.apply-select-item:first-child {
	margin-left: 0;
}
.apply-form-tip {
	position: relative;
}
.apply-tip {
	color: #9b9b9b;
	font-size: 20px;
	display: block;
	padding-left: 25px;
}
.input-radio {
	height: 15px;
	width: 15px;
	border-radius: 15px;
	border: 1px solid #979797;
}
.input-radio:checked {
	background: url(../img/radio-checked.png) center center no-repeat;
	background-size: 15px 15px;
}
.site-submit {
	color: #FC0D57;
	font-size: 20px;
}
.apply-submit {
	position: absolute;
	right: 74px;
}
/*
 * 收藏
 */
.fav-list {
	margin-top: 25px;
}
.fav-item {
	padding: 30px 0px;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
}
.fav-item::after {
	content: '';
	display: block;
	clear: both;
}
.fav-item a {
	color: #4A4A4A;
	font-size: 20px;
	line-height: 24px;
}
.fav-item a:hover {
	color: #6CA5CE;
}
.news-fav-info {
	display: block;
	width: 100%;
	color: #9B9B9B;
	font-size: 16px;
	position: relative;
	margin-top: 20px;
}
.fav-item a.news-fav-delete {
	color: #CCCCCC;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 24px;
	background: url(../img/fav-del-icon.png) center left no-repeat;
	background-size: 14px 14px;
}
.goods-fav-thumb {
	width: 150px;
	height: 100px;
	float: left;
}
.goods-text-area {
	float: left;
	margin-left: 40px;
	width: 470px;
	position: relative;
	height: 100px;
}
.goods-fav-time {
	color: #9B9B9B;
	font-size: 16px;
	position: relative;
	margin-top: 20px;
	display: block;
}
.fav-item a.goods-fav-delete {
	color: #CCCCCC;
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 24px;
	background: url(../img/fav-del-icon.png) center left no-repeat;
	background-size: 14px 14px;
}
/*
 * 通知
 */
.notice-list {
	margin-top: 20px;
	padding-left: 40px;
}
.notice-item {
	padding: 30px 0px;
	position: relative;
	border-bottom: 1px solid #E6E6E6;
}
.notice-title {
	font-size: 20px;
	color: #4A4A4A;
}
.notice-time {
	display: block;
	color: #9B9B9B;
	font-size: 16px;
	margin-top: 20px;
}
p.notice-content {
	color: #222222;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}
.new-notice::before {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #3ea3e6;
	left: -40px;
	top: 40px;
}
/*
 * 我的评论
 */
.mycomment-list {
	margin-top: 20px;
}
.mycomment-item {
	padding: 30px 0px 25px 50px;
	position: relative;
	border-bottom: 1px solid #E6E6E6;
}
.mycomment-item::before {
	width: 30px;
	height: 30px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 30px;
	background: url(../img/c-user-avatar.png) center center no-repeat;
	background-size: 30px 30px;
}
p.mycomment-content {
	color: #4A4A4A;
	font-size: 18px;
	line-height: 24px;
}
.mycomment-time {
	font-size: 14px;
	color: #cccccc;
	display: block;
	margin-top: 15px;
}
p.mycomment-quote {
	color: #9B9B9B;
	font-size: 18px;
	line-height: 30px;
	background: #F6F6F6;
	padding: 20px 25px 25px;
	margin-top: 25px;
}
a.mycomment-link {
	display: block;
	margin-top: 25px;
	color: #649FD9;
	font-size: 18px;
}
.mycomment-username {
	color: #9B9B9B;
	font-size: 18px;
}
.mention-content {
	margin-top: 25px;
}
/*
 * 个人中心
 */
.usercenter-area {
	margin-top: 50px;
}
.usercenter-username {
	width: 450px;
	margin: auto;
	padding-left: 80px;
	position: relative;
	background: url(../img/menu-avatar.png) center left no-repeat;
	background-size: 48px 48px;
	color: #000000;
	font-size: 20px;
	line-height: 48px;
}
.usercenter-logout {
	display: block;
	color: #CCCCCC;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0;
}
.links-area {
	margin-top: 25px;
	padding-top: 40px;
	border-top: 1px solid #E6E6E6;
	padding-left: 105px;
	padding-right: 105px;
}
.search-item {
	height: 40px;
	width: 450px;
	position: relative;
	margin-bottom: 40px;
	border: 1px solid #E6E6E6;
}
.search-item input {
	width: 100%;
	padding-left: 20px;
	font-size: 20px;
	line-height: 40px;
	color: #9B9B9B;
}
button.search-btn {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	background: url(../img/menu-search-icon.png) center center no-repeat;
	background-size: 18px 18px;
}
.usercenter-link {
	display: block;
	padding: 30px 0px 30px 80px;
	color: #9B9B9B;
	font-size: 20px;
	border-bottom: 1px solid #E6E6E6;
}
.usercenter-link:hover {
	color: #6CA5CE;
}
/*
 * 登录注册
 */
.black-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1005;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
}
.opacity-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1006;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0);
}
.login-form-container {
	width: 600px;
	height: 555px;
	background: #ffffff;
	margin: auto;
	margin-top: 100px;
	z-index: 1007;
	position: relative;
}
.login-form {
	width: 400px;
	margin:auto;
	margin-top: 100px;
}
.single-input {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 5px;
	/* padding: 10px 5px; */
	font-size: 20px;
	color: #4A4A4A;
	height: 40px;
	margin-top: 25px;
}
.verify-intput {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	font-size: 20px;
	color: #4A4A4A;
	position: relative;
	margin-top: 25px;
	height: 40px;
}
.verify-intput img {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 120px;
	height: 30px;
}
.verify-intput input {
	padding: 10px 5px;
	height: 100%;
	width: 250px;
	height: 40px;
	font-size: 20px;
	color: #4A4A4A;
}
.single-input:focus {
	border-bottom: 3px solid #6CA5CE;
}
.login-submit {
	float: right;
	margin-top: 40px;
}
.login-tips {
	font-size: 14px;
	color: #9b9b9b;
	margin-bottom: 40px;
}
.single-tab {
	width: 100%;
}
/*
 * 专题
 */
#specialpic {
	margin-top: 30px;
	width: 100%;
	height: auto;
}
.special-desc-container {
	margin-top: 40px;
}
.special-title {
	color: #4A4A4A;
	font-size: 18px;
	position: relative;
	padding-left: 46px;
	line-height: 18px;
}
.special-title::before {
	content: '';
	display: block;
	width: 20px;
	height: 16px;
	background: #D0021B;
	position: absolute;
	left: 0;
	top: 0;
}
.special-desc {
	color: #9B9B9B;
	font-size: 18px;
	line-height: 32px;
	padding-left: 46px;
	margin-top: 30px;
	margin-bottom: 50px;
}

/*thestral 17.08.01*/
.audio-area {
    width:100%;
    border:1px solid #e0e0e0;
    padding:14px 15px 6px;
    background: #fcfcfc;
    position: relative;
    margin-top: 20px;
}
.audio-hidden {
    width:100%;
}
.audio-container {
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.audio-play-btn {
    width:42px;
    height:42px;
    margin-right: 15px;
    border-radius: 42px;
    position: relative;
    background: #09bb07;
    display: none;
}

.audio-play-btn.audio-to-play::after {
    width:0;
    height:0;
    border: 10px solid #ffffff;
    border-left-color: #ffffff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    left:18px;
    top:11px;
    display: block;
    content: '';
}
.audio-play-btn.audio-to-stop::after {
    width:10px;
    height:10px;
    left:16px;
    top:16px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
}
.audio-info-area {
    flex:1;
}
.audio-title {
    display: block;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    min-height: 1.6em;
}
.audio-progress {
    height:2px;
    position: relative;
    background: #d9d9d9;
    display: none;
}
.audio-played-progress {
    position: absolute;
    top:0;
    left:0;
    height:100%;
    z-index: 1;
    background: #09bb07;
}
.audio-time {
    display: flex;
    justify-content:space-between;
    color: #b2b2b2;
    overflow: hidden;
    padding-top: 6px;
    font-size: 12px;
    display: none;
}
.audio-current-position {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #09bb07;
    position: absolute;
    top:-4px;
}

/* 手机报样式 */
.conTL{

}
.conTL .sjbNewlist{
	padding: 20px 0px 20px 0px;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
}
.sjbNewlist .fengMbar, .sjbNewlist .newsBar{
	margin-bottom: 10px;
}
.sjbNewlist  h3{
	font-size: 18px;
	color: #CCCCCC;
}
.sjbNewlist .biaoT1 a,.sjbNewlist .biaoT2 a{
	font-size: 20px;
	color: #0a0a0a;
}
.sjbNewlist .biaoT1 a:hover,.sjbNewlist .biaoT2 a:hover{
	color: #649fd9;
}
.conTL .sjbNewlist:last-child {
    border-bottom: none;
}


/* 国庆飘红 */
/* header{
	background-color: #bf2828;
} */
/* .side-subtitle{
	background-color: #bf2828;
} */
/* .footer-copyright{ */
	/* background-color: #d1222b; */
	/* background-color: #bf2828; */
/* } */
