																		@charset "UTF-8";

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
div,
img {
	border: medium none;
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
	color: #333;
	font-family: -apple-system-font, Helvetica Neue, "Microsoft YaHei",
		sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

em {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #333;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.main {
	min-width: 1200px;
}

.headpart {
	padding: 20px 40px;
	width: 100%;
	overflow: hidden;
}

.left-logo {
	margin-left: 60px;
	float: left;
}

.left-logo img {
	height: 61px;
}

.right-content {
	float: right;
	line-height: 60px;
}

.right-content .contact {
	color: #cc0001;
	font-size: 24px;
}

.nav {
	text-align: left;
}

.nav .tree-bg {
	background: #cc0001;
	font-weight: bold;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.nav .tree-bg .layui-nav-item {
	padding: 0 5px;
}

.nav .tree-bg .layui-nav-item a {
	color: #fff;
}

.nav .tree-bg .layui-nav-item a:hover {
	text-decoration: none;
}

.nav .tree-bg .layui-nav-item>a {
	width: 6.4em;
	text-align: center;
	letter-spacing: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: clip;
}

.nav .tree-bg .layui-nav-child {
	/*background-color: rgba(0, 0, 0, .1);
      border: none;
      box-shadow: none;*/
	white-space: normal;
	top: 60px;
	padding: 0;
}

.nav .tree-bg .layui-nav-child a {
	color: #cc0001;
}

.nav .tree-bg .layui-nav-child a:hover {
	/* background: #f2f2f2;
           color: #999999;*/
	background: #cc0001;
	color: #fff;
	z-index: 999;
}

.nav .tree-bg .layui-nav-child dd.layui-this {
	background-color: #cc0001;
	color: #fff;
}

.nav .tree-bg .layui-nav-child dd.layui-this a {
	background-color: #cc0001;
	color: #fff;
}

.nav .tree-bg .layui-nav-bar {
	background: #fff;
	height: 3px;
}

.nav .tree-bg a {
	font-size: 15px;
}

.navigation {
	background: #cc0001;
}

.layui-nav-third-child {
	display: none;
	position: absolute;
	left: 104px;
	top: 0;
	min-width: 100%;
	line-height: 36px;
	padding: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
	border: 1px solid #d2d2d2;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 999;
	border-radius: 2px;
	white-space: nowrap;
}

.layui-nav-third-child a {
	color: #cc0001;
}

.layui-nav-third-child a:hover {
	background: #cc0001;
	color: white;
}

.layui-nav-third-child li.layui-this a {
	background-color: #cc0001;
	color: white;
}

.layui-nav-third-child li {
	position: relative;
	background: #fff;
	color: #cc0001;
}

.layui-nav-third-child li:after {
	display: none;
}

.layui-nav .layui-nav-child dd.layui-this .third-class:after {
	color: #fff;
}

.third-class {
	position: relative;
}

.third-class:hover::after {
	color: #fff;
}

.third-class:after {
	position: absolute;
	top: 50%;
	right: 0;
	font-family: layui-icon !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	content: "\e602";
	color: #cc0001;
	transform: translate(0, -50%);
}

.nav-carousel {
	width: 1200px;
	height: 300px;
       margin:0 auto;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

/**footer**/
.footer {
	margin: 10px 0 0;
	background: #ececec;
}

/*.footer-box{
  padding: 50px 95px 25px;
}
.footer-box-left,.footer-box-right{
  display: inline-block;
  padding: 0 80px 0 50px;
}
.footer-box-right{
  vertical-align: middle;
}*/
.footer-box {
	text-align: center;
	/*position: relative;*/
	padding: 0 0 30px;
}

.footer-box-left {
	/* position: absolute;
	top: 20px;
	left: 100px;
	bottom: 20px; */
	float: left;
	margin: 0 0 0 100px;
}

.footer-box-right {
	width: 1000px;
	margin: 0 auto;
}
.footer-box-text{
    overflow: hidden;
}
.footer-box-text li{
    float: left;
margin-left: 30px;
    margin-right: 10px;
    display: block;
    width: 300px;
    height: 195px;
}   
.footer-box-text li img{
    width: 308%;
    width: 308%;
}


.footer-img {
	height: 100px;
}

.footer-img img {
	width: 100%;
	height: 100%;
}

.footer-text-item {
	margin: 15px 0;
	text-align: center;
}

.footer-text-item p {
	display: inline-block;
	font-size: 15px;
	padding: 0 5px;
	color: #040404;
}

.footer-logo {
	padding: 0 0 30px;
	text-align: center;
}

.footer-logo-item {
	display: inline-block;
	padding: 0 15px;
}

.footer-item-img {
	width: 100px;
	height: 35px;
}

.footer-item-img img {
	width: 100%;
	height: 100%;
}

.footer-link {
	text-align: center;
	padding: 30px 0;
}

.footer-link-remark {
	display: inline-block;
}

.footer-link-detail {
	display: inline-block;
}

.footer-link-list li {
	display: inline-block;
	padding: 0 8px;
	border-right: 2px solid #6d6969;
}

.footer-link-list li:last-child {
	border-right: none;
}

.list-box {
	border: 1px #e9e9e9 solid;
	margin: 35px 0;
	min-height: 250px;
	display:flex;
}

.box-left {
	
	margin: 10px 30px;
}

.box-right {
	margin: 10px 0;
	float: right;
}

.box-title,
.r-title {
	border-bottom: 1px #e9e9e9 solid;
}

.box-title {
	padding: 8px;
	min-width: 300px;
}

.r-title {
	padding: 8px 0;
}

.box-title-left,
.box-title-right {
	display: inline-block;
}

.box-title-left {
	width: 65%;
}

.box-title-left p {
	display: inline-block;
	font-size: 25px;
}

.box-title-left .title-text {
	color: #cc0001;
}

.box-title-right {
	width: 30%;
	text-align: right;
}

.box-title-right p {
	display: inline-block;
	color: #878787;
	cursor: pointer;
	font-size: 15px;
}

.box-title-right p:hover {
	color: #cc0001;
}

.box-title-whole p {
	display: inline-block;
	font-size: 25px;
}

.box-title-whole .title-text {
	color: #cc0001;
}

.box-content {
	margin: 20px 0 0;
}

.content-img {
	position: relative;
	width: 400px;
	height: 280px;
	display: inline-block;
	margin: 5px 5px;
	cursor: pointer;
}

.content-img img {
	width: 100%;
	height: 100%;
}

.content-img .content-img-intro {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.3);
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	display: none;
	font-size: 18px;
}

.content-img:hover .content-img-intro {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.3);
	padding: 5px 20px;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 18px;
}

.content-tab {
	float: right;
	width: 366px;
	margin: -5px 0 0 5px;
}

.content-tab .content-tab-title {
	border-color: transparent;
}

.content-tab .content-tab-title .content-tab-item {
	padding: 0 34px;
}

.content-tab .content-tab-title .layui-this {
	background: #cc0001;
	color: #fff;
}

.content-tab .layui-tab-card {
	border-width: 0;
	border-style: none;
	border-radius: 2px;
	box-shadow: none;
	border-color: transparent;
	overflow: hidden;
}

/* .content-tab .layui-tab-card li {
	width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
} */

.content-tab-text {
	height: 220px;
	padding: 0;
}

.news-list .news-list-item {
	margin: 13px 0px 0;
	cursor: pointer;
}

.news-list .news-list-item p {
	display: inline-block;
	font-size: 13px;
}

.news-list .news-list-item .news-main-text {
	padding: 0 24px 0 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 230px;
	vertical-align: middle;
}

.news-list .news-list-item:hover p {
	color: #cc0001;
}

.menu-box {
	width: 280px;
	margin: 35px 0 0;
}

.menu-item {
	display: inline-block;
	padding: 0 20px;
	margin: 10px 0;
	cursor: pointer;
	vertical-align: top;
}

.menu-item .item-img {
	width: 50px;
	height: 50px;
}

.menu-item .item-img img {
	width: 100%;
	height: 100%;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	/* Firefox 4 */
	-webkit-transition: all .3s ease;
	/* Safari 和 Chrome */
	-o-transition: all .3s ease;
	/* Opera */
}

.menu-item p {
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
	width: 50px;

}

.menu-item:hover p {
	color: #cc0001;
}

.menu-item:hover img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	/* Firefox 4 */
	-webkit-transform: scale(1.1, 1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1, 1.1);
	/* Opera */
}

.list-img {
	width: 100%;
	height: 320px;
}

.list-img img {
	width: 100%;
	height: 100%;
}

/**学生风采**/
.box-left-stu,
.box-left-party {
	display: inline-block;
}

.box-left-stu {
	width: 390px;
	padding: 0 15px 0 0;
}

.box-left-party {
	width: 390px;
	vertical-align: top;
}

.content-first-item {
	cursor: pointer;
}

.content-first-item:hover .item-detail {
	color: #cc0001;
}

.first-item-img {
	width: 125px;
	height: 100px;
	display: inline-block;
}

.first-item-img img {
	width: 100%;
	height: 100%;
}

.first-item-text {
	display: inline-block;
	vertical-align: middle;
	width: 255px;
	height: 100px;
	margin: 0 0 0 15px;
	cursor: pointer;
}

.item-text-title {
	padding: 0 0 5px;
	font-weight: bold;
}

.item-detail {
	font-size: 12px;
	line-height: 25px;
	text-align: justify;
	cursor: pointer;
	color: #a4a4a4;
}

.stu-item {
	margin: 10px 0;
	cursor: pointer;
}

.stu-item:hover span {
	color: #cc0001;
}

.stu-item span {
	font-size: 12px;
}

.stu-item .stu-item-date {
	float: right;
	line-height: 24px;
}

.box-content-pub {
	margin: 8px 11px 25px;
}

.pub-item {
	cursor: pointer;
	border-bottom: 1px #b6b6b6 dotted;
	padding: 11px 11px;
}

.pub-item:hover span {
	color: #cc0001;
}

.pub-item span {
	font-size: 13px;
}

.pub-item .pub-item-date {
	float: right;
	line-height: 24px;
}

.teach-menu-box {
	margin: 15px 0 0;
	width: 280px;
}

.teach-item {
	display: inline-block;
	padding: 0 9px;
	cursor: pointer;
}

.teach-item p {
	font-size: 12px;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	width: 115px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.teach-item:hover p {
	color: #cc0001;
}

.teach-item-img {
	width: 115px;
	height: 100px;
}

.teach-item-img img {
	width: 100%;
	height: 100%;
}

.school-info {
	width: 820px;
	margin: 20px 0;
}

.school-info-tree {
	width: 100%;
	height: 155px;
}

.vmc-centered img {
	transition: all 0.3s ease;
}

.vmc-container {
	position: relative;
}

.vmc-container img[src$=".svg"] {
	width: 100% !important;
	height: auto !important;
	max-height: 100%;
}

.vmc-viewport {
	overflow: hidden;
}

.vmcarousel {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 1000%;
}

.vmcarousel:after {
	content: '';
	display: table;
	clear: both;
}

.vmcarousel>li {
	float: left;
}

.vmcarousel>li img {
	display: block;
	/* margin: 0 auto; */
	max-width: 100%;
	height: 160px;
	width: 240px;
}

.info-img-remark {
	text-align: center;
	margin: 5px 15px 0;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vmc-container.hide-controls .vmc-arrow-left,
.vmc-container.hide-controls .vmc-arrow-right {
	display: none;
}

.vmc-arrow-left,
.vmc-arrow-right {
	position: absolute;
	top: 50%;
	left: -15px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	overflow: hidden;
	opacity: 0;
	border-radius: 50%;
	transition: opacity 0.3s ease;
	text-align: center;
	font-family: "宋体";
	font-size: 3em;
	font-weight: bold;
	text-decoration: none;
}

.vmc-arrow-right {
	left: auto;
	right: -15px;
}

.vmc-container:hover .vmc-arrow-left,
.vmc-container:hover .vmc-arrow-right {
	opacity: 1;
}

.vmc-arrow-left:after,
.vmc-arrow-right:after {
	content: '';
	display: inline-block;
	font-size: 50px;
	line-height: 50px;
	color: white;
	text-shadow: 2px 2px #000;
}

.vmc-arrow-left:hover:after,
.vmc-arrow-right:hover:after {
	color: white;
}

.school-info-img {
	display: inline-block;
	padding: 0 4px;
	max-width: 273px;
}

.box-img {
	/* text-align: center;
	padding: 15px;
	margin: 10px 40px 15px; */
	width: 280px;
	padding: 5px 0;
}

.box-img p {
	text-align: center;
	margin: 8px 0 0;
	font-size: 12px;
	color: #67616d;
}

.box-img-wx {
	width: 260px;
	height: 220px;
	margin: 0 auto;
}

.box-img-wx img {
	width: 100%;
	height: 100%;
}

.box-title-report .title-text {
	color: #cc0001;
}

.box-title-report p {
	font-size: 25px;
	display: inline-block;
}

.report-link {
	width: 350px;
	margin: 10px 10px 20px 0;
	display: inline-block;
}

.report-link .report-link-item {
	margin: 20px 10px 0;
	display: inline-block;
	width: 150px;
	height: 40px;
}

.report-link .report-link-item img {
	width: 100%;
	height: 100%;
}

.report-info {
	margin: 10px 0 10px 50px;
	width: 700px;
	display: inline-block;
	vertical-align: top;
}

.report-info-item {
	display: inline-block;
	margin: 10px 30px 0 0;
	padding: 0 70px 0 0;
}

.report-info-item-img {
	width: 24px;
	height: 24px;
	display: inline-block;
}

.report-info-item-img img {
	width: 100%;
	height: 100%;
}

.report-info-item-text {
	display: inline-block;
	vertical-align: middle;
}

.report-info-item-text p {
	display: inline-block;
}

.report-info-item-text p a:hover {
	color: #cc0001;
}

.report-method {
	margin: 10px 30px;
}

/*# sourceMappingURL=index.css.map */

/* lyx修改 */
/* 没有填满整个div的box */
.subListBox {
	margin-top: 35px;
	margin-bottom: 35px;
}

.subBox {
	padding: 0px 30px;
}

.subBigImg {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.subListBox>div:first-child {
	padding-left: 30px;
}

.box:last-child {
	padding-right: 10px;
}

.school-info-tree {
	height: auto;
}

.img-list {
	overflow: hidden;
}




.title-underline {
    height: 1px; /* 横线高度 */
    background-color: #e9e9e9; /* 横线颜色，可根据需要修改 */
    width: 117%; /* 横线宽度，100%表示与父容器同宽 */
    margin-top: 13px; /* 与标题的间距 */
}







