﻿/* CSS Document */


* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:hover {
	color: #8b292a;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #ae0b2a;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #ae0b2a;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #ae0b2a;
}

body {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	background: #f2f1ec;
	color: #666;
	font-size: 12px;
	overflow-x: hidden;
}

.top {
	height: 100px;
	background: #ae0b2a;
}

.top1 {
	max-width: 1200px;
	margin: 0px auto;
}


.top1 .top1_l img {
	margin-top: 15px;
}

.top1 .top1_r .search {
	width: 265px;
	height: 47px;
	background: #83061e;
	border-radius: 3px;
	margin-top: 28px;
}

.top1 .top1_r .search .text {
	background: none;
	height: 47px;
	border: 0px;
	width: 215px;
	box-sizing: border-box;
	line-height: 47px;
	padding-left: 10px;
	color: #fff;
}

.top1 .top1_r .search .text::-webkit-input-placeholder {
	color: #fff;
}

.top1 .top1_r .search .anniu {
	background: url(../images/index_06.png) no-repeat center center;
	width: 47px;
	height: 47px;
	border: 0px;
	cursor: pointer;
}

.phone-header {
	display: none;
}

#menu {
	width: 100%;
	height: 41px;
	background: #84061e;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}

#nav {
	max-width: 1200px;
	margin: 0 auto;
	height: 41px;
}

#nav li {
	width: 107px;
	float: left;
	text-align: center;
	position: relative;
}

#nav li a {
	display: block;
	font-size: 14px;
	line-height: 41px;
	color: #fff;
}

#nav li a.current,
#nav li a:hover {
	background: #ae0b2a;
	color: #fff;
}

#nav li ul {
	display: none;
	position: absolute;
	z-index: 999;
	width: 100px;
	left: 0px;
	top: 41px;
	/* margin-left: -15px;*/
	overflow: hidden;
}

#nav li ul li {
	float: none;
	line-height: 35px;
	background: #c11d1c;
	width: 100px;
	border-bottom: 1px solid #c8201f;
}

#nav li ul li a {
	background: #cc2726;
}

.zhuanq2 {
	height: 480px;
}

.zhuanq2 .swiper-slide a {
	display: block;
	width: 100%;
	height: 480px;
	background-position: center center;
	background-size: cover;
}

.zhuanq2 .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.zhuanq2 .swiper-pagination {
	text-align: center;
	padding-right: 15px;
	bottom: 5px !important;
	box-sizing: border-box;
}

.zhuanq2 .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 12px;
	height: 12px;
}

.zhuanq2 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #333;
}

.zhuanq2 .swiper-button-prev {
	height: 45px;
	width: 45px;
	background: #333;
	border-radius: 50%;
	color: #fff;
	font-family: "宋体";
	text-align: center;
	line-height: 45px;
	font-size: 18px;
}

.zhuanq2 .swiper-button-next {
	height: 45px;
	width: 45px;
	background: #333;
	border-radius: 50%;
	color: #fff;
	font-family: "宋体";
	text-align: center;
	line-height: 45px;
	font-size: 18px;
}

.gjc {
	max-width: 1300px;
	margin: 0px auto;
	padding: 15px 0px;
	font-size: 16px;
	border-bottom: 1px solid #666;
}

.gjc .bt {
	color: #ae0b2a;
	width: 100px;
	height: 20px;
	line-height: 20px;
}

.gjc .bd {
	width: calc(100% - 100px) !important;
}

.gjc .bd .tempWrap {
	width: 100% !important;
}

.gjc .bd ul {
	overflow: hidden;
	zoom: 1;
}

.gjc .bd ul li {
	padding: 0px 10px;
	border-right: 1px solid #333;
	text-align: left;
	_display: inline;
	float: left;
	width: auto !important;
	height: 20px;
	line-height: 20px;
}

.gjc .bd ul li a {
	color: #333;
}

.gjc .bd ul li a:hover {
	color: #8b292a;
}



.in_nr {
	padding: 35px 0px;
	max-width: 1300px;
	margin: 0px auto;
}

.zdtj {
	width: 21%;
}

.zdtj ul li {
	overflow: hidden;
	margin-bottom: 10px;
	height: 79px;
}

.zdtj ul li a {
	display: block;
}

.zdtj ul li h2 {
	float: left;
}

.zdtj ul li h3 {
	float: left;
	display: table;
	text-align: center;
	background: #ae0b2a;
	color: #fff;
	width: calc(100% - 77px);
}

.zdtj ul li h3 p {
	display: table-cell;
	height: 79px;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 10px;
	font-size: 15px;
}

.news {
	width: 42%;
	margin-left: 6%;
}



.news1 .img {
	width: 190px;
	height: 140px;
	position: relative;
}

.news1 .img img {
	width: 100%;
	height: 100%;
}

.news1 .img span {
	position: absolute;
	background: url(../images/news_time.png) no-repeat;
	width: 67px;
	height: 35px;
	top: 15px;
	left: -15px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
}

.news1 .nr {
	width: calc(100% - 200px);
}

.news1 .nr h2 {
	font-size: 15px;
	overflow: hidden;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news1 .nr h2 a {
	color: #333;
}

.news1 .nr h3 {
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news1 .nr span {
	font-size: 12px;
	padding-top: 5px;
	display: block;
}

.news ul {
	padding-top: 15px;
}

.news ul li {
	height: 31px;
	line-height: 31px;
	font-size: 14px;
}

.news ul li a {
	display: block;
	width: calc(100% - 100px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news ul li span {
	float: right;
	width: 90px;
}

.tzgg {
	width: 23%;
}

.tzgg ul li {
	margin-bottom: 25px;
}

.tzgg ul li .time {
	width: 45px;
	height: 45px;
	background: #ae0b2a;
	color: #fff;
	text-align: center;
	line-height: 16px;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 6px;
}

.tzgg ul li .time b {
	font-size: 18px;
	display: block;
}

.tzgg ul li .nr {
	width: calc(100% - 55px);
}

.tzgg ul li .nr h2 {
	font-size: 14px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.in_nr .bt {
	font-size: 17px;
	color: #333;
	padding-bottom: 25px;
}

.in_nr .bt span {
	float: right;
	font-size: 13px;
}

.zxkb {
	max-width: 1200px;
	margin: 0px auto;
	box-sizing: border-box;
	border: 1px solid #ae0b2a;
	padding: 20px;
	line-height: 30px;
}

.zxkb .bt {
	color: #333;
	width: 140px;
	font-size: 15px;
}

.zxkb .bt img {
	vertical-align: middle;
	margin-right: 15px;
}

.zxkb .bd {
	width: calc(100% - 160px) !important;
}

.zxkb .bd .tempWrap {
	width: 100% !important;
}

.zxkb .bd ul {
	overflow: hidden;
	zoom: 1;
}

.zxkb .bd ul li {
	padding: 0px 10px;
	font-size: 15px;
	text-align: left;
	float: left;
	width: 340px !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis; 
}

.zxkb .bd ul li a {
	display: block;
	width: 340px !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis; 
}


.di {
	background: #dfded9;
	margin-top: 25px;
}

.di1 {
	max-width: 1300px;
	margin: 0px auto;
	padding: 25px 0px;
}

.di1 ul li {
	width: 16.6%;
	float: left;
	text-align: center;
	font-size: 15px;
	color: #333;
}

.di1 ul li h2 {
	color: #84061e;
	padding-bottom: 12px;
	font-size: 16px;
}

.di1 ul li a {
	display: block;
	font-size: 14px;
	line-height: 30px;
}

.di_bottom {
	padding: 15px 0px;
	background: #84061e;
}

.di_bottom1 {
	max-width: 1200px;
	margin: 0px auto;
	color: #fff;
	padding-bottom: 10px;
}
.di_bottom1 p {
	text-align: center;
}
.di_bottom1 span {
	float: right;
}
.di_bottom1 a{ color: #fff;}

.mainbody  {
    width:1000px; 
    margin: 0 auto; 
    padding: 20px 24px; 
    background: url(../images/index_101.png) repeat-y;
 }

#banner2  {
    margin: -19px 0 20px -20px;
}
#banner2 img  {
    width: 1040px; 
    height: 240px;
}
.position  {
    line-height: 22px; 
    margin: -12px 0 0 0; 
    text-align: right; 
    color: #868686; 
    border-bottom: 1px solid #d4d4d4; 
    padding-bottom:3px;
 }
.lefbar2  { 
    width: 213px; 
    padding-left: 20px; 
    margin-left: -20px; 
    border-right: 1px solid #d4d4d4; 
    float: left; 
    position: absolute/*; height: 100%*/; 
    background: url(../images/neiye2_05.png) repeat-y right;}
.leftnav  { 
    width: 233px; 
    border-left: 1px solid #d4d4d4; 
    border-top: 1px solid #d4d4d4;
     margin: -1px 0 37px -21px;}
.leftnav li{ 
    font: 14px/20px "微软雅黑"; 
    border-bottom: 1px solid #d4d4d4; 
    background: #fff; 
    text-align: center;}
.leftnav li a{ 
    color: #957070; 
    display: block; 
    width: 233px;
     padding: 12px 0 13px}
.leftnav li.current a{ 
    /*border-right: 1px solid #fff;*/ background: #ae0b2a; 
    color: #fff;}
.leftnav li a:hover{ 
    /*color: #a30001;*/ background: #a30001; 
    color: #fff;}
.leftnav li a span{ 
    display: block; 
    padding-left: 41px;}
.leftnav .subnav{ 
    padding-bottom: 20px; 
    border-bottom: 1px solid #d4d4d4 ; 
    background: url(../images/neiye3_14.png) repeat; 
    display: none;
    margin-top:7px}
.leftnav .hover{ display: block;}
.leftnav .subnav li{
     width: 190px; 
     margin: 0 auto; 
     font: 13px/34px "微软雅黑"; 
     border-bottom: 1px dotted #cfcfcf; 
     background: none;}
.leftnav .subnav li a
{ 
    padding: 0; 
    width: 100%;}
.leftnav .subnav li a.on,.leftnav .subnav li a:hover
{ 
    background: #a30001; 
    color: #fff;}

.rightbar2 
{
    width: 754px; 
    float: right;}
.rightbar2 .list_case{ width: 766px; padding: 25px 0 0;}
.rightbar2 .list_case li{ margin:0 12px 10px 0;}
.rightbar2 .case_content{ height: auto; width: 754px;}
.rightbar2 .news_ul .news_li{ border-bottom:1px #CCC dotted; padding-bottom:19px; padding-top:19px}
.rightbar2 .news_ul .news_li a{ /*float:left*/}
.rightbar2 .news_ul .news_li .news_y{ float:right; width:591px}
.rightbar2 .news_ul .news_li .news_y h3{ height: 26px; color:#be0303}

.list_jpkc{ padding: 0 10px;}
.list_jpkc li{ padding: 18px 0 17px; border-bottom: 1px dotted #d4d4d4;}
.time_kk{ width: 130px; float: left; text-align: center;}
.time{ width: 120px; height: 69px; padding: 4px; border: 1px solid #ececec; background: url(../images/neiye2_02.jpg) no-repeat 7px 9px; margin-bottom: 8px; text-align: left;}
.time h3{ padding-left: 37px; padding-top: 7px; color: #ab0101; margin-bottom: 10px; font: 12px "微软雅黑";}
.time a{ display: block; line-height: 28px; width:74px; padding-left: 46px; color: #fff; background: #ab0101 url(../images/neiye_18.png) no-repeat 25px center;}
.detail_kk{ width: 576px; float: right; border-left: 1px solid #ececec; padding-left: 14px;}
.detail_kk h3{ font: 18px/35px "微软雅黑"; color: #333;}
.detail_kk h3.nr_btl{ font-size: 20px; text-align: center;}
.detail_kk p{ text-indent:2em; line-height: 24px; color: #444;}

 .rightbar3 {
            width: 300px;
            float: right;
            padding: 35px 10px;
            font-family: 微软雅黑;
        }
  .rightbar31 {
            margin-bottom:40px;
        }

        .rightbar31 .bt {
            font-size: 17px;
            margin-bottom: 20px;
        }

        .rightbar31 .bt img {
            vertical-align: middle;
            margin-right: 8px;
        }

 .rightbar4 {
            float: left;
            width: 710px;
            transform: none;
        }

.content
{ 
    padding:35px 0; 
    font: 13px/28px "宋体";}
.content p
{ 
    margin-bottom: 24px; 
    font-size:16px; 
    font-family:微软雅黑;}
.content td
{ 
    padding:10px 15px; 
    white-space:inherit;
    word-wrap: break-word;
    word-break: break-all;}
.content td p
{ 
    margin-bottom: 0px;
    line-height: 20px;}
.case_title 
{
    text-align: center; 
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd; 
    margin-bottom: 20px;}
.case_title h1 
{
    font:bold 20px/30px "微软雅黑"; 
    color: #333; 
    padding: 0px 0 5px;}
.case_title span 
{
    color: #999; 
    font: 13px/30px "宋体";}
    
.pagination{ text-align: center; padding: 25px 0;}
.pagination li{ width: 31px; height: 31px; display: inline-block; *display: inline; *zoom: 1; font: 14px/31px arial; text-align: center; background: #d86f6f; margin: 0; *margin: 0 3px;}
.pagination li.fli{ width: 103px; background: #e29090;}
.pagination li.lli{ width: 103px; background: #e29090;}
.pagination li a{ color: #fff; display: block; width: 100%;}
.pagination li span{ display: block; width: 100%; background: #fff;}
.pagination li.fli em{ padding-left: 24px; background: url(../images/neiye2_06.png) no-repeat left center;}
.pagination li.lli em{ padding-right: 24px; background: url(../images/neiye2_09.png) no-repeat right center;}
.pagination li a:hover,.pagination li a.current{ background-color: #ab0101;}
.clicked{ background-color: #ab0101;}

.case_title2{ text-align: left; padding-top: 15px; border-top: 1px solid #ddd;}
.case_title2 h1{ font:14px/16px "微软雅黑"; color: #333;}

.title5{ font: 17px/25px "微软雅黑"; color: #A30001; border-bottom: 1px solid #A30001; width: 194px; margin-bottom: 5px;}
.list_class{ width: 196px;}
.list_class li{ line-height: 30px; height: 30px; overflow: hidden; border-bottom: 1px dotted #CFCFCF;}
.list_class li a{ color: #747474;}
.list_class li a:hover{ color: #A30001;}

/*新加样式*/
.wz1200{width: 1200px; margin: 0 auto;max-width: 94%;}
.wz1366{width: 1366px; margin: 0 auto;max-width: 94%;}
.kctx{padding: 75px 0 0 0;}
.kctx_title{text-align: center;background: #fff;width: 1200px; max-width: 100%;box-sizing: border-box;z-index: 20;} 
.kctx_title.on{position: fixed;top: 0;}
.kctx_title ul{overflow: hidden;font-size: 0; padding: 0 100px;}  
.kctx_title li{width: 25%; text-align: center;line-height: 50px; font-size: 24px;display: inline-block;}
.kctx_title li span{ cursor: pointer; color: #333; padding: 0 50px;display: inline-block; }
.kctx_title li span.active{color: #b02a2f;border-bottom: 1px solid #7d7d7d;font-weight: bold;}
.kctext{padding: 55px 35px 0 55px;}
.kctext p{font-size: 22px; line-height: 40px; text-indent: 44px; color: 434343;}
.qjbt_title h2{text-align: center; font-size: 36px; font-weight: bold; color: #b02a2f; position: relative; padding: 115px 0 70px;}
.qjbt_title h2:before{position: absolute; content: ""; border-bottom: 8px solid #0d3186; width: 60px; bottom: 37px;left: 50%; transform: translateX(-50%);}
.kcsz_title{text-align: center;padding: 15px 0; background: #f2ddde;}
.kcsz_title h2{font-weight: bold; margin-bottom: 10px; color: #221e1f; font-size: 28px;}
.kcsz_title p{font-size: 22px; color: #221e1f;}
.kcsz_fl{padding: 38px 55px;}
.kcsz_fl ul{display: flex;justify-content : space-between;}
.kcsz_fl a{display: block;text-align: center; font-size: 28px; font-weight: bold; color: #333;background: url(../images/a1.jpg); width: 221px; line-height: 50px;background-size: 100% 100%;}

.hsjy_nr{padding-top: 25px;}
.hsjy_nr ul{overflow: hidden; margin-left: -18px;}
.hsjy_nr li{float: left; width: 25%; padding-left: 18px;box-sizing: border-box;}
.hsjybox{height: 316px; padding:35px 15px 0 15px;background: #f6f6f7;text-align: center;}
.hsjybox span{display: inline-block; padding: 0 14px; line-height: 36px; color: #fff; font-weight: bold; background: #b02a2f;font-size: 22px;}
.hsjybox h2{font-weight: bold; font-size: 20px;color: #333; margin: 13px 0 8px;}
.hsjybox p{text-align: left; padding-left: 15px; font-size: 18px; line-height: 28px;color: #333;background: url(../images/a2.jpg) no-repeat left 6px;}

.dxal{padding-bottom: 85px;}
.jxff_nr ul{overflow: hidden; margin-left: -10px;}
.jxff_nr li{float: left; width: 25%; padding: 0 0 10px 10px;box-sizing: border-box;}
.jxff_nr a{display: block; overflow: hidden;position: relative;}
.jxff_nr p{position: absolute; width: 100%; left: 0; bottom: 0; z-index: 10;background: #b02a2f;text-align: center; line-height: 36px; font-weight: bold; font-size: 20px; color: #fff;}
.jxff_nr img{width: 100%;}
.img2 { transition: All 0.6s ease-in-out; -webkit-transition: All 0.6s ease-in-out; -moz-transition: All 0.6s ease-in-out; -o-transition: All 0.6s ease-in-ou }
.img2:hover { transform: scale(1.1);-webkit-transform: scale(1.1); -moz-transform: scale(1.1);-o-transform: scale(1.1); -ms-transform: scale(1.1); }
.kczt_nr{height: 740px; overflow: hidden;}
.kczt_nr ul{overflow: hidden; margin-left: -10px;}
.kczt_nr li{float: left; width: 50%;line-height: 64px; font-size: 18px; padding: 0 0 10px 10px;box-sizing: border-box;}
.kczt_nr a{display: block; position: relative;background: #f7f7f7; padding: 0 25px;}
.kczt_nr span{display: block; width: calc(100% - 50px);overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.kczt_nr b{font-size: 20px; font-weight: bold; color: #333; position: absolute; right: 25px;top:50%; transform: translateY(-50%);}
.zsgdbtn{display: block; text-align: center; line-height: 64px; color: #333; font-size: 24px; background: #f7f7f7;cursor: pointer;font-weight: bold;}
.sxalbox ul{overflow: hidden; margin-left: -40px;}
.sxalbox li{float: left; width: 50%; padding: 0 0 50px 40px;box-sizing: border-box;}
.sxal_xq{overflow: hidden;}
.sx_left{float: left; width: 224px; position: relative;}
.sx_left img{width: 100%;}
.zznr{position: absolute;width: 100%; height: 100%;top: 0;left: 0;background: rgba(67,67,67,.7);}
.zznr p{font-size: 20px;color: #fff; width: 100%;text-align: center;left:50%; top:50%; transform:translate(-50%,-50%);position: absolute;font-weight: bold;}
.sx_right{float: right;width: calc(100% - 244px);}
.sx_right dt{padding: 10px 0;}
.sx_right a{display: block; line-height: 29px; font-size: 18px; color: #333;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.sx_right a span{font-size: 13px; line-height: 29px; background: #dfa876;color: #fff;text-align: center; border-radius: 15px 0 0 15px;display: inline-block;vertical-align: middle; margin: -3px 15px 0 0;width: 48px;}
.sx_right a:hover{font-weight: bold;}
.dxal_nr .swiper-pagination-bullet{width: 10px;height: 10px;opacity: 1;border: 1px solid #939393; background: #fff;}
.dxal_nr .swiper-pagination-bullet-active{border: 1px solid #939393; background: #939393;}

/*专题页面*/
.tbj2{}
.banner_t{position: relative; margin-top: 70px; }
.banner_t img{width: 100%;}
.sfz{overflow: hidden; margin-top: -120px; position: relative;z-index: 10;}
.sfz_left{float: left; width: 315px;}
.kcz_title{background: #990320;padding-left: 55px;}
.kcz_title h2{font-size: 37px; color: #fff; line-height: 120px; color: #fff;font-weight: bold;position: relative;}
.kcz_title h2:before{position: absolute; content: ""; border-bottom: 2px solid #fff; width: 40px;bottom: 25px; left: 0;}
.kcz{padding-bottom: 45px;}
.kcz_nr h2{font-size: 20px;color: #b02a2f; font-weight: bold; line-height: 80px; position: relative; padding-left: 60px;}
.kcz_nr h2:before{position: absolute; content: ""; width: 8px;height: 8px;background: #b02a2f;left: 37px;top:50%; transform: translateY(-50%);}
.kcz_nr{background: url(../images/a_09.jpg) no-repeat center bottom #f2f2f2;background-size: 100% auto;}
.kcz_nr ul{overflow: hidden; padding: 0 25px 135px 25px;}
.kcz_nr li{float: left;width: 50%; font-size: 18px; line-height: 50px;}
.kcz_nr a{color: #333333;display: block;text-align: center;}
.kcz_nr a:hover{color: #b02a2f;}
.kfdt_tit{background: url(../images/a_17.jpg) no-repeat left center #ae0b2a;}
.kfdt{padding-bottom: 45px;}
.kfdt_tit h2{font-weight: bold; font-size: 20px; line-height: 69px; text-align: center;color: #fff;}
.fdt_xq {background: url(../images/a_18.jpg) no-repeat center center;background-size: 100% 100%;}
.fdt_xq ul{padding: 0 34px 10px 34px;}
.fdt_xq  li{padding: 24px 0; border-bottom: 1px dashed #dbbd9f;}
.fdt_xq  h2{font-weight: bold; font-size: 16px; color: #333333;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.fdt_xq p{color: #7d7d7d; font-size: 12px; margin-top: 15px;}
.fdt_xq a:hover h2{color: #b02a2f;}
.fdt_xq ul li:last-child{border: none;}
.qyzs{background: #eeeeee; padding:40px 50px 60px 50px;}
.qyzs_top h2{font-weight: bold; color: #333;text-align: center; line-height: 24px; font-size: 17px; margin-bottom: 40px;}
.qyzs_top p{font-size: 16px; line-height: 30px; color: #333;overflow: hidden;}
.qyzs_top p span{float: right;width: calc(100% - 80px);}
.qyzs_top img{display: inline-block;vertical-align: middle; margin: -3px 10px 0 0;}
.xjrwm a{display: block; text-align: center; line-height: 34px; width: 156px;background: #d2a980;color: #fff;border-radius: 17px; margin: 30px auto ;}
.rwmb{margin: 0 auto;}
.xjrwm a img{display: inline-block;vertical-align: middle; margin: -3px 10px 0 0;}
.xjrwm{text-align: center;}

.sfzt_right{float: right;width: calc(100% - 370px); padding-top: 185px;}
.kczt_title{padding-bottom: 40px;}
.kczt_title h2{font-weight: bold; font-size: 32px; color: #b02a2f;}
.kczt_title span{font-size: 20px; color: #999; padding-left: 25px; font-weight: 400;}
.kczt_lb li{padding-bottom: 70px;}
.kczt_box{overflow: hidden;}
.kczt_left{float:left; width: 133px;height: 138px; text-align: center;transition: All 0.4s ease-in-out;}
.kczt_left h2{font-weight: bold; font-size: 60px; padding: 30px 0 10px;color: #ae0b2a;line-height: 1;}
.kczt_left p{font-size: 22px;color: #333333;}
.kczt_righg{float: right;width: calc(100% - 133px); padding:15px 40px 40px 40px ;box-sizing: border-box;border-left: 1px solid #000000;transition: All 0.4s ease-in-out;}
.kczt_righg h2{font-weight: bold; font-size: 22px; margin-bottom: 20px; color: #333333;}
.kczt_righg p{font-size: 16px;line-height: 24px; color: #333;}
.kczt_righg a{display: block; text-align: center; width: 90px; line-height: 24px; border-radius: 14px; margin-top: 45px; color: #d2a980;font-size: 14px;}
.kczt_righg img{display: inline-block;vertical-align: middle; margin: -3px 5px 0 0;}
.kczt_box:hover .kczt_left{background: #d2a980; }
.kczt_box:hover .kczt_left h2{color: #fff;}
.kczt_box:hover .kczt_left p{color: #fff;}
.kczt_box:hover .kczt_righg{background: url(../images/a_05.jpg);background-size: 100% 100%;border: none;}
.kczt_box:hover .kczt_righg h2{color: #fff;}
.kczt_box:hover .kczt_righg p{color: #fff;}
.kczt_box:hover .kczt_righg a{background: #fff;color: #ae0b2a;}
.kczt_box:hover .kczt_righg img{display: none;}

.fynr{text-align: center; padding: 50px 0 105px;}
.fynr li{display: inline-block; padding: 0 2px;}
.fynr a{display: block; padding: 0 13px; font-size: 16px; line-height: 30px;border-radius: 4px; color: #535353;font-weight: bold;}
.fynr li.cur a{color: #fff; background: #ae0b2a;}
.fynr a:hover{color: #fff; background: #ae0b2a;}
.sjzs{display: none;}

/*新闻页面*/
.wz1200{width: 1200px; margin: 0 auto; max-width: 94%;}
.wzxw{overflow: hidden; padding: 100px 0 280px;}
.wzxw_left{float: left;width: calc(100% - 390px);}
.dqwz {padding-bottom: 55px;}
.dqwz p{font-size: 18px; color: #aaa;}
.dqwz p span{padding: 0 10px;}
.dqwz p a{color: #aaa;}
.dqwz p a:hover{color: #ae0b2a;}
.wzbt{padding-bottom: 35px;}
.wzbt h2{font-weight: bold; color: #333; line-height: 1.6; font-size: 24px; margin-bottom: 30px; }
.wzbt p{font-size: 16px; color: #999999;}
.wznr{padding-bottom: 100px;}
.wznr p{font-size: 16px; line-height: 30px;text-indent: 32px;color: #333333; margin-bottom: 30px;}
.wznr h3{font-size: 16px; line-height: 30px;text-indent: 32px;color: #333333;text-align: right;}
.fynrbox{width: calc(100% - 40px); margin: 0 auto; box-shadow:0 0 10px rgba(0, 0, 0, .1); }
.fynrbox ul{overflow: hidden;}
.fynrbox li{float: left; width: 50%; padding: 0 25px; font-size: 14px; line-height: 60px;color: #aaaaaa;box-sizing: border-box;position: relative;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.fynrbox li:before{position: absolute;content: "";border-right:1px solid #d2d2d2;height: 30px; right: 0;top:50%; transform: translateY(-50%);}
.fynrbox ul li:nth-child(2):before{ border: none;}
.fynrbox li a{color: #aaa;}
.fynrbox a:hover{color: #ae0b2a;}
.xgxw_title{padding: 110px 0 15px;border-bottom:2px solid #e1e1e1;}
.xgxw_title h2{font-size: 24px; color: #ae0b2a;}
.xgxw_nr li{overflow: hidden; border-bottom:1px dashed #777777;color: #333;font-size: 16px; padding-left: 24px; position: relative;line-height: 65px;}
.xgxw_nr li:before{position: absolute; content: "";width: 7px;height: 7px;background: #ae0b2a;left: 0;top:50%; transform: translateY(-50%);border-radius: 50%;}
.xgxw_nr a{float: left;width: calc(100% - 110px);overflow: hidden; text-overflow:ellipsis; white-space: nowrap; color: #777777;}
.xgxw_nr a:hover{color: #ae0b2a;}
.xgxw_nr span{float: right;}
.wzxw_right{float: right;width: 328px;}
.flxw{background: #eeeeee;}
.flxw_title{background: #ae0b2a; padding-left: 50px;}
.flxw_title h2{position: relative; color: #fff; font-size: 37px; line-height: 106px;}
.flxw_title h2:before{position: absolute; content: ""; border-bottom: 2px solid #fff; width: 45px; bottom: 25px;}
.flxw_nr{padding: 19px 0 19px 23px;}
.fl_xq h3{padding: 0 0 0 50px; font-size: 20px; line-height: 46px; color: #333333;position: relative;background: url(../images/d4.png)  no-repeat 90% center;cursor: pointer;font-weight: bold;}
.fl_xq h3.on1{background: url(../images/d3.png)  no-repeat 90% center;color: #ae0b2a;}
.fl_xq h3.on1:before{position: absolute;content: "";width: 7px;height: 7px;background: #ae0b2a;left: 29px;top:50%; transform: translateY(-50%);}
.xwbox{background: #fff; border-top: 1px solid #dcdcdc; padding: 20px 0 20px 50px;display: none;}
.xwbox ul{overflow: hidden;}
.xwbox li{float: left; width: 50%; font-size: 16px; line-height: 36px;}
.xwbox li a{color: #333333;}
.xwbox li a:hover{color: #ae0b2a;}
.xwjd{background: #ececec; margin-top: 30px;}
.xwjd_title {position: relative;}
.xwjd_title h2{font-weight: bold; text-align: center; font-size: 20px; color: #ae0b2a;line-height: 70px;}
.xwjd_title a{display: block; position: absolute; right: 37px;bottom: 22px; font-size: 14px; color: #ae0b2a;}
.xwjd_nra{position: relative; overflow: hidden;}
.xwboxa{position: relative;}
.xwboxa img{width: 100%;}
.xwboxa p{font-size: 16px; width: 100%; line-height: 1.5; padding: 15px 20px; color: #fff; bottom: 0;left: 0;background: rgba(0,0,0,.6); position: absolute;box-sizing: border-box;}
.xwjd_nra{ padding-bottom: 20px;}
.xwjd_nra .swiper-wrapper{padding-bottom: 20px;}
.xwjd_nra .swiper-pagination-bullet{width: 12px;height: 12px; border: 2px solid #ae0b2a; background: none; opacity: 1;box-sizing: border-box;}
.xwjd_nra .swiper-pagination-bullet-active{background: #ae0b2a;}

.zttj{margin-top: 30px; position: relative;}
.zttj:before{position: absolute; content: "";width: 100%; height: 370px; background: #ae0b2a; }
.zttj_title{position: relative;z-index: 10;}
.zttj_title h2{position: relative;z-index: 10; color: #fff; font-weight: bold; font-size: 20px;text-align: center; line-height: 70px;}
.zttj_nr{background: #eeeeee;position: relative;z-index: 10; padding-left: 25px; margin-left: 13px; padding-bottom: 20px;}
.zttj_nr li{padding: 20px 30px 20px; border-bottom:1px solid #bfbfbf;}
.zttj_nr ul li a{display: block; line-height: 1.8; color: #333; font-size: 16px; }
.zttj_nr ul li a:hover{color: #ae0b2a;}
.zttj_nr li:last-child{border: none;}
.morebox{display: block;text-align: right; font-size: 14px; color: #333;padding-right: 30px;}
.morebox :hover{color: #ae0b2a;}

/*商级研修*/
.wz1366{width: 1366px; margin: 0 auto; max-width: 94%;}
.yxnra{overflow: hidden; margin-top: -125px; position: relative;z-index: 10;}
.yxnra_left{float: left; width: 345px;}
.yx_title{background-image: linear-gradient(to right, #9a031f ,#be0911);}
.yx_title h2{color: #fff; position: relative; padding-left: 55px; font-size: 36px; line-height: 120px;font-weight: bold;}
.yx_title h2:before{position: absolute; content: "";border-bottom: 2px solid #fff; width: 45px; left: 55px;bottom: 34px;}
.yxnr{background: #eeeeee; padding: 15px 0 15px 20px;}
.yxnr h3 a{display: block; position: relative; font-size: 20px; line-height: 60px; color: #333333; padding-left: 50px;background: url(../images/t2.jpg) no-repeat 90% center;}
.yxnr  h3 a:before{position: absolute; width: 8px;height: 8px;left: 30px;content: "";top:50%; transform: translateY(-50%);}
.yxnr li.cur h3 a{ color: #b02a2f;background: url(../images/t1.jpg) no-repeat 90% center #fff;}
.yxnr li.cur h3 a:before{background: #b02a2f;}
.yxnr h3 a:hover{ color: #b02a2f;background: url(../images/t1.jpg) no-repeat 90% center #fff;}
.yxnr h3 a:hover:before{background: #b02a2f;}

.kbdt{padding-top: 40px;}
.kbdt_title{background: #ae0b2a;}
.kbdt_title h2{font-size: 20px;text-align: center; line-height: 69px; color: #fff;font-weight: bold;}
.kbdt_title h2 a{color: #fff;}

/* ================= 右侧 热门标签模块样式 ================= */
.rmbq {
    margin-top: 25px; /* 与上方课程预告模块的间距 */
    background: #fff;
}

/* 标题栏（与课程预告风格保持一致） */
.rmbq_title {
    background: #ae0b2a;
}
.rmbq_title h2 {
    font-size: 20px;
    text-align: center;
    line-height: 69px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

/* 标签内容区 */
.rmbq_nr {
    background: #f9f9f9;
    padding: 20px 15px 12px 15px;
    overflow: hidden;
}

/* 单个标签样式（圆角边框） */
.rmbq_nr a {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    color: #555;
    border: 1px solid #dcdcdc; 
    border-radius: 20px; /* 核心：实现胶囊圆角效果 */
    margin: 0 6px 10px 0; /* 控制标签之间的间距 */
    transition: all 0.3s ease;
    text-decoration: none;
    line-height: 1.2;
    background: #fff;
}

/* 鼠标悬停交互效果（变为主题红） */
.rmbq_nr a:hover {
    color: #fff;
    background-color: #ae0b2a;
    border-color: #ae0b2a;
    transform: translateY(-2px); /* 悬停时轻微上浮，增加灵动感 */
    box-shadow: 0 4px 6px rgba(174, 11, 42, 0.2); /* 增加红色阴影 */
}

.lxxm h2{font-size: 20px; color: #333; margin: 40px 0 15px; font-weight: bold;}
.lxxmnr{border: 1px solid #bfbfbf; padding: 0 35px 50px 35px; border-top: 5px solid #ae0b2a;}
.lxxmnr h3{font-weight: bold; font-size: 20px; color: #000; padding: 35px 0 15px;}
.lxxmnr p{font-size: 16px; line-height: 24px; color: #535353;}
.spkc{margin-top: 22px;background: #eeeeee;}
.spkc img{width: 100%;}
.spkc h4{font-size: 16px; line-height: 24px; padding: 10px; height: 68px; color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-align:justify; word-break: break-all;}
.lxxmnr a{display: block; text-align: center; line-height: 43px; color: #fff; font-size: 18px; background: #ae0b2a; margin-top: 18px;}
.lxxmnr a img{display: inline-block;vertical-align: middle; margin-left: 15px;}

.kbdtnr {background: #eee; padding: 0 30px;}
.kbdtnr li{border-bottom: 1px dashed #dec4ab; padding: 22px 0;}
.kbdtnr h2{font-weight: bold; font-size: 16px; color: #333; margin-bottom: 15px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.kbdtnr p{font-size: 16px; color: #999;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.zszx{padding-top: 40px;}
.zxnr h2{text-align: center; font-weight: bold; color: #333; font-size: 17px; line-height: 24px; padding: 35px 0;}
.zxnr{background: #eee;}
.zxnr ul{padding: 0 0 25px 50px;}
.zxnr li{font-size: 16px; color: #333333; line-height: 30px;overflow: hidden;}
.zxnr li img{display: inline-block;vertical-align: middle; margin: -3px 10px 0 0;}
.zxnr li b{float: right;width: calc(100% - 80px);}
.btno{display: block; width: 157px; line-height: 34px; margin: 0 auto;background: #d2a980;border-radius: 17px; font-size: 14px; color: #fff;text-align: center;}
.btno img{display: inline-block;vertical-align: middle; margin: -3px 10px 0 0;}
.xjrwm{padding: 30px 0 60px;}
.xjrwm img{margin: 0 auto;}

.yxnr_right{float: right;width: calc(100% - 370px);padding-top: 120px;}
.yxxm_tit h2{font-weight: bold; font-size: 32px; color: #b02a2f; padding: 60px 0 30px;}
.yxxm_tit h2 span{font-weight: 400; font-size: 20px; color: #999999; padding-left: 15px;}
.yxxm_nr li{padding-bottom: 35px;}
.yxxmbox{overflow: hidden; border:1px solid #dcdcdc;padding: 25px 40px;display: flex;justify-content : space-between;align-items: center;position: relative;}
.yxxm_left{width: 269px;}
.yxxm_left img{width: 100%;}
.yxxm_text{width: calc(100% - 320px);}
.yxxm_text h2{font-weight: bold; font-size: 22px; color: #333333; line-height: 30px;padding-bottom: 35px; position: relative;}
.yxxm_text h2:before{position: absolute;content: ""; border-bottom: 2px solid #adaec0;width: 25px; left: 0;bottom: 15px;}
.yxxm_text h2 b{width: 40px; line-height: 24px;text-align: center; background: #dfa876; color: #fff; font-size: 10px;border-radius: 12px 0 0 12px; margin: -3px 15px 0 0;display: inline-block;vertical-align: middle;}
.yxxm_text p{font-size: 14px; line-height: 24px; color: #626262;}
.yxxxbox{position: absolute; right: 40px; bottom: 25px; width: 92px;}
.xbtn1{display: block; text-align: center; line-height: 26px; margin-bottom: 15px;border-radius: 13px; font-size: 13px; color: #fff;background-image: linear-gradient(to right, #c02f35 , #ef9f6f);}
.xbtn1:hover{color: #fff;}
.xbtn2{display: block; text-align: center; line-height: 24px; margin-bottom: 15px;border-radius: 13px; font-size: 13px; color: #333;border:1px solid #333;}
.xbtn2:hover{border: none;background-image: linear-gradient(to right, #c02f35 , #ef9f6f);color: #fff;border: 1px solid #c02f35;}
.dqwz{position: absolute;bottom: 0px; right: 10vw; font-size: 18px;z-index: 100; color: #fff;}
.dqwz a{color: #fff;}
.dqwz a:hover{color: #c02f35;}

/*课程预告*/
.sub{background: #fff;margin-top: 3px; padding: 15px 50px;}
.sub dt{line-height: 35px; font-size: 16px;}
.sub dt a{color: #333;}
.sub dt a:hover{color: #ae0b2a;}
.kcyb_nr ul{overflow: hidden; margin-left: -45px;}
.kcyb_nr li{float: left; width: 50%; padding: 0 0 20px 45px;box-sizing: border-box;}
.kcybbbox{overflow: hidden; background-image: linear-gradient(#fff, #eeeeed);}
.kcyb_left{width: 162px;float: left;position: relative;height: 226px;}
.kcyb_left img{width: 100%;height: 100%; object-fit: cover;}
.kcyb_left p{font-weight: bold; position: absolute; text-align: center; color: #fff;width: 115px; line-height: 28px;right: 0;bottom: 18px;background: #ae0b2a;font-size: 16px;}
.kcyb_right{float: right;width: calc(100% - 185px); padding: 18px 20px 0 0;box-sizing: border-box;}
.kcyb_right h2{font-weight: bold; font-size: 14px;color: #ae0b2a; margin-bottom: 5px;}
.kcyb_right p{line-height: 1.5; color: #333; font-size: 14px;font-weight: bold; margin-bottom: 18px;}
.kcyb_right h3{font-size: 12px; line-height: 20px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

/*课程预告_详情*/
.yxnra_left_bh{float: right;left: auto;}
.yxnra_top{margin-top: 0;  padding-top: 75px;}
.kcyb_xq{float: left; width: calc(100% - 400px); padding-left: 50px;box-sizing: border-box;}
.kcyd_dw{padding-bottom: 50px;}
.kcyd_dw .current-page {
    color: #333; /* 当前页颜色加深，区别于链接 */
    font-weight: bold;
}
.kcyd_dw p{font-size: 18px; color: #aaa;}
.kcyd_dw p a{color: #aaa;}
.kcyd_dw p span{padding: 0 5px;}
.kcyd_dw p a:hover{color: #ae0b2a;}
.kcyb_title{padding-bottom: 50px;}
.kcyb_title h2{font-weight: bold; line-height: 1.6; color: #333333; margin-bottom: 30px; font-size: 24px;}
.kcyb_title p{font-size: 16px; color: #999;}
.zjxzx img{margin: 0 auto;display: block;}

.zjxzx_text{border: 1px solid #e8e8e8;position: relative; padding: 15px 30px; margin-top: 25px;}
.zjxzx_text:before{position: absolute; content: "";background: url(../images/t12.jpg);width: 41px;height: 39px;background-size: 100% 100%; top: -1px; right: -1px;}
.zjxzx_text h2{padding-bottom: 15px; font-weight: bold; font-size: 18px; position: relative; color: #ae0b2a;}
.zjxzx_text h2:before{position: absolute; content: ""; border-bottom: 5px solid #ae0b2a; width: calc(100% - 100px);bottom: 0;left: 0;}
.zjxzx_text h3{font-size: 14px; line-height: 24px;padding: 10px 0; border-bottom: 1px solid #afafaf; margin-bottom: 15px; font-weight: bold;color: #333;}
.zjxzx_text p{font-size: 14px; color: #333; line-height: 2;}
/* ================= 富文本防溢出处理 (核心) ================= */
.rich-text-content 
{
    font-size: 16px;       /* 适合正文阅读的字号 */
    line-height: 1.8;      /* 增加行高，提升阅读舒适度 */
    color: #333333;        /* 柔和的黑色，比纯黑更护眼 */
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/* 强制富文本内的图片自适应宽度 */
.rich-text-content img {   
    display: block !important; /* 关键！彻底消除底部基线空白 */
    max-width: 100%;
    height: auto;
    margin: 0 auto;            /* 保持水平居中 */
    vertical-align: middle;    /* 兜底方案：防止某些特殊情况下 block 失效 */
}
/* 强制富文本内的表格自适应并支持横向滚动 */
.rich-text-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    /* 移动端横向滚动处理 */
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.rich-text-content td, 
.rich-text-content th {
    border: 1px solid #e0e0e0;
    padding: 10px 12px;
    text-align: left;
    font-size: 14px;
    word-break: break-all; /* 防止表格内长英文/数字撑破单元格 */
}
.rich-text-content ul, .rich-text-content ol {
    padding-left: 20px;    /* 修正列表缩进，防止序号被截断 */
    margin-bottom: 15px;
}
.rich-text-content li {
    margin-bottom: 6px;
}
.rich-text-content a {
    color: #0066cc;        /* 链接主题色 */
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}
.rich-text-content a:hover {
    border-bottom-color: #0066cc; /* 悬停时显示下划线 */
}

.rich-text-content blockquote {
    margin: 20px 0;
    padding: 12px 16px;
    border-left: 4px solid #0066cc; /* 左侧强调线 */
    background-color: #f9f9f9;
    color: #666666;
    font-style: italic;
}

/* 处理富文本内的视频 iframe 自适应 */
.rich-text-content iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* 保持视频比例 */
}
.bbygbox{padding-top: 35px;}
.bbygbox:empty {
    display: none;
}
.bbygbox img{width: 100%;}
.bbygbox a{display: block; width: 160px; margin: 30px auto 0 auto;}
.txdzbox{padding: 40px 0 60px;}
.txdzbox h2{font-size: 16px; font-weight: bold;color: #333; margin-bottom: 10px;}
.txdzbox h2 img{display: inline-block;vertical-align: middle; margin: -3px 10px 0 0;width: 15px;}
.txdzbox p{font-size: 14px; color: #666; line-height: 1.6;}
.wzflbox{padding: 15px 0;box-shadow:0 0 10px rgba(0, 0, 0, .1); width: 90%; margin: 0 auto;}
.wzflbox ul{overflow: hidden;}
.wzflbox li{float: left;width: 50%; position: relative; line-height: 30px; border-right: 1px solid #d2d2d2; font-size: 14px; box-sizing: border-box; padding: 0 30px;}
.wzflbox ul li:nth-child(2){ border: none;}
.wzflbox a{color: #999;display: block;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.wzflbox a:hover{color: #ae0b2a;}
/* ================= 分页控件兼容 (备用) ================= */
/* 如果你的 NextPage 控件生成的不是 ul>li，而是直接的 a 标签，可以使用以下样式兜底 */
.wzflbox > a {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    color: #999;
}
.wzflbox > a:first-child {
    text-align: left;
    padding-left: 30px;
}
.wzflbox > a:last-child {
    text-align: right;
    padding-right: 30px;
    border-left: 1px solid #d2d2d2; /* 用左边框代替右边框 */
}

.xgtj{padding: 90px 0 80px;}
.xgtj_title h2{font-weight: bold; font-size: 24px; line-height: 52px; color: #ae0b2a; border-bottom: 1px solid #e1e1e1;}
.xgtj_title h2 a{color: #ae0b2a;}
.xgtj_nr li{overflow: hidden; line-height: 68px; font-size: 16px; padding-left: 18px; position: relative;border-bottom: 1px dashed #e1e1e1;}
.xgtj_nr li:before{position: absolute;content: "";width: 7px;height: 7px;border-radius: 50%;background: #ae0b2a;left: 0;top:50%; transform: translateY(-50%);}
.xgtj_nr span{color: #999;}
.xgtj_nr a{float: left;width: calc(100% - 100px);overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
/* ================= PC端 底部在线报名模块样式 ================= */
.zxzxbm {
    display: block; 
    max-width: 94%;                /* 限制最大宽度为 94% */
    margin: 40px auto 0 auto;      /* 上边距40px，左右 auto 实现水平居中，下边距0 */
    background: #f9f9f9;
    padding: 30px 35px;
    box-sizing: border-box;
    /* 新增：防止滚动定位时被顶部固定导航栏遮挡，数值可根据您顶部导航的高度调整（例如 80px） */
    scroll-margin-top: 20px; 
}

/* 标题区域 */
.zxzx_title h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    color: #ae0b2a;
    border-bottom: 1px solid #ae0b2a;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
}
.zxzx_title p {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 0 20px 0;
    color: #666;
    margin: 0;
}

/* 表单列表重置 */
.zxzx_nr ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.zxzx_nr li {
    position: relative;
    margin-bottom: 18px;
}

/* 输入框前面的文字标签 (如：姓名 *) */
.zxzx_nr span {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 15px;
    line-height: 42px;
    color: #333;
    z-index: 1;
}

/* 输入框样式 (PC端增加边框，视觉更清晰) */
.zxzx_nr .wbyza {
    width: 100%;
    background: #fff;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding: 0 15px 0 85px; /* 左侧留出空间给 span 标签 */
    box-sizing: border-box;
    border: 1px solid #ddd;
    outline: none;
    transition: border-color 0.3s;
}
.zxzx_nr .wbyza:focus {
    border-color: #ae0b2a; /* 聚焦时变红 */
}

/* 验证码图片容器 */
.zxzx_nr .yxmbox {
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer;
    z-index: 2;
}
.zxzx_nr .yxmbox img {
    height: 32px;
    width: auto;
    display: block;
}

/* 提交按钮 */
.zxzx_nr .btnxa1 {
    display: block;
    width: 100%;
    margin-top: 10px;
    height: 45px;
    background: #f49602; /* 与上方报名表单按钮颜色呼应 */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    letter-spacing: 2px;
}
.zxzx_nr .btnxa1:hover {
    background: #e08800;
}
.zxzx_nr .btnxa1 img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 10px;
}

/* 兼容 ASP.NET 验证控件（RequiredFieldValidator）的错误提示红字 */
.zxzx_nr li span[style*="color:Red"],
.zxzx_nr li span[style*="color: red"],
.zxzx_nr li span[style*="color:red"] {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    line-height: 1.2 !important;
    font-size: 12px !important;
    padding-left: 85px;
    display: block;
    margin-top: -12px;
    margin-bottom: 5px;
}

.kcbm{background: #f2f2f2;border-top: 5px solid #a50f32;padding: 32px 24px 0 24px;}
.kcbm_title h2{font-weight: bold; font-size: 24px;color: #ad0d25; padding-bottom: 10px;border-bottom: 8px solid #a50f32;}
.kcbm_title p{font-size: 16px; color: #333; line-height: 20px; margin-top: 10px;}
.kcbm_nr{padding: 25px 0 40px;}
.kcbm_nr li{position: relative; padding-bottom: 12px;}
.xwby1{width: 100%; height: 45px;font-size: 15px; line-height: 45px; padding: 0 0 0 90px;border: none;box-sizing: border-box;} 
.kcbm_nr span{display: block;font-size: 18px; line-height: 45px; color: #333; top: 0;position: absolute; left: 16px;}
.yzm{position: absolute; width: 74px;right: 10px;top: 6px;}
.yzm img{width: 100%;}
.xbtn3{display: block; color: #fff;width: 100%; height: 43px; font-size: 16px; border: none;background: #f49602;cursor: pointer; margin-top: 5px;}
.xbtn3 img{display: inline-block;vertical-align: middle; margin: -3px 0 0 15px;}

.last{ display:none;width:100%; height:40px; line-height:40px; background:#84061e; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33%; height:40px; border-right:1px #fff solid; background-color:#84061e; text-align:center; display:block; overflow:hidden;}
.last ul li:last-child{border: none}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; text-align:center; }
.last ul li a span { font-size:14px; font-weight:600;}
/* copyright end */
/* box-shadow  start */
.box-shadow1{
    box-shadow: 0px 0px 6px rgba(25,45,118,.1)
}

@media(max-width:1200px)
{
.kctx_title li span{padding: 0 20px;}
.kctext{padding: 40px 0 0 0;}
.kctx_title ul{padding: 0;}
.dxal_nr .swiper-container{padding: 0 !important;}
.sxalbox li{float: none; width: 100%;padding-bottom: .38rem;}
.sxalbox ul{padding-bottom: .6rem;}
.sx_left{width: 2.45rem;}
.kctx{padding: 0;}
.kctx_title{padding: .25rem 0;}
.kctx_title li{line-height: .6rem; font-size: .28rem; font-weight: bold; }	
.kctx_title li span{padding: 0;}
.kctx_title li span.active{border-bottom: 0.04rem solid #7d7d7d;}
.kctext{padding:.4rem 0 0  0;background-image: linear-gradient(#edeeee, #fff);width: 108%; margin-left: -4%; padding: .4rem 4% 0 4%;box-sizing: border-box;}
.kctext p{font-size: .22rem; line-height: 1.7;text-indent: .44rem;position: relative;z-index: 10; }
.qjbt_title h2{padding: .8rem 0 .55rem;font-size: .28rem;}
.qjbt_title h2:before{border-bottom: .04rem solid #2c3388;width: .4rem;bottom: .35rem;}
.kcsz_title{padding: .15rem 0;}
.kcsz_title h2{font-size: .24rem;margin-bottom: .1rem;}
.kcsz_title p{font-size: .2rem;}
.kcsz_fl{padding: .3rem 1rem .1rem 1rem;}
.kcsz_fl ul{display: block; overflow: hidden; margin-left: -.45rem;}
.kcsz_fl li{float: left; width: 50%; padding: 0 0 .2rem .45rem;box-sizing: border-box;}
.kcsz_fl a{font-size: .22rem; line-height: .4rem;background-size: 100% 100%;width: 100%;}
.hsjy_nr{padding-top: .3rem;}
.hsjy_nr li{width: 50%; padding: 0 0 .2rem .2rem;}
.hsjy_nr ul{margin-left: -.2rem;}
.hsjybox{padding: .4rem .2rem 0 .2rem;}
.hsjybox span{font-size: .22rem; line-height: .4rem; padding: 0 .15rem;}
.hsjybox h2{font-size: .22rem;}
.hsjybox p{font-size: .2rem; line-height: 1.6;}
.hsjybox{height: 4rem;}
.jxff_nr li{width: 50%; padding: 0 0 .12rem .12rem;}
.jxff_nr ul{margin-left: -.12rem;}
.jxff_nr p{font-size: .24rem; line-height: .42rem;}
.kczt_nr li{padding-bottom: .15rem;float: none; width: 100%;}
.kczt_nr a{font-size: .22rem; line-height: .7rem; padding: 0 .25rem; color: #1d2088;}
.zsgdbtn{font-size: .24rem;line-height: .7rem;}
.pczs{display: block;}
.sjzs{display: none;}
.zznr p{font-size: .24rem;}
.sx_right{width: calc(100% - 2.7rem);}
.sx_right {padding-top: .05rem;}
.sx_right dt{padding: 0 0 .2rem;}
.sx_right a{font-size: .24rem; line-height: .32rem;zoom: .9;}
.sx_right span{font-size: .24rem; line-height: .32rem;zoom: .9;}
.dxal_nr .swiper-pagination-bullet{width: .1rem;height: .1rem;}
.dxal{padding-bottom: .8rem;}
.banner_t{padding-top: 58px;}
.sjyc{display:none}
.sfz{margin: 0;}
.kcz_title{padding-left:.55rem ;background-image: linear-gradient(to right, #990320 , #bf0a12);}
.kcz_title h2{font-size: .32rem; line-height: .82rem;}
.kcz_title h2:before{border-bottom: .04rem solid #fff; width: .5rem;bottom: .15rem;}
.sfz_left{width: 100%;float: none;}
.kcz_nr h2{font-size: .32rem; line-height: .86rem;padding-left: .67rem;}
.kcz_nr h2:before{left: .4rem;}
.kcz_nr h2:after{border-bottom: 0.05rem solid #990320; width: .4rem;position: absolute; content: "";right: .2rem;top:50%; transform: translateY(-50%);}
.kcz_nr ul{padding: 0 .25rem 2rem .25rem;}
.kcz_nr li{width: 33.33%; line-height: .86rem; font-size: .3rem;}
.kfdt{display: none;}
.sfzt_right{float: none; width: 100%;padding: 0;}
.kcz{padding-bottom: .5rem;}
.kczt_title h2{font-size: .34rem;}
.kczt_title span{font-size: .2rem; padding-left: .2rem;}
.kczt_title{padding-bottom: .4rem;}
.kczt_left{width: 1.32rem;height: 1.4rem;}
.kczt_left h2{font-size: .48rem; padding: .3rem 0 .1rem;}
.kczt_left p{font-size: .22rem;}
 .kczt_righg{width: calc(100% - 1.32rem);padding: 0 .4rem .4rem .4rem;}
 .kczt_righg h2{font-size: .25rem; line-height: 1.6;margin-bottom: .15rem;}
.kczt_righg p{font-size: .16rem; line-height: 1.6;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.kczt_righg a{margin-top: .3rem;}
.kczt_lb li{padding-bottom: .8rem;}
.kczt_box:hover .kczt_righg{padding-top: .2rem;}
.fynr a{font-size: .2rem;line-height: .34rem;padding: 0 .1rem;}
.fynr{padding: .4rem 0 1.4rem;}

/**/
.wzxw{padding: .68rem 0 1.05rem;}
.wzxw_right{display: none;}
.wzxw_left{float: none; width: 100%;}
.dqwz{display: none;}
.wzbt{text-align: center; padding-bottom: .4rem; border-bottom: 1px solid #dcdcdc;}
.wzbt h2{font-size: .3rem; margin-bottom: .3rem;}
.wzbt p{font-size: .24rem;}
.wznr{padding: .4rem 0 .85rem 0;}
.wznr p{font-size: .24rem; margin-bottom: .25rem;}
.wznr h3{font-size: .24rem;}
.fynrbox{width: 100%;}
.fynrbox li{font-size: .24rem; line-height: .66rem; padding: 0 .2rem;}
.fynrbox li:before{height: .32rem;}
.xgxw_title{padding: 1rem 0 .15rem;}
.xgxw_title h2{font-size: .32rem;}
.xgxw_nr li{line-height: .7rem; font-size: .24rem; }

.yxnra_left{display: none;}
.yxnr_right{float: none; width: 100%;}
.yxxm_tit h2{font-size: .32rem; padding: .8rem 0 .3rem;}
.yxxm_tit h2 span{font-size: .22rem;}
.yxxm_nr li{padding-bottom: .37rem;}
.yxxmbox{padding: .2rem .4rem;display: block;}
.yxxm_left{float: none; width: 100%;}
.yxxm_text h2{font-size: .32rem;}
.yxxm_text{width: 100%; padding-top: .15rem;}
.yxxxbox{bottom: .1rem; right: .4rem;}
.yxxm_nr li.cur .yxxmbox{background: #eeeeee;}
.kcyb_nr li{width: 100%; float: none; padding-bottom: .3rem;}
.kcyb_left{width: 2.2rem;height: auto; }

.lxxmnr{padding: 0 .3rem .3rem .3rem;}

.kcyb_left p{width: 1.57rem; line-height: .4rem; font-size: .2rem;}
.kcyb_right{width: calc(100% - 2.47rem);padding: 0 .15rem 0 0;}
.kcyb_right h2{font-size: .22rem;}
.kcyb_right p{font-size: .2rem;margin-bottom: .2rem;}
.kcyb_right  h3{font-size: .2rem;}

.kcyd_dw{display: none;}
.kcyb_xq{float: none; width: 100%; padding-left: 0;}
.kcyb_title{text-align: center; padding-bottom: .4rem; margin-bottom: .5rem;border-bottom: 1px solid #dcdcdc;}
.kcyb_title h2{font-size: .32rem; margin-bottom: .35rem;}
.kcyb_title p{font-size: .22rem;}
.txdzbox{padding: .3rem 0 .75rem;}
.wzflbox{width:calc(100% - 10px); padding: .2rem 0;}
.wzflbox li{padding: 0 .2rem;}
.wzflbox a{font-size: .2rem;}

.zxzxbm{display: block;  margin-top: .85rem;background: #f2f2f2;border-top: 0.06rem solid #ae0b2a; padding: .35rem;}
.zxzxbm h2{font-weight: bold; font-size: .33rem; line-height: .7rem; border-bottom: 0.08rem solid #ae0b2a;}
.zxzxbm p{font-size: .2rem; line-height: 1.8; padding: .2rem 0 .35rem; color: #666;}
.zxzx_nr li{position: relative; margin-bottom: .2rem;}
.wbyza{width: 100%;background: #fff; height: .64rem; line-height: .64rem; font-size: .24rem; padding: 0 0 0 1.25rem;box-sizing: border-box;border: none;}
.zxzx_nr span{font-size: .2rem; line-height: .64rem; color: #333;top: 0;left: .2rem; position: absolute;}
.zxzx_nr b{position: absolute; right: 0; top: 0;}
.zxzx_nr b img{height: .64rem;}
.btnxa1{display: block; width: 100%; margin-top: .15rem; height: .62rem; background: #f39800; color: #fff; font-size: .26rem;border: none;}
.btnxa1 img{display: inline-block;vertical-align: middle; margin: -3px 0 0 .2rem;}
.xgtj{padding: 1rem 0 1rem;}
.xgtj_title h2{font-size: .3rem; line-height: .58rem;}
.xgtj_nr li{line-height: .68rem; font-size: .2rem;}
}
@media only screen and (max-width: 767px){
    .pczs{display: none;}
    .sjzs{display: block;}
    /* 1. 主内容区：减小左右边距，取消浮动 */
    .kcyb_xq {
        float: none;
        width: 100%;
        padding-left: 10px;   /* 左边距从 50px/15px 减小到 10px */
        padding-right: 10px;  /* 右边距设置为 10px */
        box-sizing: border-box;
    }

    /* 2. 缩小过大的上下间距（手机端 50px 留白太浪费空间） */
    .kcyd_dw {
        padding-bottom: 15px; /* 原 50px */
    }
    .kcyb_title {
        padding-bottom: 20px; /* 原 50px */
    }
    .kcyb_title h2 {
        font-size: 20px;      /* 标题字号微调，防止长标题换行难看 */
        margin-bottom: 15px;  /* 原 30px */
    }

    /* 3. 正文富文本框：减小内边距，让文字更靠边 */
    .zjxzx_text {
        padding: 15px 10px;   /* 左右内边距从 30px 减小到 10px */
        margin-top: 15px;
    }
    /* 缩小右上角的装饰角标，防止在小屏幕上显得突兀 */
    .zjxzx_text:before {
        width: 25px;
        height: 24px;
    }
    /* 正文框内的标题下划线宽度调整 */
    .zjxzx_text h2:before {
        width: calc(100% - 60px); 
    }

    /* 4. 底部上下篇/分类导航：撑满宽度，减小内边距 */
    .wzflbox {
        width: 100%;          /* 原 90%，现在改为 100% 配合外层的 10px 边距 */
        box-shadow: none;     /* 手机端去掉阴影，改用边框更清爽 */
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        border-radius: 0;
    }
    .wzflbox li {
        padding: 0 10px;      /* 左右内边距从 30px 减小到 10px */
    }
    
    /* 5. 通讯地址模块间距调整 */
    .txdzbox {
        padding: 20px 0 30px; /* 原 40px 0 60px */
    }
    .footer-bg{
        display: none;
    }
    #footer,#qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner{ display:none !important;}
	#QIAO_INVITE_CONTAINER{ width:0 !important; height:0 !important;}
	.copyright,.last{ display:block;}
}