@charset 'utf-8';


.b_ballMask {
	margin: -40px 0 0 15px;
	width: 60px;
	height: 50px;
	position: absolute;
	overflow: hidden;
	border-top: 2px solid #1051a0;
	display: none;
}

.b_ball {
	position: absolute;
	top: -30px;
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/b_cl.png);
	animation: ballRotate 2s linear infinite;
}

.b_breadcrumb {
	width: 80%;
	margin: auto;
	/* overflow: hidden; */
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	text-indent: 0px;
	display: flex;
	vertical-align: middle;
	flex-direction: row;
	align-items: center;
	gap: 5px;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.b_breadcrumb .item {
	font-size: 18px;
	/*font-weight: bold;*/
	line-height: 65px;
	padding: 0 10px;
	color: #b8001a;
}

.b_breadcrumb .item.on {
	font-weight: bold;
	background-image: linear-gradient(to top, #ffffff, #eeeeee);
	border-bottom: 5px solid rgba(184, 0, 26, 1);
}

.b_breadcrumb .item.on a {
	background-image: linear-gradient(to top, #ffffff, #eeeeee);
}

.b_breadcrumb .item a {
	color: #b8001a;
	background-image: linear-gradient(to top, #eeeeee, #ffffff);
	padding: 18px;
}

.b_breadcrumb .item a:hover {
	color: #1051a0;
	background-image: linear-gradient(to top, #ffffff, #eeeeee);
	padding: 18px;
}

.b_breadcrumb ._item {
	font-size: 18px;
	line-height: 65px;
	padding: 0 10px;
	color: #1051a0;
}

@keyframes ballRotate {
	0% {
		transform: rotate(0deg);
		/* 初始状态 */
	}

	50% {
		transform: rotate(180deg);
		/* 中间状态 */
	}

	100% {
		transform: rotate(360deg);
		/* 最终状态 */
	}
}

.b_right li {
	flex-direction: row;
}


.lfooter {
	display: none
}


.b_border {
	background-color: #f6f6f6;
	height: 65px;
	width: 100%;
	line-height: 65px;
}

.b_border .b_msg {
	width: 40%;
	float: left;
	overflow: hidden;
	/*padding-top:10px;*/
}

.b_msg_img {
	width: 50px;
	float: left;
	height: 60px;
	text-align: center;
}

.b_morebg {
	width: 200px;
	background-color: #00479d;
	margin: 10px 0;
}

.b_imgbox {
	min-width: 50px;
}

.b_aboutleft {
	font-size: 40px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background-color: #222;
}

.b_aboutright {
	font-size: 40px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	width: 40px;
	height: 40px;
	right: -40px;
	bottom: 0;
	cursor: pointer;
	background-color: #222;
}

.b_aboutleft:hover {
	background-color: #1051a0;
	color: #000;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.b_aboutright:hover {
	background-color: #1051a0;
	color: #000;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.b_sign_main {
	width: 35%;
	height: 65px;
	background-color: #00479d;
	float: right;
	position: relative;
}

.b_sign {
	height: 800px;
	width: 450px;
	/*background-color: #fff;*/
	text-align: center;
	/* 弹性盒子布局 (取消注释) */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	/* 过渡效果 */
	/*transition: all 0.3s ease;*/
	/*pointer-events: none;*/
	/* 防止隐藏时误触发hover */
	z-index: 99;
	/*    filter: alpha(opacity=0) !important;
    opacity: 100 !important;*/
	/*    -webkit-transition: all .3s ease;
    -o-transition: top .3s ease;
    transition: all .3s ease;*/
	visibility: visible;
}

.b_signbody {
	position: absolute;
	height: 570px;
	width: 100%;
	bottom: 0;
	z-index: 99;
	background-color: rgba(255, 255, 255, .8);
}

.b_signbody .b_mark {
	position: absolute;
	z-index: 69;
	left: -300px;
	top: -100px;
	width: 1000px;
	height: 700px;
}

.b_signbody .b_signtitle {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #00479d;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.05);
	line-height: 50px;
	text-align: center;
}

.b_signbody .b_signtitle .b_close {
	position: absolute;
	width: 80px;
	height: 50px;
	top: 0;
	right: 0;
	color: #b8001a;
	CURSOR: pointer;
	z-index: 90;
}

.b_signbody .b_signmain {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 50px;
	/*margin: 20px auto;*/
	padding: 5px;
	color: #333;
	z-index: 99;
}

.b_signbody .b_signmain div {
	line-height: 25px;
	text-align: left;
}

.b_signbody .b_signmain .form-single {
	margin-bottom: 15px;
	line-height: 25px;
	clear: both;
}

.b_signbody .b_signmain .form-single label {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}

.b_signbody .b_signmain select,
.b_signbody .b_signmain input {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}

.b_signbody .b_signmain .form-group {
	margin-bottom: 15px;
	line-height: 25px;
	clear: both;
	display: flex;
	gap: 10px;
}

.b_signbody .b_signmain .b_signleft {
	flex: 1;
}

.b_signbody .b_signmain .b_signright {
	flex: 0.85;
}

.b_signbody .b_signmain .form-group label {
	display: block;
	margin-bottom: 5px;
}

.b_signbody .b_signmain .form-group select {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}

.b_signbody .b_signmain .radio-group {
	display: flex;
	height: 40px;
	align-items: flex-end;
}

.b_signbody .b_signmain .radio-group input {
	width: auto !important;
	display: inline !important;
}


.b_signok {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	background-color: #b8001a;
	float: right;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* gap: 5px; */
	justify-content: center;
}

.b_signup_btn {
	border: 0;
	text-align: center;
	height: 65px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: white;
	line-height: 30px;
	background-color: transparent;
	z-index: 90
}

.b_signup {
	width: 100%;
	height: 65px;
	background-color: #00479d;
	float: right;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* gap: 5px; */
	justify-content: center;
	-webkit-transition: all .3s ease;
	-o-transition: top .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}

.b_signup_btitle {
	width: 100%;
	text-align: center;
	/*height: 65px;*/
	font-size: 18px;
	font-weight: bold;
	color: white;
	line-height: 30px;
}

.b_signup_btext {
	width: 100%;
	text-align: center;
	font-size: 14px;
	height: 25px;
	line-height: 25px;

}

.b_tel {
	width: 170px;
	margin-top: 2px;
	font-size: 17px;
	float: right;
	font-weight: bold;
}

.b_tel a {
	color: #00479d;
}











.PostBox .post .postService {
	height: auto;
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 110px 0
}

.postService .postLeft {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	min-height: 300px;
}

.postService .postRight {
	vertical-align: middle;
	padding-left: 55%;
}

.postService .postLeft .imgBox {
	width: 100%;
	margin: 0 auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}



.postRight .postTitle {
	text-align: left;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 1.5%;
	z-index: 2;
}

.postRight .postTitle h3 {
	font-size: 28px;
	font-weight: normal;
	position: relative;
	text-indent: 2px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 3px;
	color: #000;
	font-weight: bold;
	opacity: 0.9;
}

.postRight .postTitle span {
	clear: both;
	display: inline-block;
	width: 100%;
	color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	font-size: 12px;
}

.postRight .postTitle .title1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-family: HELVETICANEUELTPRO-THEX;
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin-bottom: 3px;
}

/*    .postRight .postTitle:after {
        background: #325d91;
        content: "";
        height: 5px;
        width: 65px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
    }*/


.postRight .PostText {
	/*width: 92%;*/
	line-height: 24px;
	color: #333;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
}


.postRight_2 .postTitle {
	text-align: left;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 1.5%;
	z-index: 2;
}

.postRight_2 .postTitle h3 {
	font-size: 28px;
	font-weight: normal;
	position: relative;
	text-indent: 2px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 3px;
	color: #ccc;
	opacity: 0.9;
}

.postRight_2 .postTitle span {
	clear: both;
	display: inline-block;
	width: 100%;
	color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	font-size: 12px;
}

.postRight_2 .postTitle .title1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #999;
	font-family: HELVETICANEUELTPRO-THEX;
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin-bottom: 3px;
}


.postRight_2 .PostText {
	/*width: 92%;*/
	line-height: 24px;
	color: #333;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
}




.PostBox .post .PostList_2 {
	width: 100%;
	line-height: 24px;
}

.PostBox .post .PostList_2 ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.PostBox .post .PostList_2 li {
	text-align: left;
	width: 30%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 30px;
}

.PostBox .post .PostList_2 li .b_text {
	margin-left: 10px;
}

.PostBox .post .PostList_2 li .b_title {
	font-size: 18px;
	color: #fff;
}

.PostBox .post .PostList_2 li .b_desc {
	font-size: 16px;
	margin: 10px 0;
}

.PostBox .post .PostList_2 li img {
	display: block;
	margin: auto;
	width: 50px;
}

.PostLeft_2 {
	width: 100%;
	display: block;
	bottom: 0;
	left: auto;
	position: relative;
	min-height: 300px;
}



.PostBox .post .PostList_3 {
	width: 100%;
	line-height: 24px;
}

.PostBox .post .PostList_3 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
}

.PostBox .post .PostList_3 li {
	text-align: left;
	width: 30%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 30px;
}

.PostBox .post .PostList_3 li .b_text {
	width: 100%;
	margin-left: 10px;
}

.PostBox .post .PostList_3 li .b_title {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	height: 90px;
}

.PostBox .post .PostList_3 li .b_desc {
	font-size: 14px
}

.PostBox .post .PostList_3 li .imgbox {
	margin: 10px;
	width: 80px;
}

.PostBox .post .PostList_3 li img {
	display: block;
	margin: auto;
	width: 120px;
}

.PostLeft_3 {
	width: 100%;
	display: block;
	bottom: 0;
	left: auto;
	position: relative;
	min-height: 300px;
}

.PostResult {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.PostLeft_4 {
	flex: 1;
}

.PostLeft_4 ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	gap: 2%;
}

.PostLeft_4 ul li {
	width: 32%;
	margin-bottom: 1%;
	border-radius: 10px;
}

.PostLeft_4 ul li .imgbox {
	overflow: hidden;
}

.PostLeft_4 ul li .imgbox img {
	transition: transform 0.5s ease;
}

.PostLeft_4 ul li:hover .imgbox img {
	transform: scale(1.05);
}


.PostBox .post .PostList_5 {
	width: 100%;
	line-height: 24px;
}

.PostBox .post .PostList_5 ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 100px;
}

.PostBox .post .PostList_5 li {
	text-align: left;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 30px;
}

.PostBox .post .PostList_5 li .b_text {
	width: 100%;
}

.PostBox .post .PostList_5 li .b_title {
	font-size: 18px;
	color: #fff;
}

.PostBox .post .PostList_5 li .b_desc {
	font-size: 16px;
	margin: 10px 0;
}

.PostBox .post .PostList_5 li img {
	display: block;
	margin: auto;
	width: 50px;
}


.PostBox .post .PostList_7 {
	width: 1200px;
	margin: 0px auto 30px;
}

/*            .PostBox .post .PostList_7 ul {
                width: 100%;
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                justify-content: space-around;
                align-items: flex-start;
            }*/

.PostBox .post .PostList_7 .item {
	text-align: center;
	width: 100%;
	transition: transform 0.3s ease;
}

.PostBox .post .PostList_7 .item:hover {
	transform: translateY(-5px);
	text-align: center;
	width: 100%;
}

.PostBox .post .PostList_7 .item .b_text {
	margin: auto;
	width: 80%;
}

.PostBox .post .PostList_7 .item .b_title {
	text-align: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	overflow: hidden;
	height: 50px;
	color: #00479d;
}

.PostBox .post .PostList_7 .item .b_desc {
	text-align: left;
	width: 100%;
	font-size: 14px;
}


.PostBox .post .PostList_7 .item .imgbox {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	height: 350px;
	/* 容器高度，可以根据需要调整 */
}

.PostBox .post .PostList_7 .item img {
	margin: 5px;
	width: 90%;
	border: solid 5px #FFF;
	color: #333;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
}


.PostLeft_2 {
	width: 100%;
	display: block;
	bottom: 0;
	left: auto;
	position: relative;
	min-height: 300px;
}

.PostRight_4 {
	flex: 1.51;
}

.PostRight_4 .imgbox {
	height: 417px;
	margin-left: 1.5%;
	position: relative;
	overflow: hidden;
}

.PostRight_4 .imgbox img {
	position: absolute;
	transition: transform 0.5s ease;
}

.PostRight_4:hover .imgbox img {
	transform: scale(1.02);
}

.b_probg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url(../images/b_bg03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.b_probg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	/* 黑色，50%透明度 */
	z-index: 1;
	/* 确保背景层在图片之下 */
}

.b_probg .b_main ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
	width: 80%;
	margin: 100px auto;
	font-size: 14px;
	color: #EEE;
	text-align: center;
	z-index: 2;
}

.b_probg .b_main ul div span {
	font-size: 50px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.b_probg .b_main ul div div {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
}

.b_Aboutbg {
	width: 65%;
	position: absolute;
	top: 25px;
	background-color: #f6f6f6;
	bottom: 25px;
}


/*.b_Masterbg {
    width: 100%;
    position: absolute;
    height: 120px;
}*/

.b_main {
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
}

.b_left {
	float: left;
	width: 320px;
	margin-right: 10px;
	position: absolute;
	margin-top: -70px;
	z-index: 9;
}

.b_left .b_menu_main {
	padding: 10px 30px;
	height: 70px;
	color: #fff;
	border-bottom: solid 5px #b8001a;
	background-color: #00397e;
	margin-bottom: 5px;
}

.b_left .b_menu_main div {
	font-weight: bold;
	font-size: 20px;
	display: block;
}

.b_left .b_menu_main span {
	font-size: 16px;
	display: block;
}


.b_left ul .b_sub {
	line-height: 30px;
	padding: 20px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
	display: flex;
	vertical-align: middle;
	flex-direction: row;
	align-items: center;
	gap: 5px;
}

.b_left ul .active .b_sub {
	background-color: #b8001a;
}

.b_left ul.active:hover {
	background-color: #b8001a;
}

.b_left ul .b_sub:hover {
	color: #d9e8fb;
	background-color: #00397e;
}


.b_left ul.active li {
	line-height: 38px;
	background-color: #1051a0;
}

.b_left ul li {
	line-height: 38px;
	background-color: #00479d;
}

.b_left li .b_sub_ul {
	background-color: #FFF;
}

.b_left li .b_sub_ul.active li {
	line-height: 38px;
	background-color: #1051a0;
}

.b_left li .b_sub_ul li {
	background-color: #EEE;
}


.b_left li .b_sub_ul .b_submenu {
	line-height: 30px;
	padding: 20px 50px;
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
	display: flex;
	vertical-align: middle;
	flex-direction: row;
	align-items: center;
	gap: 5px;
}

.b_left li .b_sub_ul .b_submenu:hover {
	color: #d9e8fb;
	background-color: #00397e;
}

.b_book {
	margin-top: 20px;
}

.b_book img {
	border-radius: 5px;
}

.b_right {
	flex: 1;
	padding-left: 330px;
	margin: 10px;
	min-height: 800px;
}

/*  .b_right li {
        display: flex;
        margin-bottom: 30px;
        padding: 10px;
        background-color: #404040;
        border-radius: 5px;
    }

        .b_right li .post-img {
            padding: 10px;
            background-color: #fff;
        }

        .b_right li h4 {
            color: #000;
            line-height: 40px;
            background-image: url(../images/b_bg05.jpg);
        }

            .b_right li h4 a {
                color: #000;
            }

        .b_right li .b_desc {
            display: flex;
            flex-direction: column;
        }

        .b_right li .b_design {
            color: #1051a0;
            padding: 5px 20px;
        }

        .b_right li .b_description_btn {
            padding: 5px 20px;
        }

            .b_right li .b_description_btn .b_desc_title {
                padding: 10px 0px;
                border-bottom: solid 3px #1051a0;
            }

            .b_right li .b_description_btn .b_desc_btn {
                padding: 2px 20px;
                color: #1051a0;
                border: solid 1px #1051a0;
                float: right;
                border-radius: 5px;
            }

                .b_right li .b_description_btn .b_desc_btn img {
                    width: 20px;
                    float: right;
                }

        .b_right li .b_design_desc {
            padding: 5px 20px;
            line-height: 25px;
            height: 60px;
            color: #fff;
        }

        .b_right li .b_desc .b_description {
            border-top: solid 1px #717171;
            padding: 5px 20px;
            line-height: 22px;
            overflow-x: hidden;
            overflow-y: auto;
            height: 80px;
            background-color: #353535;
        }*/
.b_right .b_title {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #b8001a;
}

.b_right .b_content {
	font-size: 14px;
	margin-bottom: 0px;
	word-wrap: break-word;
}

.b_right .b_content p {
	word-wrap: break-word;
}

.b_campus {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	width: 180px;
	height: 40px;
	top: 40%;
	margin-top: -10px;
	margin-left: 190px;
	padding-left: 10px;
	border-left: 1px solid #CCC;
	display: flex;
	align-items: center;
}


.b_PostBox_about {
	position: relative;
}

.b_PostBox_about .post {
	padding: 0;
	max-width: 100%;
	position: relative;
	/*	    background-image: url(../images/b_bg04.jpg);
	    background-repeat: no-repeat;
	    background-position: right bottom;*/
}



.b_PostBox_about .post .postTitle {
	padding: 20px 0px 0px;
	text-align: left;
	position: relative;
}


.b_PostBox_about .post .postTitle h3 {
	font-size: 36px;
	font-weight: normal;
	position: relative;
	text-indent: 2px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: bold;
	color: #b8001a;
	opacity: 0.9;
}

.b_PostBox_about .post .postTitle .title {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 48px;
	font-weight: bold;
	color: #eee;
	z-index: -1;
}

.b_PostBox_about .post .postTitle .desc {
	font-size: 18px;
	color: #666;
}


.b_PostBox_about .post .PostText {
	/*width: 92%;*/
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
	font-size: 16px;
}

/*    .b_PostBox_about .post .PostText::before {
        content: "　　";
    }*/

.b_PostBox_about .post .PostList {
	width: 100%;
	line-height: 24px;
}

.b_PostBox_about .post .PostList ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.b_PostBox_about .post .PostList li {
	text-align: center;
	width: 25%;
    font-size: 12px;
}

.b_PostBox_about .post .PostList li img {
	display: block;
	margin: auto;
}

.b_PostBox_about .postLeft,
.b_PostBox_about .postRight {
	display: inline-block;
}

.b_PostBox_about .postLeft {
	width: 35%;
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 5px;
	overflow: hidden;
	/*	background-color: #333;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/b_king.jpg)*/
}

.b_PostBox_about .postLeft .item_v {
	position: absolute;
	top: 140px;
}

.b_PostBox_about .postLeft .item {
	position: absolute;
	top: 0px;
}

/*    .b_PostBox_about .postLeft .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.1);
        z-index: 1
    }*/


.b_PostBox_about .postLeft .imgBox {
	overflow: hidden;
}

.b_PostBox_about .postLeft .imgBox img {
	/*position: absolute;*/
	transition: transform 0.5s ease;
}

.b_PostBox_about .postLeft .imgBox:hover img {
	transform: scale(1.02);
}

.b_PostBox_about .postRight {
	width: 55%;
	vertical-align: middle;
	padding-left: 5%
}

.b_PostBox_about .post .postTitle:after {
	right: auto;
}



.b_PostBox_about .post .PostList {
	width: 100%;
	line-height: 24px;
}

.b_PostBox_about .post .PostList ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
}

.b_PostBox_about .post .PostList li {
	text-align: left;
	width: 30%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 30px;
}

.b_PostBox_about .post .PostList li .b_text {
	/*margin-left: 10px;*/
}

.b_PostBox_about .post .PostList li .b_title {
	font-size: 18px;
	color: #00397e;
}

.b_PostBox_about .post .PostList li .b_desc {
	font-size: 14px;
	margin: 10px 0;
}

.b_PostBox_about .post .PostList li img {
	display: block;
	margin: auto;
	width: 50px;
}



.b_MasterImgbg {
	background-image: linear-gradient(45deg, #1051a0 50%, #b8001a 50%);
}

.b_MasterImgbg1 {
	background-image: linear-gradient(45deg, #b8001a 50%, #1051a0 50%);
}

.b_MasterImgbg .b_PostBox_master .post .postMaster {
	height: auto;
	width: 100%;
	position: relative;
	z-index: 1;
	background-image: linear-gradient(135deg, #1051a0 31%, #b8001a 31%);
}

.b_MasterImgbg1 .b_PostBox_master .post .postMaster {
	height: auto;
	width: 100%;
	position: relative;
	z-index: 1;
	background-image: linear-gradient(135deg, #b8001a 31%, #1051a0 31%);
}

.b_PostBox_master {
	position: relative;
}

.b_PostBox_master .post {
	padding: 0;
	max-width: 100%;
	position: relative;
	/*	    background-image: url(../images/b_bg04.jpg);
	    background-repeat: no-repeat;
	    background-position: right bottom;*/
}

.b_PostBox_master .post .postTitle {
	padding: 0px 0px 20px 0;
	text-align: right;
	position: relative;
}


.b_PostBox_master .post .postTitle h3 {
	font-size: 36px;
	font-weight: normal;
	position: relative;
	text-indent: 2px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: bold;
	color: #FFF;
	opacity: 0.9;
}

.b_PostBox_master .post .postTitle .title {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 48px;
	font-weight: bold;
	color: #eee;
	z-index: -1;
}

.b_PostBox_master .post .postTitle img {
	display: inline !important;
	width: auto !important;
}

.b_PostBox_master .post .postTitle .desc {
	font-size: 18px;
	color: #FFF;
	opacity: 0.5;
}


.b_MasterImgbg1 .b_PostBox_master .post .PostText {
	width: 60%;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
	font-size: 16px;
	color: #EEE;
	float: right;
	height: 300px;
}

.b_MasterImgbg1 .b_PostBox_master .post .PostText::before {
	content: "  ";
}


.b_MasterImgbg .b_PostBox_master .post .PostText {
	width: 60%;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
	font-size: 16px;
	color: #EEE;
	float: right;
	height: 300px;
}

.b_MasterImgbg .b_PostBox_master .post .PostText::before {
	content: "  ";
}

.b_PostBox_master .post .PostList {
	width: 100%;
	line-height: 24px;
}

.b_PostBox_master .post .PostList ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.b_PostBox_master .post .PostList li {
	text-align: center;
	width: 25%;
}

.b_PostBox_master .post .PostList li img {
	display: block;
	margin: auto;
}

.b_PostBox_master .postLeft,
.b_PostBox_master .postRight {
	display: inline-block;
}

.b_PostBox_master .postLeft {
	width: 35%;
	/*	background-color: #333;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/b_king.jpg)*/
}

.b_PostBox_master .postLeft .item {
	position: absolute;
	bottom: -5px;
	left: 50px;
}

.b_PostBox_master .postLeft .item img {
	width: 140%;
	max-width: 140% !important;
}

.b_PostBox_master .postLeft .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
	z-index: 1
}

.b_PostBox_master .postRight {
	vertical-align: middle;
	padding: 3%;
}

.b_PostBox_master .post .postTitle:after {
	right: auto;
}



.b_PostBox_team {
	position: relative;
}

.b_PostBox_team .post {
	padding: 0;
	max-width: 100%;
	position: relative;
	/*	    background-image: url(../images/b_bg04.jpg);
	    background-repeat: no-repeat;
	    background-position: right bottom;*/
}

.b_PostBox_team .post .postTitle {
	padding: 0px 0px 20px 0;
	text-align: center;
	position: relative;
}


.b_PostBox_team .post .postTitle h3 {
	font-size: 36px;
	font-weight: normal;
	position: relative;
	text-indent: 2px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: bold;
	color: #b8001a;
	opacity: 0.9;
}

.b_PostBox_team .post .postTitle .title {
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 25px;
	font-size: 48px;
	font-weight: bold;
	color: #eee;
	z-index: -1;
	border-bottom: solid 1px #ccc;
}

.b_PostBox_team .post .postTitle img {
	display: inline !important;
	width: auto !important;
}

.b_PostBox_team .post .postTitle .desc {
	font-size: 18px;
	color: #ccc;
	opacity: 0.8;
	background-color: #F6F6F6;
	width: 350px;
	display: block;
	margin: 5px auto;
}


.b_PostBox_team .post .PostText {
	width: 100%;
	line-height: 30px;
	position: relative;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
	font-size: 16px;
}

.b_PostBox_team .post .PostText::before {
	content: "  ";
}

.b_PostBox_team .post .PostList {
	width: 1200px;
	margin: 20px auto;
}

/*            .b_PostBox_team .post .PostList ul {
                width: 100%;
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                justify-content: space-around;
                align-items: flex-start;
            }*/

.b_PostBox_team .post .PostList .item {
	text-align: center;
	transition: transform 0.3s ease;
	width: 100%;
}


.b_PostBox_team .post .PostList .item:hover {
	transform: translateY(-5px);
	text-align: center;
	width: 100%;
}


.b_PostBox_team .post .PostList .item .b_text {
	margin: auto;
	width: 90%;
	height: 100px;
	overflow: hidden;
	background-color: #F9F9F9;
	padding: 0 10px;
}

.b_PostBox_team .post .PostList .item .b_title {
	text-align: center;
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #00397e;
}

.b_PostBox_team .post .PostList .item .b_desc {
	text-align: left;
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	height: 50px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.b_PostBox_team .post .PostList .item img {
	display: block;
	margin: auto;
	width: 90%;
	border: solid 5px #FFF;
	color: #333;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
}

.b_PostBox_team .postLeft,
.b_PostBox_team .postRight {
	display: inline-block;
	width: 100%;
}

.b_PostBox_team .postLeft {
	width: 35%;
	/*	background-color: #333;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/b_king.jpg)*/
}

.b_PostBox_team .postLeft .item {
	position: absolute;
	bottom: -5px;
	left: 50px;
}

.b_PostBox_team .postLeft .item img {
	width: 140%;
	max-width: 140% !important;
}

.b_PostBox_team .postLeft .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
	z-index: 1
}

.b_PostBox_team .postRight {
	vertical-align: middle;
	padding: 3% 3% 0;
}

.b_PostBox_team .post .postTitle:after {
	right: auto;
}

.b_PostBox_team .postRight .PostText_Desc {
	width: 100%;
	line-height: 30px;
	position: relative;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
	font-size: 16px;
	margin: 50px 0;
}

.b_PostBox_team .postRight .PostText {
	line-height: 24px;
	color: #333;
	text-align: right;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	/*        text-align: justify;
        text-justify: distribute-all-lines;
        -webkit-text-align-last: justify;*/
}

.b_Team {
	width: 100%;
	position: absolute;
	top: 0px;
	background-color: #f6f6f6;
	bottom: 50%;
	z-index: -1;
}





.b_PostBox_res {
	position: relative;
}

.b_PostBox_res .post {
	padding: 0;
	max-width: 100%;
	position: relative;
	/*	    background-image: url(../images/b_bg04.jpg);
	    background-repeat: no-repeat;
	    background-position: right bottom;*/
}

.b_PostBox_res .post .postTitle {
	padding: 0px 0px 20px 0;
	text-align: center;
	position: relative;
}


.b_PostBox_res .post .postTitle h3 {
	font-size: 36px;
	font-weight: normal;
	position: relative;
	text-indent: 2px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: bold;
	color: #b8001a;
	opacity: 0.9;
}

.b_PostBox_res .post .postTitle .title {
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 25px;
	font-size: 48px;
	font-weight: bold;
	color: #eee;
	z-index: -1;
	border-bottom: solid 1px #ccc;
}

.b_PostBox_res .post .postTitle img {
	display: inline !important;
	width: auto !important;
}

.b_PostBox_res .post .postTitle .desc {
	font-size: 18px;
	color: #ccc;
	opacity: 0.8;
	background-color: #FFF;
	width: 350px;
	display: block;
	margin: 5px auto;
}


.b_PostBox_res .post .PostText {
	width: 100%;
	line-height: 30px;
	position: relative;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
	font-size: 16px;
}

.b_PostBox_res .post .PostText::before {
	content: "  ";
}

.b_PostBox_res .post .PostList {
	width: 1200px;
	margin: 20px auto;
}

/*            .b_PostBox_res .post .PostList ul {
                width: 100%;
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                justify-content: space-around;
                align-items: flex-start;
            }*/

.b_PostBox_res .post .PostList .item {
	transition: transform 0.3s ease;
	text-align: center;
	width: 100%;
}

.b_PostBox_res .post .PostList .item:hover {
	transform: translateY(-5px);
}

.b_PostBox_res .post .PostList .item .b_text {
	margin: auto;
	width: 80%;
}

.b_PostBox_res .post .PostList .item .b_title {
	text-align: center;
	width: 100%;
	font-size: 14px;
	line-height: 50px;
	overflow: hidden;
	height: 50px;
}

.b_PostBox_res .post .PostList .item .b_desc {
	text-align: left;
	width: 100%;
	font-size: 14px;
}


.b_PostBox_res .post .PostList .item .imgbox {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	height: 350px;
	/* 容器高度，可以根据需要调整 */
}

.b_PostBox_res .post .PostList .item img {
	margin: 5px;
	width: 90%;
	border: solid 5px #FFF;
	color: #333;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
}

.b_PostBox_res .postLeft,
.b_PostBox_res .postRight {
	display: inline-block;
	width: 100%;
}


.b_PostBox_res .postLeft {
	width: 35%;
	/*	background-color: #333;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/b_king.jpg)*/
}

.b_PostBox_res .postLeft .item {
	position: absolute;
	bottom: -5px;
	left: 50px;
}

.b_PostBox_res .postLeft .item img {
	width: 140%;
	max-width: 140% !important;
}

.b_PostBox_res .postLeft .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
	z-index: 1
}

.b_PostBox_res .postRight {
	vertical-align: middle;
	padding: 3%;
}

.b_PostBox_res .post .postTitle:after {
	right: auto;
}



.b_Res {
	width: 100%;
	position: absolute;
	top: 25%;
	background-color: #f6f6f6;
	bottom: 0;
	z-index: -1;
}





.b_PostBox_adv {
	position: relative;
}

.b_PostBox_adv .post {
	padding: 0;
	max-width: 100%;
	position: relative;
	/*	    background-image: url(../images/b_bg04.jpg);
	    background-repeat: no-repeat;
	    background-position: right bottom;*/
}

.b_PostBox_adv .post .postTitle {
	padding: 0px 0px 20px 0;
	text-align: center;
	position: relative;
}


.b_PostBox_adv .post .postTitle h3 {
	font-size: 36px;
	font-weight: normal;
	position: relative;
	text-indent: 2px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: bold;
	color: #b8001a;
	opacity: 0.9;
}

.b_PostBox_adv .post .postTitle .title {
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 25px;
	font-size: 48px;
	font-weight: bold;
	color: #eee;
	z-index: -1;
	border-bottom: solid 1px #ccc;
}

.b_PostBox_adv .post .postTitle img {
	display: inline !important;
	width: auto !important;
}

.b_PostBox_adv .post .postTitle .desc {
	font-size: 18px;
	color: #ccc;
	opacity: 0.8;
	background-color: #f6f6f6;
	width: 350px;
	display: block;
	margin: 5px auto;
}


.b_PostBox_adv .post .PostText {
	width: 100%;
	line-height: 30px;
	position: relative;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
	font-size: 16px;
}

.b_PostBox_adv .post .PostText::before {
	content: "  ";
}

.b_PostBox_adv .post .PostList {
	width: 1200px;
	margin: 0px auto 30px;
}

/*            .b_PostBox_adv .post .PostList ul {
                width: 100%;
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                justify-content: space-around;
                align-items: flex-start;
            }*/

.b_PostBox_adv .post .PostList .item {
	background: white;
	border-radius: 12px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
	text-align: center;
	width: 90%;
	height: 130px;
	/* padding: 10px; */
	transition: transform 0.3s ease;
	margin: 10px 20px;
}

.b_PostBox_adv .post .PostList .item {
	transform: translateY(-5px);
}

.b_PostBox_adv .post .PostList .item .b_text {
	margin: auto;
	width: 80%;
}

.b_PostBox_adv .post .PostList .item .b_title {
	text-align: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	overflow: hidden;
	height: 50px;
	color: #00479d;
}

.b_PostBox_adv .post .PostList .item .b_desc {
	text-align: left;
	width: 100%;
	font-size: 14px;
}


.b_PostBox_adv .post .PostList .item .imgbox {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	height: 350px;
	/* 容器高度，可以根据需要调整 */
}

.b_PostBox_adv .post .PostList .item img {
	margin: 5px;
	width: 90%;
	border: solid 5px #FFF;
	color: #333;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
}

.b_PostBox_adv .postLeft,
.b_PostBox_adv .postRight {
	display: inline-block;
	width: 100%;
}


.b_PostBox_adv .postLeft {
	width: 35%;
	/*	background-color: #333;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/b_king.jpg)*/
}

.b_PostBox_adv .postLeft .item {
	position: absolute;
	bottom: -5px;
	left: 50px;
}

.b_PostBox_adv .postLeft .item img {
	width: 140%;
	max-width: 140% !important;
}

.b_PostBox_adv .postLeft .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
	z-index: 1
}

.b_PostBox_adv .postRight {
	vertical-align: middle;
	padding: 3%;
}

.b_PostBox_adv .post .postTitle:after {
	right: auto;
}



.b_Adv {
	width: 100%;
	position: absolute;
	top: 0;
	background-color: #f6f6f6;
	bottom: 0;
	z-index: -1;
}





.b_PostBox_cur {
	position: relative;
}

.b_PostBox_cur .post {
	padding: 0;
	max-width: 100%;
	position: relative;
	/*	    background-image: url(../images/b_bg04.jpg);
	    background-repeat: no-repeat;
	    background-position: right bottom;*/
}

.b_PostBox_cur .post .postTitle {
	padding: 0px 0px 20px 0;
	text-align: center;
	position: relative;
}


.b_PostBox_cur .post .postTitle h3 {
	font-size: 36px;
	font-weight: normal;
	position: relative;
	text-indent: 2px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: bold;
	color: #b8001a;
	opacity: 0.9;
}

.b_PostBox_cur .post .postTitle .title {
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 25px;
	font-size: 48px;
	font-weight: bold;
	color: #eee;
	z-index: -1;
	border-bottom: solid 1px #ccc;
}

.b_PostBox_cur .post .postTitle img {
	display: inline !important;
	width: auto !important;
}

.b_PostBox_cur .post .postTitle .desc {
	font-size: 18px;
	color: #ccc;
	opacity: 0.8;
	background-color: #FFF;
	width: 350px;
	display: block;
	margin: 5px auto;
}

.b_PostBox_cur .post .PostText_more {
	line-height: 24px;
	color: #333;
	text-align: right;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 16px;
}

.b_PostBox_cur .post .PostText {
	width: 100%;
	line-height: 30px;
	position: relative;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
	font-size: 16px;
}

.b_PostBox_cur .post .PostText::before {
	content: "  ";
}

.b_PostBox_cur .post .PostList {
	width: 1200px;
	margin: 0px auto 30px;
}

/*            .b_PostBox_cur .post .PostList ul {
                width: 100%;
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                justify-content: space-around;
                align-items: flex-start;
            }*/

.b_PostBox_cur .post .PostList .item {
	text-align: center;
	width: 100%;
}

.b_PostBox_cur .post .PostList .item .b_text {
	margin: auto;
	width: 80%;
}

.b_PostBox_cur .post .PostList .item .b_title {
	text-align: center;
	width: 100%;
	font-size: 20px;
	/* font-weight: bold; */
	line-height: 50px;
	overflow: hidden;
	height: 50px;
	color: #00479d;
}

.b_PostBox_cur .post .PostList .item .b_desc {
	text-align: left;
	width: 100%;
	font-size: 14px;
}


.b_PostBox_cur .post .PostList .item .imgbox {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
}

.b_PostBox_cur .post .PostList .item img {
	color: #333;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
}


.b_PostBox_cur .post .PostList_6 {
	width: 100%;
	line-height: 24px;
}

.b_PostBox_cur .post .PostList_6 ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 100px;
}

.b_PostBox_cur .post .PostList_6 li {
	text-align: left;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 30px;
}

.b_PostBox_cur .post .PostList_6 li .b_text {
	width: 100%;
}

.b_PostBox_cur .post .PostList_6 li .b_title {
	text-align: center;
	width: 100%;
	font-size: 20px;
	/* font-weight: bold; */
	line-height: 50px;
	overflow: hidden;
	height: 50px;
	color: #00479d;
}

.b_PostBox_cur .post .PostList_6 li .b_desc {
	font-size: 16px;
	margin: 10px 0;
}

.b_PostBox_cur .post .PostList_6 li img {
	display: block;
	margin: auto;
	width: 50px;
}


.b_PostBox_cur .postLeft,
.b_PostBox_cur .postRight {
	display: inline-block;
	width: 100%;
}


.b_PostBox_cur .postLeft {
	width: 35%;
	/*	background-color: #333;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/b_king.jpg)*/
}

.b_PostBox_cur .postLeft .item {
	position: absolute;
	bottom: -5px;
	left: 50px;
}

.b_PostBox_cur .postLeft .item img {
	width: 140%;
	max-width: 140% !important;
}

.b_PostBox_cur .postLeft .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
	z-index: 1
}

.b_PostBox_cur .postRight {
	vertical-align: middle;
	padding: 3%;
}

.b_PostBox_cur .post .postTitle:after {
	right: auto;
}



.b_Cur {
	width: 100%;
	position: absolute;
	top: 70%;
	background-color: #f6f6f6;
	bottom: 0;
	z-index: -1;
}






.b_PostBox_route {
	position: relative;
}

.b_PostBox_route .post {
	padding: 0;
	max-width: 100%;
	position: relative;
	/*	    background-image: url(../images/b_bg04.jpg);
	    background-repeat: no-repeat;
	    background-position: right bottom;*/
}


.b_PostBox_route .post .postTitle {
	padding: 0px 0px 20px 0;
	text-align: left;
	position: relative;
}


.b_PostBox_route .post .postTitle h3 {
	font-size: 36px;
	font-weight: normal;
	position: relative;
	text-indent: 2px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: bold;
	color: #FFF;
	opacity: 0.9;
}

.b_PostBox_route .post .postTitle .title {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 48px;
	font-weight: bold;
	color: #eee;
	opacity: 0.1;
	z-index: -1;
}

.b_PostBox_route .post .postTitle .desc {
	font-size: 18px;
	color: #FFF;
}


.b_PostBox_route .post .PostText {
	width: 100%;
	line-height: 30px;
	position: relative;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
	font-size: 16px;
	color: #FFF;
}

.b_PostBox_route .post .PostText::before {
	content: "  ";
}


.b_PostBox_route .post .PostText_more {
	line-height: 24px;
	color: #fff;
	text-align: right;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.b_PostBox_route .post .PostText_more a {
	color: #fff;
}

.b_PostBox_route .post .PostList {
	width: 1200px;
	margin: 0px auto 30px;
}

/*            .b_PostBox_route .post .PostList ul {
                width: 100%;
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                justify-content: space-around;
                align-items: flex-start;
            }*/

.b_PostBox_route .post .PostList .item {
	text-align: center;
	width: 100%;
}

.b_PostBox_route .post .PostList .item .b_text {
	margin: auto;
	width: 80%;
}

.b_PostBox_route .post .PostList .item .b_title {
	text-align: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	overflow: hidden;
	height: 50px;
	color: #00479d;
}

.b_PostBox_route .post .PostList .item .b_desc {
	text-align: left;
	width: 100%;
	font-size: 14px;
}


.b_PostBox_route .post .PostList .item .imgbox {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	height: 350px;
	/* 容器高度，可以根据需要调整 */
}

.b_PostBox_route .post .PostList .item img {
	margin: 5px;
	width: 90%;
	border: solid 5px #FFF;
	color: #333;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
}

.b_PostBox_route .postLeft,
.b_PostBox_route .postRight {
	display: inline-block;
	width: 100%;
}


.b_PostBox_route .postLeft {
	width: 35%;
	/*	background-color: #333;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/b_king.jpg)*/
}

.b_PostBox_route .postLeft .item {
	position: absolute;
	bottom: -5px;
	left: 50px;
}

.b_PostBox_route .postLeft .item img {
	width: 140%;
	max-width: 140% !important;
}

.b_PostBox_route .postLeft .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
	z-index: 1
}

.b_PostBox_route .postRight {
	vertical-align: middle;
	padding: 3%;
}

.b_PostBox_route .post .postTitle:after {
	right: auto;
}



.b_Route {
	width: 100%;
	position: absolute;
	top: 0;
	background-color: #f6f6f6;
	bottom: 0;
	z-index: -1;
	background: #2D2D2D url(../images/b_bg02.jpg) top center no-repeat;
}






.b_PostBox_adm {
	position: relative;
}

.b_PostBox_adm .post {
	padding: 0;
	max-width: 100%;
	position: relative;
	/*	    background-image: url(../images/b_bg04.jpg);
	    background-repeat: no-repeat;
	    background-position: right bottom;*/
}

.b_PostBox_adm .post .postTitle {
	padding: 0px 0px 20px 0;
	text-align: center;
	position: relative;
}


.b_PostBox_adm .post .postTitle h3 {
	font-size: 36px;
	font-weight: normal;
	position: relative;
	text-indent: 2px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: bold;
	color: #b8001a;
	opacity: 0.9;
}

.b_PostBox_adm .post .postTitle .title {
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 25px;
	font-size: 48px;
	font-weight: bold;
	color: #eee;
	z-index: -1;
	border-bottom: solid 1px #ccc;
}

.b_PostBox_adm .post .postTitle img {
	display: inline !important;
	width: auto !important;
}

.b_PostBox_adm .post .postTitle .desc {
	font-size: 18px;
	color: #ccc;
	opacity: 0.8;
	background-color: #f6f6f6;
	width: 350px;
	display: block;
	margin: 5px auto;
}

.b_PostBox_adm .post .PostText_more {
	line-height: 24px;
	color: #333;
	text-align: right;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.b_PostBox_adm .post .PostText {
	line-height: 24px;
	color: #333;
	text-align: right;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 16px;
}

.b_PostBox_adm .post .PostText::before {
	content: "  ";
}

.b_PostBox_adm .post .PostList {
	width: 1200px;
	margin: 0px auto 30px;
}

/*            .b_PostBox_adm .post .PostList ul {
                width: 100%;
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                justify-content: space-around;
                align-items: flex-start;
            }*/

.b_PostBox_adm .post .PostList .item {
	text-align: center;
	width: 100%;
	transition: transform 0.3s ease;
}

.b_PostBox_adm .post .PostList .item:hover {
	transform: translateY(-5px);
	text-align: center;
	width: 100%;
}

.b_PostBox_adm .post .PostList .item .b_text {
	margin: auto;
	width: 80%;
}

.b_PostBox_adm .post .PostList .item .b_title {
	text-align: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	overflow: hidden;
	height: 50px;
	color: #00479d;
}

.b_PostBox_adm .post .PostList .item .b_desc {
	text-align: left;
	width: 100%;
	font-size: 14px;
}


.b_PostBox_adm .post .PostList .item .imgbox {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	height: 350px;
	/* 容器高度，可以根据需要调整 */
}

.b_PostBox_adm .post .PostList .item img {
	margin: 5px;
	width: 90%;
	border: solid 5px #FFF;
	color: #333;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
}

.b_PostBox_adm .postLeft,
.b_PostBox_adm .postRight {
	display: inline-block;
	width: 100%;
}

.PostText_Desc {
	width: 100%;
	line-height: 30px;
	position: relative;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
	font-size: 16px;
	margin: 50px 0;
}


.b_PostBox_adm .postLeft {
	width: 35%;
	/*	background-color: #333;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/b_king.jpg)*/
}

.b_PostBox_adm .postLeft .item {
	position: absolute;
	bottom: -5px;
	left: 50px;
}

.b_PostBox_adm .postLeft .item img {
	width: 140%;
	max-width: 140% !important;
}

.b_PostBox_adm .postLeft .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
	z-index: 1
}

.b_PostBox_adm .postRight {
	vertical-align: middle;
	padding: 3% 3% 0;
}



.b_PostBox_adm .postRight .PostText_Desc {
	width: 100%;
	line-height: 30px;
	position: relative;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
	font-size: 16px;
	margin: 50px 0;
}

.b_PostBox_adm .post .postTitle:after {
	right: auto;
}



.b_Adm {
	width: 100%;
	position: absolute;
	top: 0;
	background-color: #f6f6f6;
	bottom: 0;
	z-index: -1;
}






.b_PostBox_stu {
	position: relative;
}

.b_PostBox_stu .post {
	padding: 0;
	max-width: 100%;
	position: relative;
	/*	    background-image: url(../images/b_bg04.jpg);
	    background-repeat: no-repeat;
	    background-position: right bottom;*/
}

.b_PostBox_stu .post .postTitle {
	padding: 0px 0px 20px 0;
	text-align: center;
	position: relative;
}


.b_PostBox_stu .post .postTitle h3 {
	font-size: 36px;
	font-weight: normal;
	position: relative;
	text-indent: 2px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: bold;
	color: #b8001a;
	opacity: 0.9;
}

.b_PostBox_stu .post .postTitle .title {
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 25px;
	font-size: 48px;
	font-weight: bold;
	color: #eee;
	z-index: -1;
	border-bottom: solid 1px #ccc;
}

.b_PostBox_stu .post .postTitle img {
	display: inline !important;
	width: auto !important;
}

.b_PostBox_stu .post .postTitle .desc {
	font-size: 18px;
	color: #ccc;
	opacity: 0.8;
	background-color: #FFF;
	width: 350px;
	display: block;
	margin: 5px auto;
}


.b_PostBox_stu .post .PostText {
	line-height: 24px;
	color: #333;
	text-align: right;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 16px;
}

.b_PostBox_stu .post .PostText::before {
	content: "  ";
}

.b_PostBox_stu .post .PostList {
	width: 1200px;
	margin: 0px auto 30px;
}

/*            .b_PostBox_stu .post .PostList ul {
                width: 100%;
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                justify-content: space-around;
                align-items: flex-start;
            }*/

.b_PostBox_stu .post .PostList .item {
	text-align: center;
	width: 100%;
	transition: transform 0.3s ease;
	margin: 40px 0;
}

.b_PostBox_stu .post .PostList .item:hover {
	transform: scale(1.05);
}

.b_PostBox_stu .post .PostList .item .b_text {
	margin: auto;
	width: 80%;
}

.b_PostBox_stu .post .PostList .item .b_title {
	line-height: 16px;
	color: #333;
	overflow: hidden;
	height: 30px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

/*                .b_PostBox_stu .post .PostList .item .b_title {
                    text-align: left;
                    width: 100%;
                    font-size: 20px;
                    font-weight: bold;
                    line-height: 50px;
                    overflow: hidden;
                    height: 50px;
                    color: #00479d;
                }

                .b_PostBox_stu .post .PostList .item .b_desc {
                    text-align: left;
                    width: 100%;
                    font-size: 14px;
                }*/


.b_PostBox_stu .post .PostList .item .imgbox {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	height: 180px;
	overflow: hidden;
}

.b_PostBox_stu .post .PostList .item img {
	margin: 5px;
	width: 90%;
	border: solid 5px #FFF;
	color: #333;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
}

.b_PostBox_stu .postLeft,
.b_PostBox_stu .postRight {
	display: inline-block;
	width: 100%;
}


.b_PostBox_stu .postLeft {
	width: 35%;
	/*	background-color: #333;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/b_king.jpg)*/
}

.b_PostBox_stu .postLeft .item {
	position: absolute;
	bottom: -5px;
	left: 50px;
}

.b_PostBox_stu .postLeft .item img {
	width: 140%;
	max-width: 140% !important;
}

.b_PostBox_stu .postLeft .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
	z-index: 1
}

.b_PostBox_stu .postRight {
	vertical-align: middle;
	padding: 3% 3% 0;
}

.b_PostBox_stu .post .postTitle:after {
	right: auto;
}



.b_Stu {
	width: 100%;
	position: absolute;
	top: 0;
	background-color: #f6f6f6;
	bottom: 0;
	z-index: -1;
}





.b_PostBox_cam {
	position: relative;
}

.b_PostBox_cam .post {
	padding: 0;
	max-width: 100%;
	position: relative;
	/*	    background-image: url(../images/b_bg04.jpg);
	    background-repeat: no-repeat;
	    background-position: right bottom;*/
}

.b_PostBox_cam .post .postTitle {
	padding: 0px 0px 20px 0;
	text-align: center;
	position: relative;
}


.b_PostBox_cam .post .postTitle h3 {
	font-size: 36px;
	font-weight: normal;
	position: relative;
	text-indent: 2px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: bold;
	color: #b8001a;
	opacity: 0.9;
}

.b_PostBox_cam .post .postTitle .title {
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 25px;
	font-size: 48px;
	font-weight: bold;
	color: #eee;
	z-index: -1;
	border-bottom: solid 1px #ccc;
}

.b_PostBox_cam .post .postTitle img {
	display: inline !important;
	width: auto !important;
}

.b_PostBox_cam .post .postTitle .desc {
	font-size: 18px;
	color: #ccc;
	opacity: 0.8;
	background-color: #f6f6f6;
	width: 350px;
	display: block;
	margin: 5px auto;
}


.b_PostBox_cam .post .PostText {
	width: 100%;
	text-align: right;
	line-height: 30px;
	position: relative;
	z-index: 2;
	padding-top: 0px;
	padding-bottom: 0px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-justify: distribute-all-lines;
	-webkit-text-align-last: justify;
	font-size: 16px;
}

.b_PostBox_cam .post .PostText::before {
	content: "  ";
}

.b_PostBox_cam .post .PostList {
	width: 1240px;
}

/*            .b_PostBox_cam .post .PostList ul {
                width: 100%;
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                justify-content: space-around;
                align-items: flex-start;
            }*/

.b_PostBox_cam .post .PostList .item {
	text-align: center;
	width: 100%;
}

.b_PostBox_cam .post .PostList .item .b_text {
	margin: auto;
	width: 80%;
}

.b_PostBox_cam .post .PostList .item .b_title {
	text-align: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	overflow: hidden;
	height: 50px;
	color: #00479d;
}

.b_PostBox_cam .post .PostList .item .b_desc {
	text-align: left;
	width: 100%;
	font-size: 14px;
}


.b_PostBox_cam .post .PostList .item .imgbox {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	height: 350px;
	/* 容器高度，可以根据需要调整 */
}

.b_PostBox_cam .post .PostList .item img {
	margin: 5px;
	width: 90%;
	border: solid 5px #FFF;
	color: #333;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
}

.b_PostBox_cam .postLeft,
.b_PostBox_cam .postRight {
	display: inline-block;
	width: 100%;
}


.b_PostBox_cam .postLeft {
	width: 35%;
	/*	background-color: #333;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/b_king.jpg)*/
}

.b_PostBox_cam .postLeft .item {
	position: absolute;
	bottom: -5px;
	left: 50px;
}

.b_PostBox_cam .postLeft .item img {
	width: 140%;
	max-width: 140% !important;
}

.b_PostBox_cam .postLeft .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
	z-index: 1
}

.b_PostBox_cam .postRight {
	vertical-align: middle;
	padding: 3%;
}

.b_PostBox_cam .post .postTitle:after {
	right: auto;
}



.b_Cam {
	width: 100%;
	position: absolute;
	top: 0;
	background-color: #f6f6f6;
	bottom: 0;
	z-index: -1;
}



.b_news-container {
	max-width: 800px;
	margin: 20px auto;
	padding: 0 15px;
}

.b_news-header {
	text-align: center;
	margin-bottom: 30px;
}

.b_news-header h2 {
	color: #00397e;
	font-size: 24px;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}

.b_news-header h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background-color: #b8001a;
}

.b_news-list {
	list-style: none;
}

.b_news-item {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid #eee;
}

.b_news-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.b_news-item a {
	display: flex;
	text-decoration: none;
	color: inherit;
}

.b_news-image {
	width: 300px;
	height: 150px;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}

.b_news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.b_news-item:hover .b_news-image img {
	transform: scale(1.05);
}

.b_news-content {
	padding: 20px;
	flex-grow: 1;
}

.b_news-title {
	color: #00397e;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.b_news-meta {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-size: 14px;
	color: #666;
}

.b_news-date {
	margin-right: 15px;
	position: relative;
}

.b_news-date:after {
	content: "";
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background-color: #b8001a;
	border-radius: 50%;
}

.b_news-category {
	color: #b8001a;
	font-weight: 500;
}

.b_news-desc {
	color: #555;
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.b_news-footer {
	text-align: center;
	margin-top: 30px;
}



.b_person-container {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 15px;
}

.b_person-header {
	text-align: center;
	margin-bottom: 40px;
}

.b_person-header h2 {
	color: #00397e;
	font-size: 28px;
	position: relative;
	padding-bottom: 15px;
}

.b_person-header h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background-color: #b8001a;
}

.b_person-list {
	gap: 30px;
	list-style: none;
	padding: 0;
	display: flex;
	gap: 30px;
	list-style: none;
	padding: 0;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.b_person-item {
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease;
	border: 1px solid #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	height: min-content;
	width: 280px;
}

.b_person-item:hover {
	/*transform: translateY(-5px);*/
}

.b_person-image {
	/*height: 320px;*/
	overflow: hidden;
	position: relative;
	line-height: 0;
}

.b_person-imageX {
	height: 180px;
	overflow: hidden;
	position: relative;
	line-height: 0;
}

.b_person-image img {
	width: 100%;
	/*height: 100%;*/
	object-fit: cover;
	transition: transform 0.4s ease;
}

.b_person-item:hover .b_person-image img {
	transform: scale(1.05);
}

.b_person-info {
	padding: 25px;
	text-align: center;
}

.b_person-name {
	color: #00397e;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 60px;
}

.b_person-position {
	color: #b8001a;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 12px;
}

.b_person-position:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background: #ddd;
}

.b_person-desc {
	color: #666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.b_course-list {
	display: grid;
	gap: 40px;
}

.b_course-item {
	display: flex;
	background: white;
	border-radius: 12px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: transform 0.3s ease;
	flex-direction: column;
	margin: 10px 0;
}

.b_course-item:hover {
	transform: translateY(-5px);
}

.b_course-image {
	min-height: 150px;
	background: #f8f9fa;
	position: relative;
	overflow: hidden;
}

.b_course-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.b_course-item:hover .b_course-image img {
	transform: scale(1.05);
}

.b_course-content {
	flex: 1;
	padding: 15px;
}

.b_course-title {
	color: #00397e;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 12px;
}

.b_course-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 40%;
	width: 20%;
	height: 2px;
	background-color: #b8001a;
}

.b_course-desc {
	color: #666;
	line-height: 1.8;
	text-align: left;
	font-size: 14px !important;
}

.b_highlight {
	color: #b8001a;
	font-weight: 500;
}


.b_course1-container {
	max-width: 1200px;
	margin: 0 auto;
}

/* 课程板块样式 */
.b_course1-block {
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	overflow: hidden;
}

/* 表头样式 */
.b_course1-header {
	padding: 18px 25px;
	background: #00397e;
	position: relative;
}

.b_course1-header::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(184, 0, 26, 0.3);
}

.b_course1-title {
	color: white;
	font-size: 20px;
	margin: 0;
}

/* 课程列表样式 */
.b_course1-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.b_course1-item {
	display: flex;
	flex-wrap: wrap;
	padding: 18px 25px;
	border-bottom: 1px solid #eee;
}

.b_course1-item:hover {
	background: #fafbff;
}

/* 课程单元格样式 */
.b_course1-cell {
	padding: 8px 12px;
	flex: 1 1 200px;
	min-width: 180px;
}

.b_grade1-level {
	color: #b8001a;
	font-weight: 600;
	flex-basis: 120px;
	position: relative;
}

.b_grade1-level::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 60%;
	background: rgba(184, 0, 26, 0.15);
}

.b_course1-label {
	color: #666;
	font-size: 14px;
	display: none;
}



.b_course2-container {
	max-width: 1200px;
	margin: 0 auto;
}

.b_course2-block {
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	overflow: hidden;
}

.b_course2-header {
	padding: 18px 25px;
	background: #00397e;
	position: relative;
}

.b_course2-header::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(184, 0, 26, 0.3);
}

.b_course2-title {
	color: white;
	font-size: 20px;
	margin: 0;
}

.b_course2-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.b_course2-item {
	display: flex;
	flex-wrap: wrap;
	padding: 18px 25px;
	border-bottom: 1px solid #eee;
}

.b_course2-item:hover {
	background: #fafbff;
}

.b_course2-cell {
	padding: 8px 12px;
	flex: 1 1 200px;
	min-width: 180px;
}

.b_student2-name {
	color: #b8001a;
	font-weight: 600;
	flex-basis: 150px;
	position: relative;
}

.b_student2-name::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 60%;
	background: rgba(184, 0, 26, 0.15);
}

.b_course2-label {
	color: #666;
	font-size: 14px;
	display: none;
}

.b_ranking {
	color: #00397e;
	font-weight: 500;
}

.b_university-country {
	color: #666;
	font-size: 0.9em;
}





.b_maintop {
	height: 105px;
	background-color: #f6f6f6
}


.b_box_right {
	display: block;
}

.b_box_left {
	float: left;
	width: 150px
}


#b_menu_close {
	display: none !important;
}


/*.navbar li .b_menu_close {
    display: none !important;
}
*/


.ecomment {
	margin-bottom: 12px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding: 3px;
	border: solid 1px #999;
	margin: 0;
}


.view-more {
	display: inline-block;
	padding: 10px 25px;
	background-color: #00397e;
	color: white;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s ease;
}

.view-more:hover {
	background-color: #002a5a;
}

#btngopage {
	padding: 50px 20px;
	color: #333;
	text-align: center;
	width: 100%;
}

#btngopage>span {
	font-size: 15px;
	padding: 15px 0;
	margin: 0 10px;
}

#btngopage>span a {
	border: 1px solid #eee;
	font-size: 15px;
	padding: 15px;
	line-height: 20px;
	border-radius: 8px;
	background-color: #F5F5F5;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}


.cateBnImg {
	background-image: linear-gradient(to right, #1051a0, #b8001a);
}

.cateBnImg img {
	max-width: max-content;
	margin: auto;
	filter: blur(0px);
}

.sliderbox {
	background-image: linear-gradient(to right, #1051a0, #b8001a);
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}