:root {
	--w: 1200px;
}

.topbg {
	width: var(--w);
}

#header2 {
	width: var(--w);
}

body {
	background: url(../images/bg-img.png) repeat-x;
	background-size: auto 149px;
}

header {
	position: relative;
	width: var(--w);
	padding: 0 10px;
	margin: 0 auto;
	height: 100px;
	box-sizing: border-box;
}

header .top_item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 38px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .top_item>div {
	display: flex;
	gap: 10px;
}

header .top_item a {
	font-size: 14px;
	color: #666;
}

header .top_item a:hover {
	color: #40b4f7;
	text-decoration: underline;
}

header .logo_box {
	position: relative;
	top: 20px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo_box .logo {
	height: 60px;
}

header .logo_box .search-box {
	width: 230px;
	height: 26px;
	border-radius: 4px;
	border: 1px solid #fff;
	position: relative;
	top: 10px;
}

header .logo_box .search-box #searchForm {
	width: inherit;
	height: inherit;
	position: relative;
}

header .logo_box .search-box #searchForm button {
	position: absolute;
	top: 5px;
	left: 4px;
}

header .logo_box .search-box #searchForm button>i {
	width: 16px;
	height: 16px;
	display: block;
	background-image: url(/jsindex/images/search_btn.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

header .logo_box .search-box #searchForm input {
	width: inherit;
	height: inherit;
	border: unset;
	background: unset;
	text-indent: 36px;
	font-size: 12px;
}

.top-menu{
	display: flex;
	padding: 5px;
	border-radius: 3px;
	box-shadow: 0 0 6px #DBF4FD;
	margin-bottom: 20px;
}
.top-menu .menu-item{
	position: relative;
	padding-left: 28px;
}
.top-menu .menu-item span{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	color: #40b4f7;
	writing-mode: vertical-rl;
	letter-spacing: 7px;
	text-align: center;
	height: 98px;
	padding: 0 3px;
}
.top-menu .menu-item:not(:first-child){
	padding-left: 42px;
}
.top-menu .menu-item:not(:first-child) span{
	padding-left: 12px;
}
.top-menu .menu-item:not(:first-child) span:before{
	content: "";
	position: absolute;
	left: -2px;
	display: inline-block;
	width: 1.5px;
	height: 90px;
	background-color: #abd9f3;
	margin-left: 10px;
}
.top-menu .menu-item dl{
	padding: 7px 0;
	border-bottom: 1px dashed #DBF4FD;
}
.top-menu .menu-item dl:nth-child(2){
	padding-top: 0;
}
.top-menu .menu-item dl:nth-child(4){
	padding-bottom: 0;
	border-bottom: 0;
}
.top-menu .menu-item dl dd{
	display: flex;	
	gap: 18px;
	flex-wrap: nowrap;
}
.top-menu .menu-item dl dd a{
	font-size: 15px;
}
.top-menu .menu-item dl dd a:first-child{
	color: #ff6600;
}
.top-menu .menu-item dl dd a:hover{
	color: #ff6600;
	text-decoration: underline;
}

.footer .bconbox,
.footer .flinks,
.footer .info {
	width: var(--w);
}

.main {
	width: var(--w);
	display: flex;
}

.w12_box {
	width: var(--w);
	margin: 0 auto;
}

.index_html .source li {
	height: 120px;
}

.itt,
.mboxtitle2 {
	background-repeat: repeat-x;
}

.topsearch {
	right: 216px;
}

.index_html .bestjs li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

/*  */
.index_html .main_top_box {
	display: flex;
	width: 100%;
}

.index_html .main_top_box .m_item {
	width: auto;
	flex: 1;
	float: initial;
}

.index_html .switch_cate_item dt span:first-child,
.index_html .switch_cate_item dt span:last-child {
	text-align: center;
}

.switch_cate_item dt span.active {
	color: #40b4f7 !important;
}

.switch_cate_item dd .list_cate_item li a:hover,
.switch_cate_item dd .list_cate_item li:hover .time {
	color: #40b4f7 !important;
}

.article_content {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
}

.title_new_box {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	margin-bottom: 12px;
	height: 34px;
	line-height: 34px;
}

.title_new_box h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.title_new_box a {
	color: #999;
	font-size: 12px;
}

.title_new_box a:hover {
	color: #40b4f7;
	text-decoration: underline;
}

.title_new_box dl {
	display: flex;
	gap: 10px;
}

.title_new_box dl dd {
	background-color: #F4F4F6;
	border-radius: 5px;
	font-size: 12px;
	color: #333;
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
}

.title_new_box dl dd:hover,
.title_new_box dl dd.active {
	background-color: #40b4f7;
	cursor: pointer;
	color: #fff;
}

.list_circle_item {
	padding: 0;
}

.list_circle_item.none_circle li a:before {
	display: none;
}

.list_circle_item li {
	height: 30px;
	line-height: 30px;
	padding-right: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.list_circle_item li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: 14px;
}

.list_circle_item li a:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 0%;
	background-color: #A3A3A3;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.list_circle_item li a:hover {
	text-decoration: underline;
	color: #40b4f7;
}

.list_circle_item li a:hover .type {
	text-decoration: underline;
	color: #40b4f7;
}

.list_circle_item li a .type {
	color: #999;
	font-size: 12px;
	position: relative;
	padding-right: 10px;
}

.list_circle_item li a .type:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 12px;
	background-color: #333;
	right: 5px;
	top: 6px;
}

.list_circle_item li>span {
	float: right;
	color: #999;
	font-size: 12px;
}

.pindao_1_html .col2_box .l_item .list_circle_item li {
	padding: 0px 10px !important;
}

.pindao_1_html .col2_box .l_item .list_circle_item li a {
	display: inline-block;
}



.column_content {
	display: flex;
	gap: 15px;
	margin-top: 15px;
}

.column_content .content {
	width: 800px;
}
.switch-tabs-more a{
	display: none;
}
.switch-tabs-more a.active{
	display: block;
}

.column_content .content:last-child {
	width: 385px;
}

.column_content .content_child {
	display: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
	margin-top: 18px;
}

.column_content .content_child.active {
	display: grid;
}

.column_content .content_child .title_new_box {
	border-bottom: none;
}

.column_content .content_child .img_list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 12px;
}

.column_content .content_child .img_list a {
	display: inline-block;
	height: 72px;
	border-radius: 5px;
	position: relative;
}

.column_content .content_child .img_list a p {
	position: absolute;
	z-index: 9;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 3px 10px;
	color: #fff;
	font-size: 12px;
	background-color: rgba(0, 0, 0, .3);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*  */
.pindao_1_html .col2_box .l_item {
	width: 866px;
}

.top_box {
	height: 80px;
}

.top_box.www .w12_box {
	background-size: initial;
}

.top_box .w12_box .input_search {
	margin: 32px 232px 0 auto;
}

.top_box .w12_box .user_item {
	top: 10px;
}

.column1_html .column_box ul li a .content .info {
	width: 660px;
}

.column1_html .column_box ul li a .content .img_item {
	width: 70px;
	border-radius: 10px;
}

.column_html .column_box ul li a .img_item img,
.column1_html .column_box ul li a .content .img_item img {
	transform: scale(1);
}

/*  */
.zthj_detail_html .text_content .content {
	width: 785px;
}

.zthj_detail_html .img_text_item li {
	width: 374px;
}

.zthj_detail_html .list_info_item li {
	width: 374px;
}

.zthj_detail_html .text_content .img_item img,
.zthj_html .img_text_item li a .img_item img,
.zthj_detail_html .img_text_item li a .title_box .img_item img {
	transform: scale(1);
}

.game_cate_item ul li a .img_item {
	transform: scale(1);
}

/*  */
.zthj_html .img_text_item li {
	width: 283px;
}

.lr_img_text.col3 li a .img_item img {
	transform: scale(1);
}

/*  */
.article_detail_1_html .top_title_item .l_item {
	width: 850px;
}

.article_detail_1_html .col2_box .l_item,
.article_detail_html .col2_box .l_item {
	width: 866px;
}

.article_detail_1_html .col2_box .l_item .article_box ul li a .l_item,
.article_detail_html .col2_box .l_item .article_box ul li a .l_item {
	width: 786px;
}

.article_detail_1_html .col2_box .l_item .article_box ul li a .img_item img {
	transform: scale(1);
}

.article_detail_html .col2_box .l_item .main_box .switch_page a {
	float: initial;
	max-width: none;
	white-space: normal;
}

.footer_box .footer_download .w12_box .col_list dl dt h4 {
	font-size: 16px;
}

.footer_box .footer_download .w12_box .col_list dl dd a {
	font-size: 14px;
	color: #777;
}

.footer_box .footer_title,
.footer_box .footer_title ul,
.footer_box .footer_link,
.footer_box .footer_link ul,
.footer_box .copyright .w12_box,
.footer_box .copyright{
	background-color: transparent;
}
.footer_box .footer_link ul li{
	margin-left: 0;
}
.footer_box .footer_download{
	display: none;
}
.footer_box .copyright .w12_box{
	text-align: left;
	padding-left: 15px;
}
.footer_box .footer_title ul li{
	color: #666;
}
.footer_box .footer_title ul li:before{
	display: none;
}

