@charset "utf-8";

.nav_box {
	/* background: linear-gradient(180deg, var(--primary-color) 11%, rgba(0, 0, 0, 0)) */
}

.second-content {
	background: #fff;
}
.scroll-wrap-table{
    text-align: -webkit-center;
}

    .tab-divShow{
        display: flex;
        align-items: center;
        height: 50px;
    }

.second-content .header-img {
	/*	height: calc(460 / var(--rem) * 1rem); */
	margin-top: calc(220 / var(--rem) * 1rem);
}
.pnt-prevnext a{
   color: #0180f6;
    text-decoration: underline;
}
.toggle-icon{
        width: 0.7rem;
    height: 0.9rem;
    float: right;
    margin-right: 2rem;
    margin-top: 1.5rem;
    transition: transform 0.3s ease;
}
.second-content .header-img img {
	height: 100%;
	width: 100%;
	display: none;
}

.erji-box {
	width: 100%;
	padding: calc(30 / var(--rem) * 1rem) calc(320 / var(--rem) * 1rem) 0 calc(320 / var(--rem) * 1rem);
}

.erji-box .time {
	color: #a3a3a3 !important;
}

.crumb {
	height: calc(50 / var(--rem) * 1rem);
	/* background: url(../img/erm.png) top right no-repeat; */
	background-size: auto 100%;
	border-bottom: 1px solid #ededed;
	position: relative;
}

.pl10 span {
	font-size: calc(18 / var(--rem) * 1rem);
	color: var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
	padding: calc(10 / var(--rem) * 1rem) 0;
	font-weight: 400;
	position: absolute;
	bottom: 0;
}

/*线条*/
.line_top {
	border-top: 1px solid #ededed;
}

.line_bottom {
	border-bottom: 1px solid #ededed;
}

.line_left {
	border-left: 1px solid #ededed;
}

.line_right {
	border-right: 1px solid #ededed;
}

.text-center {
	text-align: center;
}

/*按钮*/
.btn_gray {
	float: left;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	border-radius: 4px;
	background: #fff;
	color: #888;
	border: 1px solid #ddd;
	padding: 0 16px;
}

.btn_gray:hover {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

.btn_green {
	float: left;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	border-radius: 4px;
	background: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color);
	padding: 0 16px;
}

.btn_green:hover {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

.btn_green_big {
	padding: 8px 24px;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	border-radius: 4px;
	background: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color);
}

.btn_green_big:active {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

.btn_app_box {
	float: left;
	width: 100%;
	text-align: center;
	margin: 24px 0;
}

/* 首页 */
.index-content {
	padding: 0;
}

.index-content1 {
	width: 100%;
	float: left;
	padding: 0rem 0 0px 0;
}

.index-txt {
	float: left;
	width: 100%;
	padding: 40px 0;
}

.index-txt .txt_1 {
	width: 100%;
	font-size: 32px;
	color: #000;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

/* 首页按钮 */
.index_bnt_box {
	position: absolute;
	width: 100%;
	margin-top: 48.4375rem;
	z-index: 99;
}

.index_bnt_bj {
	display: flex;
	justify-content: center;
	width: 100%;
	font-size: 1.125rem;
	color: #073f7c;
	z-index: 99;
	border-radius: 16px;
	text-align: center;
	font-weight: bold;
	animation: .5s linear 0s 1 normal none running key;
}

.index_bnt_bj img {
	width: calc(61 / var(--rem) * 1rem);
	height: calc(61 / var(--rem) * 1rem);
}

.index_bnt_bj_6 {
	transition: all .4s;
	width: calc(206 / var(--rem) * 1rem);
	height: calc(166 / var(--rem) * 1rem);
	/* padding-top: calc(20 / var(--rem) * 1rem); */
	background: var(--primary-color);
	color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.index_bnt_bj_6:first-child {
	border-radius: 10px 0 0 10px;
}

.index_bnt_bj_6:last-child {
	border-radius: 0 10px 10px 0;
}

.index_bnt_bj_6:nth-child(2n) {
	background: #fff;
	color: var(--primary-color);
}

.index_bnt_bj_6:hover {
	transform: scale(1.1);
	/* color: #fff; */
}

.index_bnt_bj_6 p {
	/* font-family: Microsoft YaHei; */
	/* font-weight: bold; */
	font-size: 1.25rem;
	/* color: #333333; */
}

.index_bnt_bj_6:hover p {
	/* color: var(--primary-color); */
	cursor: pointer;
}

.index_bnt_box .sticky {
	display: none;
}

.skeu .index_bnt_bj {
	padding: 10px;
}

.skeu .index_bnt_bj_6 {
	background: transparent;
	box-shadow: none;
	width: calc(134 / var(--rem) * 1rem);
	height: calc(134 / var(--rem) * 1rem);
	position: relative;
}

.skeu .index_bnt_bj_6::after {
	content: '';
	position: absolute;
	right: -1px;
	height: 50%;
	width: 1px;
	background: #cccccc57;
	top: 50%;
	transform: translateY(-50%);
}

.skeu .index_bnt_bj_6:last-child::after {
	content: none;
	position: absolute;
	right: -1px;
	height: 50%;
	width: 1px;
	background: #cccccc57;
	top: 50%;
	transform: translateY(-50%);
}

.skeu .static {
	display: none;
}

.skeu .sticky {
	display: inline;
	width: calc(60 / var(--rem) * 1rem);
	height: calc(60 / var(--rem) * 1rem);
}


/* 资讯中心 */

.news-wrap_box {
	background: url(../img/icon_32.png);
	height: auto;
	background-size: 100% 100%;
	margin: 0 auto;
	padding-top: calc(0 / var(--rem) * 1rem);
}

.news-wrap {
	width: calc(var(--context_width) / var(--rem) * 1rem);
	margin: 0 auto;
	/* overflow: hidden; */
}

.news-wrap-title .title {
	font-weight: bold;
	font-size: calc(36 / var(--rem) * 1rem);
	color: #222222;
	line-height: calc(36 / var(--rem) * 1rem);
	text-align: center;
	margin-bottom: calc(12 / var(--rem) * 1rem)
}

.news-wrap-title .sub_title {
	font-weight: 400;
	font-size: calc(26 / var(--rem) * 1rem);
	color: #0064B0;
	line-height: 25px;
	opacity: .5;
	text-align: center;
	font-style: italic;
	text-transform: uppercase
}

.tabs {
	width: var(--context_width);
	height: calc(54 / var(--rem) * 1rem);
	border-bottom: 1px solid #DDDDDD;
	margin-top: calc(53 / var(--rem) * 1rem);
	display: flex;
	align-items: center;
	justify-content: center
}

.tabs .tab {
	margin: 0 calc(100 / var(--rem) * 1rem);
	font-weight: bold;
	font-size: calc(24 / var(--rem) * 1rem);
	line-height: calc(45 / var(--rem) * 1rem);
	height: 100%;
	color: #000;
	border-bottom: 3px solid transparent;
	padding: 0 .5rem;
	cursor: pointer
}

.tabs .tab:hover {
	color: var(--primary-color);
	border-bottom: 3px solid var(--primary-color)
}

.tabs .tab.on {
	border-bottom: 3px solid var(--primary-color);
	color: var(--primary-color)
}


/* 详情页 */
.content_box {
	width: 100%;
	float: left;
}

.content_box1 {
	padding: calc(40 / var(--rem) * 1rem) calc(30 / var(--rem) * 1rem);
}

.content_box2 {
	padding: 10px;
}

.content_box p {
	color: #333333;
	line-height: calc(38 / var(--rem) * 1rem);
	font-size: 1rem;
	word-break: break-all;
	/* line-height: 1.7; */
	/* margin-bottom: 8px; */
}

.content_box .biaoti_top {
	width: 100%;
	float: left;
	margin: 0 0 24px 0;
}

.content_box .biaoti_top h3 {
	font-size: 28px;
	color: #292929;
	text-align: center;
	font-weight: 500;
	margin-top: 10px;
}

.content_box .biaoti_top p {
	font-size: 13px;
	color: #666;
}

.content_box .biaoti_top .biaoti_top_txt {
	font-size: 14px;
	color: #999999;
	/* background: #f6f6f6; */
	padding: 10px 0;
	line-height: 20px;
	text-align: center;
	margin: 20px 0;
	display: flex;
	justify-content: center;
}

.content_box .biaoti_top .biaoti_top_txt span {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.content_box .biaoti_top .biaoti_top_txt img {
	width: 12px;
	height: 12px;
	    margin: 0 0.5rem;
}

.xinwen-detail {
	height: calc(334/ var(--rem) * 1rem);
	background: #FBFCFD;
	width: 100%;
	padding: 0 calc(320 / var(--rem) * 1rem) 0 calc(320 / var(--rem) * 1rem);
}

.xinwen-detail-top {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: calc(24/ var(--rem) * 1rem);
	color: #333333;
	padding: calc(40/ var(--rem) * 1rem) 0;
}

.xinwen-detail-top img {
	width: 43px;
	height: 13px;
	margin: 0 16px;
}

.xinwen-detail-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.xinwen-detail-bottom .detaildiv {
	width: 30%;
	background: #FFFFFF;
	padding: calc(30/ var(--rem) * 1rem);
	font-size: calc(18/ var(--rem) * 1rem);
	color: #000000;
	line-height: calc(32/ var(--rem) * 1rem);
	height: calc(170/ var(--rem) * 1rem);
}

.xinwen-detail-bottom .detaildiv p {
	font-size: calc(16/ var(--rem) * 1rem);
	color: #999999;
	line-height: calc(82/ var(--rem) * 1rem);
}

/* 二级-内容 */
.erji_content {
	padding: 0;
	min-height: 50vh;
}


.erji_content table,table tr th,table tr td{
    border:1px solid #000;
        max-width: 100%;
}
.shuangshi_01 {
	/* box-shadow: 0 0 12px #eee; */
}

.erji_content_left {
	float: left;
	width: 300px;
}

/* 二级-左侧导航*/
.erji_content_left {
	float: left;
	width: calc(270/ var(--rem) * 1rem);
}

.erji_content_left .content_left_nva {
	width: 100%;
}

.erji_content_left .content_left_nva .left_nva_top {
	/* position: absolute; */
	width: calc(270/ var(--rem) * 1rem);
	height: calc(90/ var(--rem) * 1rem);
	background: var(--primary-color);
	/* border-radius: 10px 10px 0 0; */
	/* margin-top: calc(-75/ var(--rem) * 1rem); */
	z-index: 9;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: calc(28/ var(--rem) * 1rem);
	font-weight: 600;
	font-weight: normal;
}

.erji_content_left .content_left_nva .left_nva_top p {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	padding: 20px 0 10px 20px;
	line-height: 40px;
}

.erji_content_left .content_left_nva ul {
	float: left;
	width: 100%;
	margin-top: calc(-1/ var(--rem) * 1rem);
	border: calc(10/ var(--rem) * 1rem) solid var(--primary-color);
}

.three-ul {
	border: none !important;
}

.three-ul li a {
	/* padding-left: calc(60/ var(--rem) * 1rem) !important; */
}

.three-ul li img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: calc(30/ var(--rem) * 1rem) !important;
}

.three-ul a {
	font-size: 1rem;
	background: #fff;

}

.erji_content_left .content_left_nva ul li {
	background: #F5F5F5;
	min-height: calc(63/ var(--rem) * 1rem);
	height: auto;
	line-height: calc(63/ var(--rem) * 1rem);
	text-align: left;
	font-size: calc(18/ var(--rem) * 1rem);
	color: #666666;
	margin-bottom: 0;
	float: left;
	width: 100%;
	display: inline;

}

.erji_content_left .content_left_nva ul li a {
	display: block;
	padding-left: calc(30/ var(--rem) * 1rem);
}

.erji_content_left .content_left_nva ul li a:hover {
	display: block;
	background: #fff;
	/* font-weight: bold; */
	color: var(--primary-color);
	/* font-weight: bold; */
}

.erji_content_left .content_left_nva ul li .on {
	/* background: url(../img/erac.png) no-repeat; */
	color: var(--primary-color);
	background: #fff;
}

/* 二级-右侧内容*/
.erji_content_right {
	width: 100%;
	padding: 0 0 0 calc(300/ var(--rem) * 1rem);
}

/* 二级-图片*/
.erji_bannner {
	width: 100%;
	height: calc(305/ var(--rem) * 1rem);
	position: relative;
	margin-top: 0;
}

.erji_bannner::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(23, 78, 232, 0.3), rgba(0, 0, 255, 0));
	z-index: 1;
}

.erji_bannner img {
	width: 100%;
	height: calc(305/ var(--rem) * 1rem);
	object-fit: cover;
}

/* 二级-上页下页*/
.erji_fanye {
	/* width: 100%; */
	padding-top: 20px;
	float: left;
	width: 50%;
	
	font-size: 14px;
    line-height: 2;
    
}

.erji_fanye-right {
	font-size: 17px;
	color: #0180F6;
	width: 139px;
	line-height: 44px;
	height: 44px;
	background: #e3ebf6;
	border-radius: 24px 24px 24px 24px;
	text-align: center;
	float: right;
	margin-top: 30px;
}

.erji_fanye p {
	line-height: 40px;
	font-size: 15px;
}

.erji_fanye p a {
	color: #666;
}

.erji_fanye p a:hover {
	color: var(--primary-color);
}

/* 二级分类按钮 */
.erji_btn_box {
	width: 100%;
}

.erji_btn_box li {
	float: left;
	margin: 0 4px;
}

.erji_btn_box .erji_btn {
	float: left;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	background: #fff;
	color: #888;
	border: 1px solid #eee;
	padding: 0 16px;
	margin-bottom: 4px;
}

.erji_btn_box .erji_btn:hover {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

.erji_btn_box .on {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

/* 多行式面包屑导航-默认竖线分隔 */
.m-crumb {
	overflow: hidden;
	line-height: 1.5;
	/* border-bottom: 1px dashed #ddd; */
	/* margin-bottom: 25px; */
	padding-top: 0.8rem;
}

.m-crumb ul {
	margin-right: -20px;
	float: right;
	font-size: 12px;
	color: var(--primary-color);
}

.m-crumb li {
	float: left;
	word-wrap: normal;
	white-space: nowrap;
}

.m-crumb li a {
	color: #A3A3A3;
}

.m-crumb li a:hover {
	color: var(--primary-color);
}

.m-crumb li:after {
	display: inline-block;
	width: 20px;
	text-align: center;
	content: '|';
	font-size: 13px;
	color: #ccc;
	font-family: \5b8b\4f53;
}

/* 箭头分隔 */
.m-crumb-arr li:after {
	content: '\3E';
}

/* 空白分隔 */
.m-crumb-blank ul {
	margin-left: -10px;
}

.m-crumb-blank li:after {
	width: 10px;
	content: '';
}

/* 普通翻页器-默认居中 */
.m-page-box_bj {
	width: 100%;
	float: left;
	border-top: 1px dashed #ddd;
	display: block !important;
	    overflow: auto;
}

.m-page {
	margin: 20px 0;
	text-align: center;
	line-height: 32px;
	font-size: 0;
	letter-spacing: -0.307em;
	word-wrap: normal;
	white-space: nowrap;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.m-page a,
.m-page i {
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	margin-left: -1px;
	border: 1px solid #ddd;
	font-size: 12px;
	letter-spacing: normal;
	text-shadow: 0 1px #fff;
	background: #fff;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.m-page a,
.m-page a:hover {
	text-decoration: none;
	color: #7B7B7B;
	background: #fff;
}

.m-page a:first-child {
	margin-left: 2;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.m-page a:last-child {
	margin-right: 2;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.m-page a.pageprv:before,
.m-page a.pagenxt:after {
	font-weight: bold;
	font-family: \5b8b\4f53;
	vertical-align: top;
}

.m-page a.pageprv:before {
	margin-right: 3px;
	content: '\3C';
}

.m-page a.pagenxt:after {
	margin-left: 3px;
	content: '\3E';
}

.m-page a:hover {
	background: #f5f5f5;
}

.m-page a:active {
	background: #f0f0f0;
}

.m-page a.z-crt,
.m-page a.z-crt:hover,
.m-page a.z-crt:active {
	cursor: default;
	color: #fff;
	background: var(--primary-color);
}

.m-page a.z-dis,
.m-page a.z-dis:hover,
.m-page a.z-dis:active {
	cursor: default;
	color: #ccc;
	background: #fff;
}

.dreamer-ul {
	display: flex;
	margin: 24px 0 0 20px;
}

.dreamer-ul li {
	display: inline-block;
	vertical-align: top;
	padding: 10px 13px;
	margin-left: -1px;
	border: 1px solid #ddd;
	font-size: 12px;
	letter-spacing: normal;
	text-shadow: 0 1px #fff;
	background: #fff;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.dreamer-ul li,
.dreamer-ul li:hover {
	text-decoration: none;
	color: #666;
}

.dreamer-ul li:first-child {
	margin-left: 2;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.dreamer-ul li:last-child {
	margin-right: 2;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.dreamer-ul li:hover {
	background: #f5f5f5;
}

.dreamer-ul li:active {
	background: #f0f0f0;
}

.dreamer-ul li.active,
.dreamer-ul li.active:hover,
.dreamer-ul li.active:active {
	cursor: default;
	color: #fff;
	background: var(--primary-color);
}

.dreamer-ul li.active a,
.dreamer-ul li.active:hover a,
.dreamer-ul li.active:active a {
	cursor: default;
	color: #fff;
	background: var(--primary-color);
}

/* 居左 */
.m-page-lt {
	text-align: left;
}

/* 居右 */
.m-page-rt {
	text-align: right;
}

/* 较小 */
.m-page-sm {
	line-height: 22px;
}

.m-page-sm a,
.m-page-sm i {
	padding: 0 8px;
}

/* 分离 */
.m-page-sr a,
.m-page-sr i {
	margin: 0 3px;
	border-radius: 2px;
}

.m-page-sr i {
	border: 0;
}

.m-page-sr a:first-child,
.m-page-sr a:last-child {
	border-radius: 2px;
}


/* 二级学校专业 */
.erji_xxzy {
	width: 100%;
}

.erji_xxzy li {
	float: left;
	width: 33%;
}

.erji_xxzy li .erji_xxzy_bj:hover {
	box-shadow: 0 0 12px #eee;
}

.erji_xxzy li .erji_xxzy_bj {
	float: left;
	width: 94%;
	background: #fff;
	border: 1px solid #ededed;
	padding: 10px;
	margin: 10px 3%;
}

.erji_xxzy li .erji_xxzy_bj img {
	float: left;
	width: 75px;
	margin: 20px;
}

.erji_xxzy li .erji_xxzy_bj .erji_xxzy_bj_txt {
	margin: 44px 20px 0 95px;
	font-size: 16px;
}

.erji_xxzy li .erji_xxzy_bj:hover {
	box-shadow: 0 0 12px #eee;
}

/* 二级招生动态 */
.wxlb_list {
	width: 100%;
}

.wxlb_list li {
	width: 100%;
	/* padding: calc(30/ var(--rem) * 1rem) calc(20/ var(--rem) * 1rem); */
	/* border-bottom: 1px solid #EFEFEF; */
	margin-bottom: 20px;
	display: flex;
	background: rgba(136, 136, 136, 0.1);
}

.wxlb_list li .li-left {
	width: calc(484 / var(--rem) * 1rem);
	height: calc(336 / var(--rem) * 1rem);
}

.wxlb_list li .li-left img {
	width: calc(484 / var(--rem) * 1rem);
	height: calc(336 / var(--rem) * 1rem);
}

.wxlb_list li .li-right {
	padding: calc(20 / var(--rem) * 1rem);
}

.wxlb_list li .title {
	font-size: calc(24 / var(--rem) * 1rem);
	color: #FF5241;
}

.wxlb_list li .center {
	font-size: calc(16 / var(--rem) * 1rem);
	color: #333333;
	line-height: calc(28 / var(--rem) * 1rem);
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: calc(20 / var(--rem) * 1rem);
}

.wxlb_list li .bottom {
	font-size: calc(16 / var(--rem) * 1rem);
	color: #333333;
	line-height: calc(35 / var(--rem) * 1rem);
	padding-top: calc(20 / var(--rem) * 1rem);
}

.wxlb_list li a {
	display: flex;
}

.wxlb_list li a:hover {
 color: var(--primary-color);
}

.wxlb_list li h3 {
	font-weight: bold;
	font-size: calc(18/ var(--rem) * 1rem);
	margin-bottom: 10px;
}

.wxlb_list li p {
	font-size: calc(16/ var(--rem) * 1rem);
	color: #666;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.yingcai-li {
	background-color: #fff !important;
	border: 1px solid #E6EBEB;
	display: block !important;
}

.yingcai-li-top {
	padding: 30px 40px;
	display: flex !important;
	width: 100%;
	border-bottom: 1px solid #E6EBEB;
}

.yingcai-li-top .title1 {
	font-size: 20px;
	color: #000000;
	width: 80%;
	border-right: 1px solid #E6EBEB;
}

.yingcai-li-top .title1 p {
	font-size: 1rem;
	color: #666666;
	margin-top: 20px;
}

.yingcai-li-top .title2 {
	width: 20%;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}

.yingcai-li-top .title2 a {
	text-align: center;
	width: 100%;
	display: block;
}

.yingcai-li-top .title2 p {
	font-size: 14px;
	color: #666666;
}

.yingcai-li-bottom {
	width: 100%;
	padding: 30px 40px;
	display: none;
	height: 400px;
    overflow: hidden;
}

.lianxi-top {
	width: 100%;
	height: calc(301 / var(--rem) * 1rem);
	background: #FFFFFF;
	box-shadow: 0px 12px 20px 1px rgba(0, 0, 0, 0.04);
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #E6EBEB;
	padding: calc(30 / var(--rem) * 1rem);
	position: relative;
	margin-bottom: calc(30 / var(--rem) * 1rem);
}

.lianxi-top .title {
	width: 100%;
	font-weight: bold;
	font-size: calc(22 / var(--rem) * 1rem);
	color: #000000;
}

.lianxi-top .title img {
	width: calc(32 / var(--rem) * 1rem);
	height: calc(32 / var(--rem) * 1rem);
	float: right;
}

.lianxi-top .zuobiao {
	width: calc(236 / var(--rem) * 1rem);
	height: calc(269 / var(--rem) * 1rem);
	position: absolute;
	right: 0;
	top: 2rem;
}

.lianxi-center {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: calc(30 / var(--rem) * 1rem);
}

.lianxi-center .div {
	width: 100%;
	height: calc(253 / var(--rem) * 1rem);
	background: #FFFFFF;
	box-shadow: 0px 12px 20px 1px rgba(0, 0, 0, 0.04);
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #E6EBEB;
	padding: calc(30 / var(--rem) * 1rem);
	position: relative;
}

.lianxi-center .title {
	width: 100%;
	font-weight: bold;
	font-size: 22px;
	color: #000000;
}

.lianxi-center .title img {
	width: calc(32 / var(--rem) * 1rem);
	height: calc(32 / var(--rem) * 1rem);
	float: right;
}

/* 二级文章列表2 */
.wxlb_list2 {
	width: 100%;
}

.wxlb_list2 li {
	width: 100%;
	padding: 20px 20px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
	background: #fff;
}

.wxlb_list2 li a {
	width: 100%;
}

.wxlb_list2 li a:hover {
	color: var(--primary-color);
}

.wxlb_list2 li .time_box {
	float: left;
	width: 80px;
	background: #fff;
	border: 1px solid #404C5F;
	line-height: 24px;
	margin-right: 15px;
}


.wxlb_list2 li a:hover .time_box {
	border: 1px solid var(--primary-color);
}

.wxlb_list2 li a:hover .time_box_1 {
	color: var(--primary-color);
}

.wxlb_list2 li a:hover .time_box_2 {
	color: var(--primary-color);
}

.wxlb_list2 li .time_box_1 {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	line-height: 30px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}

.wxlb_list2 li .time_box_2 {
	width: 100%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	color: #666666;
}

.wxlb_list2 li .txt_box {
	width: 80%;
	/* padding: 0 0 0 100px; */
}

.time_box_more {
	font-size: 16px;
	color: #888888;
	line-height: 60px;
	width: 20%;
	text-align: right;
}

.wxlb_list2 li a:hover .time_box_more {
	color: var(--primary-color);
}


.wxlb_list2 li a:hover p {
	color: var(--primary-color);
}

.wxlb_list2 li .txt_box h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0;
	display: flex;
    align-items: center;
}

.wxlb_list2 li .txt_box p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.wxlb_list_box_img_text {
	display: flex;
	justify-content: space-between;
	padding: 0 calc(20 / var(--rem) * 1rem);
}

.wxlb_list_box_img_text .wxlb_list_box_img_box {
	height: calc(172 / var(--rem) * 1rem);
	width: calc(300 / var(--rem) * 1rem);
	overflow: hidden;
}

.wxlb_list_box_img_text .wxlb_list_box_img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.wxlb_list_box_img_text .wxlb_list_box_text_box {
	padding-left: calc(30 / var(--rem) * 1rem);
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.wxlb_list_box_img_text .wxlb_list_box_text_box span {
	color: #a3a3a3;
	font-size: calc(16 / var(--rem) * 1rem);
}

.wxlb_list li {
	transition: all 0.3s;
}

.wxlb_list li:hover {
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
	transform: scale(1.02) translateX(20px);
}

.wxlb_list li:hover .wxlb_list_box_img_box img {
	transition: all 0.3s;
	transform: scale(1.1);
}

.tab-touzi {
	font-size: calc(16 / var(--rem) * 1rem);
	color: #333333;
	margin: 0px calc(20 / var(--rem) * 1rem);
	height: 100%;
	line-height: calc(50 / var(--rem) * 1rem);
	cursor: pointer;
}

.tab-xian {
	height: calc(15 / var(--rem) * 1rem);
	width: 1px;
	background: #999;
}

.tab-active {
	color: var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
}

.wxlb_list4 li {
	border: 1px solid #d8d8d8;
	margin-bottom: 20px;
	display: flex;
}
.wxlb_list4-left{
        padding: 30px;
    align-items: center;
    width: 25%;
    border-right: 1px solid #E6EBEB;
}

.wxlb_list4 li a {

}
.wxlb_list4_div{
    padding: 30px;
    width: 65%;
}

.wxlb_list4 li .wxlb_list3_left {
	font-size: 16px;
	color: #333333;
	width: 100%;
	position: relative;
	font-weight: 600;
}

.wxlb_list4 li a img {
	width: 150px;
	height: 60px;
}

.wxlb_list3 li {
	border-bottom: 1px solid #EEF0F5;
}

.wxlb_list3 li a {
	display: flex;
	padding: 20px 0;
	align-items: center;
}

.wxlb_list3 li a img {
	width: 21px;
	height: 21px;
	margin-right: 10px;
}

.wxlb_list3 li .wxlb_list3_left {
	font-size: 16px;
	color: #333333;
	width: 80%;
	position: relative;
	white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
}

.wxlb_list3 li .wxlb_list3_left img {
	width: 30px;
	height: 24px;
}

.wxlb_list3 li .wxlb_list3_right {
	font-size: 16px;
	color: #888888;
	width: 15%;
	text-align: right;
}


.wxlb_list3 li a:hover .wxlb_list3_left {
	color: var(--primary-color);
}

.wxlb_list3 li a:hover .wxlb_list3_right {
	color: var(--primary-color);
}

/* 二级视觉海工大 */
.wxlb_tp_list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
	/* 自适应列宽 */
	gap: 10px;
	/* 间距 */
}

.wxlb_tp_list li {
	float: left;
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
}

.wxlb_tp_list li .wxlb_tp_bj {
	/* padding: 10px; */
	background: #fff;
	/* border: 1px solid #ededed; */
}

.wxlb_tp_list li .wxlb_tp_bj:hover {

	/* box-shadow: 0 0 12px #eee; */
	img {
		transform: scale(1.05);
	}
}

.wxlb_tp_list li .wxlb_tp_bj .wxlb_tp_img {
	width: 100%;
	height: calc(200/ var(--rem) * 1rem);
	overflow: hidden;
	position: relative;
}

.wxlb_tp_list li .wxlb_tp_bj img {
	width: 100%;
	height: calc(200/ var(--rem) * 1rem);
	transition: all 0.3s;
}

.wxlb_tp_list li .wxlb_tp_bj img.play {
	/* 椭圆形 */
	width: calc(42/ var(--rem) * 1rem);
	height: calc(42/ var(--rem) * 1rem);
	transition: all 0.3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.wxlb_tp_list li .wxlb_tp_bj p {
	line-height: 20px;
	margin: 5px;
	font-size: calc(13/ var(--rem) * 1rem);
	color: #333;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.wxlb_tp_list li a:hover {
	color: var(--primary-color);
}

/* 二级中外办学 */
.wxlb_zw_list {
	width: 100%;
}

.wxlb_zw_list li {
	float: left;
	width: 50%;
	padding: 20px;
	margin-bottom: 20px;
}

.wxlb_zw_list li .wxlb_zw_bj {
	padding: 10px;
	background: #fff;
	border: 1px solid #ededed;
}

.wxlb_zw_list li .wxlb_zw_bj:hover {
	box-shadow: 0 0 12px #eee;
}

.wxlb_zw_list li .wxlb_zw_bj img {
	width: 100%;
	height: 264px;
}

.wxlb_zw_list li .wxlb_zw_bj p {
	line-height: 20px;
	margin: 5px;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.wxlb_zw_list li a:hover {
	color: var(--primary-color);
}

.wxlb_zw_list li .wxlb_zw_bj h3 {
	line-height: 20px;
	margin: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.wxlb_zw_list li a:hover {
	color: var(--primary-color);
}


/* 招生专业 */
.zszy_box_top {
	width: 100%;
	line-height: 48px;
	background: var(--primary-color);
	color: #fff;
	text-align: center;
	font-size: 24px
}

.zszy_box {
	float: left;
	width: 50%;
	padding: 5px;
}

.zszy_title {
	font-size: 30px;
	font-weight: 600;
	color: var(--primary-color);
	margin: 0px 0 20px;
}

.zszy_box_top {
	margin: 5px;
	width: 100%;
	line-height: 48px;
	background: radial-gradient(300px 1000px ellipse at 50% 51%, #8f56a9, var(--primary-color));
	color: #fff;
	text-align: center;
	font-size: 24px;
}

.zszy_box {
	float: left;
	width: 50%;
	padding: 5px;
}

.accordion dl,
.accordion-list {
	width: 50%;
	float: left;
	background: #fff;
	margin: 5px 0;
}

.accordion dl {
	/* width: 100%; */
	/* display: flex; */
	flex-wrap: wrap;
}

.accordion dl>div {
	width: 100%
}

.accordion dd,
.accordion__panel {
	background-color: #fff;
	margin-inline-start: 0px;
	margin: -5px 5px 5px 5px;
	border: 1px solid #ededed;
}

.accordion dd a:hover {
	color: #004ea1;
}

.accordion h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}

.accordion p {
	font-size: 15px;
	padding: 10px 0;
}

.accordion p span {
	width: 100%;
	float: left;
}

.accordion {
	width: 100%;
}

.container {
	width: 100%;
}

.accordionTitle,
.accordion__Heading {
	background-color: #f5f5f5;
	text-align: center;
	padding: 15px;
	margin: 5px;
	font-size: 16px;

	display: block;
	text-align: left;
	text-decoration: none;
	color: #333;
	-webkit-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;

}

.accordionTitle:before,
.accordion__Heading:before {
	content: "+";
	font-size: 20px;
	line-height: 1.2em;
	float: right;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.accordionTitle:hover,
.accordion__Heading:hover {
	background-color: #f3eff5;
	color: var(--primary-color);
}

.accordionTitleActive,
.accordionTitle.is-expanded {
	background-color: #f3eff5;
	color: var(--primary-color);
	font-weight: bold;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.accordionItem {
	height: auto;
	overflow: hidden;
	-webkit-transition: max-height 1s;
	transition: max-height 1s;

}

.accordionItem.is-collapsed {
	max-height: 0;
}

.no-js .accordionItem.is-collapsed {
	max-height: auto;
}

.img_text_nav {
	text-indent: 2em;
	margin-bottom: 10px;
}

.img_text_nav img {
	max-width: 100%;
}




.touzi-hear {
	display: flex;
	align-items: center;
	height: calc(50/ var(--rem) * 1rem);
}




        /* 左侧弹出列表容器 */
        .slide-list {
            position: static; /* 固定定位，跟随视口 */

            width: calc(270 / var(--rem) * 1rem);
            height: auto;
            float: left;
            padding: 0px 0;
            overflow-y: auto; /* 列表过长时可滚动 */
        }
        
        
        /* 列表激活状态：从左侧滑入 */
        .slide-list.active {
            left: 0; /* 显示在页面左侧 */
        }

        /* 列表项样式 */
        .list-item {
            padding: 15px 20px;
            color: #333;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.2s ease;
            border-bottom: 1px solid #f5f5f5;
        }

        .list-item:hover {
            background-color: #f0f7ff;
            color: #2c7adf;
        }

        .list-item:first-child {
            font-weight: bold;
            font-size: 18px;
            color: #2c7adf;
            border-bottom: 1px solid #e0e0e0;
        }
        
             /* 半透明模态框（遮罩层）- 新增 */
        .modal-mask {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.5); /* 黑色半透明，可调整透明度（0.1-0.8） */
            z-index: 1000; /* 层级高于页面内容，低于按钮和列表 */
            display: none; /* 初始状态隐藏 */
            transition: opacity 0.3s ease; /* 淡入淡出动画 */
        }

        /* 模态框激活状态（显示）- 新增 */
        .modal-mask.active {
            display: block;
            opacity: 1;
        }
        
        


        
        
        

@media screen and (max-width: 1200px) {



        /* 左侧浮动按钮样式 */
        .float-btn {
            position: fixed; /* 固定定位，实现浮动效果 */
            left: 10px;
            top: 50%;
            transform: translateY(-50%); /* 垂直居中 */
            width: 50px;
            height: 50px;
            border-radius: 50%; /* 圆形按钮 */
            background-color: #2c7adf;
            color: #fff;
            text-align: center;
            line-height: 50px;
            font-size: 20px;
            cursor: pointer;
            z-index: 1001; /* 确保按钮在列表上方 */
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            transition: all 0.3s ease;
        }

        .float-btn:hover {
            background-color: #1a68c7;
            transform: translateY(-50%) scale(1.05); /*  hover 轻微放大效果 */
        }

        /* 左侧弹出列表容器 */
        .slide-list {
            position: fixed; /* 固定定位，跟随视口 */
            left: -300px; /* 初始状态：隐藏在左侧屏幕外 */
            top: 0;
            width: 300px;
            height: 100vh;
            background-color: #fff;
            box-shadow: 2px 0 10px rgba(0,0,0,0.15);
            z-index: 1001; /* 低于按钮，高于页面内容 */
            transition: left 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); /* 平滑滑动过渡 */
            padding: 0px 0;
            overflow-y: auto; /* 列表过长时可滚动 */
        }

        /* 列表激活状态：从左侧滑入 */
        .slide-list.active {
            left: 0; /* 显示在页面左侧 */
        }

        /* 列表项样式 */
        .list-item {
            padding: 15px 20px;
            color: #333;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.2s ease;
            border-bottom: 1px solid #f5f5f5;
        }

        .list-item:hover {
            background-color: #f0f7ff;
            color: #2c7adf;
        }

        .list-item:first-child {
            font-weight: bold;
            font-size: 18px;
            color: #2c7adf;
            border-bottom: 1px solid #e0e0e0;
        }
        
             /* 半透明模态框（遮罩层）- 新增 */
        .modal-mask {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.5); /* 黑色半透明，可调整透明度（0.1-0.8） */
            z-index: 1000; /* 层级高于页面内容，低于按钮和列表 */
            display: none; /* 初始状态隐藏 */
            transition: opacity 0.3s ease; /* 淡入淡出动画 */
        }

        /* 模态框激活状态（显示）- 新增 */
        .modal-mask.active {
            display: block;
            opacity: 1;
        }
        
        
        

	/* 二级-内容 */
	.erji_content {
		padding: 10px 10px 20px;
	}

	/* 二级分类按钮 */
	.erji_btn_box {
		width: 100%;
	}

	.erji_btn_box li {
		float: left;
		margin: 0 4px;
	}

	.erji_btn_box .erji_btn {
		float: left;
		height: 32px;
		line-height: 32px;
		border-radius: 4px;
		background: #fff;
		color: #888;
		border: 1px solid #eee;
		padding: 0 16px;
	}

	.erji_btn_box .erji_btn:hover {
		border: 1px solid var(--primary-color);
		background: var(--primary-color);
		color: #fff;
	}

	.erji_btn_box .on {
		border: 1px solid var(--primary-color);
		background: var(--primary-color);
		color: #fff;
	}


	/* 首页按钮 */
	.index_bnt_box {
		width: 100%;
		margin-top: 48.4375rem;
	}

	.index_bnt_bj {
		background: #fff;
		box-shadow: 0px 5px 5px 0 #ccc;
		width: 94%;
		height: 180px;
		padding: 0;
		margin: 0 3%;
		font-size: 14px;
		color: #073f7c;
		background: #fff;
		box-shadow: 0px 5px 5px 0 #ccc;
		flex-wrap: wrap;
		align-content: space-around;
		overflow: hidden;
	}

	.index_bnt_bj img {
		width: 35px;
		height: 35px;
	}

	.index_bnt_bj_6 {
		width: 33.3%;
		/* padding-top: 5px; */
		height: 90px;
	}

	.index_bnt_bj_6 p {
		font-size: 14px;
		font-size: 12px;
	}

	.index_bnt_bj_6 {
		border-radius: 0 !important;
	}

	.second-content {
		padding-top: 102px;
	}

	.second-content .header-img {
		height: 0px;
		margin-top: 0px;
	}

	.erji-box {
		padding: 10px;
	}

	/* 二级-右侧内容*/
	.erji_content_right {
		width: 100%;
		padding: 0 0 0 0px;
	}

	.content_box1 {
		padding: 0px;
	}

	.content_box2 {
		padding: 0px;
	}

	.erji_bannner {
		width: 100%;
		height: auto;
	}

	.erji_bannner::after {
		background: none;
	}

	.erji_bannner img {
		width: 100%;
	}

	.crumb {
		height: 30px;
	}

	.crumb .m-crumb ul {
		float: left;
	}

	.crumb span {
		display: none;
	}


	/* 二级学校专业 */
	.erji_xxzy li {
		width: 100%;
	}

	/* 二级视觉 */
	.wxlb_tp_list li {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	/* 二级中外办学 */
	.wxlb_zw_list li {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.wxlb_list_box_img_text {
		padding: 0;
	}

	.wxlb_list_box_img_text .wxlb_list_box_img_box {
		height: 90px;
		width: 100px;
		overflow: hidden;
	}

	.wxlb_list_box_img_text .wxlb_list_box_text_box h3 {
		font-size: 16px;
	}

	.wxlb_list_box_img_text .wxlb_list_box_text_box p {
		font-size: 14px;
		-webkit-line-clamp: 2;
	}

	.wxlb_list_box_img_text .wxlb_list_box_text_box span {
		font-size: 12px;
	}

	.wxlb_tp_list {
		grid-template-columns: repeat(auto-fill, minmax(48%, 1fr)) !important;
	}

	.wxlb_tp_list li .wxlb_tp_img {
		height: 120px !important;
	}

	.wxlb_tp_list li .wxlb_tp_bj img {
		height: 120px !important;
	}

	.wxlb_tp_list li .wxlb_tp_bj .play {
		width: 30px !important;
		height: 30px !important;
	}

	.wxlb_tp_list li .wxlb_tp_bj p {
		font-size: 12px !important;
	}

	.wxlb_list li h3 {
		font-size: 14px;
	}

	.wxlb_list li p {
		font-size: 12px;
	}


	/* 招生专业 */
	.accordion dl,
	.accordion-list {
		width: 100%;
		float: left;
		background: #fff;
		margin: 5px 0;
	}

	.accordion p span {
		width: 100%;
	}

	.content_box .biaoti_top h3 {
		font-size: 18px;
	}

	.content_box .biaoti_top .biaoti_top_txt {
		font-size: 12px;
	}

	.content_box .img_text_nav p {
		font-size: 14px;
	}

	.wxlb_list2 li {
		padding: 0;
	}

	.wxlb_list2 li .txt_box h3 {
		font-size: 14px;
		 white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
	}
	.wxlb_list2 li .txt_box{
	    width:60%
	}

	.wxlb_list2 li .txt_box p {
		font-size: 12px;
		margin: 5px 0;
	}

	.wxlb_list_box_img_text .wxlb_list_box_text_box {
		padding-left: 10px;
	}

	.wxlb_list_box_img_text .wxlb_list_box_text_box h3 {
		font-size: 14px;
	}

	.wxlb_list_box_img_text .wxlb_list_box_text_box p {
		font-size: 12px;
	}


	.flex-col {
		flex-direction: row !important;
	}

	.max-w-6xl {
		max-width: none !important;
	}

	.content_box p {
		font-size: 14px;
			line-height: 38px;
	}

	.wxlb_list li a {
		/* display: block; */
	}

	.wxlb_list li .li-left {
		width: 100%;
		height: 200px;
	}

	.wxlb_list li .li-left img {
		width: 100%;
		height: 100%;
	}

	.lianxi-top {
		height: 401px;
	}

	.lianxi-center .div {
		height: 300px;
	}

	.lianxi-center {
		display: block;
		width: 100% !important;
	}

	.lianxi-center .div {
		width: 100%;
		margin-bottom: 20px;
		padding:30px;
	}

	.yingcai-li-top {
		padding: 10px;
	}

	.yingcai-li-top .title1 {
		font-size: 14px;
		width: 70%;
	}

	.yingcai-li-top .title1 p {
		font-size: 12px;
	}

	.yingcai-li-top .title2 {
		font-size: 12px;
		width: 30%;
	}

	.yingcai-li-top .title2 p {
		font-size: 12px;
	}

	.time_box_more {
		font-size: 12px;
		display: none;
	}

	.wxlb_list3 li .wxlb_list3_left {
		width: 70%;
	}

	.wxlb_list3 li .wxlb_list3_right {
		width: 20%;
		font-size: 12px;
	}
	
    	.lianxi-center .title img {
    	width: 32px;
    	height: 32px;
    	float: right;
    }
    
    .m-page {

	    justify-content: left;
    }
    .tab-divShow{
        display: none;
    }
    
    
    .wxlb_list4 li {
	border: 1px solid #d8d8d8;
	margin-bottom: 20px;
	display: block;
}
.wxlb_list4-left{
        padding: 30px;
    align-items: center;
    width: 100%;
    border-right: 1px solid #E6EBEB;
}

.wxlb_list4 li a {

}
.wxlb_list4_div{
    padding: 30px;
    width: 100%;
}
.xinwen-detail {
	height: auto;
	background: #FBFCFD;
	width: 100%;
	padding: 0 calc(320 / var(--rem) * 1rem) 0 calc(320 / var(--rem) * 1rem);
}
.xinwen-detail-top {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #333333;
	padding: 20px 0;
}
.xinwen-detail-bottom {
	display: block;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.xinwen-detail-bottom .detaildiv {
	width: 100%;
	background: #FFFFFF;
	padding: 20px;
	font-size: 14px;
	color: #000000;
	line-height: 30px;
	height: auto;
}

.xinwen-detail-bottom .detaildiv p {
	font-size: 14px;
	color: #999999;
	line-height: 50px;
}
.erji_content-img{
        max-width: 100%;
}
.erji_content-img img{
        max-width: 100%;
}

.erji_content_left .content_left_nva .left_nva_top {
    width: 100%;
    height: 60px;
    font-size: 16px;
}
.erji_content_left .content_left_nva ul {
	border: 0px solid var(--primary-color);
}
.erji_content_left .content_left_nva ul li {
	line-height: 50px;
	text-align: left;
	font-size: 14px;

}
.three-ul a{
  font-size: 12px;
}
.erji_content_left{
    width:100%;
}
.three-ul li img{
    width: 12px;
    height: 12px;
    margin-right:20px;
}
.toggle-icon{
    width: 12px;
    height: 20px;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
}
.erji_content_left .content_left_nva ul li a {
	display: block;
	padding-left: 30px;
}


}