/* #region 网页通用CSS */
* {
    font-family: "Microsoft YaHei", Arial !important;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
/* #endregion */

/* #region 网页顶部 */
.topLine {
    padding: 5px 0;
    background: #c71d07;
}
.topLine .content {
  color: white;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.topLine .content .goCn {
  cursor: pointer;
  color: #e9e9e9;
  font-style: italic;
  font-size: 14px;
  margin-right: 12px;
}

.topLine .content .searchBox {
  background: #e14c38;
  height: 32px;
  line-height: 32px;
  width: 240px;
  padding: 0 12px;
  position: relative;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topLine .content .searchBox .se-input {
  background: #e14c38;
  width: 170px;
  color: white;
  border: none;
}

.topLine .content .searchBox .se-input:focus {
  outline: none;
  box-shadow: none;
}

.topLine .content .searchBox .se-input::placeholder {
  color: #e9e9e9;
  font-style: italic;
}

.topLine .content .searchBox .se-btn {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
/* #endregion */

/* #region 导航条 */
.nav :not(.article) {
    box-sizing: border-box;
    outline: none !important;
    vertical-align: middle;
    text-decoration: none;
}

.nav {
    width: 1200px;
    top: 16px;
    height: 66px;
    z-index: 1;
    line-height: 66px;
    font-size: 16px;
    color: #333;
    left: 50%;
    margin-left: -600px;
    position: absolute;
    box-sizing: border-box;
}

.nav .toplogo {
    height: 66px;
    vertical-align: middle;
}

.nav > ul {
    display: inline-block;
    width: 853px;
    font-size: 16px;
    text-align: right;
    float: right;

    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none !important;
    vertical-align: middle;
    text-decoration: none;
}

.nav > ul > li {
    /*float: right;*/
    display: inline-block;
    width: 10%;
    min-height: 57px;
    line-height: 57px;
    color: #333;
    cursor: pointer;
    position: relative;
    text-align: right;
}

.nav > ul > li > a {
    color: white;
    display: inline-block;
    max-width: 100%;
}

.nav > ul > li a:hover {
    color: #c71d07;
}

/*隐藏的二级菜单*/
.nav-submenu {
    display: none;
    position: absolute;
    left: -206px;
    width: 700px;
    min-height: 182px;
    background: white;
    text-align: left;
    z-index: 10;
    padding: 20px 20px;
    border-radius: 4px;
    font-size: 16px;
    box-shadow: inset 0 2px 0px 0px #C71D07;
    border-left: 1px solid pink;
    border-right: 1px solid pink;

    transition: all 0.3s ease-in-out;
}

.nav-first > li:nth-child(n+12) > .nav-submenu {
    left: -604px;
}

.nav-first > li:nth-child(9) > .nav-submenu {
    left: -604px;
}

.nav-first > li:nth-child(8) > .nav-submenu {
    left: -594px;
}

.nav-first > li:nth-child(7) > .nav-submenu {
    left: -494px;
}

.nav-first > li:nth-child(6) > .nav-submenu {
    left: -394px;
}

.nav-submenu .nav-submenu {
    width: 144px !important;
    position: relative;
    bottom: 4px;
    left: 0;
    margin-left: -22%;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.nav-submenu .sub-links li {
    overflow: visible;

}

.nav-submenu .nav-submenu .sub-links, .nav-submenu .nav-submenu .dropdown {
    width: 100%;
    margin: auto;
    text-align: center;

}


.show {
    display: block;
}

.nav-submenu .imgBox {
    display: inline-block;
    text-align: left;
    color: #c71d07;
    vertical-align: middle;
    
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none !important;
    vertical-align: middle;
    text-decoration: none;
}

.nav-submenu .imgBox .subImg {
    height: 137px;
    width: 137px;
    display: inline-block;
    border-radius: 50%;
    border: 5px #F9E8E6 solid;
    background: center no-repeat;
    background-size: cover;
}

.nav-submenu .imgBox .info {
    width: 136px;
    display: inline-block;
    margin-left: 6px;
}

.nav-submenu .imgBox .info .info_top {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ECECEC solid;
}

.nav-submenu .imgBox .info .info_bottom {
    height: 40px;
    line-height: 40px;
}

.nav-submenu .sub-links {
    display: inline-block;
    width: 334px;
    line-height: 20px;
    margin-left: 30px;

}

.sub-links li {
    text-align: left;
    height: 40px;
    min-height: 40px !important;
    line-height: 40px !important;
    /*margin-left: 10px;*/
    overflow: hidden;
    float: none !important;
    display: inline-block;
    width: 30%;
    position: relative;
}

.sub-links li::before {
    background: #797979;
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
}

.sub-links li a {
    text-align: left;
    padding-left: 10px;
    color: #333;
    height: 100%;
    max-width: 96px;
    display: inline-block;
}

.sub-links li[data-level="3"],
.sub-links li[data-level="4"],
.sub-links li[data-level="5"] {
    display: block !important;
    width: 100%;
}
/* #endregion */

/* #region 轮播图 */
.banner {
    /*height: 672px;*/
    height: auto;
    background: #e9e9e9;
    /*min-height: 560px;*/
}

.banner .bannerImg {
    height: auto;
    width: 100%;
    min-width: 1200px;
    /*max-width: 1920px;*/
    position: relative;
    z-index: 0;
    margin: 0 auto;
    overflow: hidden;
}

.banner .bannerImg .mask {
    width: 100%;
    height: 106px;
    position: absolute;
    z-index: 1;
    background-image: url(../images/mask.png);
}

.banner .bannerImg .cycle-slideshow {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.banner .bannerImg .cycle-slideshow > img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: inline-block;
}
/* #endregion */

/* #region 二中要闻 */
.ezyw .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
}
.ezyw .title .title-left {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.ezyw .title .title-left .tit {
    vertical-align: text-bottom;
    position: relative;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    color: #999999;
    margin-left: 15px;
}
.ezyw .title .title-left .tit::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -8px;
    width: 30px;
    height: 4px;
    background-color: #c71d07;
}
.ezyw .title .title-right {
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}
.ezyw .title .title-right a{
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}

.ezyw .ezywSwiper {
    width: 464px; 
    height: 300px; 
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15px;
}
.ezyw .ezywSwiper .swiper-wrapper .swiper-slide a {
    position: relative;
    z-index: 0;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.ezyw .ezywSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 2px solid white;
    background-color: transparent;
}
.ezyw .ezywSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: white;
}
.ezyw .ezywSwiper .info {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    color: white;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.schoolNews {
    margin-top: 15px;
}
.schoolNews .item {
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/dianzhui.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 20px;
    cursor: pointer;
}
.schoolNews .item .item-left {
    width: 560px;
    font-size: 16px;
    color: #ce0d0d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.schoolNews .item .item-left a {
    font-size: 16px;
    color: #ce0d0d;
}
.schoolNews .item .item-right {
    color: #999;
    font-size: 14px;
}
/* #endregion */

/* #region 通知公告 */
.tzgg .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
}
.tzgg .title .title-left {
    font-size: 22px;
    font-weight: bold;
    color: #c71d07;
}
.tzgg .title .title-left .tit {
    vertical-align: text-bottom;
    position: relative;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    color: #999999;
    margin-left: 15px;
}
.tzgg .title .title-left .tit::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -8px;
    width: 30px;
    height: 4px;
    background-color: #c71d07;
}
.tzgg .title .title-right {
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}
.tzgg .title .title-right a{
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}
.tzgg .content {
    margin-top: 15px;
}
.tzgg .content .box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    height: 90px;
}
.tzgg .content .box .box-left {
    width: 60px;
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
    color: #666666;
    text-align: right;
}
.tzgg .content .box .box-left .day {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}
.tzgg .content .box .box-left .year {
    font-size: 14px;
}
.tzgg .content .box .box-right {
    flex: 1;
    padding: 0 15px;
    font-size: 16px;
    color: #666666;
    line-height: 1.4;
    display: -webkit-box;
    height: 50px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    cursor: pointer;
}
.tzgg .content .box .box-right:hover {
    color: #ce0d0d;
}
.tzgg .content .box .box-right a {
    font-size: 16px;
    color: #666666;
}
.tzgg .content .box .box-right a:hover {
    font-size: 16px;
    color: #ce0d0d;
}
/* #endregion */

/* #region 快捷导航 */
.quickTo {
    background: url(../images/bj.png) no-repeat center;
    width: 100%;
    background-size: cover;
    margin: 30px 0;
}
.quickTo .title {
    width: 1200px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 20px 0;
}
.quickTo .itemList {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}
.quickTo .itemList .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.quickTo .itemList .name {
    font-size: 16px;
    color: #c71d07;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.quickTo .itemList .name a {
    color: #c71d07;
}
/* #endregion */


/* #region 精彩视频 */
.jcsp .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
}
.jcsp .title .title-left {
    font-size: 20px;
    font-weight: bold;
    color: #c71d07;
}
.jcsp .title .title-left .tit {
    vertical-align: text-bottom;
    position: relative;
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    color: #999999;
    margin-left: 15px;
}
.jcsp .title .title-left .tit::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -8px;
    width: 30px;
    height: 4px;
    background-color: #c71d07;
}
.jcsp .title .title-right {
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}
.jcsp .title .title-right a{
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}
.jcsp .content {
    margin-top: 15px;
}
.jcsp .jcspSwiper {
    width: 464px; 
    height: 266px; 
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15px;
}
.jcsp .jcspSwiper .swiper-wrapper .swiper-slide a {
    position: relative;
    z-index: 0;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.jcsp .jcspSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 2px solid white;
    background-color: transparent;
}
.jcsp .jcspSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: white;
}
.jcsp .jcspSwiper .info {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    color: white;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* #endregion */


/* #region 友情链接 */
.friendLink {
    height: 42px;
    line-height: 42px;
    background: #f4f4f4;
}
.friendLink .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.friendLink .content select {
    flex: 1;
    height: 28px;
    margin-left: 10px;
    border-radius: 4px;
}
.friendLink .content .title {
    width: 94px;
    font-size: 16px;
    color: #c71d07;
    font-weight: bold;
}
/* #endregion */

/* #region 网页底部 */
.footer {
    background: url(../images/bottombj.png) no-repeat center;
    background-size: cover;
    height: 183px;
}
.footer .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyBar {
    width: 100%;
    height: 32px;
    background: black;
    line-height: 32px;
    color: #c4bcbc;
    text-align: center;
    font-size: 12px;
}
/* #endregion */