/*
* @Author: snow
* @Date:   2018-08-27 11:12:05
* @Last Modified by:   snow
* @Last Modified time: 2018-08-28 11:41:37
*/

html,
body,
a,
p,
ul,
ol,
li,
dl,
dt,
dd,
div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong,
em,
i,
img,
form,
input,
table {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	color: #333333;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	background: #fff;
	width: 100%;
	height: 100%;
}

/* div{
  cursor: default !important;
} */
li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle
}

a {
	text-decoration: none;
	color: #333333;
}

a div {
	cursor: pointer !important;

}

table {
	border-collapse: collapse;
}

table,
th,
td {
	/* border: 1px solid; */
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}

.container {
	width: 1000px;
	margin: auto;
}

/*头部*/
.header {
	position: relative;
}

.header_top {
	height: 156px;
}

.logo_a {
	margin-top: 50px;
}

.old_link {
	display: inline-block;
	color: #036cb9;
	position: absolute;
	top: 10px;
	right: 0;
}

.old_link:hover {
	color: #287bd3;
}

.search {
	height: 74px;
	line-height: 40px;
	/* margin-top: 40px; */
	width: 1200px;
	/* height: 430px; */
}

.searchTop {
	margin-top: -14px;
}

.search .keywords {
	box-sizing: content-box;
	width: 324px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	background: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	border: 1px solid #CCCCCC;
	outline: none;
	border-right: 0;
}

.searchDel .iconfont {
	transform:
	translateX(40px);
}

.search .btn {
	font-size: 0;
	width: 45px;
	height: 40px;
	line-height: 40px;
	border: none;
	cursor: pointer;
	outline: none;
	background: #287BD3 url(../images/sou.png) no-repeat center;
}

.nav {
	height: 47px;
	border-bottom: 4px solid #085cb5;
}

.hot_word {
	display: block;
	width: 380px;
}

ul.hot_word li {
	float: left;
	color: #D30000;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	margin-top: 15px;
}

ul.hot_word li a {
	color: #363636;
	width: 86px;
	text-align: center;
	display: block;
	cursor: initial;
}

ul.hot_word li.r a {
	border-left: 1px solid #fff;
	cursor: pointer;
}

/*导航菜单*/
.nav ul li {
	width: 167px;
	height: 43px;
	float: left;
	font-size: 18px;
	text-align: center;
	line-height: 47px;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav ul li a {
	color: #287bd3;
}

.nav_active {
	background: url(../images/20180810_nav.png) repeat-x;
}

.nav ul .nav_active a {
	color: #fff;
}

.nav ul li a:hover {
	color: #085cb5;
}

.nav ul .nav_active a:hover {
	color: #fff;
}

/*底部*/
.footer {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	background-color: #f5f5f5;
	padding-top: 25px;
	margin-top: 45px;
	padding-bottom: 10px;
}

.wrapp {
	margin: 0 auto;
	width: 395px;
}

.footer .wrapp>img {
	margin-right: 20px;
	margin-top: 38px;
}

.footer_text {
	font-size: 12px;
	color: #999;
	line-height: 26px;
}

.footer ul {
	margin-bottom: 22px;
}

.footer ul li {
	display: inline-block;
	margin-right: 20px;
	padding-left: 20px;
	border-left: 1px solid #999999;
	height: 14px;
	line-height: 14px;
}

.footer ul li:first-child {
	padding-left: 0px;
	border: 0;
}

.footer ul li a {
	color: #666;
}

.footer ul li a:hover {
	color: #333;
}

/*返回上页*/
.back {
	text-align: center;
	margin-top: 26px;
}

.back a {
	display: inline-block;
	width: 88px;
	text-align: center;
	font-size: 16px;
	color: #287bd3;
	border: 1px solid #287bd3;
	border-radius: 2px;
	padding: 2px 0 3px;
}

.back a:hover {
	background-color: #287bd3;
	color: #fff;
}

/*页签*/
.page {
	text-align: center;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	color: #999;
}

.page_box {
	display: inline-block;
}

.page ul {
	margin-right: 20px;
}

.page ul li {
	background-color: #f7f7f7;
	float: left;
	text-align: center;
	margin-left: 5px;
}

.page ul li a {
	color: #999;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.page ul li.current a {
	color: #fff;
	background-color: #287bd3;
}

.page ul .page_prev a,
.page ul .page_next a {
	width: 76px;
}

.page ul li a:hover {
	color: #666;
}

.page ul li.current a:hover {
	color: #fff;
}

.jump {
	margin: 0 20px;
}

.jump input {
	padding-left: 5px;
	width: 42px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #cacaca;
	font-size: 16px;
	color: #666;
}

.page button {
	width: 56px;
	height: 28px;
	background-color: #e6e6e6;
	color: #333;
	border: 1px solid #cacaca;
	outline: none;
	cursor: pointer;
	margin-top: 3px;
}

.pagesite a {
	color: #999;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0px 10px 0px 10px;
	background-color: #f7f7f7;
	text-align: center;
	cursor: pointer;
}

.pagesite a:hover {
	color: #666;
	background: #efeded;
}

.pagesite {
	margin-top: 0px !important;
}

.pagesite select {
	padding-left: 5px;
	width: 50px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #cacaca;
	font-size: 16px;
	color: #666;
	margin-left: 6px;
	margin-right: 6px;
}

.content-hint {
	margin-top: 50px;
	overflow: hidden;
}

.content-hint span {
	font-size: 16px;
	color: #333333;
	display: block;
}

.content-hint span strong {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}

.content-hint span a {
	font-size: 16px;
	color: #333333
}

.content-hint span a:hover {
	color: #1088f1;
	text-decoration: underline;
}

.content-hint .hit-span {
	margin-bottom: 20px;
}

.footer-wrap {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}

.ft-left {
	float: left;
	width: 350px;
	text-align: right;
}

.footer .di {
	margin-left: 10px;
}

.ft-right {
	float: left;
	text-align: left;
}

.footer .di p {
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	color: #666;
}

.c {
	clear: both;
}

.footer ul li {
	display: inline-block;
}

.main {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 0;
	zoom: 1;
}

.main {
	width: 1000px;
	margin: 0 auto;
}

.pd_rl_24 {
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 30px;
	border: 1px solid #ddd;
}

.mg_auto {
	margin-left: auto;
	margin-right: auto;
}

.arc_body {
	line-height: 2;
}

.mapM .m_item {
	margin-bottom: 20px;
}

.mapM .m_item .tab_2 {
	padding-left: 40px;
	font-family: 'Microsoft YaHei', '微软雅黑';
	background: #f5f5f5;
	font-size: 16px;
	font-weight: bold;
}

.tab_2 {
	height: 40px;
}

.clear_w {
	zoom: 1;
}

.tab_2 li {
	float: left;
}

.tab_2 li span {
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
}

.mapM .m_item .links {
	margin: 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #eee;
	padding: 25px 15px;
}

.mapM .m_item .links a {
	margin: 0 25px;
	display: inline-block;
}

.result-box {
	overflow: hidden;
}

.result-box .searchNav {
	font-size: 14px;
}

.result-box .searchNav span {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.searchList {
	overflow: hidden;
}

.searchList .item {
	margin-top: 16px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
}

.searchList .item .search-title {
	margin-bottom: 10px;
	font-size: 16px;
}

.searchList .item .search-title a {
	font-size: 16px;
}

.searchList .item .search-title a:hover {
	color: #287bd3;
}

.searchList .item .search-title a span {
	color: red;
	font-weight: bold;
}

.searchList .item .search-txt {
	margin-bottom: 10px;
}

.searchList .item .search-txt span {
	font-weight: bold;
}

.search-date {
	overflow: hidden;
}

.search-date em {
	font-style: normal;
	margin-left: 10px;
	margin-right: 10px;
}

.content-info span.margin0 {
	margin-right: 4px;
}

.part_line {
	width: 100%;
	height: 2px;
	border-bottom: 2px solid #287BD3;
}

.location {
	height: 54px;
	line-height: 54px;
	color: #999999;
}

.location a {
	color: #999999;
}

.s_banner {
	margin-bottom: 20px;
	height: 122px;
	background: url(../images/20180827_Sbanner.png) 0 0 no-repeat;
	text-align: center;
	line-height: 100px;
	border-bottom: 2px solid #287BD3;
}

.s_banner span {
	font-size: 35px;
	color: #ffffff;
	font-weight: bold;
}

.second_title {
	position: relative;
	margin-bottom: 13px;
	border-bottom: 1px solid #eeeeee;
	line-height: 30px;
	height: 30px;
}

.second_title span {
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #287bd3;
	margin-right: 3px;
	position: relative;
	top: -2px;
}

.second_title h2 {
	color: #252525;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
}

.second_title i {
	display: inline-block;
	border-right: 32px solid #287bd3;
	position: absolute;
	bottom: -2px;
	left: 0px;
	height: 3px;
	border-left: 14px solid #fff;
}

.second_title a {
	color: #999999;
	font-size: 14px;
}

.second_title a:hover {
	color: #666666;
}

.second_title1 {
	border: none;
}

.second_title1 h2 {
	border-bottom: 1px solid #eeeeee;
}

.second_title2 {
	border-bottom: 0;
}

.second_title2 h2 {
	border-bottom: 1px solid #fff;
}

.second_title2 i {
	left: 14px;
	border-left: 0;
}

.border_top {
	border-top: 1px solid #226fb7;
}

.left_nav li a.background_none {
	background: none;
}

.j_btm {
	width: 408px;
	height: 308px;
	background: url("../images/20200927-02.jpg") left bottom no-repeat;
	position: fixed;
	bottom: 20px;
	right: 18px;
	border: 4px #bdbdbd solid;
}

.j_close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 28px;
	height: 28px;
	display: block;
	cursor: pointer;
	background: url("../images/20200927-03.jpg") no-repeat;
}

.j_btm2 {
	width: 100%;
	padding: 20px 30px;
	font-size: 14px;
	line-height: 24px;
}

.j_btm2 h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

.j_btm2 p {
	margin-top: 15px;
	text-indent: 2em;
}

.j_btm2 span {
	display: block;
	text-align: right;
	margin-top: 10px;
}

.header_1 {
	padding-bottom: 8px;
}

.header_1 li {
	float: left;
	margin-right: 19px;
	line-height: 23px;
	position: relative;
}

.header_1 li img {
	width: 28px;
	float: left;
}

.header_1 li span {
	float: left;
	margin-left: 4px;
}

.grey_bor {
	position: absolute;
	z-index: 999;
	left: 3px;
	top: 26px;
	display: none;
}

.header_1 li .grey_bor img {
	width: 100px;
}

::-webkit-scrollbar {
	width: 0px;
	height: 10px;
	color: transparent;
}

::-webkit-scrollbar-track-piece {
	background-color: transparent;
	 /* background-color: #F5F5F5; */
	-webkit-border-radius: 5px;
}


::-webkit-scrollbar-thumb:vertical {
	background-color: #D7D7D7;
	-webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
	background-color: #D7D7D7;
	-webkit-border-radius: 5px;
}

#app .el-pagination {
	display: flex;
	margin-bottom: 60px;
}

body #container .rectangleImage {
	background-image: url();
}

.num li {
	background: rgba(255, 255, 255, 0.5) !important;
	width: 10px !important;
	height: 10px !important;
}

.num .activeDot {
	background: rgba(255, 255, 255, 1) !important;
}

.num .huanengActiveDot {
	background: rgba(255, 255, 255, 1) !important;
}

.containerImage2 {
	background-image: url();
}

.containerImage3 {
	background-image: url();
}

body #container .LCDIV-TVVyFv {
	left: 36px;
}

body #container .LCDIV-TVVyFv h1 {
	padding-left: 0px;
}

a {
	text-decoration: none;
	color: #333333;
}

.content-info span {
	font-size: 14px;
	color: #666666;
	margin-right: 14px;
}

.content-info-box {
	width: 100%;
	overflow: hidden;
	margin-top: 12px;
}

.content-info-box p {
	text-indent: 2em;
	font-size: 16px;
	color: #333;
	line-height: 34px;
	font-weight: 400;
}

.content-fj a {
	color: #287bd3;
	font-size: 16px;
}

.content-info-box p img {
	margin-left: -32px;
}


p img {
	max-width: 100% !important;
	height: auto;
}

.input-template {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	border: none;
	background: inherit;
	color: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	color: inherit;
	line-height: inherit;
	font-style: inherit;
	text-decoration: inherit;
	outline: none;
	box-sizing: border-box;
}

.input-template-container {
	box-sizing: border-box;
}

.input-template::-ms-clear {
	display: none;
}

.input-template::-webkit-search-cancel-button {
	display: none;
}

.input-template:focus {
	outline: none;
}

.h1Divc {
	min-width: 10px;
	width: 210px;
	height: 50px;
	text-align: start;
	table-layout: fixed;
	box-sizing: border-box;
	color: #262626;
	padding: 0 !important;
}

.h1Divc .title {
	width: 100% !important;
	height: 100% !important;
	box-sizing: border-box;
	font-size: 32px;
	color: #262626;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 !important;
}

.paragraphDiv {
	width: 102px;
	height: 26px;
	text-align: start;
	table-layout: fixed;
	box-sizing: border-box;
	font-size: 14px;
	color: #262626;
	position: relative;
	z-index: 1;
	padding: 0 !important;
}

.paragraphDiv {
	width: 102px;
	height: 26px;
	text-align: start;
	table-layout: fixed;
	box-sizing: border-box;
	font-size: 14px;
	color: #262626;
	position: relative;
	z-index: 1;
	padding: 0 !important;
}

.paragraphDiv .paragraph {
	width: 100% !important;
	height: 100% !important;
	font-size: 14px;
	box-sizing: border-box;
	color: #262626;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 !important;
}

.boxvideo {
	width: 100%;
	height: 100%;
	border: none;
	box-sizing: border-box;
}

.tempWrap {
	height: 100%;
	overflow: hidden !important;
}

.LCDIV-TInCTK .tempWrap {
	overflow: unset !important;
}

.img:hover {
	transition: 1.2s;
	transform: scale(1.2);
}

.bd .img:hover {
	transform: scale(1);
}

#container .tabActiveNav {
	color: #FF3333 !important;
}

#container .methodsdiv-owgidL .tabActiveNav {
	color: #fff !important;
}

.LCDIV-bo6w8fmwa9 .editorDiv p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	overflow: hidden;
}

#__nuxt,
#__layout,
#container {
	height: 100%;
}

/**  登录组件公共样式 **/
.loginOut {
	display: none;
}

.fanti {
	cursor: pointer;
}

.activetypeface,
.activetypeface em {
	font-weight: 600 !important;
}

.LCDIV-bniHZv .img,
.methodsdiv-fMhfBV .img {
	object-fit: contain;
}
.el-pagination .btn-next{
	height: 38px !important;
	width: 38px !important;
}
.newsList .el-pagination.is-background .btn-next.is-active,
.newsList .el-pagination.is-background .btn-prev.is-active,
.newsList .el-pagination.is-background .el-pager li.is-active {
	background-color: #ff3333;
	color: var(--el-color-white);
	height: 38px;
	width: 38px;
}
.newsList .el-pagination.is-background .el-pager li {
	height: 38px;
	width: 38px;
	background-color: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 4px !important;
	color: #333;
}

.newsList .el-pagination.is-background .el-pager li:hover {
	color: rgba(24, 121, 210, 1);
}

.newsList .el-pagination.is-background .el-pager li.is-active:hover {
	color: #fff;
}

.is-last,
.is-first {
	height: 38px !important;
	background-color: #fff !important;
	padding: 0 12px !important;
	border-radius: 4px !important;
	border: 1px solid #E0E0E0 !important;
}

.el-pagination.is-background .btn-next:hover {
	color: rgba(24, 121, 210, 1);
}

.el-pagination.is-background .btn-prev:hover {
	color: rgba(24, 121, 210, 1);
}

body .el-select .el-input.is-focus .el-input__wrapper {
	box-shadow: 0 0 0 1px #B3B3B3 !important;
}

body .el-select-dropdown__item.selected {
	color: #ff3333  !important;
}

body .el-select .el-input__wrapper.is-focus {
	box-shadow: 0 0 0 1px #B3B3B3 !important;
}

body .el-select-dropdown__item.hover,
body .el-select-dropdown__item:hover {
	background-color: #f8f8f8;
}

body .el-input__wrapper.is-focus {
	box-shadow: 0 0 0 1px #B3B3B3 !important;
}

body .el-button:focus, .el-button:hover {
	color: #FF3333 !important;
	/* border-color: #fff; */
	background-color: #fff !important;
	border-color: #dcdfe6 !important;
}

.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
	color: #FF3333 !important;
}

.el-cascader-node .el-icon {
	color: #606266 !important;
}

body .el-cascader-menu__wrap .el-cascader-node__prefix {
	color: #FF3333 !important;
}

body .el-cascader .el-input.is-focus .el-input__wrapper {
	box-shadow: 0 0 0 1px #dcdfe6 !important;
}

body .el-cascader-node:not(.is-disabled):focus, .el-cascader-node:not(.is-disabled):hover {
	background-color: #f8f8f8 !important;
}

.el-radio__input.is-checked .el-radio__inner {
	border-color: #FF3333 !important;
	background: #FF3333 !important;
}

.el-radio__input.is-checked+.el-radio__label {
	color: #FF3333 !important;
}

.el-radio__inner:hover {
	border-color: #B3B3B3 !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
	border-color: #FF3333 !important;
	background: #FF3333 !important;
}

.el-checkbox__inner:hover {
	border-color: #B3B3B3 !important;
}

.el-textarea__inner:focus {
	box-shadow: 0 0 0 1px #dcdfe6 !important;
}

.el-date-table td.today .el-date-table-cell__text {
	color: #FF3333 !important;;
}

.el-date-table td.current:not(.disabled) .el-date-table-cell__text {
	background: #FF3333 !important;
}

.el-date-table td.available:hover {
	color: #FF3333 !important;
}

.el-time-panel__btn.confirm {
	color: #FF3333 !important;
}

.el-radio-button__original-radio:checked+.el-radio-button__inner {
	border-color: #FF3333 !important;
	background: #FF3333 !important;
}

.el-radio-button__original-radio:checked+.el-radio-button__inner:hover {
	color: #fff !important;
}

.el-radio-button__inner:hover {
	color: #FF3333 !important;
}

.el-form-item__error {
	padding-top: 8px !important;
}

.el-date-table td.end-date .el-date-table-cell__text, .el-date-table td.start-date .el-date-table-cell__text {
	background: #FF3333 !important;
}

.el-pagination.is-background .btn-next.is-active, .el-pagination.is-background .btn-prev.is-active, .el-pagination.is-background .el-pager li.is-active {
	background: rgba(24, 121, 210, 1) !important;
	color: #fff !important;

}

.el-pager li:hover {
	color: rgba(24, 121, 210, 1) !important;
}

.el-pager li {
	height: 38px !important;
	width: 38px !important;
}

/**导航背景**/
#container .LCDIV-glBUlG {
	border-radius: 12px;
	/*box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);*/
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}
#container .LCDIV-glBUlG ul {
	border-radius: 12px;
	background-color: #ffffff;
}

#container .LCDIV-f4m3j5et7c img{
	filter: brightness(0) invert(1) !important;
	-webkit-filter: brightness(0) invert(1) !important;
	opacity: 0.9 !important;
}

/*二级导航*/
#container .LCDIV-IHfqkh {
	/*box-shadow: none;*/
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0));
	background-color: #ffffff;
}

#container .homeNav .LCDIV-LIQ{
	font-size: 22px;
	font-weight: 600;
	background-image: 1;
	color: #014DF8!important;
	font-weight: 600;
	cursor: pointer;
}

#container .homeNavDj .LCDIV-gppdc51b9x{
	font-size: 22px;
	font-weight: 600;
	background-image: 1;
	color: #ffffff!important;
	font-weight: 600;
	cursor: pointer;
}

#container .LCDIV-szXOLH {
	width: auto!important;
}
#container .LCDIV-szXOLH h1{
	width: auto!important;
}

#container .underline {
	text-decoration-color: transparent; /* 默认透明颜色 */
	text-decoration-thickness: 3px !important; /* 下划线厚度 */
	text-underline-offset: 10px; /* 下划线与文字的距离 */
	transition: text-decoration-color 0.3s ease; /* 添加过渡效果 */
	text-decoration: underline;
	text-decoration-color: #004eff;
	font-weight: 600 !important;
}

#container .underline2 {
	border-bottom: 2px solid #004eff !important;
}

#container .underlineDj {
	text-decoration-color: transparent; /* 默认透明颜色 */
	text-decoration-thickness: 3px !important; /* 下划线厚度 */
	text-underline-offset: 10px; /* 下划线与文字的距离 */
	transition: text-decoration-color 0.3s ease; /* 添加过渡效果 */
	text-decoration: underline;
	text-decoration-color: #ffffff;
}
/* 导航考试项目下拉样式层级 */
.LCDIV-glBUlG{
	z-index: 9999 !important;
}

/* 解决导航考试项目 在苹果浏览器下下拉选展示不正常的问题 */
#container .LCDIV-IHfqkh {height: auto!important;}

/* 高等教育考试当前位置 */
/*.LCDIV-JmAGHi{*/
/*	margin-top: -20px!important;*/
/*}*/

/** 艺术类考试 播放箭头样式 **/
/* 播放图片样式 */
#container .LCDIV-ylvVuF{border-radius: 22px;}
.play-image { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; transition: transform 0.3s ease; /* 添加过渡效果 */ }
/* 鼠标悬停时播放按钮的样式 */
.play-image:hover { transform: translate(-50%, -50%) scale(1.1); /* 放大按钮 */ cursor: pointer; /* 鼠标变成小手样式 */ }
#container  .LCDIV-iasfhkc91s {cursor: pointer;}
/* 笔试 面试 选中样式 */
.bs-ms-hover { font-size:20px;font-weight:400;color:#FEFEFE!important;background-color:rgba(0, 83, 238, 1);background-image:1 }


/* 考试月历 */
.my-pointer {cursor: pointer!important;}
.yue-li-select { font-size:14px!important;font-weight:600!important;color:#FFFFFF!important;background-color:rgba(88, 160, 245, 1)!important;background-image:1!important }
/* 相关链接 */
.xglj-select { font-size:16px!important;font-weight:normal!important;color:#FFFFFF!important;background-color:rgba(80, 143, 237, 1)!important;background-image:1!important }

/* 咨询列表 */
#container .LCH1-cx78h8o7ei:hover { font-size:20px;font-weight:700;background-image:1 }
.zxlb-hover {color: #FFFFFF!important;font-size:14px;font-weight:400;background-color:rgba(24, 121, 210, 1);background-image:1 }
.zxlb-mouseleave {color: #262626!important}


#container .LCDIV-40937okuxr{display:none}



/* 页面 */
::-webkit-scrollbar {
	width: 15px;       /* 轨道总宽度（不变） */
	height: 12px;      /* 高度（水平滚动条） */
}
::-webkit-scrollbar-track {
	background: #ffffff; /* 轨道背景 */
}
::-webkit-scrollbar-thumb {
	background: #6b6b6b !important;    /* 滑块颜色 */
	border-radius: 8px !important;     /* 圆角 */
	border: 3px solid #ffffff;         /* 关键：给滑块加边框（颜色和轨道一致） */
	box-sizing: border-box;            /* 确保边框宽度包含在总宽度内 */
}
::-webkit-scrollbar-thumb:hover {
	background: #939393 !important;    /* 悬停颜色 */
}
