* {
	padding: 0;
	margin: 0
}

a:active,
a:hover,
a:link,
a:visited {
	color: inherit;
	text-decoration: none
}

li {
	list-style: none
}

img {
	border: none
}

body {
	background-size: 160rem;
	background-repeat: no-repeat;
	background-position-x: center;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif
}

.clear {
	clear: both;
}


/*搜索框*/

div.search {
	float: right;
	margin-top: 6px;
}

form {
	position: relative;
	width: 350px;
	margin: 0 auto;
}

input,
button {
	border: none;
	outline: none;
}


/*
#searchform {
	display: block;
	height: 36px;
}

.inp_srh {
	border: 1px solid #666;
	float: left;
	display: inline;
	background: #eee;
	height: 35px;
	width: 350px;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 45px;
	box-sizing: border-box;
}

.btn_srh {
	background: url(http://www.21cnw.cn/static/img/sear.png) no-repeat;
	width: 36px;
	height: 35px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

input::-webkit-input-placeholder {
	color: #666;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #666;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #666;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #666;
	font-size: 14px;
}


/*=====*/

img {
	border: none;
}

.logo {
	float: left;
	width: 200px;
}

.logo img {
	width: 190px;
	max-height: 42px;
}

.gao_zhuan {
	width: 153px;
	height: 106px;
}

.nav_logo .guangao {
	width: 950px;
	height: 80px;
	float: right;
	margin: 0;
}

.nav_logo .guangao img.guang {
	width: 100%;
	height: 80px;
}

.nav_logo .guangao img.close {
	top: 0;
	right: 0;
}

.nav_logo .header {
	height: 43px;
	background: #b50000;
}

.header_list {
	background: #1E2736;
}

.nav_logo .logo_width {
	padding: 15px 0;
}

.nav ul.cons {
	list-style: none;
	overflow: hidden;
	width: 100%;
	overflow: hidden;
}

.nav ul.cons li a {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 43px;
	line-height: 43px;
	padding: 0 22px;
}

.nav ul.cons li.active a {
	background: #C00;
}

.nav ul.cons li:hover a {
	background: #C00;
}

.header .search {
	float: right;
}

.cons li.active a i {
	display: block;
}

*/
/*==================*/


/* 登录框样式 */

#Dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

#Dialog .shade {
	background: black;
	position: fixed;
	width: 100%;
	opacity: 0.5;
	height: 2500px;
	top: -30px;
	z-index: 16;
}

#Dialog .login_tab {
	position: fixed;
	width: 312px;
	top: 190px;
	left: 50%;
	margin-left: -156px;
	z-index: 18;
}

#Dialog .login_tab .login_title {
	background: #fff;
	overflow: hidden;
}

#Dialog .title_text {
	margin-left: 15px;
	float: left;
	font-size: 16px;
	line-height: 40px;
	color: #777;
	width: 203px;
}

#Dialog .close {
	padding: 0px 15px;
	font-size: 30px;
	color: #acacac;
	cursor: pointer;
	line-height: 2.5rem;
	float: right;
}

#Dialog #main1 {
	background: #fff;
	height: 316PX;
}


/* 导航栏样式 */

.header {
	min-width: 1240px;
}

.header ul {
	margin: 0;
	padding: 0;
}

.header li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tool-bar {
	min-width: 75rem;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: white;
	background: #CA161E;
}

.tool-bar>ul {
	position: relative;
	display: inline-block;
	width: 75rem;
	margin: 0 auto;
}

.tool-bar li {
	display: inline-block;
	font-size: 1rem;
	color: #fff;
}

.tool-bar ul li {
	height: 80px;
	cursor: pointer;
}

.tool-bar .left-nav {
	float: left;
}

.tool-bar .left-nav li {
	display: inline-block;
	margin-right: 40px;
}

.tool-bar .left-nav li a {
	color: #fff;
	text-decoration: none;
}

.tool-bar .right-nav {
	float: right;
	margin-right: 5px;
}

.tool-bar .header_select {
	font-weight: bold;
	border-bottom: 4px solid #fff;
	box-sizing: border-box;
}

@media screen and (max-width: 1420px) {
	.tool-bar .left-nav li {
		margin-right: 30px;
	}
}

.tool-bar svg {
	position: relative;
	left: 0;
	vertical-align: middle;
}

.tool-bar .arrow {
	position: absolute;
	float: left;
	width: 0;
	height: 0;
	top: 75%;
	z-index: 10;
	border-width: 10px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	transform: rotate(90deg);
	margin-left: -50%;
	display: none;
}


/* app下载 */

.app {
	display: inline-block;
	position: relative;
}

.app .arrow {
	margin-left: 49.5%;
}

.app:hover .arrow {
	display: block;
}

.app:hover .outerContainer {
	display: block;
}

.app .outerContainer {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate3d(-50%, 0, 0);
	z-index: 2;
}

.app .appContainer {
	width: 240px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
	top: 100%;
	background-color: #fff;
	z-index: 10;
	overflow: hidden;
}

.app .appContainer .left {
	width: 79px;
	float: left;
}

.app .appContainer .left ul li {
	padding: 0px;
	width: 79px;
	height: 36px;
	display: block;
	font-size: 12px;
	color: black;
	margin: 0 auto;
	line-height: 36px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.app .appContainer .left ul li:hover {
	background-color: #eee;
	color: #096DD9;
}

.app .appContainer .right {
	cursor: default;
	width: 161px;
	float: right;
}

.app .appContainer .right img {
	position: absolute;
	margin-top: 44px;
	width: 113px;
	height: 113px;
	left: 44%;
}

.app .appContainer .right div {
	width: 160px;
	height: 24px;
	position: absolute;
	top: 133px;
	color: black;
}


/* 邮箱 */

.mail {
	display: inline-block;
	width: 5.75rem;
	position: relative;
}

.mail .arrow {
	margin-left: 40%;
}

.mail:hover .arrow {
	display: block;
}

.mail:hover ul {
	display: block;
}

.mail ul {
	display: block;
	position: absolute;
	transform: translate3d(-50%, 0, 0);
	left: 50%;
	top: 100%;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
	display: none;
}

.mail ul li:hover {
	background-color: #eee;
}

.mail ul li {
	display: block;
	width: 108px;
	height: 36px;
	display: block;
	font-size: 12px;
	margin: 0 auto;
	line-height: 36px;
	color: black;
	width: 108px;
	padding: 0px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.mail ul li a {
	color: #000;
	text-decoration: none;
}


/* 登录、退出登录 */

.login_new,
.exit_login {
	margin-right: 20px;
}

.exit_login {
	display: inline-block;
	position: relative;
}

.exit_login img {
	vertical-align: middle;
}

.exit_login .arrow {
	margin-left: 10%;
}

.exit_login:hover .arrow {
	display: block;
}

.exit_login:hover ul {
	display: block;
}

.exit_login ul {
	display: block;
	position: absolute;
	transform: translate3d(-50%, 0, 0);
	left: 50%;
	top: 100%;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
	display: none;
}

.exit_login ul li {
	display: block;
	width: 108px;
	height: 36px;
	display: block;
	font-size: 12px;
	margin: 0 auto;
	line-height: 36px;
	color: black;
	width: 108px;
	padding: 0px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.exit_login ul li:hover {
	background-color: #eee;
}

.content {
	width: 77.5rem;
	padding: 1.25rem;
	margin: 0 auto;
	font-size: 0;
	box-sizing: border-box;
	background-color: #fff
}

.content a:hover {
	color: #b50000
}

.title {
	margin: 1.875rem 0;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	color: #b50000;
	letter-spacing: 0;
	line-height: 3.75rem;
	position: relative;
	word-wrap: break-word
}

.title a,
.title img {
	vertical-align: middle
}

.title img {
	margin-left: .5rem
}

.session-focus__left {
	position: relative;
	display: inline-block;
	width: calc(100% - 51.25rem);
	height: 27.875rem;
	margin-right: 1.875rem;
	overflow: hidden;
	vertical-align: top
}


/*.session-focus__left>ul:nth-child(2),
.session-focus__left>ul:nth-child(3) {
	position: absolute;
	top: 3.125rem;
	left: 0;
	width: 100%
}*/

.ul_list ul li {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1rem;
	color: #000;
	letter-spacing: 0;
	line-height: 2.25rem;
	cursor: pointer
}

.session-focus__left>ul.bdyw>li:nth-child(-n+2) {
	font-weight: 700;
	color: #b50000
}

.bdyw li {
	font-size: 15px;
}

.double-item,
.double-item a {
	overflow: hidden
}

.double-item a {
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	max-width: 100%
}

.double-item a:first-child {
	padding-right: 1rem
}

.session-focus__left__ul {
	border-top: .0625rem solid #f4d0d2;
	font-size: 0
}

.session-focus__left__ul .item {
	display: inline-block;
	width: 50%;
	text-align: center;
	font-size: 1.125rem;
	color: #666;
	letter-spacing: 0;
	line-height: 3rem;
	cursor: pointer;
}

.session-focus__left__ul .item.item--select {
	color: #b50000;
	border-top: .125rem solid #b50000
}

.session-focus__right {
	display: inline-block;
	vertical-align: top;
	width: 49.375rem;
	height: 27.5rem;
}

.session-focus__right .swiper {
	width: 100%;
	height: 100%;
}

.session-focus__right .swiper img {
	width: 100%;
	height: 100%;
}

.swiper .swiper-wrapper p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 50px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
	padding-right: 20%;
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 0 !important;
	width: 20% !important;
	text-align: center;
	line-height: 40px;
	left: 80% !important;
	color: #fff;
	font-size: 15px;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #b50000;
}

.swiper-button-next,
.swiper-button-prev {
	background: rgb(0, 0, 0, 0.6);
	width: 35px;
	height: 52px;
	background-size: 20px 25px;
	background-repeat: no-repeat;
	background-position: 8px 14px;
}

.session-party {
	overflow: hidden;
	margin-top: 3.38rem
}

.session-party .session-party-left {
	float: left;
	width: 49.38rem
}

.session-party .session-party-right {
	float: right;
	width: 23.75rem
}

.vr-container {
	display: inline-block;
	width: 23.75rem;
	height: 15rem;
	border-radius: .3125rem;
	position: relative;
	overflow: hidden
}

.vr-container .vr-cover-img {
	border-radius: .3125rem;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.vr-container .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 3.75rem;
	height: 3.75rem;
	z-index: 1
}

.vr-container .allview-tag {
	width: 2.5rem;
	height: 1.25rem;
	border-radius: 2.5rem;
	color: #fff;
	font-size: .75rem;
	line-height: 1.25rem;
	text-align: center;
	position: absolute;
	top: .75rem;
	left: .75rem;
	background: linear-gradient(90deg, #5c0fff, #20a7ff)
}

.vr-container .vr-title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1rem;
	box-sizing: border-box;
	padding: 0 .75rem;
	line-height: 2.88rem;
	background: rgb(0, 0, 0, 0.5);
}

.vr-container:hover .vr-title {
	color: #b50000
}

.party-title {
	width: 100%;
	margin-bottom: 1.58rem;
	position: relative;
	height: 2.25rem;
	line-height: 2.25rem;
	overflow: hidden;
	white-space: nowrap
}

.party-title .party-icon,
.party-title .party-name {
	margin-right: 1.06rem;
	vertical-align: middle
}

.party-title .party-line {
	overflow: hidden;
	vertical-align: middle
}

.party-title .tits {
	font-size: 18px;
}

.party-title .more {
	height: 2.25rem;
	font-size: .875rem;
	color: #666;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: .5rem;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.party-title .more:hover {
	color: #b50000
}

.session-video {
	margin-top: 2.5rem;
	font-size: 0
}

.session-video .session-video__top {
	margin-bottom: .375rem;
	border-top: .0625rem solid rgba(202, 22, 30, .2)
}

.session-video .session-video__top .word-title {
	display: inline-block;
	font-size: 1.125rem;
	color: #000;
	letter-spacing: 0;
	line-height: 3rem;
	border-top: .125rem solid #b50000
}

.session-video .session-video__top .more {
	float: right;
	font-size: .875rem;
	color: #666;
	letter-spacing: 0;
	line-height: 3rem
}

.session-video .session-video__top .more:hover {
	color: #b50000
}

.session-video .session-video__pic {
	font-size: 0;
	overflow: hidden;
	/*margin-bottom: 2.5rem*/
}

.session-video-item {
	float: left;
	width: 11.25rem;
	position: relative
}

.session-video-item:hover {
	color: #b50000
}

.session-video-item .video-image-box {
	width: 11.25rem;
	height: 6.875rem;
	border-radius: .3125rem;
	overflow: hidden;
	position: relative
}

.session-video-item .video-image-box .video-img {
	width: 100%;
	height: 100%
}

.session-video-item:not(:first-child) {
	margin-left: 1.5rem
}

.session-video-item .video-desc {
	margin-top: .625rem;
	font-size: .875rem;
	line-height: 1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 3rem
}

.session-text {
	width: 100%;
	margin-top: 2.75rem;
	box-sizing: border-box;
	border: .0625rem solid #eee;
	border-radius: .25rem;
	position: relative
}

.session-text:before {
	content: "";
	z-index: 2;
	width: 1.5rem;
	height: 3rem;
	box-sizing: border-box;
	border: .5rem solid #ecf0fa;
	border-right: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff
}

.session-text:after {
	content: "";
	width: 1.5rem;
	height: 3rem;
	box-sizing: border-box;
	border: .5rem solid #ecf0fa;
	border-left: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.session-text .swiper-text {
	width: 100%;
	height: 3rem;
	overflow: hidden
}

.session-text .swiper-slide-active .text-container {
	margin-left: 1.25rem
}

.session-text .text-container {
	width: 21.25rem;
	box-sizing: border-box;
	padding: 0 1.25rem;
	height: 100%;
	display: inline-block;
	font-size: 1rem;
	line-height: 3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.session-text .text-container:hover .source-name,
.session-text .text-container:hover .text-title {
	color: #b50000
}

.session-text .text-container:after {
	content: " ";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.session-text .text-container .dot {
	display: inline-block;
	vertical-align: middle;
	background-color: #1d72e5;
	margin-right: .75rem;
	width: .375rem;
	height: .375rem;
	border-radius: .375rem
}

.session-text .text-container .text-title {
	vertical-align: middle;
	color: #000
}

.session-text .text-pagination {
	width: 3.75rem;
	height: 3rem;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0
}

.session-text .text-pagination .text-left-btn,
.session-text .text-pagination .text-right-btn {
	display: inline-block;
	width: 0;
	height: 0;
	box-sizing: content-box;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-width: .375rem;
	border-style: solid;
	cursor: pointer
}

.session-text .text-pagination .text-left-btn:hover {
	border-color: transparent #ccc transparent transparent
}

.session-text .text-pagination .text-right-btn:hover {
	border-color: transparent transparent transparent #ccc
}

.session-text .text-pagination .text-left-btn {
	border-color: transparent #bbb transparent transparent;
	margin-right: .3125rem
}

.session-text .text-pagination .text-right-btn {
	border-color: transparent transparent transparent #bbb
}

.session-ad {
	margin-top: 1.25rem;
	width: 100%;
	overflow: hidden
}

.session-ad .session-ad-link {
	width: 23.75rem;
	height: 5.625rem;
	margin-right: 1.875rem;
	float: left;
	border-radius: .3125rem;
	overflow: hidden
}

.session-ad .session-ad-link:last-child {
	margin-right: 0
}

.session-ad .session-ad-link img {
	width: 100%;
	height: 100%
}

.article-list_container,
.article-list_line {
	width: 100%;
	overflow: hidden
}

.article-item_container {
	width: 23.75rem;
	display: inline-block;
	overflow: hidden
}

.article-item_container .article-item-focus_text {
	width: 11.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 1rem;
	line-height: 1.5rem;
	height: 4.5rem;
	margin-top: 15px;
}

.article-item_container .article-item-focus_text .small-pic {
	display: inline-block;
	height: 1.4375rem;
	width: 1.4375rem;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(-887 -1714)' fill-rule='nonzero' fill='none'%3E%3Cpath d='M904.555 1716h-15.107c-.796 0-1.447.674-1.447 1.497v13.006c0 .823.651 1.497 1.447 1.497h15.107c.795 0 1.446-.674 1.446-1.497v-13.006c0-.823-.65-1.497-1.446-1.497zm0 14.499l-.002.002h-15.101l-.002-4.427 3.728-3.946 4.366 5.612a.705.705 0 00.948.124l3.224-2.558 2.839 1.734v3.459zm0-5.392l-2.373-1.396c-.246-.14-.586-.206-.844-.025l-3.13 2.569-4.461-5.722a.718.718 0 00-.525-.254.713.713 0 00-.536.225L888 1725.5l.001-3 1.447-1.5v-3.5l15.103-.003.004 7.61z' fill='%23b50000'/%3E%3Ccircle fill='%23b50000' cx='901' cy='1721' r='1'/%3E%3Cpath fill='none' d='M887 1714h20v20h-20z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right: .625rem
}

.article-item_container .article-item-image_wrapper {
	width: 11.25rem;
	height: 7.5rem;
	border-radius: .3125rem;
	overflow: hidden;
	position: relative;
	margin-right: 1.25rem
}

.article-item_container .article-item-image_wrapper:last-child {
	margin-right: 0
}

.article-item_container .article-item-image_wrapper:hover .article-item-image_title {
	color: #b50000
}

.article-item_container .article-item-image_wrapper .article-item-image {
	width: 100%;
	height: 100%
}

.article-item_container .article-item-image_wrapper .article-item-image_title {
	width: 100%;
	height: 1.875rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: .75rem;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.875rem;
	box-sizing: border-box;
	padding: 0 .5rem;
	background-color: rgba(0, 0, 0, .5);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.article-item-text {
	display: inline-block;
	width: 23.75rem;
	height: 2.25rem;
	font-size: 1rem;
	line-height: 2.25rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.article-item-text_focus {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
	height: 1.5rem;
	margin-bottom: 1rem
}

.mr-20 {
	margin-right: 1.25rem
}

.mb-12 {
	margin-bottom: .75rem
}

.fl {
	float: left
}

.fr {
	float: right
}

.session-three {
	overflow: hidden
}

.media {
	width: 49.375rem;
	float: left
}

.media .car,
.media .entertainment,
.media .news,
.media .sport,
.media .technology {
	margin-top: 2.5rem
}

.media .car {
	margin-right: 1.8125rem
}

.media .car,
.media .technology {
	display: inline-block;
	width: calc(50% - .9375rem)
}

.news__top {
	margin-bottom: .375rem;
	border-top: .0625rem solid rgba(202, 22, 30, .2)
}

.news__top .word-title {
	display: inline-block;
	font-size: 1.125rem;
	color: #000;
	letter-spacing: 0;
	line-height: 3rem;
	border-top: .125rem solid #b50000
}

.news__top .more {
	float: right;
	font-size: .875rem;
	color: #666;
	letter-spacing: 0;
	line-height: 3rem
}

.news__top .more:hover {
	color: #b50000
}

.entertainment__top {
	margin-bottom: .375rem;
	border-top: .0625rem solid rgba(202, 22, 30, .2)
}

.entertainment__top .word-title {
	display: inline-block;
	font-size: 1.125rem;
	color: #000;
	letter-spacing: 0;
	line-height: 3rem;
	border-top: .125rem solid #b50000
}

.entertainment__top .more {
	float: right;
	font-size: .875rem;
	color: #666;
	letter-spacing: 0;
	line-height: 3rem
}

.entertainment__top .more:hover {
	color: #b50000
}

.listline_li a.article-item-text {
	float: left;
}

.listline_li a.article-item-text:nth-child(2n) {
	float: right;
}

.sport__top {
	margin-bottom: .375rem;
	border-top: .0625rem solid rgba(202, 22, 30, .2)
}

.sport__top .word-title {
	display: inline-block;
	font-size: 1.125rem;
	color: #000;
	letter-spacing: 0;
	line-height: 3rem;
	border-top: .125rem solid #b50000
}

.sport__top .more {
	float: right;
	font-size: .875rem;
	color: #666;
	letter-spacing: 0;
	line-height: 3rem
}

.sport__top .more:hover {
	color: #b50000
}

.car__top {
	margin-bottom: .375rem;
	border-top: .0625rem solid rgba(202, 22, 30, .2)
}

.car__top .word-title {
	display: inline-block;
	font-size: 1.125rem;
	color: #000;
	letter-spacing: 0;
	line-height: 3rem;
	border-top: .125rem solid #b50000
}

.car__top .more {
	float: right;
	font-size: .875rem;
	color: #666;
	letter-spacing: 0;
	line-height: 3rem
}

.car__top .more:hover {
	color: #b50000
}

.technology__top {
	margin-bottom: .375rem;
	border-top: .0625rem solid rgba(202, 22, 30, .2)
}

.technology__top .word-title {
	display: inline-block;
	font-size: 1.125rem;
	color: #000;
	letter-spacing: 0;
	line-height: 3rem;
	border-top: .125rem solid #b50000
}

.technology__top .more {
	float: right;
	font-size: .875rem;
	color: #666;
	letter-spacing: 0;
	line-height: 3rem
}

.technology__top .more:hover {
	color: #b50000
}

.art_ulli>a {
	margin-bottom: 15px;
	float: left;
}

.art_ulli>a:nth-child(2n) {
	float: right;
}

.jutousu {
	width: 23.75rem;
	float: right
}

.jutousu * {
	margin: 0;
	padding: 0
}

.jutousu_title.title_01 {
	margin-top: 2.5rem
}

.jutousu_title.title_02 {
	margin-top: 2.75rem
}

.jutousu_title.title_03 {
	margin-top: 2.875rem
}

.jutousu_title {
	margin-bottom: .375rem;
	margin-top: 2.5rem;
	border-top: .0625rem solid #f4d0d2;
	overflow: hidden
}

.jutousu_title .jts-item1,
.jutousu_title .jts-item2,
.jutousu_title .jts-item3 {
	position: relative;
	display: inline-block;
	width: 20PX;
	height: 20PX;
	vertical-align: sub;
	margin-right: .75rem;
	background-size: 100% 100%
}

.jutousu_title .blockTitle {
	font-size: 1.125rem;
	color: #000;
	line-height: 3rem;
	border-top: .125rem solid #b50000;
	overflow: hidden;
	padding: 0 .25rem;
	float: left
}

.jutousu_title .more {
	float: right;
	font-size: .875rem;
	color: #666;
	line-height: 3rem
}

.jutousu_title .more a {
	color: #666;
	text-decoration: none
}

.jutousu_title .more a:hover {
	color: #b50000
}

.dataScan {
	margin-top: .375rem;
	width: 23.75rem;
	box-sizing: border-box;
	border: .0625rem solid #e8e8e8;
	border-radius: .25rem;
	overflow: hidden
}

.dataScan .list-item {
	width: 100%;
	background-color: #fff;
	float: left;
	box-sizing: border-box;
	padding: 0.8rem;
}

.dataScan .list-item:nth-child(2n) {
	background-color: #f6f8fc
}

.dataScan .list-item .top .subTitle {
	display: inline-block;
	color: #2a2a2a
}

.dataScan .list-item .top .time {
	display: inline-block;
	padding: 5px 10px;
	background-color: #b50000;
	color: #fff;
	font-size: 14px;
}

.dataScan .list-item .data {
	display: inline-block;
	font-size: 1rem;
	color: #000;
	text-indent: 1em;
	line-height: 1.5rem;
	margin-top: .75rem;
}

.ranking-container {
	margin-top: .375rem;
	border: 1px solid #e8e8e8;
	border-radius: .25rem;
	box-sizing: border-box;
	width: 100%
}

.ranking-nav {
	width: 100%;
	overflow: hidden
}

.ranking-nav li {
	float: left;
	font-size: .875rem;
	color: #666;
	width: 7.8125rem;
	text-align: center;
	cursor: pointer;
	background-color: #f8f8f8;
	height: 2.625rem;
	line-height: 2.625rem;
	border-right: .0625rem solid #e8e8e8;
	border-bottom: .0625rem solid #e8e8e8
}

.ranking-nav li:last-child {
	border-right: none
}

.ranking-nav .active {
	background-color: #fff;
	border-bottom: none;
	color: #000;
	font-weight: 700
}

.ranking-list {
	width: 23.625rem;
	margin-right: .625rem;
	position: relative
}

.ranking-tab {
	width: 23.625rem;
	z-index: 2;
	border-bottom: .0625rem solid #e8e8e8;
	line-height: 2.5rem;
	background: #fff;
	overflow: hidden
}

.ranking-tab,
.ranking-tab li {
	height: 2.5rem;
	font-size: .75rem;
	color: #666;
	position: relative
}

.ranking-tab li {
	width: 25%;
	cursor: pointer;
	float: left
}

.ranking-tab li.active {
	color: #b50000
}

.ranking-tab li:hover {
	color: #000
}

.ranking-tab li span {
	display: block;
	line-height: .875rem;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-right: .0625rem solid #ddd
}

.ranking-tab li:last-child span {
	border-right: none
}

.ranking-content {
	width: 23.625rem;
	background: #fff
}

.ranking-content thead tr {
	height: 1.75rem;
	line-height: 1.75rem
}

.ranking-content thead th {
	font-size: .75rem;
	color: #666;
	font-weight: 400;
	line-height: 1.125rem;
	text-align: left
}

.ranking-content thead th.rank {
	width: 3.125rem;
	padding-left: 1.25rem
}

.ranking-content thead th.data {
	width: 2.9375rem;
	text-align: right;
	padding-right: 1.25rem
}

.ranking-content tbody tr {
	height: 3.125rem
}

.ranking-content tbody tr:hover {
	background: #f6f6f6
}

.ranking-box {
	padding-left: 1.25rem
}

.ranking-box .top-box {
	font-size: .875rem;
	color: #666;
	line-height: 1rem
}

.ranking-box .top-box.top3 {
	font-size: 1rem;
	color: #b50000;
	line-height: 1rem;
	font-weight: 700
}

.ranking-box .bottom-box {
	width: 3rem;
	height: 1.25rem;
	line-height: 1.25rem;
	color: #bbb;
	vertical-align: middle
}

.ranking-box .bottom-box span {
	color: #bbb;
	vertical-align: middle;
	font-size: .625rem
}

.ranking-box .bottom-box i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: .75rem;
	height: .75rem;
	margin-right: .3125rem;
	vertical-align: middle
}

.ranking-box .bottom-box i.up {
	background: url(https://ts.21cn.com/static/img/assets/up.png) no-repeat
}

.ranking-box .bottom-box i.stay {
	background: url(https://ts.21cn.com/static/img/assets/stay.png) no-repeat
}

.ranking-box .bottom-box i.down {
	background: url(https://ts.21cn.com/static/img/assets/down.png) no-repeat
}

.ranking-merchant {
	width: 11.6875rem;
	text-align: left
}

.ranking-merchant a {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.ranking-merchant a:hover {
	color: #1d72e5
}

.ranking-merchant .fontLogo {
	font-size: 1.5rem;
	line-height: 2.5rem;
	text-align: center;
	background: #eee;
	color: #fff
}

.ranking-merchant .fontLogo,
.ranking-merchant .img-container {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 2.5rem;
	height: 2.5rem;
	margin-right: .75rem;
	vertical-align: middle
}

.ranking-merchant .img-container {
	overflow: hidden;
	background: #fff;
	position: relative
}

.ranking-merchant .merchant-logo {
	vertical-align: middle;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.ranking-merchant .merchant-box {
	display: inline-block;
	position: relative;
	vertical-align: middle
}

.ranking-merchant .merchant-name {
	display: inline-block;
	margin: 0;
	*width: 7.375rem;
	max-width: 9.6875rem;
	*height: 2.125rem;
	max-height: 2.125rem;
	font-size: .875rem;
	line-height: 1.5rem;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ranking-merchant .coop {
	position: absolute;
	top: 0;
	right: -.6875rem;
	width: .6875rem;
	height: .8125rem;
	vertical-align: middle
}

.ranking-value {
	width: 4rem;
	padding-right: 1.25rem;
	overflow: hidden
}

.ranking-value span {
	display: inline-block;
	width: 4rem;
	text-align: right;
	overflow: hidden;
	font-size: .875rem;
	color: #000;
	line-height: 1.5rem
}

.ranking-loading {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 31.25rem;
	z-index: 1;
	background-color: #fff;
	transition: opacity .3s
}

.ranking-loading .el-loading-spinner {
	top: 20rem;
	margin-top: -1.3125rem;
	width: 100%;
	text-align: center;
	position: absolute
}

.ranking-loading .el-loading-spinner .circular {
	height: 2.625rem;
	width: 2.625rem;
	-webkit-animation: loading-rotate 2s linear infinite;
	animation: loading-rotate 2s linear infinite
}

.ranking-loading .path {
	-webkit-animation: loading-dash 1.5s ease-in-out infinite;
	animation: loading-dash 1.5s ease-in-out infinite;
	stroke-dasharray: 90, 150;
	stroke-dashoffset: 0;
	stroke-width: 2;
	stroke: #409eff;
	stroke-linecap: round
}

@-webkit-keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -2.5rem
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -7.5rem
	}
}

@keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -2.5rem
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -7.5rem
	}
}

@-webkit-keyframes loading-rotate {
	to {
		transform: rotate(1turn)
	}
}

@keyframes loading-rotate {
	to {
		transform: rotate(1turn)
	}
}

.ranking-error {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 31.25rem;
	z-index: 1;
	background-color: #f9f9f9
}

.ranking-error .ranking-error-inner {
	top: 50%;
	margin-top: -1.3125rem;
	width: 100%;
	text-align: center;
	position: absolute
}

.ranking-error .ranking-error-inner .ranking-error-btn {
	color: #1d72e5;
	cursor: pointer
}

.ranking-error .ranking-error-inner .ranking-error-btn:hover {
	color: #003a8b
}

.ranking-error .ranking-error-inner p {
	margin: 0;
	text-align: center;
	font-size: .875rem;
	line-height: 1.25rem
}

.J_gocoopmer {
	margin: 1.875rem auto 0;
	position: relative;
	width: 12.5rem;
	text-align: center;
	cursor: pointer;
	display: block
}

.J_gocoopmer .J_head-img-box {
	width: 5rem;
	height: 5rem;
	display: inline-block
}

.J_gocoopmer .J_head-img {
	width: 100%;
	height: 100%;
	border-radius: 2.5rem
}

.J_gocoopmer .J_title {
	display: inline-block;
	width: 100%;
	line-height: 1.5rem;
	font-size: 1.125rem;
	text-align: center;
	margin-top: .5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.satisfactionresults {
	display: inline-block;
	margin: .25rem auto 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.satisfactionresults .satisfaction-star {
	width: .75rem;
	margin-right: .25rem
}

.satisfactionresults .satisfaction-star:last-child {
	margin-right: 0
}

.J_data-container {
	margin: 2.75rem auto 0;
	position: relative;
	width: 48%;
	overflow: hidden
}

.J_data-container .J_data-left {
	float: left
}

.J_data-container .J_data-right {
	float: right;
	margin-top: auto
}

.J_data-container .J_finishRate-title {
	font-size: .75rem;
	color: #696969;
	line-height: 1.125rem
}

.J_data-container .J_finishRate-value {
	color: #000;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 700
}

.J_data-container .J_finishedCount,
.J_data-container .J_postCount {
	font-size: .75rem;
	color: #696969;
	line-height: 1.25rem
}

.TickerNews {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 3rem;
	margin: 0 auto;
}

.ti_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ti_slide {
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}

.ti_content {
	width: 8000px;
	position: relative;
	float: left;
}

.text_first a.article-item-text:nth-of-type(1) {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
	height: 1.5rem;
	margin-bottom: 0.6rem;
}

.ti_news {
	float: left;
}

.TickerNews .ti_content .ti_news {
	height: 3rem;
	overflow: hidden;
	line-height: 3rem;
}

.TickerNews .ti_content .ti_news a {
	color: #8c8c8c;
	margin-left: 32px;
	font-size: 15px;
	display: block;
}

.mar_img {
	margin-bottom: 10px;
}

.mar_img:last-child {
	margin-bottom: 0;
}

.mar_img a.vr-container {
	margin-bottom: 5px;
}


/*底部*/

.J_footer {
	width: 100%;
	background: #F9F9F9;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
	color: #666;
}

.J_footer a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #CA161E;
}

.J_footer .logo {
	margin: 20px auto !important;
	width: 648px;
	overflow: hidden;
	float: none;
	text-align: center;
}

.J_footer .logo a {
	display: inline-block;
	margin-bottom: 10px;
	width: 120px;
	height: 50px;
	margin-right: 12px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
}

.J_footer .logo a img {
	width: 100%;
	height: 100%;
	border: none;
}

.J_footer .production {
	width: 960px;
	font-size: 14px;
	color: #666666;
	margin: 0 auto;
	line-height: 28px;
}

.J_footer .production p {
	margin: 0;
	display: inline-block;
	padding: 0 13px;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(http://www.21cnw.cn/static/img/top.png) no-repeat center center #fff;
	/*transform: rotate(270deg);*/
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
	box-shadow: 0 0 5px #ddd;
	background-size: 60%;
	border-radius: 10px;
	/*	opacity: 0.7;*/
}

.goTop:hover {
	/*opacity: 1;*/
}

.beian {
	font-size: 14px;
	text-align: center;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 100px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.pages {
	text-align: center;
	font-size: 14px;
	margin: 30px 0;
	width: 100%;
	background: #fff;
	line-height: 35px;
	box-sizing: border-box;
}

.pages a {
	background: #fff;
	padding: 0 15px;
	height: 35px;
	display: inline-block;
	font-size: 16px;
	color: #333;
	border: 1px solid #ddd;
	margin: 0 3px;
}

.pages a:first-child {
	border-radius: 5px 0 0 5px;
}

.pages a:last-child {
	border-radius: 0 5px 5px 0;
}

.pages span {
	background: #CC0210;
	border: 1px solid #CC0210;
	padding: 0 15px;
	height: 35px;
	color: #fff;
	display: inline-block;
}

.guangao {
	width: 100%;
	height: 90px;
	position: relative;
	margin: 20px auto;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 300px;
	height: 300px;
	position: relative;
}

.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.post-navigation {
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}

.post-navigation div {
	position: relative;
	display: block;
	width: 100%;
	color: #999;
	font-size: 15px;
	padding: 5px 0;
}

.post-navigation div span {
	font-size: 15px;
}

.post-navigation div:hover a {
	color: #CC0210;
	text-decoration: underline;
}

.post-navigation div a {
	color: #333;
	display: inline-block;
	line-height: 20px;
}

.label {
	margin: 15px 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.label a {
	font-size: 14px;
	color: #fff;
	margin: 0 5px;
}

.label a:hover {
	color: #fff;
}


/*列表*/

.content-ajax article {
	border-bottom: 1px solid #f0f0f0;
	padding: 14px 0;
	position: relative;
}

.content-ajax article:hover {
	background: #F9FAFD;
}
.content-ajax article:hover a{
	text-decoration: none;
}
.content-ajax article:first-child {
	/*padding-top: 0px;*/
}

.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}

.entry-title {
	font-size: 18px;
	font-weight: 400;
}

.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	padding-right: 20px;
}

.entry-img img {
	width: 140px;
	height: 105px;
}

.entry-site {
	color: #666;
	line-height: 22px;
	padding: 10px 0 4px 0;
	font-size: 15px;
}

.entry-content .time {
	color: #bbbbbb;
	font-size: 13px;
	line-height: 25PX;
	margin-right: 18px;
}

.cobten_left {
	width: 860px;
	float: left;
}

.cobten_right {
	width: 300px;
	float: right;
}

.mod .hd {
	height: 35px;
	line-height: 35px;
	background: #E4E4E4;
}

.mod .hd h3 {
	float: left;
	color: #B50000;
	font-size: 16px;
	font-family: "microsoft yahei";
	font-weight: 400;
	padding-left: 10px;
}

.mod .hd h3 a {
	color: #B50000;
}

.art li {
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	padding-left: 10px;
	margin-top: 5px;
}

.ico-dot li {
	background: url(http://www.21cnw.cn/static/img/art-dot.png) no-repeat scroll 0 14px transparent;
}

.ul_img ul li {
	width: 100%;
	height: 200px;
	position: relative;
	margin-top: 15px;
}

.ul_img ul li img {
	width: 100%;
	height: 100%;
}

.ul_img ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 15px;
	padding: 0 10px;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	line-height: 40px;
}

.cobten_right .mod {
	margin-bottom: 15px;
}

.pic_list {
	margin-top: 12px;
	overflow: hidden;
}

.pic_list ul li {
	width: 48%;
	float: left;
	margin-bottom: 10px;
}

.pic_list ul li:nth-child(2n) {
	float: right;
}

.pic_list ul li img {
	height: 105px;
	width: 100%;
}

.pic_list ul li p {
	font-size: 14px;
	cursor: pointer;
	display: block;
	font-weight: 100;
	position: relative;
	width: 100%;
	text-align: center;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	margin-top: 5px;
}

.tuijian .text_first {
	width: 28rem;
}

.tuijian .article-item-text {
	width: 100%;
}

.tuijian {
	margin-top: 30px;
}

.tuijian .news {
	overflow: hidden;
}

.breadcrumb,
.breadcrumb a {
	color: #777;
	font-family: \5B8B\4F53;
	font-size: 14px;
	margin-bottom: 10px;
}


/*详情0*/

.title_xq {
	margin: 10px 0 15px 0;
	margin-bottom: 30px;
}

.detail_top {
	width: 100%;
}

.title_xq h2 {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	line-height: 35px;
}

.userCreateTime {
	padding: 20px 0 10px 0;
	font-size: 14px;
	color: #777;
}

.userCreateTime span {
	display: inline-block;
	color: #777;
	padding-left: 20px;
}

.content_tex {
	font-size: 16px;
	line-height: 25px;
	color: #444;
	padding: 0 20px;
}

.content_tex p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.content_tex img {
	display: block;
	margin: 10px auto;
	max-width: 600px;
}

.tuijian .pic_list ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 12px;
}

.tuijian .pic_list ul li:nth-child(4n) {
	margin-right: 0;
}

.tuijian .pic_list ul li img {
	height: 140px;
}

.projects {
	overflow: hidden;
	margin-top: 10px;
}

.projects dl {
	position: relative;
	padding: 12px 0;
	width: 100%;
	height: auto !important;
	overflow: hidden;
	border-bottom: #CCC 1px solid;
	font-size: 15px;
	width: 48%;
	float: left;
	line-height: 20px;
}

.projects dl:nth-child(2n) {
	float: right;
}

.projects .ddright dt {
	width: calc(100% - 85px);
}

.projects dl dt {
	float: left;
}

.overthree dl dt {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.projects .ddright dd {
	float: right;
	color: #999;
	font-size: 13px;
}

.tuijian .mod {
	margin-bottom: 20px;
}

.word-title img {
	width: 20px;
	height: 20px;
	vertical-align: sub;
	margin-right: 10px;
}


/*-----------------*/

.vr-container .vr-title,
.art li a,.mod-footer .mod-zt ul li em,
.projects dl dt,
.ul_img ul li p {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.dataScan .list-item .data,
.pic_list ul li p {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
