@charset "utf-8";

html,body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	min-width: 320px;
	font-family: arial
}

body {
	text-align: left;
	font: 13px arial;
	background: #fff;
	color: #333
}

div,form,img,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p {
	margin: 0;
	padding: 0
}

table,td,tr,th {
	font-size: 12px
}

input,select,textarea {
	font-size: 12px;
	margin: 0;
	padding: 0
}

ul li {
	list-style: none
}

img {
	border: 0
}

li {
	display: list-item
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}

p {
	line-height: 1.54
}

a:link {
	color: #0062c3;
	text-decoration: none
}

a:visited {
	color: #366;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

a:active {
	color: #0062c3
}

.mhl {
	color: Red
}

.mgray {
	color: #666
}

.mgreen {
	color: green
}

.topbox {
	width: 100%;
	background: #2d2d2d;
	height: 30px;
	position: fixed;
	top: 0;
	border-bottom: 1px solid #000;
	z-index: 9999
}

.topbox ul {
	padding: 0 10px
}

.topbox ul li {
	float: left
}

.topbox ul li a {
	line-height: 28px;
	padding: 0 15px;
	color: #fff;
	display: block;
	border-top: 2px solid #2d2d2d;
	transition: all 0.3s ease;
	position: relative;
}

.topbox ul li a:hover {
	background: #4c4c4c;
	text-decoration: none;
	border-top: 2px solid #b76f27;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.topbox ul li.on a {
	border-top: 2px solid #dd4b39;
	font-weight: bold;
	background: rgba(255,255,255,0.1);
}

#header {
	background: #ebebeb;
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
	padding: 10px
}

#home #header {
	background: 0 0;
	border: none;
	text-align: center;
	padding: 120px 0 10px
}

#header h1 {
	font-family: Tahoma;
	font-size: 32px;
	padding-right: 10px
}

#header h1 a:hover {
	text-decoration: none
}

#home #header h1 {
	font-size: 72px;
	padding-right: 0
}

#header h1 .n1 {
	color: #176dee
}

#header h1 .n2 {
	color: #d8432d
}

#header h1 .n3 {
	color: #1d71ee
}

#header h1 .n4 {
	color: #ffb601
}

#header h1 .n5 {
	color: #009b58
}

#header h1 .n6 {
	color: #d8432e
}

#header h1 .n7 {
	color: #176dee
}

#home #container {
	padding: 0 15px 50px;
	overflow: hidden
}

#list #sbox,#content #sbox,#hotkey #sbox {
	float: left
}

#logo {
	float: left
}

#home #logo {
	float: none;
	margin-right: 15px
}

#home #logo img {
	max-width: 70%;
	height: auto
}

.top {
	padding: 0 50px;
	text-align: right
}

.top a {
	line-height: 24px;
	font-size: 16px;
	color: red
}

#home .main {
	padding: 0;
	width: 100%
}

#sbox {
	margin: 0 auto;
	width: 550px
}

#home #sbox {
	margin: 30px auto 15px;
	width: 650px;
	overflow: hidden
}

#sbox input {
	padding: 2px 5px;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	vertical-align: middle;
	float: left
}

#sbox input#sbutton {
	background: #2e82ff;
	border: none;
	height: 36px;
	color: #fff;
	width: 15%;
	cursor: pointer;
	border-radius: 24px;
	transition: all 0.3s ease;
	margin-left: 8px;
}

#sbox input#sbutton.hover {
	background: #317ef3;
	border-bottom: 1px solid #2868c8;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

#sbox input.stbox {
	border: 1px solid #ccc;
	border-right: 0;
	display: inline-block;
	width: 83%;
	z-index: 1;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	border-radius: 24px;
	padding: 8px 16px;
}

#sbox input.stbox:hover {
	border-color: #bdbdbd;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

#home .hotwords {
	width: 620px;
	margin: 10px auto
}

#home .hotwords a {
	padding: 6px 12px;
	margin: 2px;
	border: 1px solid #ccf;
	color: #666;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	display: inline-block;
	font-size: 13px
}

#home .hotwords a:hover {
	text-decoration: none;
	border: 1px solid #fa983f;
	color: #000
}

.hwtit {
	background: #eee;
	padding: 5px 8px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ddd
}

.hwtit h4 {
	font-size: 14px;
	display: inline-block
}

.hwtit span {
	float: right
}

.hwentry {
	overflow: hidden
}

.hwentry li {
	width: 25%;
	float: left
}

.hwentry a {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
	line-height: 28px;
	display: block;
	font-size: 14px
}

.hwentry a:hover {
	background: #fff;
	font-weight: 700
}

#hotkey .hotwords {
	padding: 15px 50px
}

.hotwords_left {
	text-align: left;
	padding-top: 10px;
	clear: both
}

.hotwords_left a {
	padding: 0 5px
}

.slogan {
	font-size: 15px;
	letter-spacing: 3px;
	font-weight: 400;
	padding-right: 16px;
	font-family: 微软雅黑,tahoma
}

#wrapper {
	min-height: 100%;
	height: auto!important;
	margin: 0 auto -40px
}

#container {
	padding: 0;
	overflow: hidden
}

.rightadbox {
	float: left;
	width: 300px;
	border-left: 1px solid #eee;
	padding: 20px;
	margin-left: 15px
}

.main {
	padding: 0 0 50px 145px;
	width: 60%
}

.rststat {
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding-bottom: 5px
}

.rststat span {
	color: #333;
	padding: 0 5px
}

.sele {
	background: #f8f8f8;
	padding-left: 145px;
	margin-bottom: 0;
	font-size: 14px
}

.sele a {
	padding: 0 12px 0 6px;
	margin-right: 6px;
	line-height: 30px;
	display: inline-block
}

.hotkbox {
	padding: 10px
}

.hotkbox h4 {
	font-size: 16px
}

.hotkbox a {
	line-height: 25px;
	padding-right: 10px;
	display: block;
	border-bottom: 1px dashed #f5f5f5
}

#home .fenxiang a {
	color: red;
	text-decoration: none
}

#home .fenxiang {
	text-align: center;
	padding: 25px 0
}

.sele a:link {
	color: #0062c3;
	text-decoration: none
}

.sele a:visited {
	color: #0062c3;
	text-decoration: none
}

.sele a.desc {
	background: url(/yunpan/arrow.png) 100% 50% no-repeat;
	font-weight: 700;
	border-bottom: 2px solid #38f
}

.sele a.asc {
	background: url(/yunpan/arrow2.png) 100% 50% no-repeat;
	font-weight: 700;
	border-bottom: 2px solid #38f
}

.leftconbox li {
	line-height: 28px
}

.mlist li {
	line-height: 1.3;
	margin: 0 0 20px;
	clear: both
}

.wctable ctd.span3 {
	text-align: right;
	font-weight: 402;
	width: 68px
}

.0b5 a {
	font-size: 45px
}

.T1 a {
	font-size: 18px
}

.BotInfo {
	color: #828282
}

.BotInfo dt {
	margin-right: 10px
}

.BotInfo .sspan {
	color: #444
}

.BotInfo span {
	color: #00802a
}

.BotInfo .item-list {
	color: #545454;
	line-height: 1.4;
	font-size: 13px;
	word-wrap: break-word
}

.BotInfo,.dInfo {
	overflow: hidden;
	margin-bottom: 5px
}

.BotInfo a {
	color: #080
}

.dInfo {
	color: #999
}

.dInfo a {
	padding-right: 10px;
	font-weight: 500;
	color: #080
}

.dInfo a:hover {
	text-decoration: underline
}

.btCnt {
	background: #eee;
	padding: 10px;
	line-height: 18px;
	color: #666;
	font-size: 12px;
	border-radius: 3px
}

.hkcat {
	width: 20%;
	float: left
}

.hkcat h2 {
	padding: 5px 10px;
	margin: 0 10px;
	font-size: 16px;
	border-bottom: 1px solid #ddd
}

.hkcat ul {
	padding: 10px
}

#content .main {
	float: left;
	padding-top: 20px
}

.T1 {
	font-size: 21px;
	font-weight: 500;
	word-break: break-all
}

.T2 {
	font-size: 21px;
	font-weight: 500;
	word-break: break-all;
	padding-bottom: 7px
}

.flist {
	padding-left: 30px;
	color: #333
}

.flist span {
	color: #999;
	padding-left: 10px
}

.flist li {
	line-height: 25px
}

#content .detail {
	width: 60%
}

.wlfbox {
	width: 30%;
	float: left;
	position: relative
}

.wlfbox img {
	width: 90%
}

.wrfbox {
	overflow: hidden
}

.wrfbox .T1 {
	padding-bottom: 15px
}

.wtable {
	width: 100%;
	border: 1px solid #ddd;
	border-right: none;
	border-bottom: none;
	border-spacing: 0
}

.wtable td {
	border: 1px solid #ddd;
	border-top: none;
	border-left: none;
	vertical-align: top;
	padding: 5px
}

.wtable td.span2 {
	text-align: right;
	font-weight: 700;
	width: 60px
}

.wtable tbody>tr:nth-child(2n+1)>td,.wtable tbody>tr:nth-child(2n+1)>th {
	background-color: #f9f9f9
}

.wjq {
	clear: both;
	margin: 10px 0
}

.wjq h4 {
	border-bottom: 2px solid #f60;
	line-height: 30px
}

.wjq p {
	padding: 10px 0
}

.p-cover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 99%;
	background-color: #000;
	opacity: .4
}

i.play {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -22px;
	width: 44px;
	height: 44px;
	background: url(/yunpan/icn_play.png) 0 0 no-repeat
}

a:hover .p-cover {
	display: block
}

a:hover i.play {
	display: block
}

.slist .wlfbox {
	width: 120px
}

.slist .wrfbox .T1 a {
	font-size: 14px
}

.slist ul li {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	overflow: hidden
}

.vhome .main {
	padding-top: 15px;
	padding-left: 135px
}

.vhome .rststat {
	margin-left: 10px
}

.vselbox {
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #eee;
	margin: 10px
}

.vsection {
	margin: 5px 0;
	overflow: hidden;
	clear: both;
	line-height: 22px
}

.vselbox h3 {
	float: left;
	display: inline-block
}

.vselbox .fgroup {
	float: left
}

.vselbox .fgroup a {
	padding: 2px 5px
}

.vselbox .fgroup a.von {
	background: #f60;
	color: #fff
}

.vhome .vpad {
	padding: 5px
}

.vhome .vlist li {
	width: 20%;
	float: left;
	text-align: center
}

.vhome .vlist li .vimg {
	border: 1px solid #ddd
}

.vhome .vlist li .vimg:hover {
	border: 1px solid #fa5915
}

.vhome .vlist li .vimg a {
	display: block;
	border: 5px solid #fff
}

.vhome .vlist li .vimg a:hover {
	border: 5px solid #fa5915
}

.vhome .vlist li .vimg a img {
	width: 100%;
	height: 210px
}

.vdetail {
	min-height: 50px
}

.adbox {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd
}

.adbox h3 {
	color: #666
}

.adbox p {
	color: #999
}

.adbox a {
	color: #080;
	padding-right: 10px
}

.T1 b {
	color: #dd4b39
}

.link-bar {
	color: #00802a;
	font-size: 13px;
	line-height: 16px
}

.gg_content {
	line-height: 1.24;
	color: #444
}

.gg_content b {
	color: #dd4b39
}

.h {
	display: none
}

.hb {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden
}

#mpages {
	margin: 30px 0 15px;
	overflow: hidden;
	clear: both
}

#mpages .pg {
	float: left
}

#mpages .pg a,#mpages .pg a:link,#mpages .pg a:visited,#mpages .pg span.current {
	background: #fff;
	border: 1px solid #e7e7e7;
	line-height: 25px;
	margin-right: 5px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	display: inline-block
}

#mpages .pg a:hover {
	background: #0062c3;
	color: #fff
}

#footer {
	height: 39px;
	background: #ebebeb;
	border-top: 1px solid #dbdbdb
}

#footer p {
	line-height: 39px;
	text-align: center;
	color: #777
}

#footer a {
	color: #777;
	text-decoration: none
}

.baidu-box,.bdSug_app,.bdsug_copy {
	display: none
}

#nums span {
	color: green;
	font-weight: 700
}

@media screen and (max-width:980px) {
	.vhome .main {
		padding-left: 5px;
		width: 96%
	}
}

@media screen and (max-width:640px) {
	#logo {
		float: none;
		clear: both
	}

	#home #sbox {
		margin: 20px auto;
		width: 90%
	}

	#sbox {
		margin: 5px auto;
		width: 100%
	}

	#list #sbox,#content #sbox,#hotkey #sbox {
		float: none
	}

	#sbox input.stbox {
		width: 65%
	}

	#sbox input#sbutton {
		width: 30%
	}

	.main {
		padding: 0 10px 50px;
		width: 95%
	}

	#home .hotwords {
		width: 100%
	}

	.rightadbox {
		display: none
	}

	.hwentry li {
		width: 50%
	}

	.sele {
		padding-left: 10px
	}

	.sele a {
		margin-right: 0;
		padding: 0 12px 0 2px
	}

	#nums {
		padding: 0 10px
	}

	.vhome .vlist li {
		width: 50%
	}

	.wlfbox {
		width: 92%
	}

	.wlfbox,.wrfbox {
		float: none
	}

	#content .detail {
		width: 92%
	}
}

#latest-search {
	border-top: 1px solid #e4e4e4;
	padding-top: 10px;
	margin-bottom: 15px
}

#latest-search .latest-desc {
	font-size: 16px;
	color: #666;
	font-weight: 700;
	margin-right: 5px
}

#latest-search span {
	margin-right: 15px;
	margin-bottom: 15px
}

#latest-search span a {
	color: #0062c3!important
}

.highlight {
	color: Red
}

.link-skewed {
	background: rgba(149,165,166,.1)
}

.link-skewed a {
	font-weight: 500;
	color: #e74c3c;
	-webkit-transition: color .2s;
	transition: color .2s
}

.link-skewed a:hover,.link-skewed a:focus {
	color: #fff
}

.link-skewed a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background: #e74c3c;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform .2s,opacity .2s;
	transition: transform .2s,opacity .2s;
	-webkit-transform: skewY(-3deg) skewX(-11deg);
	transform: skewY(-3deg) skewX(-11deg)
}

.link-skewed a:hover::before,.link-skewed a:focus::before {
	opacity: 1;
	-webkit-transform: skewY(0) skewX(0);
	transform: skewY(0) skewX(0)
}

@charset "utf-8";

html,body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	min-width: 320px;
	font-family: arial
}

body {
	text-align: left;
	font: 13px arial;
	background: #fff;
	color: #333
}

div,form,img,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p {
	margin: 0;
	padding: 0
}

table,td,tr,th {
	font-size: 12px
}

input,select,textarea {
	font-size: 12px;
	margin: 0;
	padding: 0
}

ul li {
	list-style: none
}

img {
	border: 0
}

li {
	display: list-item
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}

p {
	line-height: 1.54
}

a:link {
	color: #0062c3;
	text-decoration: none
}

a:visited {
	color: #366;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

a:active {
	color: #0062c3
}

.mhl {
	color: Red
}

.mgray {
	color: #666
}

.mgreen {
	color: green
}

.topbox {
	width: 100%;
	background: #2d2d2d;
	height: 30px;
	position: fixed;
	top: 0;
	border-bottom: 1px solid #000;
	z-index: 9999
}

.topbox ul {
	padding: 0 10px
}

.topbox ul li {
	float: left
}

.topbox ul li a {
	line-height: 28px;
	padding: 0 15px;
	color: #fff;
	display: block;
	border-top: 2px solid #2d2d2d;
	transition: all 0.3s ease;
	position: relative;
}

.topbox ul li a:hover {
	background: #4c4c4c;
	text-decoration: none;
	border-top: 2px solid #b76f27;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.topbox ul li.on a {
	border-top: 2px solid #dd4b39;
	font-weight: bold;
	background: rgba(255,255,255,0.1);
}

#header {
	background: #ebebeb;
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
	padding: 10px
}

#home #header {
	background: 0 0;
	border: none;
	text-align: center;
	padding: 120px 0 10px
}

#header h1 {
	font-family: Tahoma;
	font-size: 32px;
	padding-right: 10px
}

#header h1 a:hover {
	text-decoration: none
}

#home #header h1 {
	font-size: 72px;
	padding-right: 0
}

#header h1 .n1 {
	color: #176dee
}

#header h1 .n2 {
	color: #d8432d
}

#header h1 .n3 {
	color: #1d71ee
}

#header h1 .n4 {
	color: #ffb601
}

#header h1 .n5 {
	color: #009b58
}

#header h1 .n6 {
	color: #d8432e
}

#header h1 .n7 {
	color: #176dee
}

#home #container {
	padding: 0 15px 50px;
	overflow: hidden
}

#list #sbox,#content #sbox,#hotkey #sbox {
	float: left
}

#logo {
	float: left
}

#home #logo {
	float: none;
	margin-right: 15px
}

#home #logo img {
	max-width: 70%;
	height: auto
}

.top {
	padding: 0 50px;
	text-align: right
}

.top a {
	line-height: 24px;
	font-size: 16px;
	color: red
}

#home .main {
	padding: 0;
	width: 100%
}

#sbox {
	margin: 0 auto;
	width: 550px
}

#home #sbox {
	margin: 30px auto 15px;
	width: 650px;
	overflow: hidden
}

#sbox input {
	padding: 2px 5px;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	vertical-align: middle;
	float: left
}

#sbox input#sbutton {
	background: #2e82ff;
	border: none;
	height: 36px;
	color: #fff;
	width: 15%;
	cursor: pointer;
	border-radius: 24px;
	transition: all 0.3s ease;
	margin-left: 8px;
}

#sbox input#sbutton.hover {
	background: #317ef3;
	border-bottom: 1px solid #2868c8;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

#sbox input.stbox {
	border: 1px solid #ccc;
	border-right: 0;
	display: inline-block;
	width: 83%;
	z-index: 1;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	border-radius: 24px;
	padding: 8px 16px;
}

#sbox input.stbox:hover {
	border-color: #bdbdbd;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

#home .hotwords {
	width: 620px;
	margin: 10px auto
}

#home .hotwords a {
	padding: 6px 12px;
	margin: 2px;
	border: 1px solid #ccf;
	color: #666;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	display: inline-block;
	font-size: 13px
}

#home .hotwords a:hover {
	text-decoration: none;
	border: 1px solid #fa983f;
	color: #000
}

.hwtit {
	background: #eee;
	padding: 5px 8px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ddd
}

.hwtit h4 {
	font-size: 14px;
	display: inline-block
}

.hwtit span {
	float: right
}

.hwentry {
	overflow: hidden
}

.hwentry li {
	width: 25%;
	float: left
}

.hwentry a {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
	line-height: 28px;
	display: block;
	font-size: 14px
}

.hwentry a:hover {
	background: #fff;
	font-weight: 700
}

#hotkey .hotwords {
	padding: 15px 50px
}

.hotwords_left {
	text-align: left;
	padding-top: 10px;
	clear: both
}

.hotwords_left a {
	padding: 0 5px
}

.slogan {
	font-size: 15px;
	letter-spacing: 3px;
	font-weight: 400;
	padding-right: 16px;
	font-family: 微软雅黑,tahoma
}

#wrapper {
	min-height: 100%;
	height: auto!important;
	margin: 0 auto -40px
}

#container {
	padding: 0;
	overflow: hidden
}

.rightadbox {
	float: left;
	width: 300px;
	border-left: 1px solid #eee;
	padding: 20px;
	margin-left: 15px
}

.main {
	padding: 0 0 50px 145px;
	width: 60%
}

.rststat {
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding-bottom: 5px
}

.rststat span {
	color: #333;
	padding: 0 5px
}

.sele {
	background: #f8f8f8;
	padding-left: 145px;
	margin-bottom: 0;
	font-size: 14px
}

.sele a {
	padding: 0 12px 0 6px;
	margin-right: 6px;
	line-height: 30px;
	display: inline-block
}

.hotkbox {
	padding: 10px
}

.hotkbox h4 {
	font-size: 16px
}

.hotkbox a {
	line-height: 25px;
	padding-right: 10px;
	display: block;
	border-bottom: 1px dashed #f5f5f5
}

#home .fenxiang a {
	color: red;
	text-decoration: none
}

#home .fenxiang {
	text-align: center;
	padding: 25px 0
}

.sele a:link {
	color: #0062c3;
	text-decoration: none
}

.sele a:visited {
	color: #0062c3;
	text-decoration: none
}

.sele a.desc {
	background: url(/yunpan/arrow.png) 100% 50% no-repeat;
	font-weight: 700;
	border-bottom: 2px solid #38f
}

.sele a.asc {
	background: url(/yunpan/arrow2.png) 100% 50% no-repeat;
	font-weight: 700;
	border-bottom: 2px solid #38f
}

.leftconbox li {
	line-height: 28px
}

.mlist li {
	line-height: 1.3;
	margin: 0 0 20px;
	clear: both
}

.wctable ctd.span3 {
	text-align: right;
	font-weight: 402;
	width: 68px
}

.0b5 a {
	font-size: 45px
}

.T1 a {
	font-size: 18px
}

.BotInfo {
	color: #828282
}

.BotInfo dt {
	margin-right: 10px
}

.BotInfo .sspan {
	color: #444
}

.BotInfo span {
	color: #00802a
}

.BotInfo .item-list {
	color: #545454;
	line-height: 1.4;
	font-size: 13px;
	word-wrap: break-word
}

.BotInfo,.dInfo {
	overflow: hidden;
	margin-bottom: 5px
}

.BotInfo a {
	color: #080
}

.dInfo {
	color: #999
}

.dInfo a {
	padding-right: 10px;
	font-weight: 500;
	color: #080
}

.dInfo a:hover {
	text-decoration: underline
}

.btCnt {
	background: #eee;
	padding: 10px;
	line-height: 18px;
	color: #666;
	font-size: 12px;
	border-radius: 3px
}

.hkcat {
	width: 20%;
	float: left
}

.hkcat h2 {
	padding: 5px 10px;
	margin: 0 10px;
	font-size: 16px;
	border-bottom: 1px solid #ddd
}

.hkcat ul {
	padding: 10px
}

#content .main {
	float: left;
	padding-top: 20px
}

.T1 {
	font-size: 21px;
	font-weight: 500;
	word-break: break-all
}

.T2 {
	font-size: 21px;
	font-weight: 500;
	word-break: break-all;
	padding-bottom: 7px
}

.flist {
	padding-left: 30px;
	color: #333
}

.flist span {
	color: #999;
	padding-left: 10px
}

.flist li {
	line-height: 25px
}

#content .detail {
	width: 60%
}

.wlfbox {
	width: 30%;
	float: left;
	position: relative
}

.wlfbox img {
	width: 90%
}

.wrfbox {
	overflow: hidden
}

.wrfbox .T1 {
	padding-bottom: 15px
}

.wtable {
	width: 100%;
	border: 1px solid #ddd;
	border-right: none;
	border-bottom: none;
	border-spacing: 0
}

.wtable td {
	border: 1px solid #ddd;
	border-top: none;
	border-left: none;
	vertical-align: top;
	padding: 5px
}

.wtable td.span2 {
	text-align: right;
	font-weight: 700;
	width: 60px
}

.wtable tbody>tr:nth-child(2n+1)>td,.wtable tbody>tr:nth-child(2n+1)>th {
	background-color: #f9f9f9
}

.wjq {
	clear: both;
	margin: 10px 0
}

.wjq h4 {
	border-bottom: 2px solid #f60;
	line-height: 30px
}

.wjq p {
	padding: 10px 0
}

.p-cover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 99%;
	background-color: #000;
	opacity: .4
}

i.play {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -22px;
	width: 44px;
	height: 44px;
	background: url(/yunpan/icn_play.png) 0 0 no-repeat
}

a:hover .p-cover {
	display: block
}

a:hover i.play {
	display: block
}

.slist .wlfbox {
	width: 120px
}

.slist .wrfbox .T1 a {
	font-size: 14px
}

.slist ul li {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	overflow: hidden
}

.vhome .main {
	padding-top: 15px;
	padding-left: 135px
}

.vhome .rststat {
	margin-left: 10px
}

.vselbox {
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #eee;
	margin: 10px
}

.vsection {
	margin: 5px 0;
	overflow: hidden;
	clear: both;
	line-height: 22px
}

.vselbox h3 {
	float: left;
	display: inline-block
}

.vselbox .fgroup {
	float: left
}

.vselbox .fgroup a {
	padding: 2px 5px
}

.vselbox .fgroup a.von {
	background: #f60;
	color: #fff
}

.vhome .vpad {
	padding: 5px
}

.vhome .vlist li {
	width: 20%;
	float: left;
	text-align: center
}

.vhome .vlist li .vimg {
	border: 1px solid #ddd
}

.vhome .vlist li .vimg:hover {
	border: 1px solid #fa5915
}

.vhome .vlist li .vimg a {
	display: block;
	border: 5px solid #fff
}

.vhome .vlist li .vimg a:hover {
	border: 5px solid #fa5915
}

.vhome .vlist li .vimg a img {
	width: 100%;
	height: 210px
}

.vdetail {
	min-height: 50px
}

.adbox {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd
}

.adbox h3 {
	color: #666
}

.adbox p {
	color: #999
}

.adbox a {
	color: #080;
	padding-right: 10px
}

.T1 b {
	color: #dd4b39
}

.link-bar {
	color: #00802a;
	font-size: 13px;
	line-height: 16px
}

.gg_content {
	line-height: 1.24;
	color: #444
}

.gg_content b {
	color: #dd4b39
}

.h {
	display: none
}

.hb {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden
}

#mpages {
	margin: 30px 0 15px;
	overflow: hidden;
	clear: both
}

#mpages .pg {
	float: left
}

#mpages .pg a,#mpages .pg a:link,#mpages .pg a:visited,#mpages .pg span.current {
	background: #fff;
	border: 1px solid #e7e7e7;
	line-height: 25px;
	margin-right: 5px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	display: inline-block
}

#mpages .pg a:hover {
	background: #0062c3;
	color: #fff
}

#footer {
	height: 39px;
	background: #ebebeb;
	border-top: 1px solid #dbdbdb
}

#footer p {
	line-height: 39px;
	text-align: center;
	color: #777
}

#footer a {
	color: #777;
	text-decoration: none
}

.baidu-box,.bdSug_app,.bdsug_copy {
	display: none
}

#nums span {
	color: green;
	font-weight: 700
}

@media screen and (max-width:980px) {
	.vhome .main {
		padding-left: 5px;
		width: 96%
	}
}

@media screen and (max-width:640px) {
	#logo {
		float: none;
		clear: both
	}

	#home #sbox {
		margin: 20px auto;
		width: 90%
	}

	#sbox {
		margin: 5px auto;
		width: 100%
	}

	#list #sbox,#content #sbox,#hotkey #sbox {
		float: none
	}

	#sbox input.stbox {
		width: 65%
	}

	#sbox input#sbutton {
		width: 30%
	}

	.main {
		padding: 0 10px 50px;
		width: 95%
	}

	#home .hotwords {
		width: 100%
	}

	.rightadbox {
		display: none
	}

	.hwentry li {
		width: 50%
	}

	.sele {
		padding-left: 10px
	}

	.sele a {
		margin-right: 0;
		padding: 0 12px 0 2px
	}

	#nums {
		padding: 0 10px
	}

	.vhome .vlist li {
		width: 50%
	}

	.wlfbox {
		width: 92%
	}

	.wlfbox,.wrfbox {
		float: none
	}

	#content .detail {
		width: 92%
	}
}

#latest-search {
	border-top: 1px solid #e4e4e4;
	padding-top: 10px;
	margin-bottom: 15px
}

#latest-search .latest-desc {
	font-size: 16px;
	color: #666;
	font-weight: 700;
	margin-right: 5px
}

#latest-search span {
	margin-right: 15px;
	margin-bottom: 15px
}

#latest-search span a {
	color: #0062c3!important
}

.highlight {
	color: Red
}

.link-skewed {
	background: rgba(149,165,166,.1)
}

.link-skewed a {
	font-weight: 500;
	color: #e74c3c;
	-webkit-transition: color .2s;
	transition: color .2s
}

.link-skewed a:hover,.link-skewed a:focus {
	color: #fff
}

.link-skewed a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background: #e74c3c;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform .2s,opacity .2s;
	transition: transform .2s,opacity .2s;
	-webkit-transform: skewY(-3deg) skewX(-11deg);
	transform: skewY(-3deg) skewX(-11deg)
}

.link-skewed a:hover::before,.link-skewed a:focus::before {
	opacity: 1;
	-webkit-transform: skewY(0) skewX(0);
	transform: skewY(0) skewX(0)
}



/*弹窗css*/
.tcxg {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 7px solid #e4e4e4;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	width: 350px;
}

.tccon {
	font-size: 16px;
	line-height: 1.8;
}

.tcbt a {
	border: 1px solid #176DEE;
	border-radius: 5px;
	padding: 8px 30px;
	display: block;
	text-align: center;
	font-size: 14px;
	margin: 0 10px;
	transition: all 0.2s ease;
}

.tcbt {
	display: flex;
	justify-content: center;
	padding-top: 20px;
}

.tcbt a:hover {
	background: #176DEE;
	border-color: #176DEE;
	color: #fff;
	text-decoration: none
}

.none {
	display: none!important;
}
/* 公告栏样式 */
.notice-container {
    background: #fff3cd;
    padding: 6px 12px;
    margin: 6px auto;
    max-width: 600px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.notice-content {
    white-space: nowrap;
    position: relative;
    animation: marquee 20s linear infinite;
    font-size: 12px;
    color: #856404;
}

@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* 鼠标悬停暂停 */
.notice-container:hover .notice-content {
    animation-play-state: paused;
}