@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: auto;
}

body {
	position: relative;
	min-width: 1200px;
	font-family: 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;
	font-size: 16px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
	background: #EFF2F5;
	background-size: 100%;
}

/* 默认不要下划线 */
a {
	color: inherit;
	text-decoration: none;
}

/* 按钮文本不可选 */
button {
	user-select: none;
}

img {
	border: none;
}

/* 加载不出来的图片不要显示灰色边框 */
img:not([src]),
img[src=""] {
	opacity: 0;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

table td[width] {
	width: auto !important;
	padding: 0 !important;
}

table td p {
	text-align: center !important;
}

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	*zoom: 1;
	/* * for ie6 & ie7 */
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

/* 设置浮动 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.pointer {
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.txt_pointer {
	cursor: pointer;
}

.hidden {
	display: none !important;
}

.safe_width {
	margin: 0 auto;
	width: 1200px;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header_box {
	width: 100%;
}

.header_box .header_top {
	width: 100%;
	height: 44px;
	background-color: #1E174B;
}

.header_box .header_top .text_top {
	line-height: 44px;
	font-size: 14px;
	color: #fff;
}

.header_box .header_top .text_top .app .mobile {
	margin: 12px 4px 0 0;
	width: 18px;
	height: 20px;
	background: url(mobile_210415.png) center no-repeat;
}

.header_box .header_top .text_top .app .code_img {
	display: none;
	position: absolute;
	top: 44px;
	padding: 11px;
	width: 212px;
	height: 212px;
	background: #232323;
	z-index: 1;
}

.header_box .header_top .text_top .app:hover .mobile {
	background: url(mobile_1_210415.png) center no-repeat;
}

.header_box .header_top .text_top .app:hover span {
	color: #FE7827;
}

.header_box .header_top .text_top .app:hover .code_img {
	display: block;
}

.header_box .header_top .text_top .user_img {
	margin: 5px 10px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.header_box .header_top .text_top .user_img img {
	border-radius: 50%;
}

.header_box .header_adv {
	margin-top: 20px;
	width: 100%;
	height: 110px;
}

.header_box .header_menu {
	margin-top: 20px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background-color: #1E174B;
}

.header_box .header_menu .logo {
	margin: 0 20px 0 28px;
	width: 90px;
	height: 60px;
	background: url(logo_210415.png) center no-repeat;
	background-size: 90px auto;
}

.header_box .header_menu .menu_box {
	width: 630px;
	height: 100%;
}

.header_box .header_menu .menu_box .menu_item {
	display: inline-block;
	width: 14%;
	font-size: 15px;
	text-align: center;
}

.header_box .header_menu .menu_box .menu_active {
	font-size: 18px;
	font-weight: bold;
	color: #FF5F00;
}

.header_box .header_menu .search_icon {
	margin: 18px 22px 18px 14px;
	width: 24px;
	height: 24px;
	background: url(search_210415.png) center no-repeat;
}

.header_box .header_menu .header_search {
	font-size: 15px;
}

.header_box .header_menu .header_search .search_input {
	padding: 0 14px;
	width: 242px;
	height: 30px;
	font-size: 15px;
	color: #333330;
	border-radius: 15px;
	background-color: #EFF2F5;
}

.header_box .header_menu .header_search .search_input::-webkit-input-placeholder {
	color: #c1c1c1;
}

.header_box .header_menu .header_search .search_input::-moz-placeholder {
	color: #c1c1c1;
}

.header_box .header_menu .header_search .search_input:-moz-placeholder {
	color: #c1c1c1;
}

.header_box .header_menu .header_search .search_input:-ms-input-placeholder {
	color: #c1c1c1;
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 10;
}

.mask .login_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 420px;
	height: 542px;
	background-color: #fff;
}

.mask .login_box .login_top {
	padding: 0 30px;
	width: 100%;
	height: 70px;
	background: #1E174B;
}

.mask .login_box .login_top .login_logo {
	width: 56px;
	height: 70px;
	background: url(logo_210415.png) center no-repeat;
	background-size: 56px auto;
}

.mask .login_box .login_top .login_close {
	margin-top: 25px;
	width: 22px;
	height: 20px;
	background: url(close_210415.png) center no-repeat;
}

.mask .login_box .login_menu {
	width: 100%;
	height: 56px;
	border-bottom: 1px solid #EFF2F5;
}

.mask .login_box .login_menu .login_item {
	display: inline-block;
	padding: 27px 30px 0 30px;
	width: 50%;
	text-align: center;
	font-size: 18px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 18px;
	opacity: .8;
}

.mask .login_box .login_menu .login_item span {
	padding-bottom: 6px;
}

.mask .login_box .login_menu .login_active span {
	font-weight: bold;
	border-bottom: 3px solid #FF5F00;
	opacity: 1;
}

.mask .login_box .login_main {
	padding: 35px 30px;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 16px;
}

.mask .login_box .login_main input {
	margin-top: 8px;
	padding: 0 10px;
	width: 100%;
	height: 46px;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	border: 1px solid rgba(0, 0, 0, .2);
}

.mask .login_box .login_main .input_box {
	position: relative;
}

.mask .login_box .login_main .input_box input {
	padding-right: 165px;
}

.mask .login_box .login_main .input_box .code_tips {
	position: absolute;
	top: 13px;
	right: 0;
	padding: 10px;
	width: 155px;
	text-align: center;
	border-left: 1px solid rgba(0, 0, 0, .2);
}

.mask .login_box .login_main .code {
	margin-top: 40px;
}

.mask .login_box .login_main .login_sub {
	margin-top: 40px;
	width: 100%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	background: #1477D9;
}

.mask .login_box .login_main .login_tips {
	margin-top: 10px;
	font-size: 12px;
	color: #A3A3A3;
	letter-spacing: 1px;
	text-align: center;
}

section {
	width: 100%;
	height: 100%;
	font-size: 0;
}

.shouye .hot_news {
	margin-top: 32px;
	height: 285px;
}

.news_img {
	position: relative;
	width: 418px;
	height: 285px;
}

.news_img img {
	height: 218px;
}

.news_img .img_mask {
	position: absolute;
	bottom: 0;
	padding: 12px 20px;
	width: 100%;
	height: 80px;
	background-color: #000;
}

.news_img .img_mask .img_title {
	height: 54px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 27px;
	overflow: hidden;
}

.news_mid {
	margin-left: 32px;
	width: 418px;
	height: 285px;
}

.news_mid .mid_item+.mid_item {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid #C0C4CC;
}

.news_mid .mid_item .mid_title {
	position: relative;
	max-height: 78px;
	font-size: 26px;
	font-weight: bold;
	color: #333330;
	letter-spacing: 1px;
	line-height: 39px;
	overflow: hidden;
}

.news_mid .mid_item .mid_title .hot_tag,
.news_mid .mid_item .mid_title .look_tag {
	position: absolute;
	top: 7px;
	padding: 2px 8px;
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	border-radius: 8px;
}

.news_mid .mid_item .mid_title .hot_tag {
	background: #ff1600;
}

.news_mid .mid_item .mid_title .look_tag {
	background: rgba(0, 132, 255, 0.96);
}

.news_mid .mid_item .mid_title span:nth-child(2) {
	padding-left: 58px;
}

.news_mid .mid_item .mid_info,
.news_mid .mid_item .mid_abs {
	margin-top: 6px;
	font-size: 14px;
	color: #333330;
	letter-spacing: 1px;
	line-height: 22px;
}

.shouye .hot_news .news_right {
	width: 300px;
	height: 100%;
	border-top: 2px solid #34304B;
}

.shouye .hot_news .news_right .right_top {
	padding: 0 16px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background-color: #F0F0F0;
}

.shouye .hot_news .news_right .right_top .icon_left {
	margin: 15px 8px 0 0;
	width: 20px;
	height: 16px;
	background: url(flash_210415.png) center no-repeat;
}

.shouye .hot_news .news_right .right_top .top_left {
	font-weight: bold;
	font-size: 18px;
	color: #333330;
	letter-spacing: 1px;
}

.shouye .hot_news .news_right .right_top .top_right {
	font-size: 12px;
	color: #333330;
	letter-spacing: 1px;
}

.shouye .hot_news .news_right .right_top .icon_right {
	margin: 16px 0 0 4px;
	width: 9px;
	height: 13px;
	background: url(more_210415.png);
}

.shouye .hot_news .news_right .right_main {
	width: 100%;
	height: calc(100% - 46px);
	background-color: #fff;
	overflow: hidden;
}

.shouye .hot_news .news_right .right_main .main_item {
	padding: 18px 16px;
}

.shouye .hot_news .news_right .right_main .main_item+.main_item {
	border-top: 1px solid #EFF2F5;
}

.shouye .hot_news .news_right .right_main .main_item a {
	display: inline-block;
	height: 40px;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	letter-spacing: 1px;
	overflow: hidden;
}

.news_import {
	color: #E52E2E !important;
}

.shouye .hot_news .news_right .right_main .main_item span+span {
	margin-left: 5px;
}

.ellipsis_item2 {
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ellipsis_item3 {
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ellipsis_item4 {
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shouye .channel_box {
	position: relative;
	margin-top: 40px;
	height: 300px;
	overflow: hidden;
}

.shouye .channel_box .swiper_container {
	min-width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.shouye .channel_box .swiper_container::-webkit-scrollbar {
	display: none;
}

.swiper_item {
	display: inline-block;
	width: calc((100% - 96px) / 4);
}

.swiper_item+.swiper_item {
	margin-left: 32px;
}

.swiper_item .swiper_img {
	position: relative;
	width: 100%;
	height: 188px;
}

.img_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 61px;
	height: 60px;
	background: url(play_210415.png) center no-repeat;
	background-size: 100%;
}

.swiper_item .swiper_info {
	padding: 14px;
	width: 100%;
	height: 118px;
	background-color: #fff;
	white-space: normal;
}

.swiper_item .swiper_info .info_channel {
	font-size: 15px;
	color: #333333;
	letter-spacing: 0;
	line-height: 15px;
}

.swiper_item .swiper_info .info_title {
	margin-top: 8px;
	height: 42px;
	font-size: 14px;
	color: #333330;
	letter-spacing: 1px;
	line-height: 21px;
	overflow: hidden;
}

.swiper_item .swiper_info .info_time {
	margin-top: 8px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	line-height: 14px;
}

.swiper_item .swiper_info .info_time .living {
	color: #E00000;
}

.collect {
	margin-left: 15px;
	width: 14px;
	height: 17px;
	background: url(collect_210415.png) center no-repeat;
	background-size: 100%;
}

.collected {
	background: url(collected_210415.png) center no-repeat;
	background-size: 100%;
}

.swiper_item .swiper_info .info_time .message {
	width: 16px;
	height: 16px;
	background: url(message_210415.png) center no-repeat;
	background-size: 100%;
}

.shouye .channel_box .btn_next {
	position: absolute;
	top: 80px;
	left: 0;
	width: 34px;
	height: 32px;
	background: url(left_210415.png) center no-repeat;
}

.shouye .channel_box .btn_prev {
	position: absolute;
	top: 80px;
	right: 0;
	width: 34px;
	height: 32px;
	background: url(right_210415.png) center no-repeat;
}

.news_box {
	margin: 40px auto 60px;
}

.news_box .box_left {
	width: 852px
}

.news_list ,.news_list1 {
	width: 100%;
	background-color: #fff;
}

.single_img {
	padding: 30px 32px 32px;
	background-color: #fff;
}

.single_img+.single_img {
	border-top: 2px solid #EFF2F5;
}

.single_img .single_left {
	position: relative;
	width: 232px;
	height: 158px;
}

.single_img .single_right {
	position: relative;
	width: calc(100% - 264px);
	height: 158px;
}

.single_img .single_right .single_title {
	width: 100%;
	max-height: 60px;
	font-weight: bold;
	font-size: 20px;
	color: #333330;
	letter-spacing: 1px;
	line-height: 30px;
	overflow: hidden;
}

.single_img .single_right .single_abs {
	margin-top: 8px;
	width: 100%;
	height: 42px;
	font-size: 14px;
	color: #333330;
	letter-spacing: 1px;
	line-height: 22px;
	overflow: hidden;
}

.single_img .single_right .single_info {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 14px;
	color: #333330;
	letter-spacing: 1px;
	line-height: 21px;
}

.single_img .single_right .single_info .time_icon {
	margin: 2px 4px 0 0;
	width: 17px;
	height: 16px;
	background: url(clock_210415.png) center no-repeat;
}

.shouye .news_box .video_list {
	margin-top: 40px;
	width: 100%;
}

.video_item {
	position: relative;
	display: inline-block;
	width: calc((100% - 30px) / 3);
	height: 188px;
}

.video_item+.video_item {
	margin-left: 14px;
}

.video_mask {
	position: absolute;
	bottom: 0;
	padding: 5px 13px;
	width: 100%;
	background: rgba(42, 42, 42, 0.50);
}

.video_item .video_title {
	height: 42px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 21px;
	overflow: hidden;
}

.attention_box {
	margin-top: 40px;
	width: 100%;
	background: #fff;
}

.attention_item {
	display: inline-block;
	padding: 32px 21px 28px 16px;
	width: calc((100% - 2px) / 2);
	height: 146px;
	border-bottom: 2px solid #EFF2F5;
	background: #fff;
}

.attention_box .attention_item:nth-child(2n+1) {
	padding: 32px 16px 28px 32px;
	border-right: 2px solid #EFF2F5;
}

.attention_item .attention_left {
	width: 80px;
	height: 80px;
}

.attention_item .attention_right {
	width: calc(100% - 90px);
}

.attention_item .attention_right .attention_top {
	font-weight: bold;
	font-size: 16px;
	color: #333330;
	line-height: 26px;
}

.attention_item .attention_right .attention_top a {
	float: left;
	width: calc(100% - 80px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.attention_item .attention_right .attention_top .attention_btn .follow_btn {
	display: block;
	width: 75px;
	font-size: 15px;
	color: #FA6400;
	letter-spacing: 1px;
	text-align: center;
	background: rgba(255, 226, 207, 0.86);
	border-radius: 13px;
}

.attention_item .attention_right .attention_top .attention_btn .follow_btn i {
	margin-right: 2px;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
}

.attention_item .attention_right .attention_top .attention_btn .followed_btn {
	display: none;
}

.attention_item .attention_right .attention_top .followed .follow_btn {
	display: none;
}

.attention_item .attention_right .attention_top .followed .followed_btn {
	display: block;
	width: 75px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	background: #a3a3a3;
	border-radius: 13px;
}

.attention_item .attention_right .attention_desc {
	margin-top: 15px;
	height: 42px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 21px;
	opacity: 0.8;
	overflow: hidden;
}

.load {
	margin-top: 40px;
	width: 100%;
	line-height: 32px;
	text-align: center;
}

.load .load_more {
	padding: 5px 15px;
	font-size: 15px;
	color: #333333;
	letter-spacing: 1px;
	border: 1px solid #CFCFCF;
	background: rgba(255, 255, 255, .8);
}

.load .no_more {
	font-size: 18px;
	color: #A3A3A3;
	letter-spacing: 0;
}

.box_right {
	width: 300px;
}

.box_right .qzh_box {
	width: 100%;
	background-color: #fff;
	border-top: 2px solid #34304B;
}

.box_right .qzh_box .qzh_top {
	padding: 0 24px;
	height: 52px;
	line-height: 52px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	letter-spacing: 1px;
	border-bottom: 2px solid #EFF2F5;
}

.box_right .qzh_box .qzh_top .qzh_icon {
	margin: 17px 8px 0 0;
	width: 18px;
	height: 16px;
	background: url(quanzhonghao_210415.png) center no-repeat;
}

.box_right .qzh_box .qzh_top .live_icon {
	margin: 17px 8px 0 0;
	width: 18px;
	height: 16px;
	background: url(live_210415.png) center no-repeat;
}

.box_right .qzh_box .qzh_top .talk_icon {
	margin: 17px 8px 0 0;
	width: 18px;
	height: 18px;
	background: url(talk_210415.png) center no-repeat;
}

.box_right .qzh_box .qzh_top .qzh_right {
	font-size: 12px;
	color: #333330;
	letter-spacing: 1px;
	opacity: .5;
}

.box_right .qzh_box .qzh_top .qzh_more {
	margin: 19px 0 0 2px;
	width: 9px;
	height: 12px;
	background: url(more_210415.png) center no-repeat;
	opacity: .5;
}

.box_right .qzh_box .qzh_main {
	padding: 20px 24px 30px;
}

.box_right .qzh_box .qzh_main .recommend_item {
	position: relative;
	width: 100%;
	height: 174px;
}

.box_right .qzh_box .qzh_main .recommend_item+.recommend_item {
	margin-top: 20px;
}

.recommend {
	position: absolute;
	top: -3px;
	left: -9px;
	width: 71px;
	height: 40px;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	background: url(recommond_210415.png) center no-repeat;
	z-index: 1;
}

.start {
	left: -8px;
	background: url(start_210415.png) center no-repeat;
	background-size: 100%;
}

.over {
	left: -8px;
	background: url(over_210415.png) center no-repeat;
	background-size: 100%;
}

.box_right .qzh_box .qzh_main .recommend_item .qzh_mask {
	position: absolute;
	bottom: 0;
	padding: 5px 10px;
	width: 100%;
	height: 52px;
	background: rgba(42, 42, 42, .5);
}

.box_right .qzh_box .qzh_main .recommend_item .qzh_mask .qzh_title {
	height: 40px;
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 20px;
	overflow: hidden;
}

.box_right .qzh_box .qzh_list {
	width: 100%;
}

.box_right .qzh_box .qzh_list .qzh_item {
	margin-top: 20px;
	width: 100%;
	height: 68px;
}

.box_right .qzh_box .qzh_list .qzh_item .qzh_left {
	width: 100px;
	height: 100%;
}

.box_right .qzh_box .qzh_list .qzh_item .qzh_right {
	width: calc(100% - 110px);
	height: 100%;
}

.box_right .qzh_box .qzh_list .qzh_item .qzh_right .right_title {
	height: 40px;
	font-size: 14px;
	color: #333330;
	letter-spacing: 1px;
	line-height: 20px;
	overflow: hidden;
}

.box_right .qzh_box .qzh_list .qzh_item .qzh_right .right_time {
	margin-top: 15px;
	font-size: 12px;
	color: #333330;
	letter-spacing: 1px;
	line-height: 12px;
}

.box_right .right_adv {
	width: 100%;
}

.box_right .import_box {
	margin-top: 40px;
	width: 100%;
	border-top: 2px solid #34304B;
}

.box_right .import_box .import_top {
	padding: 0 22px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	background: #F0F0F0;
}

.box_right .import_box .import_top .import_right {
	font-size: 12px;
	color: #333330;
	letter-spacing: 1px;
	opacity: .5;
}

.box_right .import_box .import_top .import_more {
	margin: 18px 0 0 2px;
	width: 8px;
	height: 10px;
	background: url(more_210415.png) center no-repeat;
	opacity: 0.5;
}

.box_right .import_box .import_main {
	padding: 20px 22px 30px;
	width: 100%;
	background-color: #fff;
}

.box_right .import_box .import_main .import_item+.import_item {
	margin-top: 18px;
	padding-top: 20px;
	border-top: 2px solid #EFF2F5;
}

.box_right .import_box .import_main .import_item .import_title {
	max-height: 72px;
	font-weight: bold;
	font-size: 16px;
	color: #333330;
	letter-spacing: 1px;
	line-height: 24px;
	overflow: hidden;
}

.box_right .import_box .import_main .import_item .import_abs {
	margin-top: 25px;
	max-height: 63px;
	font-size: 14px;
	color: #333330;
	letter-spacing: 1px;
	line-height: 21px;
	overflow: hidden;
}

.box_right .import_box .import_main .import_item .import_time {
	margin-top: 25px;
	text-align: right;
	font-size: 12px;
	color: #333330;
	letter-spacing: 1px;
	line-height: 12px;
}

.shouye .box_right .right_adv {
	margin-top: 40px;
}

.footer_box {
	width: 100%;
	height: 274px;
	text-align: center;
	background: #1E174B;
}

.footer_box .footer_main {
	padding-top: 15px;
	font-size: 12px;
	color: rgba(255, 255, 255, .8);
	letter-spacing: 1px;
	line-height: 12px;
}

.footer_box .footer_main .footer_item {
	margin-top: 25px;
}

.footer_box .footer_main .footer_item .divide {
	margin: 0 20px;
}

.person_box,
.quanmeiti .media_box,
.youqinglianjie .link_box {
	padding: 34px 0 60px;
	min-height: calc(100% - 530px);
}

.person_box .person_left,
.person_box .person_right {
	border-top: 2px solid #34304B;
}

.person_box .person_left {
	padding-top: 16px;
	width: 200px;
	text-align: center;
	background-color: #fff;
}

.person_box .person_left .person_img {
	margin: 0 auto;
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

.person_box .person_left .person_img img {
	border-radius: 50%;
}

.person_box .person_left .person_menu {
	margin-top: 15px;
}

.person_box .person_left .person_menu .person_item {
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #333333;
	letter-spacing: 1px;
	border-top: 1px solid #EFF2F5;
}

.person_box .person_left .person_menu .person_active {
	background: #D8D8D8;
}

.person_box .person_right {
	width: calc(100% - 270px);
}

.jichuziliao .person_box .person_right,
.shezhimima .person_box .person_right {
	width: calc(100% - 220px);
}

.person_info {
	padding: 30px 0 44px 126px;
	width: 100%;
	background-color: #fff;
}

.person_info .person_title {
	font-size: 18px;
	color: #333333;
	letter-spacing: 1px;
}

.person_info .person_form .form_item {
	position: relative;
	margin-top: 25px;
}

.person_info .person_form .form_item .form_label {
	display: inline-block;
	width: 125px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 32px;
}

.person_info .person_form .form_item .form_img {
	position: relative;
	margin-top: -1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}

.person_info .person_form .form_item .form_img img {
	border-radius: 50%;
}

.person_info .person_form .form_item .form_file {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	border-radius: 50%;
	opacity: 0;
}

.person_info .person_form .form_item input {
	padding: 0 10px;
	width: 330px;
	height: 32px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	border: 0;
	background: #EFF2F5;
}

.person_info .person_form .form_item .form_radios {
	width: 360px;
}

.person_info .person_form .form_item .form_radios input {
	width: 196px;
}

.person_info .person_form .form_item .form_radios .form_radio {
	display: inline-block;
	margin-bottom: 10px;
	width: 90px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	cursor: pointer;
}

.person_info .person_form .form_item .form_radios .form_radio input[type="radio"] {
	position: relative;
	margin-right: 8px;
	padding: 0;
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 50%;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
}

.person_info .person_form .form_item .form_radios .form_radio input[type="radio"]::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: #D8D8D8;
	border-radius: 50%;
}

.person_info .person_form .form_item .form_radios .form_radio input[type="radio"]:checked::before {
	content: '';
	background: #4183F0;
}

.person_box .person_right .save_btn {
	margin: 32px auto 0;
	width: 146px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	background: #4185F4;
}

.shezhimima .person_box .person_right .save_btn {
	margin: 64px 0 0 274px;
}

.shezhimima .person_box .person_right .err_info {
	margin-top: 1px;
	left: 125px;
}

.shezhimima .person_box .person_right .code_ipt {
	padding-right: 140px;
}

.shezhimima .person_box .person_right .code_tips {
	position: absolute;
	top: 6px;
	left: 325px;
	width: 130px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(51, 51, 51, .56);
	text-align: center;
	border-left: 1px solid rgba(0, 0, 0, .2);
}

.person_box .person_right .person_top {
	padding-left: 32px;
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0;
	background: #fff;
}

.wodeguanzhu .attention_box {
	margin-top: 28px;
}

.wodeshoucang .person_box .person_right .person_top .top_item {
	display: inline-block;
	margin-right: 64px;
}

.wodeshoucang .person_box .person_right .person_top .top_active {
	border-bottom: 2px solid #FE7827;
}

.wodeshoucang .person_box .person_right .news_main {
	margin-top: 28px;
}

.wodeshoucang .person_box .person_right .news_main .news_list .list_item+.list_item {
	border-top: 2px solid #EFF2F5;
}

.wodeshoucang .person_box .person_right .news_main .news_list .single_img {
	width: calc(100% - 75px);
}

.wodeshoucang .person_box .person_right .news_main .news_list .single_collect {
	width: 70px;
	height: 222px;
	border-left: 5px solid #EFF2F5;
}

.wodeshoucang .person_box .person_right .news_main .news_list .single_collect .collected {
	margin-top: 102px;
	margin-left: 24px;
	width: 18px;
	height: 22px;
	background: url(collected_210415.png) center no-repeat;
}

.wodeshoucang .person_box .person_right .videos_main {
	margin-top: 28px;
}

.wodeshoucang .person_box .person_right .videos_main .swiper_item {
	width: calc((100% - 102px) / 3);
}

.wodeshoucang .person_box .person_right .videos_main .swiper_item+.swiper_item {
	margin-left: 51px;
}

.wodeshoucang .person_box .person_right .videos_main .swiper_item:nth-child(3n+1) {
	margin-top: 24px;
	margin-left: 0;
}

.wodeshoucang .person_box .person_right .videos_main .swiper_item:nth-child(1) {
	margin: 0 !important;
}

.dianxun .news_box {
	margin-top: 34px;
}

.left_top {
	padding-left: 32px;
	height: 64px;
	line-height: 64px;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	letter-spacing: 1px;
	background: #F0F0F0;
	border-top: 2px solid #1E174B;
}

.text_item {
	padding: 26px 40px 20px 32px;
	background-color: #fff;
}

.text_item+.text_item {
	border-top: 2px solid #EFF2F5;
}

.text_item .text_left {
	width: 82px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 32px;
}

.text_item .text_right {
	width: calc(100% - 82px);
	text-align: justify;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 32px;
}

.text_item .text_right .text_icon {
	margin-top: 10px;
}

.text_item .text_right .text_icon .message {
	margin-top: 4px;
	width: 20px;
	height: 18px;
	background: url(message_210415.png) center no-repeat;
	background-size: 100%;
}

.text_item .text_right .text_icon .like {
	margin-left: 46px;
	width: 22px;
	height: 23px;
	background: url(like_210415.png) center no-repeat;
	background-size: 100%;
}

.text_item .text_right .text_icon .liked {
	background: url(liked_210415.png) center no-repeat;
	background-size: 100%;
}


.dianxun .news_box .box_right .qzh_box {
	margin-top: 34px;
}

.yaowen .news_box .box_left,
.quanzhonghao .news_box .box_left {
	width: 868px;
}

.yaowen .news_box .box_left .news_list,
.yaowen .news_box .box_right .qzh_box,
.quanzhonghao .news_box .box_left .news_list,
.quanzhonghao .news_box .box_right .import_box {
	margin-top: 40px;
}

.quanzhonghao .box_right .import_box .import_main {
	padding-bottom: 24px;
}

.quanzhonghao .attention_box {
	margin-top: 0;
}

.quanzhonghao .box_right .attention_box .attention_item,
.quanzhonghaozuozhe .attention_box .attention_item {
	padding: 0;
	width: 100%;
	height: auto;
	border: 0;
}

.quanzhonghao .box_right .attention_box .attention_item+.attention_item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(163, 163, 163, .5);
}

.quanzhonghao .box_right .attention_box .attention_item .attention_left {
	width: 72px;
	height: 72px;
}

.quanzhonghao .box_right .attention_box .attention_item .attention_right {
	width: calc(100% - 84px);
}

.quanzhonghao .box_right .attention_box .attention_item .attention_right .attention_top {
	line-height: 20px;
}

.quanzhonghao .box_right .attention_box .attention_item .attention_right .attention_top a {
	float: left;
	width: calc(100% - 68px);
}

.quanzhonghao .box_right .attention_box .attention_item .attention_right .attention_top .attention_btn {
	margin-top: -3px;
}

.quanzhonghao .box_right .attention_box .attention_item .attention_right .attention_top .attention_btn .follow_btn {
	width: 65px;
	padding: 1px 0;
	font-size: 13px;
	border-radius: 20px;
}

.quanzhonghao .box_right .attention_box .attention_item .attention_right .attention_top .attention_btn .follow_btn i {
	font-size: 15px;
}

.quanzhonghao .box_right .attention_box .attention_item .attention_right .attention_top .followed .followed_btn {
	width: 65px;
	padding: 1px 0;
	font-size: 13px;
	border-radius: 20px;
}

.quanzhonghao .box_right .attention_box .attention_item .attention_right .attention_desc {
	margin-top: 10px;
}

.shiting .shiting_box {
	padding: 20px 0 60px;
}

.shiting .shiting_box .safe_width+.safe_width {
	margin-top: 20px;
}

.shiting .shiting_box .shiting_top {
	padding: 0 16px;
	width: 100%;
	height: 46px;
	line-height: 43px;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	border-top: 6px solid #1E174B;
	;
	background: #fff;
}

.shiting .shiting_box .shiting_top .live_icon {
	margin: 12px 12px 0 0;
	width: 18px;
	height: 16px;
	background: url(live_210415.png) center no-repeat;
}

.shiting .shiting_box .shiting_top .video_icon {
	margin: 10px 8px 0 0;
	width: 22px;
	height: 21px;
	background: url(video_210415.png) center no-repeat;
}

.shiting .shiting_box .shiting_top .audio_icon {
	margin: 10px 12px 0 0;
	width: 18px;
	height: 18px;
	background: url(audio_210415.png) center no-repeat;
}

.shiting .shiting_box .shiting_top .shiting_right {
	font-size: 14px;
	color: #333330;
	letter-spacing: 1px;
	opacity: .5;
}

.shiting .shiting_box .shiting_top .shiting_more {
	margin: 15px 0 0 2px;
	width: 9px;
	height: 12px;
	background: url(more_210415.png) center no-repeat;
	background-size: 100%;
	opacity: .5;
}

.shiting .shiting_box .shiting_main {
	margin-top: 20px;
	width: 100%;
}

.shiting .shiting_box .shiting_main .swiper_item:nth-child(1) {
	margin-top: 0 !important;
}

.shiting .shiting_box .shiting_main .swiper_item:nth-child(4n+1) {
	margin: 20px 0 0 0;
}

.shiting .shiting_box .shiting_main .swiper_item .swiper_info {
	height: 112px;
}

.shiting .shiting_box .shiting_main .swiper_item .swiper_info .info_title {
	margin-top: 0;
	height: 48px;
	font-size: 16px;
	line-height: 24px;
}

.shiting .shiting_box .shiting_main .swiper_item .swiper_info .info_time {
	margin-top: 14px;
}

.audio_item {
	position: relative;
	display: inline-block;
	width: calc((100% - 96px) / 4);
	height: 188px;
}

.audio_item+.audio_item {
	margin-left: 32px;
}

.audio_item:nth-child(1) {
	margin: 0 !important;
}

.audio_item:nth-child(4n+1) {
	margin: 20px 0 0 0;
}

.audio_item .audio_info {
	position: absolute;
	top: 0;
	left: 0;
	padding: 18px 15px 18px 20px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .78);
}

.audio_item .audio_info .audio_title {
	height: 48px;
	font-size: 16px;
	color: #333330;
	letter-spacing: 1px;
	line-height: 24px;
}

.audio_item .audio_info .audio_time {
	margin-top: 16px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	line-height: 14px;
}

.audio_item .audio_info .audio_time .radio {
	margin: -1px 0 0 6px;
	width: 18px;
	height: 16px;
	background: url(radio_210415.png) center no-repeat;
	background-size: 100%;
}

.audio_item .audio_info .audio_time .message {
	width: 16px;
	height: 16px;
	background: url(message_210415.png) center no-repeat;
	background-size: 100%;
}

.audio_item .audio_info .audio_play {
	margin-top: 32px;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: rgba(51, 51, 51, .8);
}

.audio_item .audio_info .audio_play .play {
	width: 22px;
	height: 24px;
	background: url(play_1_210415.png) center no-repeat;
	background-size: 100%;
}

.audio_item .audio_info .audio_play .point {
	margin: 8px 0 0 10px;
	width: 8px;
	height: 8px;
	background-color: #fe7827;
	border-radius: 50%;
}

.audio_item .audio_info .audio_play .process {
	margin-top: 11px;
	width: calc(100% - 82px);
	height: 2px;
	background-color: #454443;
}

.quanzhonghaozuozhe .news_box .box_left,
.quanzhonghaozuozheliebiao .news_box .box_left {
	width: 852px !important;
}

.quanzhonghaozuozhe .box_left .author_box {
	padding: 28px 32px 32px;
}

.quanzhonghaozuozhe .box_left .attention_box .attention_item .attention_left {
	width: 90px;
	height: 90px;
}

.quanzhonghaozuozhe .box_left .attention_box .attention_item .attention_right {
	width: calc(100% - 110px);
}

.quanzhonghaozuozhe .box_left .attention_box .attention_item .attention_right .attention_top {
	font-size: 20px;
}

.quanzhonghaozuozhe .box_left .attention_box .attention_item .attention_right .attention_top .attention_tag {
	width: calc(100% - 80px);
}

.quanzhonghaozuozhe .box_left .attention_box .attention_item .attention_right .attention_top .attention_btn .follow_btn {
	font-size: 16px;
	border-radius: 15px;
}

.quanzhonghaozuozhe .box_left .attention_box .attention_item .attention_right .attention_top .attention_btn .follow_btn i {
	font-size: 18px;
}

.quanzhonghaozuozhe .box_left .attention_box .attention_item .attention_right .attention_top .followed .followed_btn {
	font-size: 16px;
	border-radius: 15px;
}

.quanzhonghaozuozhe .box_left .attention_box .attention_item .attention_right .attention_desc {
	margin-top: 22px;
}

.quanzhonghaozuozhe .news_box .box_left .news_list {
	margin-top: 20px;
}

.quanzhonghaozuozheliebiao .news_box .box_right .import_box {
	margin-top: 0;
}

.quanmeiti .media_box .media_item {
	display: inline-block;
	width: calc((100% - 36px) / 3);
	height: 248px;
	text-align: center;
	background: #fff;
}

.quanmeiti .media_box .media_item+.media_item {
	margin-left: 18px;
}

.quanmeiti .media_box .media_item+:nth-child(3n+1) {
	margin: 20px 0 0 0;
}

.quanmeiti .media_box .media_item+:nth-child(1) {
	margin: 0 !important;
}

.quanmeiti .media_box .media_item .media_img {
	position: relative;
	width: 100%;
	height: 200px;
}

.quanmeiti .media_box .media_item .media_img .media_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(15, 15, 15, .7);
}

.quanmeiti .media_box .media_item .media_img .media_mask .media_code {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
}

.quanmeiti .media_box .media_item .media_name {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}

.sousuo .header_box .header_adv,
.sousuo .header_box .header_menu {
	display: none !important;
}

.sousuo .news_box .box_left .search_box {
	position: relative;
	margin-top: 20px;
	padding: 40px 40px 0 32px;
	width: 100%;
	height: 150px;
	background-color: #fff;
}

.sousuo .news_box .box_left .search_box input {
	padding: 0 20px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #333333;
	background-color: #EFF2F5;
	border: 0;
	border-radius: 50px;
}

.sousuo .news_box .box_left .search_box .search_btn {
	position: absolute;
	top: 40px;
	right: 40px;
	padding-left: 46px;
	width: 110px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	background: url(search_210415.png) 25px center no-repeat;
	background-size: 16px;
	background-color: #4C8CF4;
	border-radius: 50px;
}

.sousuo .news_box .box_left .search_box .search_menu {
	margin-top: 40px;
	font-size: 16px;
	line-height: 16px;
}

.sousuo .news_box .box_left .search_box .search_menu .search_item {
	padding-bottom: 4px;
}

.sousuo .news_box .box_left .search_box .search_menu .search_item+.search_item {
	margin-left: 68px;
}

.sousuo .news_box .box_left .search_box .search_menu .search_active {
	border-bottom: 2px solid #FE7827;
}

.sousuo .news_box {
	margin-top: 0;
}

.sousuo .news_box .box_left .single_img,
.sousuo .news_box .box_left .tele_item,
.sousuo .news_box .box_left .video_item,
.sousuo .news_box .box_left .single_img+.attention_item,
.sousuo .news_box .box_left .tele_item+.attention_item,
.sousuo .news_box .box_left .video_item+.attention_item,
.sousuo .news_box .box_left .attention_item:nth-child(1),
.sousuo #author_main,
.sousuo .news_box .box_right .import_box {
	margin-top: 20px;
}

.sousuo .news_box .box_left .single_img+.single_img {
	margin-top: 0;
}

.sousuo .news_box .box_left .video_item:nth-child(3n+1) {
	margin-left: 0;
}

.sousuo .news_box .box_left .attention_item:nth-child(2n+1) {
	padding: 32px 16px 28px 32px !important;
	border-right: 2px solid #EFF2F5;
}

.yaowenxq .news_box .box_left,
.quanzhonghaoxq .news_box .box_left {
	width: 852px !important;
}

.news_box .box_left .top_img {
	position: relative;
	width: 100%;
	/* height: 248px; */
	height: auto;
}

.news_box .box_left .top_img .top_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
}

.news_box .box_left .top_img .top_mask .top_title {
	position: absolute;
	left: 50px;
	bottom: 18px;
	width: calc(100% - 100px);
	max-height: 228px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 38px;
	text-align: justify;
	overflow: hidden;
}

.news_box .box_left .left_content {
	padding-bottom: 18px;
	width: 100%;
	background-color: #fff;
}

.news_box .box_left .left_content .content_info {
	padding: 0 50px;
	width: 100%;
	height: 72px;
	line-height: 72px;
	border-bottom: 2px solid #EFF2F5;
}

.news_box .box_left .left_content .content_info .content_left {
	font-size: 16px;
	color: #333330;
	letter-spacing: 1px;
}

.news_box .box_left .left_content .content_info .content_left .attention_btn .follow_btn {
	display: block;
	margin: 24px 0 0 15px;
	padding: 0 13px;
	font-size: 15px;
	line-height: 24px;
	color: #FA6400;
	letter-spacing: 1px;
	background: rgba(255, 226, 207, 0.86);
	border-radius: 13px;
}

.news_box .box_left .left_content .content_info .content_left .attention_btn .follow_btn i {
	margin-right: 2px;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
}

.news_box .box_left .left_content .content_info .content_left .attention_btn .followed_btn {
	display: none;
}

.news_box .box_left .left_content .content_info .content_left .followed .follow_btn {
	display: none;
}

.news_box .box_left .left_content .content_info .content_left .followed .followed_btn {
	display: block;
	margin: 24px 0 0 15px;
	padding: 0 13px;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 1px;
	background: #a3a3a3;
	border-radius: 13px;
}

.news_box .box_left .left_content .content_info .content_right {
	font-size: 18px;
	color: #333330;
	letter-spacing: 1px;
	opacity: .8;
}

.news_box .box_left .left_content .content_text {
	margin: 0 auto;
	width: calc(100% - 100px);
	padding: 34px 0 20px;
	font-size: 18px;
	color: #333330;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 27px;
	overflow: hidden;
}

.news_box .box_left .left_content .content_text * {
	max-width: 100%;
}

.news_box .box_left .left_content .content_text section {
	font-size: inherit !important;
}

.news_box .box_left .left_content .content_text p+p {
	margin-top: 20px;
}

p .trsHotWords {
	color: inherit !important;
	text-decoration: none !important;
	pointer-events: none !important;
}

.news_box .box_left .left_content .content_abstract {
	padding: 12px 32px;
	font-size: 18px;
	color: #333333;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 30px;
}

.news_box .box_left .left_content .content_collect {
	padding-right: 50px;
}

.news_box .box_left .left_content .content_collect .collect {
	width: 22px;
	height: 25px;
}

.news_box .box_left .message_box {
	width: 100%;
}

.news_box .box_left .message_box .message_title,
.zhiboxq .message_title {
	margin-top: 32px;
	font-size: 24px;
	color: #333333;
	letter-spacing: 1px;
}

.news_box .box_left .message_box .message_title .message_icon {
	margin: 3px 18px 0 0;
	width: 33px;
	height: 31px;
	background: url(commond_210415.png) center no-repeat;
	background-size: 100%;
}

.news_box .box_left .message_box .message_title .comment_icon {
	margin: -1px 18px 0 0;
	width: 33px;
	height: 36px;
	background: url(comment_210415.png) center no-repeat;
	background-size: 100%;
}

.news_box .box_left .message_box .message_ipt {
	margin-top: 10px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid rgba(151, 151, 151, 0.69);
}

.news_box .box_left .message_box .message_ipt textarea {
	padding: 20px;
	width: 100%;
	height: 108px;
	font-size: 15px;
	line-height: 22px;
	color: #333330;
	resize: none;
	border: 0;
}

.news_box .box_left .message_box .ipt_bottom {
	padding: 0 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	text-align: right;
	background-color: #F0F0F0;
}

.news_box .box_left .message_box .message_btn {
	margin-left: 18px;
	padding: 5px 25px;
	color: #fff;
	background: #4185F4;
}

.news_box .box_left .message_box .message_tips {
	margin: 10px 0 0 20px;
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
}

.news_box .box_left .message_box .comment_list .comment_item {
	margin-top: 40px;
	width: 100%;
}

.news_box .box_left .message_box .comment_list .comment_item .comment_img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.news_box .box_left .message_box .comment_list .comment_item .comment_img img {
	border-radius: 50%;
}

.news_box .box_left .message_box .comment_list .comment_item .comment_right {
	padding-right: 20px;
	width: calc(100% - 52px);
}

.news_box .box_left .message_box .comment_list .comment_item .comment_right .comment_name {
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 34px;
}

.news_box .box_left .message_box .comment_list .comment_item .comment_right .comment_name .comment_time {
	font-size: 14px;
	color: #151515;
	letter-spacing: 1px;
	line-height: 34px;
}

.news_box .box_left .message_box .comment_list .comment_item .comment_right .comment_name .comment_reply,
.news_box .box_left .message_box .comment_list .comment_item .comment_right .comment_name .comment_delete {
	font-size: 14px;
	color: #4389F9;
	letter-spacing: 1px;
	line-height: 34px;
}

.news_box .box_left .message_box .comment_list .comment_item .comment_right .comment_text {
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 22px;
}

.news_box .box_left .message_box .reply_list .message_ipt {
	margin-top: 20px;
}

.news_box .box_left .message_box .reply_list .message_ipt textarea {
	padding: 10px 12px;
	width: 100%;
	height: 60px;
	font-size: 14px;
	line-height: 20px;
	color: #333330;
	resize: none;
	border: 0;
}

.news_box .box_left .message_box .reply_list .ipt_bottom {
	padding: 5px 15px;
	width: 100%;
	height: 40px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
	letter-spacing: 1px;
	text-align: right;
	background-color: #F0F0F0;
}

.news_box .box_left .message_box .reply_list .msg_btn {
	padding: 5px 15px;
	color: #fff;
	background: #4185F4;
}


.news_box .box_left .message_box .reply_list .comment_item {
	margin-top: 25px;
}

.news_box .box_left .message_box .reply_list .comment_item .comment_right {
	padding: 0;
}

.yaowenxq .news_box .box_right .qzh_box {
	margin-top: 0 !important;
}

.huatixq .news_box .box_left .group_box .group_title {
	padding: 0 32px;
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
	background: #5B96F6;
}

.huatixq .news_box .box_right .qzh_box {
	margin-top: 40px !important;
}

.news_box .video_content {
	width: 1030px;
}

.news_box .video_content .video_top {
	width: 100%;
	height: 526px;
	background-color: #262626;
}

.news_box .video_content .video_top .video_left {
	width: 835px;
	height: 100%;
}

.news_box .video_content .video_top .video_left .video_play {
	position: relative;
	width: 100%;
	height: 470px;
}

.video_play .video-js {
	width: 100%;
	height: 100%;
}

.video_play .video-js .vjs-poster {
	background-size: cover;
}

.video_play .video-js .vjs-big-play-button {
	width: 100px !important;
	height: 100px !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

.video_play .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	content: " " !important;
	width: 100px !important;
	height: 100px !important;
	background: url(play_210415.png) center no-repeat;
	background-size: 100%;
}

.video_play .video-js .vjs-time-tooltip {
	min-width: 40px;
}

.video_play .video-js .vjs-picture-in-picture-control {
	display: none;
}

.video-js .vjs-progress-control {
	padding-left: 0.5em !important;
}

.video-js .vjs-play-progress {
	background-color: #FA6400 !important;
}

.vjs-control-bar .vjs-play-control {
	margin-left: 0.5em !important;
}

.vjs-control-bar .vjs-play-control, .vjs-control-bar .vjs-volume-panel {
	width: 2em !important;
}

.video-js .vjs-volume-panel {
	margin-right: 1.3em !important;
	margin-left: -0.5em !important;
}

.video-js .vjs-time-control {
	display: block !important;
	padding-left: 0.5em !important;
	padding-right: 0 !important;
	min-width: 0.5em !important;
}

.video-js .vjs-remaining-time {
	display: none !important;
}

.video_play .recommend {
	top: 16px;
	left: 34px;
}

.news_box .video_content .video_top .video_left .video_attention {
	padding: 0 25px 0 34px;
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #fff;
}

.news_box .box_left .left_content .content_info .content_left .attention_logo {
	margin: 6px 10px 0 0;
	width: 24px;
	height: 24px;
}

.news_box .video_content .video_top .video_left .video_attention .attention_logo {
	margin: 3px 8px 0 0;
	width: 18px;
	height: 18px;
}

.news_box .video_content .video_top .video_left .video_attention .attention_btn .follow_btn {
	display: block;
	margin: 18px 0 0 15px;
	padding: 0 12px;
	font-size: 12px;
	line-height: 20px;
	color: #FA6400;
	letter-spacing: 1px;
	background: rgba(255, 226, 207, 0.86);
}

.news_box .video_content .video_top .video_left .video_attention .attention_btn .follow_btn i {
	margin-right: 2px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.news_box .video_content .video_top .video_left .video_attention .attention_btn .followed_btn {
	display: none;
}

.news_box .video_content .video_top .video_left .video_attention .followed .follow_btn {
	display: none;
}

.news_box .video_content .video_top .video_left .video_attention .followed .followed_btn {
	display: block;
	margin: 18px 0 0 15px;
	padding: 0 12px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 1px;
	background: #a3a3a3;
}

.news_box .video_content .video_top .video_left .video_attention .collect {
	margin-top: 17px;
	width: 16px;
	height: 21px;
}

.news_box .video_content .video_top .video_right {
	position: relative;
	padding-bottom: 22px;
	width: calc(100% - 835px);
	height: 100%;
}

.news_box .video_content .video_top .video_right .video_recommend {
	padding: 0 18px;
	width: 100%;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
}

.news_box .video_content .video_top .video_right .recommend_list {
	width: 100%;
	height: calc(100% - 60px);
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.news_box .video_content .video_top .video_right .recommend_list::-webkit-scrollbar {
	display: none;
}

.news_box .video_content .video_top .video_right .recommend_list .recommend_item {
	position: relative;
	margin-top: 6px;
	width: 100%;
	height: 108px;
}

.news_box .video_content .video_top .video_right .recommend_list .recommend_item+.recommend_item {
	margin-top: 20px;
}

.news_box .video_content .video_top .video_right .recommend_list .play_mask {
	position: absolute;
	top: -6px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F95355;
	z-index: 1;
}

.news_box .video_content .video_top .video_right .recommend_list .recommend_main {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 18px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.news_box .video_content .video_top .video_right .recommend_list .recommend_item .img_play {
	width: 32px;
	height: 32px;
}

.news_box .video_content .video_top .video_right .recommend_list .playing .img_play {
	background: url(pause_210415.png) center no-repeat;
	background-size: 100%;
}

.news_box .video_content .video_top .video_right .recommend_list .recommend_item .video_mask {
	padding: 0;
	width: calc(100% - 36px);
	text-align: left;
}

.news_box .video_content .video_top .video_right .recommend_list .recommend_item .video_mask .video_title {
	margin-left: -30px;
	width: 140%;
	height: 28px;
	font-size: 12px;
	-webkit-text-size-adjust: none;
	transform: scale(0.66, 0.66);
	color: #fff;
	letter-spacing: 1px;
	line-height: 14px;
}

.news_box .video_content .video_top .video_right .recommend_more {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 18px;
	width: 100%;
	height: 70px;
	text-align: center;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #262626 100%);
	z-index: 2;
}

.news_box .video_content .video_top .video_right .recommend_more .more_btn {
	padding: 4px 26px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	background: #4185F4;
}

.news_box .video_content .video_bottom {
	padding: 20px 46px 16px 34px;
	width: 100%;
	background-color: #fff;
}

.news_box .video_content .video_bottom .bottom_title {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
}

.news_box .video_content .video_bottom .bottom_abstract {
	display: inline-block !important;
	margin-top: 8px;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 24px;
}

.news_box .video_content .video_bottom .bottom_time {
	margin-top: 8px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	opacity: .8;
}

.zhiboxq .boardcast_box {
	margin-top: 30px;
	width: 100%;
}

.zhiboxq .boardcast_box .message_title .boardcast_icon {
	margin: -1px 18px 0 0;
	width: 37px;
	height: 36px;
	background: url(boardcast_210415.png) center no-repeat;
	background-size: 100%;
}

.zhiboxq .boardcast_box .boardcast_list {
	margin-top: 20px;
	width: 100%;
	min-height: 216px;
	max-height: 870px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}

.zhiboxq .boardcast_box .boardcast_list::-webkit-scrollbar {
	width: 12px;
	height: 35px;
}

.zhiboxq .boardcast_box .boardcast_list::-webkit-scrollbar-thumb {
	width: 12px;
	height: 35px;
	background: rgba(38, 38, 38, .4);
	border-radius: 10px;
}

.zhiboxq .boardcast_box .boardcast_list .boardcast_item {
	padding: 20px 34px;
	font-size: 18px;
	color: #333330;
	letter-spacing: 1px;
	line-height: 28px;
}

.zhiboxq .boardcast_box .boardcast_list .boardcast_item+.boardcast_item {
	border-top: 2px solid #EFF2F5;
}

.zhiboxq .boardcast_box .boardcast_list .boardcast_item .boardcast_head {
	margin-bottom: 10px;
	font-size: 18px;
	color: #9A9A9A;
	letter-spacing: 1px;
	line-height: 18px;
}

.zhiboxq .boardcast_box .boardcast_list .boardcast_item .boardcast_head .boardcast_name {
	margin-left: 5px;
	color: #4185F4;
}

.zhiboxq .boardcast_box .boardcast_list .boardcast_item .boardcast_pics {
	width: 316px;
	font-size: 0;
}

.zhiboxq .boardcast_box .boardcast_list .boardcast_item .boardcast_pics img {
	display: inline-block;
	margin: 8px 0 0 4px;
	width: 100px;
	height: 100px;
	vertical-align: top;
}

.zhiboxq .boardcast_box .boardcast_list .boardcast_item .boardcast_pics img:nth-child(3n+1) {
	margin-left: 0;
}

.zhiboxq .boardcast_box .boardcast_list .load {
	margin: 25px 0;
}

.yinpinxq .video_content .video_play {
	position: relative;
}

.yinpinxq .video_content .video_play .audio_box {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 364px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
}

.yinpinxq .video_content .video_play .audio_box .audiojs {
	padding-left: 42px;
	width: 100%;
	height: 54px;
	background: none;
	background-color: initial !important;
	background-image: none !important;
	box-shadow: none !important;
}

.yinpinxq .video_content .video_play .audio_box .audiojs .play-pause {
	margin: 0;
	padding: 0;
	width: 54px;
	height: 100%;
	border: 0;
}

.yinpinxq .video_content .video_play .audio_box .audiojs p {
	width: auto;
	height: 100%;
}

.yinpinxq .video_content .video_play .audio_box .audiojs .play {
	background: url(play_2_210415.png) center no-repeat;
	background-size: auto 100%;
}

.yinpinxq .video_content .video_play .audio_box .audiojs .pause {
	background: url(pause_210415.png) center no-repeat;
	background-size: auto 100%;
}

.yinpinxq .video_content .video_play .audio_box .audiojs .loading {
	background: url(loading_210415.png) center no-repeat;
	background-size: auto 100%;
	animation: circleRoate 1s infinite linear;
}

@keyframes circleRoate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.yinpinxq .video_content .video_play .audio_box .audiojs .error {
	background: url(error_210415.png) center no-repeat;
	background-size: auto 100%;
}

.yinpinxq .video_content .video_play .audio_box .audiojs .scrubber_box {
	position: relative;
	float: left;
	margin: 0 0 0 25px;
	width: 480px;
	height: 100%;
}

.yinpinxq .video_content .video_play .audio_box .error .scrubber_box {
	display: none;
}

.yinpinxq .video_content .video_play .audio_box .audiojs .scrubber {
	position: absolute;
	margin: 0;
	width: 480px;
	height: 100%;
	border: 0;
	background: none;
}

.yinpinxq .video_content .video_play .audio_box .audiojs .progress {
	top: 25px;
	height: 4px;
	background: #FE7827;
	background-image: none;
	border-radius: 3px;
}

.yinpinxq .video_content .video_play .audio_box .audiojs .point {
	position: absolute;
	top: 14px;
	left: 0;
	width: 24px;
	height: 24px;
	background: #FE7827;
	border-radius: 50%;
}

.yinpinxq .video_content .video_play .audio_box .audiojs .loaded {
	top: 25px;
	height: 4px;
	background: #fff;
	border-radius: 3px;
}

.yinpinxq .video_content .video_play .audio_box .audiojs .progress_bg {
	top: 25px;
	height: 4px;
	border-radius: 3px;
}

.yinpinxq .video_content .video_play .audio_box .audiojs .time {
	margin: 11px 0 0 20px;
	padding: 0;
	font-size: 28px;
	color: #fff;
	line-height: 28px;
	border: 0;
}

.yinpinxq .video_content .video_play .audio_box .audiojs .error-message {
	margin: 11px 0 0 15px;
	width: calc(100% - 105px);
	font-size: 28px;
	color: #fff;
	line-height: 28px;
	text-align: justify;
}

.yinpinxq .audio_item {
	width: 100%;
	height: 108px;
}

.yinpinxq .audio_item+.audio_item {
	margin: 20px 0 0 0;
}

.yinpinxq .audio_item:nth-child(1) {
	margin: 6px 0 0 !important;
}

.yinpinxq .audio_item .audio_info {
	left: 18px;
	padding: 3px 2px 3px 5px;
	width: calc(100% - 36px);
}

.yinpinxq .audio_item .audio_info .audio_title {
	margin-left: -30px;
	width: 140%;
	height: 40px;
	font-size: 16px;
	-webkit-text-size-adjust: none;
	transform: scale(0.66, 0.66);
	letter-spacing: 1px;
	line-height: 20px;
}

.yinpinxq .audio_item .audio_info .audio_time {
	margin: 2px 0 0 -30px;
	width: 140%;
	-webkit-text-size-adjust: none;
	transform: scale(0.66, 0.66);
}

.yinpinxq .audio_item .audio_info .audio_play {
	margin: 6px 0 0 -30px;
	width: 140%;
	-webkit-text-size-adjust: none;
	transform: scale(0.66, 0.66);
}

.playing .audio_info .audio_play .play {
	display: block;
	background: url(pause_1_210415.png) center no-repeat;
	background-size: 100%;
}

.information .person_box .person_left {
	padding-top: 0;
}

.information .person_box .person_left .person_menu {
	margin-top: 0;
}

.information .person_box .person_left .person_menu .person_item:first-child {
	border-top: 0;
}

.information .person_box .person_right {
	width: calc(100% - 248px);
}

.information .person_box .person_right .person_title {
	text-align: center;
	font-weight: bold;
}

.information .person_box .person_right .person_info {
	padding: 30px 50px 50px;
}

.person_box .person_right .person_text {
	margin-top: 25px;
	font-size: 18px;
	color: #333333;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 30px;
}

.person_box .person_right .person_text p+p {
	margin-top: 30px;
}

.person_box .person_right .person_text .text_weight {
	font-weight: bold;
}

.lianxifangshi .person_box .person_right .person_info {
	padding-bottom: 74px;
}

.lianxifangshi .person_box .person_right .person_text {
	text-align: center;
}

.yonghufankui .person_box .person_right .person_info {
	padding-left: 126px;
}

.yonghufankui .person_box .person_right .person_info .form_text {
	margin-top: 25px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 26px;
}

.person_info .person_form .form_item textarea {
	padding: 0 10px;
	width: 610px;
	height: 78px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 26px;
	resize: none;
	border: 0;
	background: #EFF2F5;
}

.yonghufankui .person_info .person_form .form_item .form_img {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 0;
}

.yonghufankui .person_info .person_form .form_item .form_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 38px;
	height: 35px;
	border-radius: 0;
}

.yonghufankui .person_info .person_form .form_item .form_file {
	height: 100%;
	border-radius: 0;
}

.yonghufankui .person_info .person_form .form_item .file_name {
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 32px;
}

.yonghufankui .person_info .person_form .form_item .file_name .close_icon {
	margin: 10px 0 0 15px;
	width: 18px;
	height: 16px;
	background: url(close_1_210415.png) center no-repeat;
	background-size: 100%;
}

.yonghufankui .person_box .person_right .save_btn {
	margin: 72px auto 0;
}

.youqinglianjie .link_box {
	padding-top: 20px;
}

.youqinglianjie .link_box .link_top {
	padding: 0 16px;
	width: 100%;
	height: 46px;
	line-height: 43px;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	letter-spacing: 0;
	border-top: 6px solid #1E174B;
	background: #fff;
}

.youqinglianjie .link_box .attention_box {
	margin-top: 20px;
	background-color: inherit;
}

.youqinglianjie .link_box .attention_box .attention_item {
	padding: 24px 15px !important;
	width: calc((100% - 2px) / 3);
	height: 128px;
	border-right: 2px solid #EFF2F5;
	border-bottom: 0;
}

.youqinglianjie .link_box .attention_box .attention_item:nth-child(3n) {
	border-right: 0;
}

.youqinglianjie .link_box .attention_box .attention_item:nth-child(3n+1) {
	margin-top: 2px;
}

.pre_data {
	display: none;
}

.err_info {
	position: absolute;
	margin-top: 4px;
	font-size: 12px;
	color: red;
	letter-spacing: 1px;
}

.send_tips {
	color: #9a9a9a;
	cursor: not-allowed;
}

.tips_box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 0 15px;
	font-size: 18px;
	line-height: 42px;
	color: #fff;
	background: rgba(0, 0, 0, .6);
	border-radius: 5px;
	z-index: 11;
}

.date_close {
	position: absolute;
	top: 10px;
	left: 430px;
	width: 12px;
	height: 12px;
	background: url(close_1_210415.png) center no-repeat;
}

.audio_player {
	position: fixed;
	right: 20px;
	bottom: 30px;
	padding: 14px 0 0 12px;
	width: 386px;
	height: 76px;
	background: #fff;
	box-shadow: 0 0 10px 6px rgba(202, 202, 202, .2);
	border-radius: 10px;
	z-index: 2;
}

.audio_player .player_left {
	position: relative;
	width: 48px;
	height: 48px;
	background: url(record_210524.png) center no-repeat;
	background-size: 100%;
}

.audio_player .player_left .player_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background: url(play_3_210524.png) center no-repeat;
	background-size: 100%;
}

.playing .player_left .player_icon {
	background: url(pause_2_210524.png) center no-repeat;
	background-size: 100%;
}

.audio_player .player_right {
	position: absolute;
	top: 50%;
	left: 70px;
	transform: translate(0, -50%);
	width: calc(100% - 58px);
}

.audio_player .player_right .player_title {
	width: 270px;
	max-height: 30px;
	font-size: 12px;
	color: #808080;
	letter-spacing: 1px;
	line-height: 15px;
	text-align: justify;
	overflow: hidden;
}

.audio_player .player_right .player_title:hover {
	color: #4183F0;
}

.audio_player .player_right .audio_box {
	margin-top: 5px;
	width: 100%;
	height: 12px;
}

.audio_player .player_right .audio_box .audiojs {
	width: 100%;
	height: 12px;
	background: none;
	background-color: initial !important;
	background-image: none !important;
	box-shadow: none !important;
}

.audio_player .player_right .audio_box .audiojs .play-pause {
	display: none !important;
}

.audio_player .player_right .audio_box .audiojs p {
	width: auto;
	height: 100%;
}

.audio_player .player_right .audio_box .audiojs .scrubber_box {
	position: relative;
	float: left;
	margin: 0;
	width: 202px;
	height: 100%;
}

.audio_player .player_right .audio_box .error .scrubber_box {
	display: none;
}

.audio_player .player_right .audio_box .audiojs .scrubber {
	position: absolute;
	margin: 0;
	width: 202px;
	height: 100%;
	border: 0;
	background: none;
}

.audio_player .player_right .audio_box .audiojs .progress {
	top: 6px;
	height: 2px;
	background: #FE7827;
	background-image: none;
	border-radius: 3px;
}

.audio_player .player_right .audio_box .audiojs .point {
	position: absolute;
	top: 4px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #FE7827;
	border-radius: 50%;
}

.audio_player .player_right .audio_box .audiojs .loaded {
	top: 6px;
	height: 2px;
	background: #CCCCCC;
	border-radius: 3px;
}

.audio_player .player_right .audio_box .audiojs .time {
	margin-left: 10px;
	padding: 0;
	height: 12px;
	font-size: 12px;
	font-family: auto;
	color: #A7A7A7;
	line-height: 12px;
	text-shadow: none;
	border: 0;
}

.audio_player .player_right .audio_box .audiojs .time em {
	color: #A7A7A7;
}

.audio_player .player_right .audio_box .audiojs .error-message {
	margin: 0;
	width: 300px;
	font-size: 12px;
	color: red;
	line-height: 12px;
	text-align: justify;
	text-shadow: none;
}

.audio_player .player_close {
	position: absolute;
	top: 5px;
	right: 8px;
	width: 16px;
	height: 16px;
	background: url(close_1_210415.png) center no-repeat;
	background-size: 13px;
}

.text_news .single_right {
	width: 100%;
	height: auto;
}

.text_news .single_right .single_abs {
	height: auto;
	max-height: 42px;
}

.text_news .single_right .single_info {
	position: inherit;
	margin-top: 20px;
}

.search_sort {
	margin-top: 20px;
	width: 94px;
	height: 34px;
	background: #EFF2F5;
	border: 1px solid #D0D0D0;
	border-radius: 6px;
}

.search_sort .sort_item {
	display: inline-block;
	width: 50%;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: rgba(51, 51, 51, .5);
}

.search_sort .sort_active {
	background: #fff;
	border-radius: 6px;
}

.dianxun .text_right {
	position: relative;
}

.dianxun .text_right .text_main {
	max-height: 128px;
	line-height: 32px;
	overflow: hidden;
}

.dianxun .text_right .text_main .text_more {
	color: #4487f4;
}

.dianxun .text_right .height_auto {
	max-height: inherit;
}

.dianxun .text_right .up_icon {
	position: absolute;
	top: -15px;
	right: -30px;
	width: 20px;
	height: 20px;
	transform: rotate(0);
	background: url(down_210615.png) center no-repeat;
	background-size: 14px auto;
}

.dianxun .text_right .down {
	transform: rotate(180deg);
}

.news_box .box_left .left_content .content_text img{
	width: auto;
	height: auto;
	max-width: 100%;
}

.wap * {
	display: none !important;
}

.dianxun .left_top {
	position: relative;
}

.dianxun .left_top .agree_notice {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 16px;
	font-weight: normal;
}

.dianxun .left_top .agree_notice .notice_check {
	margin: 23px 8px 0 0;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(160, 160, 160, .8);
	border-radius: 5px;
}

.dianxun .left_top .agree_notice .check_active {
	background: url(check_210524.png) center no-repeat;
	background-size: 100%;
	border: 0;
}

.notice_box {
	position: fixed;
	right: 20px;
	bottom: 30px;
	padding: 28px 24px 20px;
	width: 330px;
	min-height: 100px;
	background: #fff;
	box-shadow: 0 0 10px 6px rgb(202, 202, 202, .2);
	border-radius: 10px;
	z-index: 2;
}

.notice_box .notice_icon {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -20px;
	width: 50px;
	height: 50px;
	background: url(notice_210524.png) center no-repeat;
	background-size: 40px auto;
	border: 7px solid #fff;
	border-radius: 50%;
}

.notice_box .notice_text {
	font-size: 14px;
	color: #323232;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 20px;
}

.notice_box .notice_text .notice_title {
	font-weight: bold;
}

.notice_box .notice_close {
	position: absolute;
	top: 5px;
	right: 8px;
	width: 16px;
	height: 16px;
	background: url(close_1_210415.png) center no-repeat;
	background-size: 13px;
}

.notice_show {
	animation: notice_show 1s;
	-webkit-animation: notice_show 1s;
}

@keyframes notice_show {
	0% {
		opacity: 0;
		bottom: 0;
	}
	100% {
		opacity: 1;
		bottom: 30px;
	}
}

@-webkit-keyframes notice_show {
	0% {
		opacity: 0;
		bottom: 0;
	}
	100% {
		opacity: 1;
		bottom: 30px;
	}
}

.notice_hide {
	animation: notice_hide 1s;
	-webkit-animation: notice_hide 1s;
}

@keyframes notice_hide {
	0% {
		opacity: 1;
		bottom: 30px;
	}
	100% {
		opacity: 0;
		bottom: 0;
	}
}

@-webkit-keyframes notice_hide {
	0% {
		opacity: 1;
		bottom: 30px;
	}
	100% {
		opacity: 0;
		bottom: 0;
	}
}

.yaowenxq .news_box .box_left .left_content .content_text .content_abstract {
	padding: 0 0 34px 0;
	font-weight: 500;
}

.zhiboxq .pics_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 10;
}

.zhiboxq .pics_mask img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.zhiboxq .pics_mask .pics_close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 36px;
	height: 36px;
	background: url(close_2_210715.png) center no-repeat;
	background-size: 100%;
}

.zhiboxq .pics_mask .pics_pre {
	position: absolute;
	top: 50%;
	left: 30px;
	width: 40px;
	height: 40px;
	background: url(next_210716.png) center no-repeat;
	background-size: 100%;
	transform: translate(0, -50%) rotate(180deg);
}

.zhiboxq .pics_mask .pics_next {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 40px;
	height: 40px;
	background: url(next_210716.png) center no-repeat;
	background-size: 100%;
	transform: translate(0, -50%);
}

.yonghufankui .person_info .person_form .form_item .err_info {
	margin-left: 125px;
}

.yonghufankui .person_info .person_form .form_item .upload_item {
	position: relative;
	margin-right: 10px;
	width: 80px;
	height: 80px;
}

.yonghufankui .person_info .person_form .form_item .upload_item .delete_img {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 20px;
	height: 20px;
	background: url(delete_210719.png) center no-repeat;
	background-size: 100%;
}

.mask .agree_tips {
	margin-top: 25px;
	font-size: 13px;
	line-height: 16px;
	color: #aaa;
	letter-spacing: 1px;
}

.mask .agree_tips .login_check {
	margin-right: 8px;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(160, 160, 160, .8);
	border-radius: 5px;
}

.mask .agree_tips .check_active {
	background: url(check_210524.png) center no-repeat;
	background-size: 100%;
	border: 0;
}

.orange_text {
    color: #ff6b00;
}

.mask .login_box .login_main .psw_input {
	position: relative;
}

.mask .login_box .login_main .psw_input input {
	padding-right: 50px;
}

.mask .login_box .login_main .psw_input input::-ms-reveal {
	display: none;
}

.mask .login_box .login_main .psw_input .eyes_icon {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 30px;
	height: 30px;
	background: url(eyes_210720.png) center no-repeat;
	background-size: auto 18px;
}

.mask .login_box .login_main .psw_input .look {
	background: url(eyes_1_210720.png) center no-repeat;
	background-size: auto 18px;
}

/**************电讯频道追加数据渐变*************/
.dianxun .news_list {
	background-color: inherit;
}

.fade_show {
	animation: fade_in 1.5s;
	-webkit-animation: fade_in 1.5s;
}

@keyframes fade_in {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes fade_in {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/**************专题最终页默认隐藏分组*************/
.t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8, .t9, .t10 {
	display: none;
}

.huatixq .news_box .box_left .top_img {
	height: auto;
}

.huatixq .news_box .box_left .top_img img {
	height: auto;
}