@charset "utf-8";
	html,
	body {
		font-size: 8px;
	}
	.main_box {
		width: 1200px;
	}

/*单行超出省略*/

.oneoverflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*2行超出省略*/

.twooverflow {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.head_linelong {
	width: 1px;
	display: block;
	background: #CCCCCC;
	height: 40px;
	margin: 0 20px;
}

.head_text {
	font-size: 24px;
	color: #222222;
	flex: 1;
}

.logo_bkw {
	width: 325px;
}


/*头部切换列表*/

.head_tab_course {
	background-color: #D83531;
	padding: 0;
}

.head_tab_course_list {
	display: flex;
	align-items: center;
}

.head_tab_course_list:last-child {
	margin-right: 0;
}

.head_tab_course_list_name p {
	font-size: 16px;
	color: #fff;
}

.head_tab_course_list_name img {
	width: 25px;
	margin-bottom: 6px;
}

.head_tab_course_list_name {
	margin-right: 20px;
	width: 35px;
	text-align: center;
}

.head_tab_course_list>ul {
	padding-top: 1px;
}

.head_tab_course_list>ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 18px;
	margin-bottom: 10px;
}

.head_tab_course_list>ul li a {
	color: #fff;
	font-size: 14px;
}

.head_tab_course_list>ul li a:hover {
	text-decoration: underline;
}

.head_tab_course_in .head_tab_course_list:nth-child(1)>ul {
	width: 350px;
}

.head_tab_course_in .head_tab_course_list:nth-child(2)>ul {
	width: 290px;
}

.head_tab_course_in .head_tab_course_list:nth-child(3)>ul {
	width: 175px;
}

.head_tab_course_in .head_tab_course_list:nth-child(4)>ul {
	width: 85px;
}

.head_tab_course_list>ul .three_course {
	letter-spacing: 8px;
	margin-right: 9px;
}

.address {
	margin-top: 20px;
	margin-bottom: 20px;
}

.kaoshi_day {
	display: inline-block;
}

.kaoshi_day font {
	font-size: 30px;
	color: #fff;
	font-style: normal;
	width: 35px;
	height: 42px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	background: url(../../static/images/kaoshitime_bg.png) no-repeat center center;
	margin-left: 2px;
	vertical-align: top;
}

.kaoshi_day span {
	font-size: 30px;
}

.banner_middle {
	display: block;
	margin: 25px auto 6px 0;
}

.banner_middle img {
	width: 100%;
	display: block;
}


/*书籍*/

.book_tit {
    height: 40px;
    position: relative;
    border-bottom: 2px solid #EAEAEA;
    margin-bottom: 15px;
    padding-top: 15px;
}

.book_tit:after {
	width: 328px;
	content: "";
	height: 4px;
	background: #D83531;
	position: absolute;
	left: 0;
	bottom: -4px;
}

.book_tit>i:first-child {
	font-size: 18px;
	margin-right: 12px;
	color: #FF9700;
}

.book_tit>span {
	font-size: 12px;
	color: #333333;
}

.book_tit>a {
	font-size: 12px;
	color: #999999;
}

.book_tit>a:hover {
	color: #D83531;
}

.book_tit>a:last-child {
	color: #333333;
}

.book_tit>b {
	font-size: 12px;
	color: #999999;
	margin: 0 5px;
}

.booksub {
	margin-bottom: 30px;
}

.booksub>span {
	font-size: 24px;
	color: #D83531;
}

.booksub>a {
	font-size: 16px;
	color: #D83531;
	position: absolute;
    right: 0px;
}

.booksub_list {
	font-size: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.booksub_list>li {
	width: 580px;
	box-sizing: border-box;
	border: 1px solid rgba(236, 236, 236, 1);
	box-shadow: 0px 2px 10px #efefef;
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
	padding: 20px 10px 26px 24px;
}

.booksub_list>li>a>img {
	width: 114px;
	height: 158px;
	margin-right: 12px;
}

.booksub_list_r>p {
	font-size: 20px;
	color: #333;
	margin-bottom: 12px;
}

.booksub_list_info li {
	font-size: 16px;
	color: #999999;
	margin-bottom: 8px;
}

.booksub_list_info>li>span:first-child {
	margin-right: 20px;
}

.booksub_listbtn {
	font-size: 0;
}


.booksub_listbtn a:last-child {
	margin-right: 0;
}

.booksub_listbtn a:hover {
	color: #D83531;
	border-color: #D83531;
}

.line_red_tit {
	border-top: 2px solid #EAEAEA;
	color: #D83531;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	position: relative;
	margin-bottom: 10px;
}

.line_red_tit:after {
	width: 118px;
	content: "";
	height: 0.4px;
	background: #D83531;
	position: absolute;
	left: 0;
	top: -2px;
}

.booklist_bottom {
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.booklist_bottom li {
	width: 48%;
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.booklist_bottom li>i {
	font-size: 16px;
	color: #D83531;
	margin-right: 10px;
	opacity: 0.5;
}

.booklist_bottom li>a {
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex: 1;
}

.booklist_bottom li>span {
	font-size: 16px;
	color: #111;
}

.booklist_bottom li:hover a {
	color: #D83531;
}

.booklist_bottom li:hover i {
	opacity: 1;
}

.booklist_bottom li:hover span {
	color: #D83531;
}

.page_list {
	text-align: center;
	margin-bottom: 60px;
}

.page_list a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	color: #333;
	border-radius: 50%;
	border: 1px solid #DDDDDD;
	margin-right: 9px;
}

.page_list a:hover {
	background: #D83531;
	color: #fff;
	border-color: #D83531;
}

.page_list .next_btn {
	width: auto;
	padding: 0 25px;
	border-radius: 19px;
}

.page_list .page_action {
	background: #D83531;
	color: #fff;
	border-color: #D83531;
}

.ziliao_box {
	margin-left:40px;
	margin-right:40px; 
	background: #fff;
}

.ziliao_box_tit {
	font-size: 18px;
	color: #D9300A;
	text-align: center;
	padding: 24px 0;
}

.ziliao_box_input {
	height: 40px;
	width: 100%;
	line-height: 40px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
	color: #333;
	display: block;
	border: 1px solid #ECECEC;
	margin-bottom: 15px;
}
.ziliao_box_input:focus{
	border-color: #D9300A;
}
.ziliao_box_inputtips{
	font-size: 12px;
	color:#D9300A;
	margin-bottom: 24px;
}
.ziliao_box_in{
	width: 250px;
	margin: 0 auto;
}
.ziliao_box_btn{
	width: 170px;
	height: 38px;
	line-height: 38px;
	background: #D9300A;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 19px;
	margin: 0 auto;
	display: block;
	box-shadow:0px 0px 7px #8e1e05;
	margin-bottom: 20px;
}
.ziliao_box_btn:hover{
	box-shadow:none;
	background: #bd2806;
}
.ziliao_box_btn_fanqi{
	font-size: 16px;
	color: #999;
	text-align: center;
	margin-bottom: 20px;
}
.ziliao_box_btn_fanqi a{
	color: #999;
}
.msgbox_name{
	font-size: 20px;
	color: #333;
	margin-bottom: 23px;
}
.msgbox{
	width: 576px;
	box-sizing: border-box;
	padding: 20px 20px 15px 24px;
}
.msgbox_msg{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-bottom: 25px;
}
.msgbox_btn{
	text-align: right;
	font-size: 0;
}
.msgbox_btn a{
	width: 110px;
	height: 44px;
	background: #D9300A;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	border-radius: 6px;
	display: inline-block;
	vertical-align: top;
}
.msgbox_btn a:hover{
	background: #b42b0c;
}

.booksub_listbtn a {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border: 1px solid #ECECEC;
	text-align: center;
	margin-right: 8px;
}
/* 新增 */
.nav-mid{
    width: 1250px;
}
.header_new{
margin:0 auto;
 width: 1200px;
}
.ziliao_box_btn:hover{
	color:white;
}