h1, h2, h3, h4, h5, h6 {
	line-height: 2;
}


.field-body table tr td, .field-body table tr td p {
	font-size: 14px;
}

.more-link {
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 12px;
}

#header {
    position: fixed;
    z-index: 999;
    width: 100%;
   /* opacity: 0.96;*/
    background: none;
    /*background-image: linear-gradient(#df0045,transparent);*/
}

.header-bg-primary {
   /* background-color: #fafbfc; */
}

#header .header-body {
    background-position: center;
    background-repeat: no-repeat;
    /*background-image: none;*/
    background-size: cover;
    min-height: 110px;
    max-width: 9000px;
    padding: 0px;
    /*border-top: solid 5px #df0045; */
    /*border-bottom: solid 5px #a80823;  */
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3); 
}



#header .header-container.inner .header-row {
    background-position: right;
    background-repeat: no-repeat;
    background-image: none;
}

/*内页左侧菜单*/
.sidebar-menu-2-3 .menu-item {
    line-height: 1;
    border-bottom: 1px #ffffff solid;
}
.sidebar-menu-2-3 .nav-menu .menu-item.active.open li.menu-item.active {
    background-color: #dc94aa;
}
.sidebar-menu-2-3 .nav-menu .expanded .level-menu .menu-item {
    border-bottom: none;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: #a80823;
}



/*主导航菜单*/
#main-menu {
    /*position: absolute;*/
    top: 40px;
    width: 100%;
    background-color: #df0045;
}

.main-menu-1-1.js-main-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}
.main-menu-1-1 .nav-menu>.menu-item {
    display: block;
    line-height: 1;
    padding: 10px 14px;
    float: left;
}

.main-menu-1-1 .nav-menu>.menu-item.active .menu-toggle a.is-active {
    color: #fff;
}
.page-front .main-menu-1-1 .nav-menu>.menu-item.active a {
    color: #333;
}

.main-menu-1-1 .nav-menu>.menu-item .menu-toggle a, .main-menu-1-1 .nav-menu>.menu-item>a, .main-menu-1-1 .nav-menu>.menu-item i, .main-menu-1-1 .nav-menu>.menu-item span {
   /*  color: #333;  */
}

.main-menu-nav-primary .inner.inside-c-tb .main-menu-1-1 .menu.nav-menu>.menu-item, #main-menu .inner.inside-c-tb .main-menu-1-1 .menu.nav-menu>li.menu-item {
    width: auto;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
}

.menu.nav-menuul .dropdown-menu, .menu.nav-menu .dropdown .dropdown-menu {
    min-width: 160px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    -webkit-box-shadow: 0 6px 6px rgba(0,0,0,.175);
    box-shadow: 0px 6px 6px rgba(0,0,0,.175);
}


/* 项目入口 */
.xm_box {
    height: 50px;
    width: 100%;
    background-color: #e2e2e2;
    margin: 0 auto;
}
.xm_box ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafbfc;
    padding: 20px 0;
    width: 90%;
    margin: -60px auto 0;
    z-index: 9;
    position: absolute;
    left: 5%;
    opacity: 0.98;
}
.xm_box ul li {
    display: inline-block;
    margin: 0 3%;
    text-align: -webkit-center;
    transition: all 0.4s ease-out;
}
.xm_box ul li:hover {
    transform: translateY(-5px);
}
.xm_box ul li a {
    color: #a80823;
    text-align: center;
    display: block;
}

.xm_box ul li a:hover {
    color: #df0045;
}

.xm_box ul li a big {
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.xm_box ul li a small {
    color: #555;
}


div#main {
    padding-top: 110px;
    min-height: 720px;
}


.layout-full.region-top {
    /* padding: 20px 0; */
}

.layout-full.region-middle {
    background-color: #f5f5f5;
    padding-top: 20px;
    background-image: url(../../bg001.png);
    background-position-y: -60px;
}

.newspic_list.block h2.block-title {
    border-bottom: 0;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

/*新闻动态*/
.newspic_list .swiper-outside a {
    color: #555;
}
.newspic_list .swiper-wrapper .swiper-slide a h4 {
    text-align: center;
    padding: 0 14px 14px;
    text-align: left;
    min-height: 50px;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newspic_list .swiper-slide .outside {
    overflow: hidden;
    background-color: #fafbfc;
    /*box-shadow: 0px 3px 5px 0px #ddd;*/
}
.newspic_list .swiper-slide .outside img {
    transition: all .4s ease-out;
}
.newspic_list .swiper-slide .outside img:hover {
    transform: scale(1.06);
	  -webkit-transform: scale(1.06); 
  	-ms-transform: scale(1.06);
  	-o-transform: scale(1.06);
}


/*查看更多 链接*/

.newspic_list {
    margin-top: 20px;
    margin-bottom: 60px;
}

.newspic_list a.more-link {
    position: inherit;
    /* font-size: 12px; */
    text-align: center;
    display: block;
    border: 1px solid transparent;
    border-color: #df0045;
    color: #df0045;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px 14px;
    width: 120px;
    margin: 25px auto;
    touch-action: manipulation;
}

.newspic_list a.more-link:hover {
    background-color: #df0045;
    color: #ffffff;
}


/*招生资讯*/

.zszx_List.block {
    margin: 30px auto;
    width: 49%;
    float: right;
}
.zszx_List.block h2.block-title {
    border-bottom: 0;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.zszx_List .list-1 a.more-link, .kczx_List .list-1 a.more-link {
    font-size: 12px;
    color: #a80823;
	}
.zszx_List .list-1 .list-content, .list-1 ul {
    padding-left: 12px;
	}
	
.zszx_List .list-1 ul li i, .kczx_List .list-1 ul li i {
    color: #df0045;
    float: right;
	}

/*教务通知*/

.kczx_List.block {
    margin: 30px auto;
    float: left;
    width: 49%;
}
.kczx_List.block h2.block-title {
    border-bottom: 0;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.kczx_List .list-1 .list-content, .list-1 ul {
    padding-left: 12px;
	}

.list-7 {
    margin-top: 25px;
}

.list-7 ul li {
    width: 48%;
    float: left;
    background-color: #ffffff;
    margin: auto 1% 25px;
    height: 80px;
    padding-top: 12px;
    transition: all .4s ease-out;
    box-shadow: 1px 2px 8px rgba(0,0,0,0.1);
   /* opacity: 0.82; */
}

.list-7 ul li:hover {
    transform: translateY(-10px);
}

.list-7 ul li:hover a{
    color:#df0045;
}

.list-7 ul li a {
    color: #333;
    display: block;
    height: 100%;
}

.list-7 ul li a .list-left {
    float: left;
    margin-right: 12px;
    margin-left: 12px;
}

.list-7 ul li a .list-left .list-date {
    font-size: 20px;
    line-height: 1.3;
}
.list-7 ul li a .list-left .list-year {
    text-align: right;
    line-height: 1.8;
}

.list-7 ul li a .list-right {
    padding-left: 14px;
    border-left: 1px solid #d3d3d3;
    margin-left: 80px;
    margin-right: 14px;
}

.list-7 ul li a .list-right .list-title {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 45px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}


.list-7 ul li  .list-right p.list-text {
    display: none;
}


.list-7 .outside {
    float: unset;
    width: 120px;
    margin: 16px auto;
}

.list-7 a.btn {
    line-height: 1.2;
    width: 120px;
}
.list-7 .btn-base-outline {
    border-color: #df0045;
    color: #df0045;
    background: none;
}
.list-7 a.btn.btn-base-outline:hover {
    background-color: #df0045;
    color: #ffffff;
}




.rukou1 {
    margin: 40px auto;
    display: flex;
    justify-content: space-evenly;
}



/*链接入口图片放大动画*/


.rukou1 .iconpic img:hover {
    transform: scale(1.1);
	  -webkit-transform: scale(1.1); 
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
  }
  
.rukou1 .iconpic img {
  width: 40%;
  display: block;
  margin: auto;
  transition: all .4s ease-out;
  }

  /*四个图标按钮文字*/
.rukou1 .iconpic p.quick-inside-min-tb {
    font-size: 20px;
    position: relative;
    left: 0px;
    text-indent: 0px;
    color: #666;
    font-weight: bolder;
    margin-top: 20px;
    transition: all .4s ease-out;
}
  
.rukou1 .iconpic:hover p.quick-inside-min-tb {
  transform: translateY(-5px);
}
  
.rukou1 .quick-inside-min-tb a {
    color: #555555;
}
.rukou1 .quick-inside-min-tb a:hover {
    color: #df0045;
}


/*图标切换*/
.rukou1 .iconpic a:nth-child(2) img {
	display: none;

}
.rukou1 .iconpic:hover a:nth-child(1) img {
	display: none;

}	
.rukou1 .iconpic:hover a:nth-child(2) img {
	display: block;
  margin: auto;

}	




/*底部链接*/

.field-body .foot-box h4.outside-b {
    font-size: 16px;
    color: #555555;
    padding-bottom: 10px;

}

.field-body .foot-box .footer-item-title:after {
    content: "";
    width: 64px;
    height: 2px;
    background-color: #d8a8a8;
    position: absolute;
    top: 32px;
    left: 13px;
}
.field-body .foot-box figure {
    margin: 0 24px 0 0;
}
.field-body .foot-box figure figcaption {
    padding-top: 0;
    padding-bottom: 7px;
    font-size: 12px;
    color: #555555;
    text-align: center;
}

.footer-link ul {
    margin: 0;
    padding: 0;
}
.footer-link li {
    /*width: 45%;*/
    /*display: inline-flex;*/
    margin-right: 10px;
}
.footer-link li a {
    color: #555555;
}
.footer-link li a:hover {
    color: #df0045;
}

#footer .field-body li, #footer .field-body div, #footer .field-body p {
    font-size: 14px;
    line-height: 150%;
    list-style: none;
    margin-bottom: 7px;
}


/*文章附件*/

.field.field-attachments.field-type-file.field-label-hidden.field-items {
    background-color: #fafafa;
    padding: 12px;
}
.field.field-attachments.field-type-file.field-label-hidden.field-items .field-item {
    line-height: 2;
}



@media screen and (max-width: 768px){
  
  /*LOGO*/
  #header .header-container .header-row .header-column #site-logo.header-logo img {
    max-height: 80px;
    margin-top: 40px;
    max-width: 96%;
  }
  
/*项目入口*/
  .xm_box {
    height: 30px;
    width: 100%;
    background-color: #dddddd;
    margin: 0 auto;
  }
  .xm_box ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafbfc;
    padding: 10px 0;
    width: 96%;
    margin: -30px auto 0;
    z-index: 9;
    position: absolute;
    left: 2%;
    opacity: 0.9;
  }
  .xm_box ul li {
    display: inline-block;
    margin: 0 1.5%;
    text-align: -webkit-center;
    transition: all 0.4s ease-out;
  }
  .xm_box ul li a big {
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  .xm_box ul li a small {
    color: #555;
    display: none;
  }
  
  /*快捷入口*/
  .layout-full.region-top {
    padding: 20px 0 10px;
  }
  .block-region-top .block {
    margin-bottom: 10px;
  }
  .rukou1 {
    margin: 0px auto;
  }
  .rukou1 .iconpic img {
    width: 60%;
    transition: all .4s ease-out;
  }
  .rukou1 .iconpic p.quick-inside-min-tb {
    font-size: 14px;
    position: relative;
    left: 0px;
    text-indent: 0px;
    color: #666;
    font-weight: bolder;
    margin-top: 10px;
    text-align: center;
  }
  .rukou1 .col-md-3 {
    width: 33%;
  }
	.rukou1 .iconpic p.quick-inside-min-tb a {
	    color: #555555;
	    font-size: 14px;
	}



.zszx_List.block {
    float: unset;
    width: 100%;
  }

  /*课程资讯*/
  
  .kczx_List.block {
    /*margin: 40px auto 0px;*/
    float: unset;
    width: 100%;
  }
  .kczx_List.block .list-7 ul li {
    width: 90%;
    float: none;
    background-color: #ffffff;
    margin: 5px auto;
    height: 80px;
    padding-top: 12px;
    transition: all .4s ease-out;
    box-shadow: 1px 2px 8px rgba(0,0,0,0.1);
    /* opacity: 0.82; */
  }
  .kczx_List.block .list-7 ul li a .list-right .list-title {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
    overflow: hidden;
    max-height: 60px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    white-space: normal;
  }


  /*底部*/

  #footer .field-body li, #footer .field-body div, #footer .field-body p {
    font-size: 12px;
    line-height: 120%;
    list-style: none;
    margin-bottom: 10px;
  }
  img.align-center.align-right.rzlogo {
    float: left;
  }
  
  .cus-footer-bg-primary .footer-link h4 {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 14px;
  }
  .cus-footer-bg-primary .foot-box {
    margin: 20px 0;
  }

}





@media (min-width: 768px){

  .xm_box ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafbfc;
    padding: 20px 0;
    width: 90%;
    margin: -60px auto 0;
    z-index: 9;
    position: absolute;
    left: 5%;
  }
  .xm_box ul li {
    display: inline-block;
    margin: 0 2.5%;
    text-align: -webkit-center;
    transition: all 0.4s ease-out;
  }
  .xm_box ul li a big {
    display: block;
    font-size: 26px;
    font-weight: bold;
  }
  .xm_box ul li a small {
    color: #555;
    font-size: 12px;
  }
  
  .rukou1 .col-md-3 {
    width: 20%;
  }
  
}



@media (min-width: 992px){

}

@media (min-width: 1200px){
  
 
  .main-menu-1-1 .nav-menu {
   /* font-size: 18px;*/
    position: relative;
    z-index: 2;
  }
  
  .xm_box ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafbfc;
    padding: 20px 0;
    width: 1170px;
    margin: -60px auto 0;
    z-index: 9;
    position: absolute;
    left: calc((100% - 1170px)/2);
  }
  
  .xm_box ul li {
    display: inline-block;
    margin: 0 3%;
    text-align: -webkit-center;
    transition: all 0.4s ease-out;
  }
    .xm_box ul li a big {
    display: block;
    font-size: 30px;
    font-weight: bold;
  }
  .xm_box ul li a small {
    color: #555;
   
  }
  
  
  /*快捷入口*/
  .rukou1 div {
    border-right: solid 1px #eee;
  }
  .rukou1 div:last-child {
    border-right: none;
  }
}


@media (min-width: 1440px){
  
  .header-logo {
    position: absolute;
    top: 12px;
    z-index: 999;
  }
  
  
  
  /*主导航菜单*/
  #main-menu {
    background: none;
    position: absolute;
    top: 40px;
    width: 100%;
  }
 .inner {
      width: 1400px;
      max-width: 1400px;
  }
  
  .header-container.inner .header-row {
      width: 1400px;
      margin: 0 auto;
  }
  
  .xm_box ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafbfc;
    padding: 20px 0;
    width: 1360px;
    margin: -60px auto 0;
    z-index: 9;
    position: absolute;
    left: calc((100% - 1360px)/2);
  }
  .xm_box ul li {
    display: inline-block;
    margin: 0 3.5%;
    text-align: -webkit-center;
    transition: all 0.4s ease-out;
  }
  
}



