@charset "utf-8";

/*全局公共样式*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
	margin: 0;
	padding: 0;
	color: #333333;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: none;
}

body,
button,
input,
select,
textarea {
	font-family: "微软雅黑", Arial, "宋体";
	font-size: 14px;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

input,
select,
textarea,
button {
	*font: 100% tahoma, \5b8b\4f53, arial;
	vertical-align: baseline;
	*vertical-align: middle;
	height: 25px;
	line-height: 25px;
}

input[type="checkbox"],
input[type="radio"] {
	width: 14px;
	height: 14px;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

input,
select,
textarea,
button {
	*font: 100% tahoma, \5b8b\4f53, arial;
	vertical-align: baseline;
	*vertical-align: middle;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dadada;
	border-radius: 5px;
}

code,
kbd,
samp,
tt {
	font-size: 100%;
}

dl,
ul,
ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

sup,
sub {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

br {
	letter-spacing: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var,
optgroup {
	font-style: normal;
	font-weight: normal;
}

fieldset,
img {
	border: 0 none;
	display: inline-block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	display: block;
	margin: 0;
	padding: 0;
}

body {
	/*-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;*/
}

/* HTML5 */
a {
	text-decoration: none;
	text-decoration: none;
}

a:hover {
	color: #4a9efa;
}

a:active {
	color: #2489f6;
}

input[type=checkbox],
input[type=radio] {
	vertical-align: middle;
	margin: 0 5px;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dadada;
	border-radius: 5px;
	padding: 0 5px;
	box-sizing: border-box;
	vertical-align: middle;
}

textarea {
	resize: none;
	overflow: auto;
	font: 100% tahoma, \5b8b\4f53, arial;
}

/*去除谷歌浏览器中的input背景色默认是黄色*/
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

body {
	width: 100%;
	text-align: center;
	position: relative;
}

/*清楚浮动*/
.fright {
	float: right;
}

.fleft {
	float: left;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/*字体颜色*/
.c333 {
	color: #333;
}

.c666 {
	color: #666 !important;
}

.c999 {
	color: #999 !important;
}

.cfff {
	color: #fff !important;
}

.cd88d66 {
	color: #D88F66 !important;
}

/*背景色*/

/*字体大小*/
.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

/*对齐*/
.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

.vm {
	vertical-align: middle;
}

.vt {
	vertical-align: top;
}

.vb {
	vertical-align: bottom;
}

.tindent {
	text-indent: 28px;
}

/*内外间距*/
.mb8 {
	margin-bottom: 8px;
}

.mb16 {
	margin-bottom: 16px;
}

.mb24 {
	margin-bottom: 24px;
}

.mb32 {
	margin-bottom: 32px;
}

.mb40 {
	margin-bottom: 40px;
}

.mr5 {
	margin-right: 5px;
}

.mr8 {
	margin-right: 8px;
}

.mr16 {
	margin-right: 16px;
}

.mr24 {
	margin-right: 24px;
}

.mr32 {
	margin-right: 32px;
}

.mr40 {
	margin-right: 40px;
}

.mr72 {
	margin-right: 72px;
}

.p24 {
	padding: 24px;
}

.pl24 {
	padding-left: 24px;
}

.pt40 {
	padding-top: 40px;
}

/*按钮*/
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	border-radius: 4px;
	box-sizing: border-box;
}

/*褐色按钮*/
.btn-brown {
	color: #ffffff;
	background-color: #d88f66;
}

.btn-brown:focus,
.btn-brown.focus,
.btn-brown:hover,
.btn-brown:active,
.btn-brown.active,
.btn-brown:active:hover,
.btn-brown.active:hover,
.btn-brown:active:focus,
.btn-brown.active:focus,
.btn-brown:active.focus,
.btn-brown.active.focus {
	color: #ffffff;
	background-color: #d88f66;
}

/*空心按钮*/
.btn-empty {
	color: #d88f66;
	background-color: #fff;
	border-color: #d88f66;
}

.btn-emptyr:focus,
.btn-empty.focus,
.btn-empty:hover,
.btn-empty:active,
.btn-empty.active {
	color: #d88f66;
	background-color: #fff;
}

.btn-empty:active:hover,
.btn-empty.active:hover,
.btn-empty.active:focus {
	color: #d88f66;
	background-color: #fff;
}

/*按钮大小*/
.btn-100 {
	width: 100% !important;
	box-sizing: border-box;
}

.btn-m {
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
}

.btn-s {
	height: 32px;
	padding: 0 10px;
	line-height: 32px;
	min-width: 60px;
}

/*结构*/
.wrapper {
	width: 1200px;
	margin: 0 auto;
}

/*icon图标系列*/
.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url(../images/icon.png) no-repeat;
}

.i-tlt-01 {
	background-position: 0 0px;
}

.i-tlt-02 {
	background-position: -42px 0px;
}

.i-tlt-03 {
	background-position: -84px 0px;
}

.i-tlt-04 {
	background-position: -126px 0px;
}

.i-tlt-05 {
	background-position: -168px 0px;
}

.i-tlt-06 {
	background-position: -211px 0px;
}

.i-tlt-07 {
	background-position: -252px 0px;
}

.i-tlt-08 {
	background-position: -294px 0px;
}

.i-man {
	background-position: -92px -42px;
}

.i-date {
	width: 17px;
	background-position: -110px -42px;
}

.i-eye {
	background-position: -126px -42px;
}

.i-down {
	background-position: -160px -42px;
}

.i-phone {
	background-position: -80px -42px;
}

.i-lock {
	background-position: -64px -42px;
}

.i-check {
	background-position: -48px -42px;
}

.i-close {
	background-position: -16px -42px;
}

.i-left {
	background-position: 0 -42px;
}

.i-right {
	background-position: -174px -43px;
}

/*页头页脚*/
.header {
	padding: 16px 0;
}

.logo {
	float: left;
	margin-right: 45px;
}

.search {
	border: 1px solid #e5e5e5;
	height: 40px;
	box-sizing: border-box;
	padding-left: 16px;
	margin-right: 64px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 15px;
}

.search input {
	width: 350px;
	border: none;
	line-height: 40px;
	height: 40px;
	float: left;
}

.search button {
	width: 60px;
	height: 40px;
	background-color: #D88F66;
	border: none;
	background-position: 0 -59px;
}

.search button i {
	width: 32px;
	height: 24px;
	background-position: 0 -58px;
	margin-bottom: 5px;
}

.menu {
	float: left;
	margin-top: 10px;
}

.menu li.active a{
	color:#D88F66 !important;
}

.menu li a:hover{
	color:#D88F66 !important;
}

.menu li {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	position: relative;
	line-height: 46px;
}

.menu li a {
	color: #333;
}

.menu .i-down {
	background-position: -144px -42px;
}

.menu li:hover .menu-child{
	display: block;
}

.menu-child{
	position: absolute;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	font-size: 14px;
	padding: 10px;
	z-index: 99;
	box-sizing: border-box;
	width: 186px;
	text-align: left;
	border-radius: 5px;
	padding-right: 5px;
	left: -60px;
	top: 40px;
	line-height: 26px;
	display: none;
}
.menu-child dl{
	margin-bottom: 10px;
}
.menu-child dt{
	font-weight: bold;
}
.menu-child dd {
	width: 100%;
}
.menu-child dd a{
	color: #666;
	margin-right: 25px;
	display: inline-block;
}

.user {
	float: right;
	position: relative;
	margin-top: 15px;
	cursor: pointer;
	line-height: 40px;
}

.user:hover .downlist {
	z-index: 999;
	display: block;
}

.user .downlist {
	display: none;
	position: absolute;
	border: 1px solid #e5e5e5;
	width: 110px;
	border-radius: 5px;
	background-color: #fff;
	font-size: 12px;
	top: 35px;
}

.user .downlist::before {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-bottom-color: #e5e5e5;
	top: -11px;
	left: 50px;
}

.user .downlist::after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-bottom-color: white;
	top: -8px;
	left: 51px;
}

.user .downlist li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 36px;
}

.user .downlist li:last-child {
	border-bottom: nones;
}

.user .downlist li a {
	color: #666;
}

.footer {
	background-color: #f4f4f4;
	padding: 30px 0;
	color: #666;
	font-size: 12px;
	min-width: 1200px;
	margin: 0 auto;
}

/*面包屑*/
.bread {
	text-align: left;
	margin-bottom: 30px;
}

.bread a {
	font-size: 12px;
	color: #333;
}

.bread a.active {
	color: #D88F66;
}

/*banner*/
.banner{position: relative; height: 350px;}
.banner a{
	display: none;
}
/*详情页*/
.detail {
	padding-top: 72px;
	padding-bottom: 40px;
}

.d-tlt {
	font-size: 24px;
	margin-bottom: 16px;
}

.d-line {
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	padding-bottom: 16px;
}

.d-content {
	text-align: left;
	color: #666;
}

.d-box-img {
	margin-bottom: 24px;
	text-align: center;
}

.d-box-img img {
	max-width: 100%;
}

.audio-box {
	margin-bottom: 24px;
}

.vedio-box {
	width: 100%;
	height: 624px;
	background: #ffdede;
	margin-bottom: 24px;
}

.file-list {
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
}

.file-list li>div {
	display: inline-block;
	width: 1080px;
	vertical-align: middle;
}

.resource-box {
	margin: 50px auto;
}

.tlt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}

.tlt>i {
	width: 42px;
	height: 42px;
	margin-right: 8px;
}

.tlt .more {
	text-align: center;
	color: #999;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	width: 56px;
	height: 24px;
	line-height: 25px;
	float: right;
	font-size: 14px;
	margin-top: 12px;
	font-weight: normal;
}
/*资源列表*/
.r-list li {
	float: left;
	width: 280px;
	margin-right: 26px;
	text-align: left;
	position: relative;
	margin-bottom:15px;
}

.r-list li .tag {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	background-color: #eb8942;
	padding: 4px 12px;
}

.r-list li:nth-child(4n) {
	margin-right: 0;
}

.r-list img {
	width: 280px;
	height: 210px;
}

.r-list h3 {
	margin-bottom: 8px;
	display: inline-block;
    padding-left: 5px;
    padding-right: 15px;
    width: 272px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

/*我的*/
.layout-left {
	box-sizing: border-box;
	width: 240px;
	background-color: #936c57;
	border-radius: 5px;
	height: 784px;
	padding: 24px 0;
	float: left;
}
/*个人中心 左侧菜单*/
.my-list li {
	line-height: 40px;
	height: 40px;
	background-color: #936c57;
}

.my-list li.active {
	background-color: #d88f66;
}

.my-list li a {
	color: #fff;
}

.layout-right {
	float: right;
	width: 944px;
	height: 784px;
}

.user-info>span {
	display: inline-block;
	width: 160px;
	vertical-align: middle;
}

/*面板*/
.panel {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: left;
	height: 100%;
}

.panel-tlt {
	background-color: #ededed;
	padding-left: 40px;
	padding: 8px 20px 8px 40px;
	line-height: 40px;
}

.panel-body {
	padding: 16px 40px 30px;
}

/*列表页*/
.sel-box {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 16px 0;
	margin-bottom: 24px;
}

.sel-box dl dt {
	float: left;
	text-align: right;
	width: 100px;
	line-height: 30px;
	color: #666;
}

.sel-box dl dd {
	box-sizing: border-box;
	padding-left: 100px;
	text-align: left;
}

.sel-box select {
	width: 200px;
}

.sel-box .tab-list a {
	margin-bottom: 8px;
}

.tab-list a {
	display: inline-block;
	color: #333;
	border-radius: 5px;
	padding: 0px 8px;
	line-height: 30px;
}

.tab-list a.active {
	color: #fff;
	background-color: #d88f66;
}


/*<试题页>分页*/
.page {
	height: 45px;
	line-height: 50px;
	font-size: 15px;
	color: #d88f66;
	font-family: "微软雅黑";
	padding: 10px 15px;
}

.page .pagertips {
	text-align: right;
}

.page a {
	height: 35px;
	line-height: 35px;
	padding: 2px 4px;
	color: #d88f66;
	margin: 0 2px;
	cursor: pointer;
}

.page a.cur,
.page a:hover {
	color: white;
	background: #d88f66;
}

.page a:visited {
	color: #361C79;
}

.page select {
	color: #6a6a6a;
}

.page .dispre {
	color: #B4B4B4;
}

.page .dispre:hover {
	font-weight: normal;
	color: #B4B4B4;
	background: #fff;
}

/*登录弹窗*/
.login {
	position: fixed;
	width: 450px;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 0 20px;
}

.login-tlt {
	font-size: 18px;
	margin-bottom: 20px;
}

.login .i-close {
	position: absolute;
	right: 16px;
	top: 16px;
}

.login input[type='text'], .login input[type='password'] {
	width: 290px;
	border: none;
	line-height: 38px;
	height: 38px;
}

.login .account-box {
	width: 320px;
	margin: 0 auto;
}

.login .input-box {
	width: 320px;
	box-sizing: border-box;
	margin: 0 auto;
	border: 1px solid #dedede;
	border-radius: 5px;
	padding-left: 7px;
	margin-bottom: 16px;
	height: 40px;
}
.form-tip {
	color: red;
	text-align: left;
	margin-bottom: 16px;
}

.form-item>label {
	display: inline-block;
	width: 90px;
	text-align: right;
}

.form-item input[type=text] {
	width: 240px;
}
/*弹窗*/
.box-overlay {
	position: absolute;
	background: #aaa;
	left: 0;
	top: 0;
	opacity: 0.4;
	filter: Alpha(Opacity=40);
}

.box-wrapper {
	background: #fff;
	overflow: hidden;
	border: 1px solid #dadada;
	border-radius: 10px;
	position: absolute;
}

.box-wrapper .box-inner {
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
}

.box-wrapper .title-bar {
	position: relative;
	background: #d88f66;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
}

.box-wrapper .title-bar.dragging {
	cursor: move;
}

.box-wrapper .title-bar h2 {
	font-size: 16px;
	float: left;
	color: #fff;
}

.box-wrapper .title-bar .hclose {
	position: absolute;
	top: 2px;
	right: 0px;
	height: 16px;
	width: 16px;
	float: right;
	margin: 10px;
	background: url(../images/icon.png) -32px -42px no-repeat;
	border: none;
	cursor: pointer;
}

.box-wrapper .body-content {
	position: relative;
	background: #fff;
	text-align: left;
	height: 200px;
	overflow: hidden;
	overflow-y: auto;
}

.box-wrapper .footer-bar {
	position: relative;
	background: #efefef;
	min-height: 30px;
	padding: 12px 30px;
}

.box-wrapper .footer-bar .fright {
	margin-left: 20px;
}

/*轮播样式*/
.slidesjs-pagination {
	position: absolute;
	right: 50%;
	margin-right: -500px;
	bottom: 5px;
	z-index: 20;
}

.slidesjs-pagination-item {
	text-align: center;
	line-height: 12px;
	width: 12px;
	height: 12px;
	margin: 5px;
	background: white;
	float: left;
	border-radius: 50%;
}

.slidesjs-pagination-item a {
	line-height: 12px;
	display: block;
	color: transparent;
	border-radius: 10px;
}

.slidesjs-pagination-item:hover,
.slidesjs-pagination-item .active {
	background: #D88F66;
	opacity: 1;
}
