* {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif !important;
}

body {
	color: #333;
	font-size: .7rem;
}

ul,
li,
ol {
	list-style: none;
}

h4 {
	font-size: .9rem;
}

#part2,
#part3,
#part4,
#part5 {
	display: none;
}

p,
h1,
h2,
h3,
h4,
h5 {
	margin: 0px;
	padding: 0px;
}

.width50 {
	width: 50%;
}

.color999 {
	color: #919191;
}

.green {
	color: #007900;
	margin-left: .5rem;
}

.red {
	color: #f20000;
	margin-left: .5rem;
}


/*a,
a:hover,
a:active,a:link,a:visited{
	text-decoration: none;
	color: #333;
}*/

a:link,
a:visited {
	color: #333333;
	text-decoration: none
}

.time-line h3:hover,
.sidebar-model-ranklist .list li a:hover {
	color: #273896;
}

.hot-news p>a {
	color: #808080;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	/*display: block;
	position: relative;
	line-height: 1.4em;
	max-height: 3rem;
	overflow: hidden;*/
}

/*.hot-news p>a::after {
	content: "...";
	font-weight: bold;
	position: absolute;
	top: 1.8rem;
	right: -1px;
}*/

a:hover {
	color: #273896 !important;
	text-decoration: none
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input,
button {
	outline: none;
}

.iconfont {
	font-size: .8rem !important;
}

.shows {
	display: inline-block;
}

.hides {
	display: none;
}

.content {
	overflow: hidden;
}

header h2 {
	margin: 0px;
	padding: 0px;
}

header h2,
header h2 img,
header ul {
	height: 3rem;
	line-height: 3rem;
}

header h2 img {
	height: 2.5rem;
}

header ul {
	margin-bottom: 0px;
	margin-left: 2.5rem;
}

header ul li {
	float: left;
}

header ul,
header h2 {
	display: inline-block;
	vertical-align: middle;
}

header ul li.active a {
	border-bottom: 2px solid #c1252b;
}

header ul li a {
	display: inline-block;
	padding: 0 1rem;
	color: #282828;
	font-size: .8rem;
	height: 3rem;
	line-height: 3rem;
}

header ul li a:hover {
	color: #273896;
}

.share_type {
	display: inline;
	float: right;
	height: 2rem;
	line-height: 3rem;
	vertical-align: baseline;
}

.share_type i {
	font-size: 1.6rem !important;
	cursor: pointer;
	color: #808080;
}

.share_type i.lines {
	cursor: default;
	display: inline-block;
	width: 1px;
	height: 24px;
	background-color: #808080;
	margin: 0 .4rem
}

.share_type i.icon-weibo,
.share_type i.icon-weixin {
	position: absolute;
	left: 0;
	width: 100%;
	display: inline;
}

.header .search-input {
	position: relative;
	height: 1.85rem;
	width: 50%;
	margin-left: 3.5rem;
	vertical-align: bottom;
	margin-bottom: .5rem;
}

.header .search-input input {
	padding: .25rem 2rem .25rem 2rem;
	width: 100%;
	height: 1.85rem;
	border: 1px solid #f9f9f9;
	border-radius: 0.15rem;
	color: #999090;
	font-size: 0.8rem;
}

.header .search-input .iconfont {
	position: absolute;
}

.header .search-input .icon-delete {
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}

.header .search-input .icon-sousuo {
	position: absolute;
	top: 0rem;
	font-size: 1.3rem !important;
	left: .5rem;
}

.part,
.sidebar-model-ranklist {
	position: relative;
	font-size: .7rem;
	background-color: #fff;
}

.sidebar-model-ranklist {
	border-left: 1px solid #dedede;
}

.part.tuijian ul>li p {
	border-bottom: none;
	height: auto;
	line-height: 1.5rem;
	word-break: break-all;
	word-wrap: break-word;
	margin-right: 0rem;
	margin-left: 0rem;
	background-color: #f5f5f5;
}

.part.tuijian ul>li p:hover,
.part.tuijian ul>li:hover p {
	background-color: #ffffff;
}

.part p,
.model-title {
	height: 2.3rem;
	line-height: 2.3rem;
	/*margin-top:.8rem;*/
	font-size: .8rem;
	overflow: hidden;
	background-color: #ececec;
	border-bottom: 1px solid #dfdfdf;
}

.model-title h3 {
	font-size: .8rem;
}

.part p>span,
.model-title h3 {
	display: inline-block;
	height: 2.3rem;
	line-height: 2.3rem;
	padding: 0 .5rem;
	/*border-top: 1px solid #36a9ce;*/
	font-size: 16px;
	padding-left: 15px;
	font-weight: 700;
	float: left;
	color: #282828;
	text-shadow: 0 1px 1px #fff;
}


/*.part.tuijian p{
				display: block;
				padding-left: 15px;
				font-weight: 700;
				float: left;
				color: #282828;
				text-shadow: 0 1px 1px #fff;
			}*/

.model-title h3 {
	margin-top: 0rem;
}

.part p>a {
	color: #333;
	float: right;
	cursor: pointer;
	padding: 0 10px;
	font-size: 13px;
}

.part.ipo-title>i {
	position: absolute;
	/*width: 55px;*/
	height: 1px;
	background-color: #36a9ce;
}

.part li {
	/*position: relative;
			line-height: 1.2rem;
			margin-bottom: 8px;
			color: #666;
			margin-bottom: .8rem;
			padding-left: .5rem;*/
	background-color: #f9f9f9;
	padding: 15px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcdcdc;
}

.part li:hover {
	background-color: #fff;
}

.part.tuijian li a {
	display: block;
}

.part li a {
	list-style: 1rem;
	font-size: 14px;
	/*display: block;*/
	color: #333;
	padding-right: 5px;
	padding-top: .5rem;
}

.part li a:hover {
	color: #273896;
}

.part li span {
	color: #aaa;
}

.rightContent .part.kuaixun ul {
	margin-right: 5px;
	margin-left: 1px;
}

.kuaixun li {
	position: relative;
	list-style: none;
	/*margin-bottom: 1rem;*/
	height: auto;
	background-color: #fff !important;
	border-bottom: none !important;
	padding-left: calc(.7rem - 1px) !important;
	padding: 0.5rem 0;
}

.kuaixun ul {
	border-left: 1px solid #f0f0f0;
	margin-left: .3rem;
}

.kuaixun .dot {
	width: .5rem;
	height: .5rem;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	position: absolute;
	top: 0.8rem;
	left: -0.23rem;
}


/*.model-title {
	font-size: .9rem;
	line-height: 1;
	margin-bottom: 20px;
	border-left: 4px solid #f9f9f9;
	padding-left: .9rem;
	color: #2899e4;
	border-left-color: #2899e4;
}

.model-title h3 {
	font-size: .9rem;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
}*/

.news .list {
	font-size: .7rem;
}

.page-list .g-2-1 {
	margin-bottom: 50px;
}

.section-news-list .item-subject {
	padding-top: 23px;
	padding-bottom: 23px;
	border-top: 1px solid #e5e5e5;
}

.section-news-list .item-subject .img {
	float: left;
	margin-right: 23px;
	height: auto;
	overflow: hidden;
}

.section-news-list .item-subject .img img {
	display: block;
	width: 4rem;
}

.section-news-list .item-subject .title a {
	font-size: 1rem;
	line-height: 1;
}

.section-news-list .item-subject .desc {
	font-size: .7rem;
	margin-top: 1rem;
	line-height: 1.1rem;
	color: #878787;
}

.section-news-list .item-subject .attr {
	margin-top: 20px;
}

.section-news-list .item-subject .attr .attr-time {
	color: #0048a7;
	margin-right: 8px;
}

.section-news-list .item-subject .attr .attr-author {
	margin-right: 8px;
}

.section-news-list .item-subject .attr .tag {
	margin-right: 8px;
}

.section-news-list .first {
	border-top: none;
}

.section-news-list-loading a {
	border: 1px solid #f0f0f0;
	display: block;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: .8rem;
	color: #c0c0c0;
}

.section-news-list-loading a:hover {
	border-color: #ccc;
	color: #666;
}

.section-special-category-list h3 {
	line-height: 50px;
	font-size: .8rem;
}

.section-special-category-list ul {
	font-size: 14px;
	line-height: 31px;
	padding-left: 15px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.section-special-category-list ul a {
	margin-left: 10px;
}

.page-special-list .item-subject .attr-time {
	font-weight: normal;
}

.sidebar-model {
	margin-bottom: 20px;
}

.sidebar-model .model-title {
	font-size: .9rem;
	line-height: 1;
	margin-bottom: 20px;
	border-left: 4px solid #f9f9f9;
	padding-left: .9rem;
}

.sidebar-model .model-title h3 {
	font-weight: normal;
}

.sidebar-model-timeline {
	font-size: 14px;
}

.sidebar-model-timeline .model-title {
	color: #2899e4;
	border-left-color: #2899e4;
	margin-bottom: 10px;
}

.sidebar-model-timeline .model-content {
	border: 1px solid #e5e5e5;
	*height: 1%;
}

.sidebar-model-timeline .model-content-bar {
	padding-top: 25px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 20px;
	border-bottom: 1px solid #e5e5e5;
	color: #2899e4;
	font-size: 12px;
}

.sidebar-model-timeline .model-content-bar .refresh-handle {
	display: inline;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ddd !important;
}

.sidebar-model-timeline .model-content-bar .icon-refresh {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin-top: 4px;
	margin-right: 6px;
	background: url(../images/icon-refresh.png) no-repeat 0 0;
}

.sidebar-model-timeline .model-content-bar .icon-refresh {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin-top: 4px;
	margin-right: 6px;
	background: url("../images/icon-refresh.png") no-repeat 0 0;
}

.sidebar-model-timeline .model-content-bar .sep {
	margin: 0 .9rem;
}

.sidebar-model-timeline .model-content-bar .more {
	color: #2899e4;
}

.sidebar-model-timeline .list-scroll {
	height: 390px;
	overflow: hidden;
}

.sidebar-model-timeline .list {
	margin-left: 20px;
	border-left: 1px solid #f0f0f0;
}

.sidebar-model-timeline .list li {
	line-height: 23px;
	padding-left: 23px;
	margin-bottom: 20px;
	position: relative;
}

.sidebar-model-timeline .list .dot {
	width: 8px;
	height: 8px;
	background: #2899e4;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: -5px;
}

.sidebar-model-timeline .list .time {
	color: #2899e4;
}

.sidebar-model-timeline .list .sep {
	margin: 0 10px;
}

.sidebar-model-ranklist .model-title {
	color: #2899e4;
	border-left-color: #2899e4;
}

.sidebar-model-ranklist .list {
	font-size: 14px;
	margin-bottom: 0px;
}

.sidebar-model-ranklist .list li {
	border-bottom: 1px solid #dcdcdc;
	height: 36px;
	line-height: 36px;
	padding: 2px 14px;
	display: block;
	background-color: #f9f9f9;
}

.sidebar-model-ranklist .list li:hover {
	background-color: #fff;
}

.sidebar-model-ranklist .list li:last-child {
	border-bottom: none;
}

.sidebar-model-ranklist .list li a {
	color: #000;
	font-size: 13px;
	display: block;
	padding-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sidebar-model-ranklist .list .num {
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 9px;
	font-style: normal;
	text-align: center;
	color: #000;
}

.sidebar-model-tags .model-title {
	color: #ff8702;
	border-left-color: #ff8702;
}

.sidebar-model-tags .model-content {
	font-size: 14px;
}

.sidebar-model-tags .model-content a {
	display: block;
	float: left;
	padding: 0 5px;
	line-height: 26px;
	white-space: nowrap;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
}

.sidebar-model-tags .model-content .s1 {
	background-color: #ff8705;
}

.sidebar-model-tags .model-content .s2 {
	background-color: #79c9ff;
}

.sidebar-model-tags .model-content .s3 {
	background-color: #c6c6c6;
}

.sidebar-model-qr .model-title {
	color: #a3d72f;
	border-left-color: #a3d72f;
}


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸*/


/*	/*	/*	/*	/*
				.subject {
					margin-top: 1.5rem;
				}
				*/

.subject h1 {
	font-size: 1.5rem;
	color: #434343;
	padding: 1rem 0;
}

.subject .attr {
	line-height: 1;
	padding-bottom: .5rem;
	border-bottom: 1px solid #e5e5e5;
	color: #a4a4a4;
	font-size: .7rem;
	margin-bottom: .5rem;
}

.subject p {
	font-size: 0.85rem;
	line-height: 1.8;
	/*  text-indent: 2em;*/
	margin-bottom: 1rem;
}

.subject .subject-content a {
	color: #2899e4;
}

.subject .subject-content img {
	max-width: 100%;
	height: auto;
	margin-left: -2em;
    display: block;
    margin: 0 auto;
}

.subject .subject-content table {
	width: 100%;
}

.model-share {
	width: 100%;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	margin: 1rem auto 0;
	position: relative;
	/*border-top: 1px solid #f9f9f9;*/
	background-color: #fafafa;
}

.model-share .bdsharebuttonbox {
	text-align: center;
	height: 3.5rem;
	line-height: 3.5rem;
}

.model-share-inner {
	display: none;
	padding-top: 20px;
	float: right;
	line-height: 28px;
	color: #7a7a7a;
}

.model-share .model-share-inner dt {
	padding-right: 5px;
}

.model-share .model-share-inner dt,
.model-share .model-share-inner dd {
	display: inline;
}

.model-share .icon-share {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url("../images/icon-share.png") no-repeat 0 0;
	opacity: .8;
	vertical-align: middle;
	margin-left: 3px;
}

.model-share .icon-share:hover {
	opacity: 1;
}

.model-share .icon-share-wb {
	background: url("../images/icon-share.png") no-repeat -38px 0;
}

.model-share .icon-share {
	*display: inline;
}

.model-tags .tag {
	display: inline-block;
	height: 1.7rem;
	line-height: 1.7rem;
	white-space: nowrap;
	margin-right: .5rem;
	border-radius: 3px;
}

.model-tags .tag:hover {
	color: #ef7d36;
	border-color: #ef7d36;
	text-decoration: none;
}

.model-recomments-title {
	margin-top: 50px;
	height: 40px;
}

.model-recomments-title h3 {
	font-size: .9rem;
}

.model-link-news {
	height: 40px;
}

.model-link-news a {
	font-size: 12px;
	color: #898989;
	display: block;
}

.model-link-news .prev {
	float: left;
}

.model-link-news .next {
	float: right;
	width: 380px;
}

.model-recomments-list {
	*zoom: 1;
	overflow: hidden;
}

.model-recomments-list ul {
	float: right;
	width: 360px;
}

.model-recomments-list .left {
	float: left;
}

.model-recomments-list li {
	font-size: 14px;
	line-height: 32px;
	color: #898989;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.model-recomments-list li a {
	color: #898989;
	padding-left: 10px;
}

.model-comments {
	margin-top: 20px;
}

.model-comments #SOHUCS #SOHU_MAIN .section-title-w .join-wrap-w .wrap-name-w {
	font-weight: bold;
	font-size: .9rem;
	padding-right: 8px;
}

.subject {
	padding: 0 1rem;
}

.bdshare-button-style0-32 a {
	float: inherit !important;
	display: inline-block;
	margin: .6rem .6rem .3rem 0 !important;
}

.model-share.fixed {
	position: fixed;
	bottom: 0;
	width: 835px;
	border-top: 1px solid #d3d7db;
}

.xiangqingMain .main_content {
	width: 1170px;
	margin: 0 auto;
}

.xiangqingMain .subject {
	background-color: #f9f9f9;
}


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹*/

#crousel {
	margin-bottom: 0.5rem;
}

.columns-top {
	background: #141414;
	border-bottom: 1px solid #dedede;
	height: 15rem;
	overflow: hidden
}

.columns-top .bx-wrapper {
	/*padding: 0 5.75rem 0 5.75rem;*/
	padding: 0 2.9rem 0 2.9rem;
	position: relative;
	height: 15rem;
}

.columns-top .bx-controls-direction a {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-moz-transition: all .2s;
	position: absolute;
	top: 0;
	width: 2.9rem;
	/*width: 5.75rem;*/
	background: rgba(0, 0, 0, .5);
	height: 15rem;
	text-align: center;
	font: 700 2.5rem/15rem leeter;
	color: #222;
	line-height: 15rem;
}

.bx-viewport {
	height: 15rem !important;
	overflow: visible !important;
}

.ie7 .columns-top .bx-controls-direction a,
.ie8 .columns-top .bx-controls-direction a {
	background: url(../image/l-bg.png) 0 center repeat-x #000;
	opacity: .7;
	filter: alpha(opacity=70);
	font-weight: 400
}

.columns-top .bx-controls-direction a:hover {
	background: rgba(0, 0, 0, .7);
	color: #FFF !important;
	text-shadow: 0 0 10px #fff
}

.ie7 .columns-top .bx-controls-direction a:hover,
.ie8 .columns-top .bx-controls-direction a:hover {
	opacity: .8;
	filter: alpha(opacity=80)
}

.columns-top li .news-img a:hover img,
.list-view .news-view.left .news-img a:hover img,
.top-grid .news-view .news-img a:hover img {
	filter: brightness(.9);
	-webkit-filter: brightness(.9);
	-moz-filter: brightness(.9);
	-o-filter: brightness(.9);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-moz-transition: all .2s
}

.columns-top .bx-controls-direction .bx-prev {
	left: 0;
	border-right: 1px solid #FFF
}

.columns-top .bx-controls-direction .bx-next {
	right: 0;
	border-left: 1px solid #fff
}

.columns-top li {
	float: left;
	width: 35rem;
}

.columns-top li .news-view.position .news-position {
	width: 15rem;
	bottom: 1rem;
	padding: .5rem .75rem;
	left: -17rem;
	box-shadow: 0 0 5px #000
}

.columns-top li .news-img {
	width: 35rem;
	height: 17.5rem;
	position: relative
}

.columns-top li .news-img a:hover img {
	-ms-filter: grbrightness(.9);
	filter: brightness(.9)
}

.columns-top.white {
	border-bottom-color: #000
}

.columns-top.white .bx-controls-direction a {
	background: rgba(255, 255, 255, .7);
	border-color: #000
}

.columns-top.white .bx-controls-direction a:hover {
	background: rgba(255, 255, 255, .9);
	color: #000;
	text-shadow: 0 0 .5rem #000
}

.columns-top.white li .news-view.position .news-position {
	background: rgba(255, 255, 255, .6)
}

.ie7 .columns-top.white li .news-view.position .news-position,
.ie8 .columns-top.white li .news-view.position .news-position {
	background: #fff
}

.columns-top.white li .news-view.position .news-position .news-header a {
	color: #000;
	font-size: 1.3rem;
	text-shadow: 0 0 1px #fff
}

.columns-top.white li .news-view.position .news-position .news-footer span,
.columns-top.white li .news-view.position .news-position .news-footer a {
	color: #000
}

.bx-has-controls-direction {
	/*position: relative;*/
}

#crousel img {
	width: 100%;
	height: 15rem;
}


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸*/


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹*/

.key-words {
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
}

.key-words h4 {
	display: inline-block;
	color: #000;
	font-weight: 500;
}

.blue-btn {
	display: inline-block;
	margin-right: 0.6rem;
	color: #c1252b;
	font-size: 0.7rem;
}

.rightContent .part ul {
	margin-bottom: 0px;
}

.key-words>span {
	/*box-shadow: .25rem .25rem .5rem #ADADAD;*/
}

.hot-news {
	display: flex;
	align-items: center;
	padding: .5rem .5rem;
	background-color: #f9f9f9;
	margin-bottom: 0.6rem;
}

.width75 {
	width: calc(75% - 15px);
	;
}

.width25 {
	width: calc(25% - 5px);
	margin-left: .5rem;
	padding: 4px 0;
}

.noPic .width75.clearfix {
	width: 100%;
}

.width25 img {
	width: 10rem;
	height: auto !important;
}

.width25 a {
	display: inline-block;
}

.lableBox>div {
	width: 100%;
	font-size: .7rem;
	height: 18px;
	line-height: 16px;
	display: flex;
	padding-right: .6rem;
}

.authorOrTime,
.authorOrTime span {
	color: #808080 !important;
}

.authorOrTime>span:first-child {
	display: inline-block;
	width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.authorOrTime>span:first-child>span.blue-btn {
	padding-top: 1px;
}

.authorOrTime>span:last-child {
	display: inline-block;
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: text-bottom;
	text-align: right;
}

.authorOrTime>span:last-child>span {
	display: inline-block;
	vertical-align: middle;
}

.hot-news .author {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: .5rem;
}

.hot-news>span {
	display: inline-block;
}

.hot-news .lable {
	display: inline-block;
	/*width: 3rem;*/
	height: 1rem;
	line-height: .9rem;
	color: #c1252b;
	font-weight: 300;
	/*background-color: #273896;*/
	border: 1px solid #c1252b;
	font-size: .8rem;
	border-radius: 0.1rem;
	text-align: center;
	padding: 0 0.2rem;
	/*box-shadow:0px 0px 1px rgba(163,5,7,.8);*/
}

.hot-news.hot-news1 p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.lableBtn {
	margin-top: 0.5rem;
}

.noPic .width75 {
	width: 100%;
}

.noPic .lableBox {
	width: 100%;
}

.width75 h4 {
	font-size: .9rem;
	font-weight: 700;
	line-height: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	color: #6c7074;
}

.width75 h4 a {
	color: #6c7074 !important;
}

.width75 h4 a:hover {
	color: #273896 !important;
}

.zhuanti .hot-news p {
	-webkit-line-clamp: 6;
	max-height: 6.5rem;
}

.hot-news p {
	margin: 0.5rem 0 0rem;
	margin-left: 0px;
	display: block;
	width: 100%;
	max-height: 3.5rem;
	padding-bottom: 0.5rem;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 0.7rem;
	line-height: 1.1rem;
	padding-right: .5rem;
	/*text-indent: 2em;*/
}


/*.hot-news p a {
		color: #808080;
	}*/

.load-more {
	height: 2.75rem;
	width: 100%;
	border: 1px solid #EFEFEF;
	background-color: #fff;
	color: #2e3036;
	outline: none;
}

.footer-index .footer-common {
	border-bottom: 1px solid #DEDEDE;
}

.footer-index .footer-links {
	border-top: 1px solid #DEDEDE;
}

.footer {
	font-size: .7rem;
	margin-top: 0rem;
}

.hot-news>a {
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #f9f9f9;
	/*margin-bottom: 0.6rem;*/
}

.footer-top {
	/*height: 10rem;*/
	background: #e4e4e4;
}

.footer-top img {
	vertical-align: top;
}

.footer-top dl {
	text-align: center;
	height: 1.5rem;
	line-height: 1.5rem;
	padding: 0.5rem 0 1rem;
}

.footer-top dl dt {
	color: #808080;
	font-size: 1.2rem;
}

.footer-top dl dt,
.footer-top dl dd {
	display: inline;
}

.footer-top p a {
	font-size: .7rem;
	color: #adadad;
	display: inline-block;
}

.footer-top p a {
	*dispaly: inline;
}

.footer-common {
	text-align: center;
	background: #ededed;
	padding: 23px 0;
}

.footer-common .sep {
	font-style: normal;
}

.footer-common p {
	line-height: 32px;
	color: #313131;
}

.footer-common p .sep {
	margin: 0 10px;
}

.footer-common p a {
	color: #313131;
}

.footer-links {
	line-height: 32px;
	background: #ededed;
	color: #cecece;
	padding: 25px 0 60px;
}

.footer-links .sep {
	margin: 0 10px;
	font-style: normal;
}

.footer-links a {
	color: #cecece;
	white-space: nowrap;
}

.align-justify {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.align-justify:after {
	content: '';
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/

#go-top-root .ant-back-top {
	right: 35px;
}

.ant-back-top {
	font-family: Monospaced Number, Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: .7rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, .65);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
	position: fixed;
	right: 5rem;
	bottom: 2.5rem;
	height: 2rem;
	width: 2rem;
	cursor: pointer;
}

.ant-back-top-content,
.ant-back-top-content:hover {
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-back-top-content {
	height: 2rem;
	width: 2rem;
	line-height: 2rem;
	border-radius: 1rem;
	background-color: rgba(0, 0, 0, .45);
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.icon-ic_totop {
	width: 1rem;
	height: 1rem;
}

.part.ipo-title {
	margin-bottom: .5rem;
	margin-top: -0.5rem;
}

.part.ipo-title>p {
	font-size: .7rem;
	border-top: 1px solid #36a9ce;
	color: #36a9ce;
	font-weight: 700;
	display: inline-block;
	width: 5rem;
	text-align: center;
	margin-left: 0px;
	border-bottom: none;
	margin-bottom: 0;
	height: 1.5rem;
	line-height: 1.5rem;
	margin-top: 0px;
	background-color: #fff;
}

.bdshare_popup_box {
	display: none !important;
}

.part table {
	width: 100%;
}

.part table thead tr {
	font-weight: 700;
	border-bottom: 1px solid #e9e9e9;
	box-shadow: 0rem .1rem 0rem #f4f4f4;
	background-color: #f9f9f9;
}

.part2>p {
	font-weight: 700;
	font-size: .9rem;
	padding: 0 .5rem;
}

.part table tr td {
	width: 110px;
	text-align: center;
	padding: .6rem .5rem;
}

.part table tr td:last-child {
	width: 90px;
}

.part2 table tbody tr td:first-child span {
	display: block;
	width: 105px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.part2 table tbody tr td:first-child span:hover {
	color: #3E62C0;
}

.part2 table tbody tr:hover td {
	background-color: #f6f7f8;
}

.xingu .refuse {
	color: #ff072e;
}

.shengou table tr td {
	width: 90px;
}

.width75 h4 a:hover {}


/*IPOÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸*/


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹*/

.time-line {
	margin: 0 1rem;
	border-left: 1px solid #ccc;
}

.time-line li {
	position: relative;
	padding-left: 4.5rem;
	padding-top: 1.4rem;
	padding-bottom: .5rem;
}

.time-line li.day {
	padding: 0px;
}

.time-line li.day span {
	margin-left: -.2rem;
	display: inline-block;
	height: 3rem;
	line-height: 3rem;
	background-color: #fff;
	font-size: 1rem;
	color: #6c7074;
	font-weight: 700;
}

.time-line li.lightBlock {}

.time-line li.lightBlock .dot,
.time-line li.lightBlock .time,
.time-line li.lightBlock h3 a {
	color: #c1252b;
}

.time-line .dot {
	display: inline-block;
	width: .4rem;
	height: .4rem;
	background: #6c7074;
	border: 1px solid #6c7074;
	border-radius: 50%;
	position: absolute;
	top: 1.7rem;
	left: -0.24rem;
}

.lightBlock .dot {
	background: #c1252b;
	border: 1px solid #c1252b;
}

.time-line .time {
	position: absolute;
	left: .8rem;
	margin-bottom: .5rem;
	color: #6c7074;
	font-size: .8rem;
	font-weight: 700;
}

.time-line li.day:not(:first-child) span {
	padding-top: .5rem;
}

.time-line h3 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: .5rem;
	line-height: 1.3rem;
}

.time-line li>p {
	margin-bottom: .5rem;
}

.time-line li>p a {
	color: #808080;
	font-size: .8rem;
	/*display: block;
	position: relative;
	line-height: 1.4em;
	/* 3 times the line-height to show 3 lines */
	/*max-height: 3.2rem;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*.time-line li>p a::after {
	content: "...";
	font-weight: bold;
	position: absolute;
	top: 2.2rem;
	right: 0px;
	
	/*padding-left: 0 20px 1px 5px;
}*/

.time-line .blue-btn {
	color: #24a5c1;
}

#menuDiv {
	width: calc(100% - 16rem);
	display: inline-block;
	vertical-align: middle;
}

.time-line h3 a {
	color: #6c7074;
}

#menuDiv::-webkit-scrollbar {
	display: none
}

header h2 {
	width: 7rem;
}

.key-words .blue-btn {
	font-size: 14px;
	color: #c1252b;
	padding: 0 0.4rem;
	margin-right: 0;
	cursor: pointer;
}

.key-words .blue-btn.active {
	color: #ffffff;
	background-color: #c1252b;
	border-radius: 0.2rem;
}

.time-line .author {
	font-size: .7rem;
	float: right;
	margin-right: 0.6rem;
	color: #808080;
}

.time-line a:hover {
	color: #808080 !important;
}

.time-line .lightBlock h3 a:hover {
	color: #c1252b !important;
}

.time-line h3 a:hover {
	color: #6c7074 !important;
}

.zhuanti .width75 {
	width: 50%;
}

.zhuanti .width25 {
	width: calc(50% - 5px)
}

.zhuanti .width25 a,
.zhuanti .width25 img {
	width: 100%
}

.zhuanti .hot-news {
	height: auto;
	background-color: #efefef;
}

.zhuanti .hot-news .fl {
	padding-right: 1rem;
}

.zhuanti .hot-news h4 {
	font-weight: 700;
	color: #000;
	font-size: 1rem;
	/* margin-bottom: 1.2rem; */
}

.zhuanti .hot-news ul {
	color: #3E3E3E;
}

.zhuanti .hot-news li {
	/*height: 1.2rem;*/
	line-height: 1.2rem;
	list-style: disc;
}

.zhuanti .hot-news button {
	outline: none;
	border: none;
	width: 5.5rem;
	height: 2rem;
	border-radius: .3rem;
}

.zhuanti .hot-news button.baoming a {
	color: #fff;
}

.zhuanti .hot-news button.baoming {
	background-color: #36A9CF;
}

.zhuanti .hot-news button.huigu {
	border: 1px solid #36A9CF;
}

.zhuanti .hot-news button.huigu a {
	color: #36A9CF;
}

.zhuanti .hot-news button.huigu {
	background-color: #fff;
}


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸*/


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹*/

.xiangqing .ipo-title a {
	color: #36a9ce;
	float: none;
}

.xiangqing .ipo-title p>i {
	font-style: normal;
	color: #878887;
}

.tuijian p {
	font-size: .9rem;
	height: 2.3rem;
	line-height: 2.3rem;
	/* border-top: 1px solid #36a9ce; */
	font-size: 16px;
	font-weight: 700;
	color: #282828;
	text-shadow: 0 1px 1px #fff;
}

.xiangqing .part.ipo-title>p {
	width: auto;
}

.tuijian>p {
	/*margin-bottom: 1.5rem;*/
}

.part.tuijian {
	/*margin-bottom: 2rem;*/
}

.xiangqing1 .main {
	background-color: #f9f9f9;
	padding-top: 1.25rem;
	padding-bottom: 5rem;
}

.part.tuijian p {
	margin-left: 0px;
}

.part.tuijian>p {
	padding-left: 15px;
}

.xiangqing1 footer {
	margin-top: 0px;
}

.xiangqing1 .main .main_content {
	width: 1170px;
	margin: 0 auto;
	background-color: #fff;
}

.tuijian ul {
	margin: 0px;
	padding: 0px;
}

.tuijian ul li {
	list-style: none;
	padding: 15px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcdcdc;
}

.tuijian ul li img {
	width: 100%;
	height: 8.4rem;
}

.tuijian ul li .title-time {
	color: #BBBBBC;
	margin-left: .5rem;
}

.bottomContent.xiangguan {
	margin-top: 1.5rem;
	width: 835px;
	padding: 2.5rem 1rem;
}

.bottomContent.xiangguan p {
	font-size: 1rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 1.5rem;
}

.bottomContent.xiangguan li {
	width: 50%;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 2rem;
	line-height: 2rem;
	font-size: .7rem;
	list-style: square !important;
	padding-right: 2rem;
}

.bottomContent.xiangguan li:nth-child(2n) {
	padding-right: 0rem;
}


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢*/

.pjax-switch {
	width: 100%;
	position: fixed;
	margin-top: 26px;
	left: 0;
	top: 50%;
	z-index: 10;
}

.pjax-switch a {
	position: absolute;
	top: -75px !important;
	line-height: 52px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	cursor: pointer;
	transition: background .2s ease-out;
}

.pjax-switch #t-prev {
	left: 0;
	padding-right: 5px;
}

.pjax-switch #t-next {
	right: 0;
	padding-left: 5px;
}

.pjax-switch #t-prev i {
	float: left;
	background-position: left 0;
}

.pjax-switch #t-next span {
	float: left;
}

.pjax-switch #t-next i {
	float: left;
	overflow: hidden;
	background-position: right 0;
}

.pjax-switch i {
	display: inline-block;
	width: 30px;
	height: 52px;
	background: url(../images/pjax-arrow.png) no-repeat;
}

.pjax-switch a span {
	padding: 0 10px;
	color: #fff;
	opacity: 0;
	transition: opacity .2s ease-out;
}

.pjax-switch a:hover span {
	opacity: 1;
}

.pjax-switch a:hover {
	background: #c1252b;
}

.pjax-switch #t-next:hover i {
	background-position: right -47px;
}

.pjax-switch a:hover span {
	opacity: 1;
}

.pjax-switch #t-prev:hover i {
	background-position: left -47px;
}

.rightContent {
	float: left;
	width: 345px;
	position: relative;
	margin-left: 10px;
	border: 1px solid #dedede;
	border-left: none;
	border-left: none;
}

.rightContent .part {
	border-left: 1px solid #dedede;
}

.rightContent .part.kuaixun {
	border-left: none;
}

.leftContent {
	width: 805px;
	float: left;
	margin-right: 10px;
}

header {
	width: 100%;
	border-bottom: .75rem solid #f9f9f9;
}

header>div {
	width: 1170px;
	margin: 0 auto;
}

.nav-container {
	background: #f0f1f5 !important;
	height: 0.75rem;
	width: 100%;
}

.wrapper {
	width: 1170px;
	margin: 0 auto;
}

.main_content {
	width: 1170px;
	margin-top: .5rem;
}

.content {
	width: 1170px;
	margin: 0 auto;
}

.model-tags {
	padding: 1rem 1rem !important;
}

.bd_weixin_popup .bd_weixin_popup_foot {
	line-height: 15px !important;
}

.bd_weixin_popup {
	height: 310px !important;
}

#marquee li {
	position: relative;
	overflow: hidden;
}

#marquee li>div {
	position: absolute;
	z-index: 9999;
	width: 45%;
	background-color: rgba(0, 0, 0, .7);
	bottom: 1rem;
	color: #fff;
	padding: .5rem .75rem;
	left: -17rem;
	box-shadow: 0 0 5px #000;
}

#marquee li>div p {
	font-size: .8rem;
	word-break: break-all;
	word-wrap: break-word;
	color: #fff;
}

#marquee li>div span {
	font-size: .6rem;
}

.share_type a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #fff !important;
	background-size: 100% 100% !important;
	-moz-background-size: 100% 100% !important;
	cursor: pointer;
}

.share_type a.bds_tsina {
	background-image: url(../images/weibo.png) !important;
}

.share_type a.bds_weixin {
	background-image: url(../images/weixin.png) !important;
}

.part.kuaixun.fixed {
	position: fixed;
	top: 0;
	width: 325px;
}

.focusWeixin {
	display: none;
	border: solid 1px #d8d8d8;
	background-color: #fff;
	position: fixed;
	max-width: 250px;
	width: 25%;
	text-align: center;
	height: 15rem;
	line-height: 15rem;
	margin-top: -7.5rem;
	z-index: 9999;
	top: 50%;
	left: 50%;
	margin-left: -12.5%;
}

.focusWeixin .closeFocus {
	cursor: pointer;
	font-style: normal;
	position: absolute;
	right: 1rem;
	top: 1rem;
	height: 0.2rem;
	line-height: 0.2rem;
}

.focusWeixin>p {
	position: absolute;
	top: 2rem;
	height: 1rem;
	line-height: 1rem;
	display: block;
	width: 100%;
	text-align: center;
}

.focusWeixin>img {
	vertical-align: middle;
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
	html {
		font-size: 20px !important;
	}
	.leftContent,
	.main_content,
	.content,
	header,
	.wrapper,
	header>div {
		width: 100%;
	}
	.lableBox {
		margin-top: 20px;
	}
}

#marquee li>div>a>span {
	display: none;
}