body,
input,
button,
select,
textarea {
	font-family: arial, '\5b8b\4f53', sans-serif, tahoma, "宋体";
	color: #333;
}
.input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
em, i {
    font-style: normal;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
.c{clear: both;}
.f12{
	font-size: 12px;
}
.padding-right{padding-right: 10px;}
.fbold{
	font-weight: bold;
}
.fyahei{
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif
}
.fyellow{
	color: #FF7200;
}
.bg{
	background: #f9f9f9;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}

.wp {
	width: 1200px;
}

#nv {

	background: #E4393C;
	height: 48px;
}

#nv {
	overflow: hidden;
	height: 48px;
}

#nv li {
	float: left;
	height: 48px;
	line-height: 48px;
	font-weight: 100;
	font-size: 15px;
background: none;	
font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif
}

.ie_all #nv li {
	line-height: 51px;
}

.ie6 #nv li {
	line-height: 48px;
}

#nv li a {
	float: left;
	padding: 0 22px;
	height: 48px;
}

#nv li a {}

#nv li span {
	display: none;
}

#nv li.a {
	background: #D11D34;
	margin-left: 0;
}

#nv li.a a {}

#nv li a:hover {
	background: #D11D34;
}

#nv li.hover a:hover,
#nv li.hover a {}



.tdats .tfxf {
	width: 840px;
}

.tdats td {
	padding: 5px 5px;
}

.tdats .c0 h4,
.tdats #c1,
.tdats #c2,
.tdats #c3,
.tdats #c4 {
	background-image: none;
	background: #FF9900;
}

.fwinmask {
	border: 8px solid #CCC;
	background: #FFF;
}

.showbox-head {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
}

/*表单*/

.input {
	font-size: 12px;
	padding: 5px 6px;
	border: solid 1px #ddd;
	width: 100%;
	line-height: 20px;
	display: block;
	-webkit-appearance: none;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.input:focus {
	border-color: #09c;
	transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.form-x .form-group:after,
.form-inline:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden
}

.form-inline {
	display: inline-block
}

.form-inline .input {
	width: auto;
	display: inline-block
}


.table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}

.table th {
	border-bottom: 2px solid #E5E5E5;
	vertical-align: bottom;
	padding: 8px;
	text-align: left
}

.table td {
	border-top: 1px solid #E5E5E5;
	padding: 8px;
	vertical-align: top
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}

.table-bordered th,
.table-bordered td {
	border: solid 1px #E5E5E5
}

.table-bordered th {
	border-bottom: 2px solid #E5E5E5
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}

.table-condensed th,
.table-condensed td {
	padding: 5px
}

.table-title {
	background: #F2FAFF;
	font-weight: bold;
	font-size: 14px;
}
.table-title td{
	border-top: 2px solid #E4393C;
}
.table-none th,
.table-none td {
	border: 0;
}

.table-tdnone td {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	vertical-align: middle;
}

.bordertop td {
	border-top: 1px solid #4AADEF;
}

td.table-h1title {
	border-top: 1px solid #4AADEF;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.f14 {
	font-size: 14px;
}

.text-center {
	text-align: center;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: 0
}

button {
	border: 0;
}

.button {
	background: transparent;
	border-radius: 4px;
	font-size: 14px;
	padding: 6px 15px;
	margin: 0;
	display: inline-block;
	line-height: 20px;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	cursor: pointer;
}

.button[disabled] {
	pointer-events: none;
	cursor: not-allowed;
	webkit-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=50);
	opacity: .5
}

.button:active {
	background-image: none;
	outline: 0;
	transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.button:hover {
	transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.button.bg-main,
.button.bg-sub,
.button.bg-dot,
.button.bg-black,
.button.bg-gray,
.button.bg-red,
.button.bg-yellow,
.button.bg-blue,
.button.bg-green {
	color: #fff
}

.bg-green{
	background: #43B448;
}


.sortinput {
	width: 30px;
	border: 1px solid #ddd;
	text-align: center;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.titleinput {
	font-size: 14px;
	border: solid 1px #ddd;
	width: 100%;
	-webkit-appearance: none;
	line-height: 30px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	color: #333;
}

a.btna {
	color: #333;
}

.btna {
	word-break: keep-all;
	/* 不换行 */
	white-space: nowrap;
	/* 不换行 */
	font-size: 12px;
	color: #000;
	border: 1px solid #DBDBDB;
	padding: 4px 10px;
	border-radius: 4px;
	background: #FDFDFD;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.btna:hover {
	border-radius: 4px;
	background: #EEFFFF;
}

.margin-right {
	margin-right: 12px;
}

td.chapter-title {
	font-size: 14px;
	font-weight: bold;
	padding-left: 40px;
	background: url(../img/icon2.gif) 15px 18px no-repeat;
}

.chapter-title a {
	display: block;
}

.section-title {
	background: url(../img/icon2.gif) 40px 18px no-repeat;
}

.section-title a {
	display: block;
	padding-left: 60px;
}

.vsubject{
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.vsubject a{
	margin: 0 10px;
}

/*弹框*/

.t_l,
.t_c,
.t_r,
.m_l,
.m_r,
.b_l,
.b_c,
.b_r {
	overflow: hidden;
	background: none;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.pc_inner i {
	padding: 15px 30px;
	background: #00AAEE;
	color: #FFF;
	font-style: normal;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
}

.popuptext .pc_l,
.popuptext .pc_c,
.popuptext .pc_inner,
.popuptext .pc_r {
	background: none;
}

#cid_0 {
	display: none;
}


/*试题纠错列表*/

.fault-box {
	border: 1px solid #DBDBDB;
}

.fault-list {
	padding-top: 15px;
	border-bottom: 1px solid #DBDBDB;
}

.fault-subject,
.fault-option,
.fault-content,
.fault-result {
	padding: 0px 20px;
	line-height: 28px;
}

.fault-type {
	margin-top: 10px;
	padding: 10px 20px;
	background: #E3F0FC;
	line-height: 28px;
	color: #000;
}

.widthauto .body-wrap,
.widthauto .header {
	width: 1200px;
	margin: 0 auto;
}


/*开通课程*/

.price-box {
	width: 140px;
	background: #FFF;
	border: 1px solid #DBDBDB;
	margin: 0 10px;
	line-height: 50px;
	cursor: pointer;
	border-radius: 4px;
}

.price-box-active {
	border-radius: 4px;
	width: 140px;
	background: #FFF url(../img/icon-zhifu-1.png) right 34px no-repeat;
	border: 2px solid #4898F6;
	margin: 0 10px;
	line-height: 50px;
	cursor: pointer;
}

.price-day {
	border-right: 1px solid #DBDBDB;
	padding: 0 10px;
	background: #FAFAFA;
}

.price-price {
	padding-left: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #FC691F;
}

.price-price em {
	font-size: 14px;
}

.zhifu-h2 {
	line-height: 50px;
	font-weight: bold;
}


/*内容页*/

.newstext {
	padding: 10px 20px 0 20px;
}
.newstext p{
	margin-bottom: 10px;
}
.newstext h2 {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #DBDBDB;
	clear: both;
	font-weight: bold;
	background: #DDECF5 url(../img/ico3.gif) no-repeat 12px 8px;
	margin: 20px 0;
	padding-left: 2em;
}

.details p {
	padding: 0 20px;
	font-size: 14px;
}

.title-h2 {
	font-family: Microsoft YaHei, SimHei, Verdana;
	overflow: hidden;
	clear: both;
	border-left: 12px solid #68C04A;
	line-height: 24px;
	font-weight: 400;
	margin: 35px 0 15px 0px;
	background: url('../static/image/common/title-h2-line.png') repeat-x 10px 0px;
}

.title-h2 h2 {
	display: inline;
	padding: 0 8px 0 18px;
	font-size: 16px;
	font-weight: 700;
	background: #fff;
}

.section-newstext h2 {
	font-size: 14px;
	border-bottom: 1px solid #DBDBDB;
	line-height: 32px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 34px;
	background: url(../img/icon2.gif) 10px center no-repeat;
}

.notice-newstext {
	padding: 20px 10px;
	font-size: 14px;
}

.notice-newstext p {
	line-height: 28px;
}


/*列表页*/

td.paper-tb-title a,
td.point-tb-title a {
	display: block;
}

td.paper-tb-title {
	background: url(../img/icon2.gif) 20px center no-repeat;
	font-size: 14px;
	padding-left: 44px;
}

td.point-tb-title {
	line-height: 32px;
	font-size: 14px;
}

td.point-tb-title {
	background: url(../img/icon2.gif) 20px center no-repeat;
	padding-left: 44px;
}

td.point-tb-title a {
	color: #039;
}


/*错题本 收藏夹*/

.user-box {}

.user-subject {
	padding: 4px 20px;
	line-height: 30px;
}

.user-options-list {
	padding: 0 20px;
}

.user-options-list li {
	line-height: 28px;
}

.user-content {
	line-height: 24px;
	padding: 10px 20px;
}

.user-result {
	line-height: 34px;
	color: #003399;
	background: #fafafa;
	padding: 0 20px;
}


/*图片上传*/

.upload {
	position: relative;
	width: 200px;
	height: 26px;
	line-height: 26px;
}

.upload input {
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 20px;
	cursor: pointer;
}

#ajaxupload {
	max-width: 800px;
}

.prevbox {
	float: left;
	display: inline;
	width: 60px;
}

.previmg {
	position: relative;
	line-height: 26px;
	padding: 2px 5px;
}

.previmg a {
	border-radius: 2px;
	position: absolute;
	left: 2px;
	top: 40px;
	color: #FFF;
	background: #09A3D3;
	width: 16px;
	line-height: 14px;
	height: 16px;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.previmg img {
	width: 50px;
	height: 50px;
}

.previmg a:hover {
	background: #ff0000;
}

.h1title {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.zujuaneids {
	max-width: 950px;
	word-break: break-all;
	overflow: auto
}

.points-list {}

.points-list li {
	width: 185px;
	float: left;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	padding: 0 5px;
	font-size: 12px;
}

.smenu {
	background: #F3F6F9;
	border: 1px solid #E3E7EC;
	border-top: 0;
	padding: 12px 10px;
}

.smenu a {
	margin: 0 10px;
}

.smenu b,.smenu b a {
	color: #ff6600;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

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

.clearfix {
	display: block
}

.breadcrumb {
	padding: 10px 0;
}

.breadcrumb em {
	margin: 0 4px;
	font-size: 13px;
}
.mbt10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt20{
	margin-top: 20px;
}
.mb20{
	margin-bottom: 20px;
}
.mbt20{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*分组*/

.paper {}

.paper cite {
	font-style: normal;
	line-height: 28px;
}

.paper-title {
	font-size: 18px;
	font-weight: bold;
	color: #619BE4;
	line-height: 65px;
}

.group-box {
	border-bottom: 1px solid #DBDBDB;
	background: #F2FAFF;
	padding: 10px 20px;
}

.group-title {
	font-size: 14px;
	line-height: 38px;
	font-weight: bold;
}

.group-smalltext {
	line-height: 26px;
	font-size: 12px;
}

.addexam-list {
	background: #FFF;
	border: 1px solid #DBDBDB;
}

.addexam-list li {
	text-align: center;
	line-height: 28px;
	border-bottom: 1px solid #DBDBDB;
}

.addexam-list li a {
	outline: none;
}

.emsg {
	padding: 0 0 0 10px;
	font-size: 14px;
	position: relative;
	/*visibility:hidden;*/
	display: none;
	font-style: normal;
}

.emsg .right,
.emsg .wrong,
.emsg .undo {
	display: inline-block;
	width: 18px;
	height: 16px;
	position: absolute;
	margin-top: 2px
}

.emsg .right {
	background: url("../img/right.gif") no-repeat 0 0;
}

.emsg b {
	margin-left: 30px
}

.emsg .wrong {
	background: url("../img/wrong.gif") no-repeat 0 0;
}

.emsg .undo {
	background: url("../img/undo.gif") no-repeat 0 0;
}

.emsg .result {
	display: inline-block;
	color: #FF692F;
	margin-left: 5px;
}

.emsg .note {
	margin-left: 5px
}

.emsg .forum {
	color: #003399;
}

.p_counter {
	display: none;
	text-align: left;
	border-bottom: 1px solid #DBDBDB;
	padding: 10px 20px;
}

.p_counter p {
	padding: 0;
	margin: 0;
}

.p_result {
	line-height: 30px;
}

.p_mark {
	margin-bottom: 10px;
	text-align: left;
	padding-left: 74px;
}

#p_mark {
	line-height: 40px;
	font-size: 16px;
}

.defen em {
	font-size: 34px;
	font-weight: bold;
	color: #FF0000;
	margin: 0 5px;
}

.sheet-tb {
	background: #fff;
}

.sheet-container {
	max-height: 600px;
	overflow-y: auto;
}

.sheet-tb td {
	padding: 0;
	margin: 0;
	border-left: none;
}

.sheet-tb a {
	display: block;
	padding: 2px 0;
}

.sheet-tb a:hover {
	background: #EEFFEE;
	color: #000;
}

.sheet-head {
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}

#emixed {
	cursor: pointer;
	padding-top: 2px;
	font-size: 16px;
}

#icon-down {
	padding-left: 20px;
}

td.sheet-group-title {
	height: 36px;
	line-height: 36px;
	background: #F8F8F8;
}

.sheet-group-title a {
	padding: 0 20px;
}


/*试题*/

.exam-list {
	font-family: arial, '\5b8b\4f53', sans-serif, tahoma, "宋体";
	border-top: 1px solid #ddd;
}

.exam-box {
	padding: 10px 10px;
	border-bottom: 1px solid #ddd;
}

.exam-subject {
	padding: 0 20px;
	line-height: 28px;
}

.exam-options {
	margin: 10px 0;
}

.exam-options li {
	padding: 0 20px;
	line-height: 30px;
}

.exam-options label {
	cursor: pointer;
	display: block;
}

.exam-options li:hover {
	background: #FAFAFA;
}

.exam-tips {
	line-height: 40px;
}


/*交卷*/

.exam-time {}

.exam-end {
	display: block;
	border-radius: 0;
	cursor: pointer;
}

.exam-time-p {
	font-size: 30px;
	font-family: arial;
	font-weight: 700;
	color: #FF0000;
}

.sheet-box .e {
	background: none;
	background: #FFF;
}

.sheet-box .e:hover {
	background: #84B5FF;
}

.sheet-box .e_undo {
	background: #FCE6BA;
}


/*#FCE6BA;*/

.sheet-box .e_undo:hover {
	background: #84B5FF;
}

.sheet-box .e_wrong {
	background: #ee0000;
}

.sheet-box .e_wrong:hover {
	color: red;
	background: #84B5FF;
}

.sheet-box .e_right {
	color: #333;
	TEXT-DECORATION: none;
	background: #B0D0FF;
}

.sheet-box .e_right:hover {
	background: #84B5FF;
	color: #000
}

.sheet-box .e_wrong a {
	color: #fff;
}

.catalogtd .panel,
.catalogtd .panel-head,
.catalogtd .panel-body {
	padding: 0;
	margin: 0;
	border: 0;
}

.showcontent-box {
	font-family: arial, '\5b8b\4f53', sans-serif, tahoma, "宋体";
	max-width: 700px;
	padding: 15px;
	border-bottom: 1px solid #DBDBDB;
}

.showcontent-title {
	font-size: 18px;
	font-weight: bold;
}

.showcontent {
	line-height: 26px;
	font-size: 14px;
}

.content-dz {
	line-height: 30px;
}

.bg-inverse,
.bg-inverse a {
	color: #fff
}

.bg-blue {
	background-color: #FF6600;
}

.bg-yellow {
	background-color: #f60;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
}

.border-top {
	border-top: 1px solid #ddd;
}

.page-title{
	font-size: 20px;
	font-weight: bold;
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

.nav-fault .nav-inline li a {
    line-height: 30px;
    padding: 5px 20px;
    text-indent: 0;
}
.nav-fault .bg-inverse .nav-inline li a {
    line-height: 30px;
    padding: 5px 20px;
    text-indent: 0;
}
.input-group {
	border-collapse: separate;
	display: table;
	position: relative
}

.input-group .addon,
.input-group .addbtn,
.input-group .input {
	display: table-cell
}

.input-group .addon,
.input-group .addbtn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group .addbtn .button {
	font-weight: normal
}

.input-group .input {
	width: 100%
}

.input-group .addon {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	line-height: 1;
	padding: 6px 12px;
	text-align: center
}

.input-group .addon:first-child,
.input-group .addbtn:first-child .button {
	border-right: 0 none
}

.input-group .addon:first-child,
.input-group .addbtn:first-child .button,
.input-group .input:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group .addon:last-child,
.input-group .addbtn:last-child .button {
	border-left: 0 none
}

.input-group .addon:last-child,
.input-group .addbtn:last-child .button,
.input-group .input:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group .addon:not(:first-child):not(:last-child),
.input-group .addbtn:not(:first-child):not(:last-child) .button,
.input-group .input:not(:first-child):not(:last-child) {
	border-radius: 0
}
.margin-large-right{
	margin-right: 20px;
}

#nv li.sy a{
	padding: 0 30px;

}
#nv li.sy a:hover{
	padding: 0 30px;
}


/*修改门户*/
.ct2 .mn{
	width: 880px;
}
.ct2 .sd{
	width: 300px;
}




.wp-left{
	float:left;
	width: 350px;
}

.wp-center{
	float: left;
	margin-left: 30px;
	width: 490px;
}

.wp-right{
	width: 300px;
	float:right;
}
.img, .free, #guide-cross dl dt i, .focus-prev, .focus-next, .focus-page, .soft ul li span, .soft ul li span i, .soft ul li a::after, .add-tk a i, .add-tk a span, .tk ul li > a i, .i-title a.qrcode i, .i-title a.qrcode span, .more a, .category h1 a, .list-ul li a, .news-list ul li a, .cont-left-2page .category-top span, .download ul li span, #gotop, .subject-top span, .h1-icontj, .newlist-cont ul li a, .zxtk-con ul li, .download-cont ul li i, .download-cont ul li.txt i, .kstx ul li span, .ksrl, .recommend h2, .recommend h4, .ask dl dt a, .list-new ul li h3 span, .list-new ul li .info span, .xgwz p font.redfont::after, .bl a, .left, .right, .play-btn {
    background: url(../img/img.png) no-repeat;
}
/* 热门头条 */

.column-c-2page a:hover { text-decoration:underline; }
.column-c-2page > p { float:left; padding:0 7px; margin-right:10px; height:30px; line-height:30px; background:#ed6501; color:#fff; }
.column-c-2page h1 { font-size:18px; height:30px; line-height:30px; font-weight: 700; font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;}
.column-c-2page h2 { margin:10px 0 5px 0; }
.column-c-2page h2 a { margin-right:10px; font-size:14px; color:#ed6501; }
.column-c-2page ul { padding-bottom:10px; border-bottom:1px #e5e5e5 dashed; }
.column-c-2page ul li a { margin:7px; }
.column-c-2page ul a.gray { margin:0 7px 0 0; color:#999; }
.column-c-2page ul li { height:26px; line-height:26px; }

/* 题库入口*/

.tk ul li { height:57px; margin-bottom:-1px; padding:10px; font-size:12px; border:1px #e5e5e5 solid; }
.tk ul li > a { display: block; }
.tk ul li > a span { font-size: 16px;line-height: 30px; }
.tk ul li > a p { color:#999; }
.tk ul li > a i {float:left; margin:8px 10px 0px 5px; width:38px; height:38px; }
.tk ul li > a i.tkicon-0 { background-position:-162px -386px; }
.tk ul li > a i.tkicon-1 { background-position:-162px -424px; }
.tk ul li > a i.tkicon-2 { background-position:-162px -462px; }
.tk ul li > a i.tkicon-3 { background-position:-162px -500px; }
.add-tk a { position:relative; display:block; height:57px; font-size:12px; color:#fff; background:#4b93ea; border-radius:3px; } 
.add-tk a:hover { background:#69abfc; }
.add-tk a p { padding-top:8px; font-size:16px; line-height:22px; font-weight:normal; }
.add-tk a i { float:left; margin:15px; height:27px; width:52px; background-position:-100px -155px; }
.add-tk a span { position:absolute; right:15px; top:21px; float:right; width:10px; height:16px; background-position:-155px -155px; }

.expdl-top {
    padding-left: 10px;
    height: 35px;
    font: 16px/35px "Microsoft YaHei";
    color: #333;
    border-left: 5px #379BE7 solid;
    background: #f5f5f5;
}
.wxtw{
}



/* 指南 */
#guide-cross {  }
.guide-cont { float:left; margin-right:16px; width:288px; height:200px; overflow:hidden;  }
.guide-cont:hover { }
#guide-cross dl dt { position:relative; height:200px; background:#f5f5f5; transition:all .5s; -moz-transition:all .5s; -ms-transition:all .5s; -webkit-transition:all .5s; }
#guide-cross dl dt i { position:absolute; left:91px; top:15px; display:block; height:100px; width:100px; }
#guide-cross dl dt span { position:absolute; left:50%; top:115px; margin-left:-75px; width:150px; font:bold 18px/30px "Microsoft YaHei"; color:#333; text-align:center; }
#guide-cross dl dt p { position:absolute; top:145px;width:100%; text-align:center; font:14px/20px "Microsoft YaHei"; color:#666; }
#guide-cross dl dd { position:relative; top:0; height:140px; padding:30px; background:rgba(0,0,0,0.4); transition:top .5s; }
#guide-cross dl:hover dd { top:-200px; }
.blur {	
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    
    -webkit-filter: blur(10px); /* Chrome, Opera */
       -moz-filter: blur(10px);
        -ms-filter: blur(10px);    
            filter: blur(10px);
    
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
}
#guide-cross dl dd a { float:left; padding:3px 6px; margin:3px; color:#fff; border-radius:5px; }
#guide-cross dl dd a:hover { background:#fafafa; color:#666; }

#guide-vertical { margin-top:25px; width:334px; height:720px; border:1px #e5e5e5 solid; background:url(../image/guide_vline.png) 134px 0 repeat-y; }
.guide-con { position: relative; width:100%; height:25%; background:url(../image/guide_vbg.png) 125px center no-repeat; display:table; }
.bbul{ height:100%; display:table; _position:relative; float:right; }
.bul{ vertical-align:middle; display:table-cell; _position:absolute; _top:50%; width:150px; }
.bul ul {display:inline-block; _position:relative; _top:-50%;}
.bul ul li { float:left; margin:3px 6px; }
.bul ul li a { font:14px/1.5 "Microsoft YaHei"; color:#3e3e3e;}
.bul ul li a:hover { color:#32b16c; font-weight:bold;}
.guide-left { position:absolute; top:10px; left:15px; height:100px; width:100px; }
.guide-left span { position:absolute; top:105px; left:-10px; width:120px; text-align:center; font:bold 16px/1.5 "Microsoft YaHei"; color:#32b16c; display:block; }
.guide-left p { position:absolute; top:130px; left:-10px; width:120px; text-align:center; font:14px/1.5 "Microsoft YaHei"; color:#6e6e6e; } 
.guide-icon-0 { background-position:0 0 !important;}
.guide-icon-1 { background-position:0 -100px !important;}
.guide-icon-2 { background-position:0 -200px !important;}
.guide-icon-3 { background-position:0 -300px !important;}
.guide-icon-4 { background-position:0 -400px !important;}

.wp1-left{
	width: 590px;
	float: left;
}

.wp1-right{
	width: 590px;
	float:right;
}

.list-ul { float:left; padding-top:10px; width:100%; display:block; }
.list-ul li { line-height:32px; }
.list-ul li a { font-size: 14px; margin-right:10px; padding-left:14px; float:left; width: 520px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; background-position:-196px 14px; }
.list-ul li a:hover { background-position:-196px -4px; }
.list-ul li i { float:left; font-size:12px; color:#999; }

.border-top-yellow-1 td{
	border-top: 1px solid #ff6600;
}
.border-top-yellow-2 td{
	border-top: 2px solid #ff6600;
}
.wp-title{
	border-bottom: 2px solid #379BE7;
	margin-bottom: 10px;
}
.wp-title span{
	color:#ff6600;
	font-size: 20px;
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif
}
/* 分类广告图 */
#pic-top { width:300px; }
#pic-left { float:left; margin-top:5px; width:147px; }
#pic-right { float:left; margin-top:5px; margin-left:6px; width:147px; }
.column-r img:hover{
	filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;
}
.bm_h{
	font-size: 14px;
	padding: 3px 10px;
}
.fl_tb h2{
	font-size: 14px;
}
.fl_tb .xg2{
	margin-top: 10px;
}

.ct2_a, .ct3_a{
	border: 1px solid #E5E5E5;

}

.tdats .tfxf {
    width: 800px;
}

.zfb{
	background: #00ADEF;
	color: #fff;border: 1px solid #00ADEF; height: 40px; padding: 5px 10px;
}
a.zfb:hover{
	background: #00ADEF;
	color: #fff;
}
.wx{
	background: #09BB07;
	color: #fff;border: 1px solid #09BB07; height: 39px; padding: 4px 10px;
}
a.wx:hover{
	color: #fff;
}
.viptitle{
	font-size: 18px;
	color: #FF6600;
	font-weight: 700;
	padding: 10px 0;
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif
}


/*类别首页*/
.border{border: 1px solid #e5e5e5;}
.content-title{margin: 15px 0;}
.content-title .xuhao {
    display: inline-block;
    width: 57px;
    height: 61px;
    background: url(http://img04.taobaocdn.com/imgextra/i4/16735010/T2.DkJXxlXXXXXXXXX_!!16735010.gif) no-repeat;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    float: left;
}
.content-title h2 {
    font-size: 25px;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    width: 1140px;
    background: #EBEBEB;
}
.content-title h2 strong {
    background: #FFF;
    padding: 0 15px;
}
.mokuai{border: 1px solid #e5e5e5;}
.chapter-bt{font-size: 14px; line-height: 34px; background: #F2FAFF; border-top: 1px solid #e5e5e5; padding: 0 20px;}
.chapter-bt a{display: block;}
.section-list{
	padding: 0;
	margin: 0;
}
.section-list li a{display: block;}
.section-list li{
	font-size: 12px;
	margin-left: 20px;
	line-height: 32px;
	border-bottom: 1px dashed #e5e5e5;
	padding-left: 16px;
	background: url('../img/ico-1.gif') no-repeat 4px center;
}

.nr-list{
	margin: 15px 0;
}
.nr-list li{
	width: 570px;
	float: left;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	padding-left: 16px;
	background: url('../img/ico-1.gif') no-repeat 4px center;
}

.pay-title{
	font-size: 18px;
	padding: 10px 0;
	background: #F2FAFF;
}
.jianjie {
    background: #FFFDEE;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}
.jianjie p{
	line-height: 24px;
	margin-bottom: 10px;
	text-indent: 2em;
}
.notice-box{
	background: #fff;
	border: 1px solid #e5e5e5;
	margin:10px 20px;
	padding: 10px 20px;
}

.notice-li li{

	line-height: 30px;
}


#mymenu {
	float:right;
	display:inline;
	margin:10px 8px 0;
	padding-right:10px;
	width:130px;
	height:32px;
	background:url(/static/image/common/qmenu.png) no-repeat 0 0;
	line-height:32px;
	text-align:center;
	color:#369;
	font-weight:700;
	overflow:hidden;
}
#mymenu:hover {
	text-decoration:none;
}
#mymenu.a {
	position:relative;
	z-index:302;
	background-position:0 -27px;
}
#mymenu_menu {
	margin-top:-2px;
	padding:10px 5px 10px;
	width:250px;
	border-color:#DCE4EB;
}


#nv .mymenu-li{ padding: 0; margin: 0;clear: both;}
#nv .mymenu-li p a{
	padding-left:16px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #333;
}
#nv .mymenu-li p a .iconfont{font-weight: normal;}
#nv .mymenu-li p a:hover{
}
.mymenu-li .mymenu-info{
	padding: 10px 26px;
	font-size: 14px;
}
