/* 
html{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
} */

html,body{ margin: 0; padding: 0; color: #333; font-size: 14px; }
p,h1,h2, h3, h4, h5, ul, li{ margin: 0; padding: 0; list-style: none; }
i{font-style: normal;}
a{ text-decoration: none; color: #333; transition: all .2s; }
a:hover, a:focus{ color: #c7000b; text-decoration: none;}
.ce-img {position: relative;}
.ce-img>span {position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-size: cover;background-position: center;background-repeat: no-repeat;}

.nowrap{ max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.nowrap-multi { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }


/* content */
.content{ width: 1200px; margin: 0 auto; overflow: hidden; }

/* 横幅条 */
/* .content_ichi {height: 319px;width: 100%;background-image: url(../img/index01.jpg);background-position: top center;background-repeat: no-repeat;overflow: hidden;} */
.content_ichi {text-align: center;width:1200px;margin: 0 auto;}
.content_ichi img {width: 100%;margin: 0 auto; }

/* navs */
.navs{ background: #c7000b; width: 100%;}
.navs-content {width: 1200px; margin: 0 auto;background: #c7000b;}
.navs-items{ display: flex; flex-wrap: wrap; line-height: 60px; justify-content: space-between;}
.navs-items-menu{ flex: 1; position: relative;color: white; font-size: 18px; transition: none; padding: 0 15px; text-align: center; z-index: 999; cursor: pointer;}
.navs-ul-show {position: absolute; top: 60px; left: 0;width: 100%; z-index: 9999; background-color: #fff; display: none;}
.navs-ul-show a {color: #000; font-size: 15px; border-bottom: solid 1px #ededed; display: block;}
.navs-ul-show a:hover{ color: #c7000b;} 
.navs-items-menu:hover .navs-ul-show{ display: block !important;}
.navs-items-menu:hover, .navs-items-menu.active{color: #c7000b; background: white;}

/* 要闻 */
.news{ padding: 30px 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.news-swiper{ width: calc(100% - 500px); height: 400px; --swiper-theme-color: #c7000b; --swiper-pagination-color: #c7000b; }
.news-swiper-slide-cover{ width: 100%; height: 100%; object-fit: cover ; }
.news-swiper-slide-h4{ position: absolute; z-index: 1; bottom: 0; left: 0; right: 0; color: white; font-size: 26px; padding: 50px 30px 30px; background-image: linear-gradient(to bottom, rgba(0,0,0,.0), rgba(0,0,0,.6)); }
.news-right{ width: 500px; padding-left: 30px; box-sizing: border-box; }
.indexflow-tab {display: flex; border-bottom: solid 1px #ddd; margin-bottom: 12px;}
.indexflow-tab li > a{ font-size: 24px; transition: all .2s; color: #c7000b; display: flex; margin-right: 30px; align-items: center;padding-bottom: 15px; justify-content: space-between; position: relative; line-height: 45px; height: 45px;}
.indexflow-tab li > a::after{ position: absolute; bottom: -1px; left: 0;height: 2px; width: 104px; content: " "; background: transparent; transition: all .2s; }
.indexflow-tab li:hover > a:after, .indexflow-tab li.hover > a:after{background: #c7000b;}
.indexflow-tab li:hover,.indexflow-tab li.hover a {font-weight: 600;font-size: 26px;}
.news-ul li{ display: flex; align-items: center; font-size: 16px; line-height:52px;position: relative;}
.news-flex-block .news-ul li::after {position: absolute; content: ''; background-color: #c7000b; width: 4px; height: 4px; left: 0; top: calc(50% - 2px);}
.news-right .news-ul li {padding-left: 15px; box-sizing: border-box; line-height: 49px;}
.news-right .news-ul li::after {position: absolute; content: ''; background-color: #c7000b; width: 5px; height: 5px; left: 0; top: calc(50% - 2.5px); border-radius: 1px;}
.news-ul-title{ width: calc(100% - 80px);}
.news-ul-title a:hover {text-decoration: underline;}
.news-ul-date{ width: 80px; text-align: right; line-height: 40px; color: gray; }

/* 首页新闻网格 */
.news-flex{ display: flex; flex-wrap: wrap; margin: 0 -10px;}
.news-flex-block{ width: calc(33.33% - 20px); margin: 0 10px 40px;}
.news-flex-block .news-ul li { border-bottom: 1px dashed #d8d8d8; position: relative; padding-left: 15px; box-sizing: border-box;}
.news-flex-block .news-ul li::after {position: absolute; content: ''; background-color: #d8d8d8; width: 4px; height: 4px; left: 0; top: calc(50% - 2px);}
.news-flex-block .news-ul li:hover::after {background-color: #c7000b;}
.news-flex-title{ font-size: 26px; line-height: 40px; font-weight: bold; height: 40px; transition: all .2s; border-bottom: solid 1px #ddd; padding-bottom: 10px; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; position: relative; }
.news-flex-title span>i {color: #c7000b;}
.news-flex-title::after{ position: absolute; bottom: -1px; left: 0; height: 2px; width: 104px; content: " "; background: #c7000b; transition: all .2s; }
.news-flex-title:hover::after{ width: 100%;}
.news-flex-title img{ width: 20px; height: 20px; margin: 0; }
.news-ul-img {margin-top: 15px; display: block;}

/* 展示组 */
.grid{ display: flex;margin-bottom: 30px; }
.grid-swiper{ width: 100%; box-sizing: border-box; position: relative;  --swiper-theme-color: #c7000b; --swiper-navigation-color: #c7000b; --swiper-navigation-size: 40px;}
.grid-swiper > h3{ font-size: 26px; display: flex; align-items: center; line-height: 30px; height: 30px; padding-bottom: 20px; }
.grid-swiper > h3 > span{ background: #c7000b; display: inline-block; margin-right: 10px; width: 5px; height: 26px; }
.grid-swiper-content{ height: 240px; margin: 0 50px; }
.grid-swiper-slide{ box-sizing: border-box; background: white; padding: 10px; }
.grid-swiper-slide img{ width: 100%; height: 200px; border: none; object-fit: cover; vertical-align: top; }
.grid-swiper-next,.grid-swiper-prev{ top: calc(50% + 20px); }
.grid-swiper-next{ right: 0; }
.grid-swiper-prev{ left: 0; }

/* 广告条幅 */
.poster-swiper-slide {box-sizing: border-box; background: white;}
.poster-swiper-slide img{ width: 100%; height: 200px; border: none; object-fit: cover; vertical-align: top; }
.poster-swiper-prev, .poster-swiper-next {color: #fff !important;}
.poster-swiper-prev:after, .poster-swiper-next:after {font-size: 30px;}


/* footer */
.footer {background-color: #333333;width: 100%;}
.content_jyuu {background-color: #333333;width: 100%;color: #fff;}
.content_jyuu_content {font-size: 16px;color: #999;padding: 27px 0;line-height: 30px;background-color: #333333;}
.content_jyuu_content .content_jyuu_ichi {float: left;width: 400px;text-align: right;padding-right: 100px;}
.content_jyuu_content .content_jyuu_ni {float: left;width: 100px;}
.content_jyuu_content .content_jyuu_san {float: left;width: 210px;}
.content_jyuu_content .content_jyuu_yon {float: left;}


/* main */
.main{ width: 100%; position: relative; border-bottom: solid 2px #c7000b; background: #f6f7f8; min-height: 900px; margin-top: 26px;}
.main-bg{ width: 100%; vertical-align: top; position: absolute; left: 0; right: 0; z-index: -1; }
.main-flex{ display: flex; flex-wrap: wrap; align-items: flex-start; padding-top: 15px; }
.main-left{ width: calc(100% - 260px); padding-right: 10px; box-sizing: border-box; }
.main-right{ width: 260px; }
/* 子页面 */
.chidren{ padding: 30px 0; display: flex; justify-content: space-between; align-items: flex-start; }
.chidren-navs{ background-color: white; box-shadow: 0 0 5px 5px rgba(0,0,0,.01); width: 280px; }
.chidren-navs h3{ padding: 20px 30px; font-weight: bold; font-size: 24px; line-height: 30px; background-size: cover; color: #fff;}
.chidren-navs-ul a{ display: block; padding: 20px 30px 20px 27px; border-top: solid 1px #ddd; font-size: 18px; border-left: solid 3px white; }
.chidren-navs-ul a.show,
.chidren-navs-ul a:hover{ border-left: solid 3px #c7000b; color: #c7000b; }
.chidren-main{ background: white; box-shadow: 0 0 5px 5px rgba(0,0,0,.01); width: calc(100% - 310px); }
.chidren-pages{ border-left: solid 3px #c7000b; border-bottom: solid 1px #ddd; display: flex; align-items: center; justify-content: space-between; padding: 20px 30px; }
.chidren-pages > h3{ font-size: 20px; font-weight: normal; line-height: 30px;  color: #c7000b;}
.chidren-pages > p { color: gray; }
.chidren-pages > p > a{ color: gray; margin: 0 3px; }
.chidren-pages > p > a:hover{ color: #c7000b; }
.chidren-about{ padding: 30px; font-size: 16px; line-height: 35px; }
.chidren-about > p{ margin-bottom: 15px; text-indent: 32px; }


/* 学院设施 */
.chidren-imgs{ display: flex; padding: 15px; flex-wrap: wrap; }
.chidren-imgs-item{ width: calc(33.33% - 30px); margin:  15px; }
.chidren-imgs-cover{ background-color: #f6f7f8; width: 100%; padding-top: 75%; background-position: center; background-size: cover; }
.chidren-imgs-item p{ font-size: 16px; line-height: 30px; text-align: center; margin-top: 10px; }

/* 领导班子 */
.leaderList {padding: 30px; box-sizing: border-box;}
.leaderList li {position: relative;padding: 15px;box-sizing: border-box;background: url(../img/leaderList_back.png) #f5f5f5 no-repeat;background-position: bottom right;background-size: 55%;margin-bottom: 20px;}
.leaderList-img {position: relative; width: 122px;height: 157px;}
.leaderList-cont {position: absolute;top: 0;left: 0;width: 100%;padding: 15px 15px 15px 160px;}
.leaderList-title {display: flex;margin: 25px 0 20px;}
.leaderList-name {font-size: 28px;color: #000;margin-right: 20px;}
.leaderList-tips {background-color: #3c67c2;color: #fff;height: 28px;line-height: 28px;display: flex;padding: 0 10px;border-radius: 4px;margin-top: 5px;}
.leaderList-tips img {width: 12px;height: 12px;margin: 7px 6px 0 0;}
.leaderList-text {font-size: 20px;}


/* 无图片的列表 */
.noGraphList {padding: 30px; box-sizing: border-box;}
.noGraphList li {margin-bottom: 20px;border-bottom: 1px dashed #d8d8d8;position: relative;padding-bottom: 20px;}
.noGraphList-time {width: 70px;text-align: center;color: #999999;border: 1px dashed #d8d8d8;}
.noGraphList-time>small {line-height: 30px;font-size: 12px;}
.noGraphList-time>span {font-size: 20px;display: block;font-weight: 600;color: #000;border-top: 1px dashed #d8d8d8;padding: 3px 0;}
.noGraphList-name {position: absolute;width: 100%;left: 0;top: 0;padding-left: 90px;font-size: 18px;box-sizing: border-box;}
.noGraphList-name span {height: 65px;display: table-cell;line-height: 28px;vertical-align: middle;}

/* 无图片的列表-详情 */
.studyList {padding: 30px; box-sizing: border-box;}
.studyList li {padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #efefef;position: relative;padding-left: 20px;box-sizing: border-box;}
.studyList li>a {display: flex;}
.studyList li::after,
.studyList li::before {position: absolute;content: '';border-radius: 50%;width: 7px;height: 7px;}
.studyList li::after {left: 0;top: calc(50% - 4px);background-color: #e24b37;}
.studyList li::before {left: 2px;top: calc(50% - 1px);background-color: rgb(253, 193, 182);}
.studyList-name {flex: 1;font-size: 18px;}
.studyList-time {color: #a3a3a3;font-size: 16px; }

/* 分页 */
.pageUl {text-align: center;}
.pageUl li.active a,
.pageUl li a:hover {background-color: #c7000b !important;color: #fff;}
.pageUl li a,
.pageUl li span {background-color: #f1eff0 !important;border-radius: 4px;color: #434343;font-size: 17px;padding: 10px 16px;margin: 0 3px;border: none;}

/* 全局详情页 */
.write {background-color: white; margin: 30px 0;}
.write .top_title {text-align: center;font-size: 26px;font-weight: bold;margin-top: 50px;color: #cf1800;border-bottom: 1px solid #eee;padding-bottom: 40px;line-height: 40px;}
.write .second {font-size: 14px;color: #666;line-height: 40px;padding: 20px 0 10px;}
.write .second span {padding-left: 30px;}
.write .chidren-about {font-size: 18px; }
.write .chidren-about p img {width: 100%;}

/* 全局列表页 */
.noGraph {padding: 30px; box-sizing: border-box;}
.noGraphItem li {border-bottom: 1px dashed #d8d8d8; padding-bottom: 30px; margin-bottom: 30px;}
.noGraphItem-name {font-size: 18px;}
.noGraphItem-time {display: flex; margin-top: 15px; line-height: 30px;font-size: 16px;}
.noGraphItem-time span {font-style: normal;color: #222222;padding-right: 20px;}
.noGraphItem-time a {color: #999999;display: inline-block;font-size: 14px;}
.noGraphItem-time a:hover {color: #c7000b;}

/* 友情链接 */
.link {height: auto;width: 100%;background-color: #faf8f8; padding-top: 20px;}
.link_nav {position: relative;margin: 0 auto;padding-bottom: 20px;background-color: #fff;}
.lib_Menubot {height: 75px;margin: 0 auto;position: relative;width: 1200px;}
.lib_Menubot ul {margin: 0;padding: 0;list-style: none;position: absolute;left: 0;height: 98px;text-align: center;}
.lib_Menubot .link_title {height: 98px;line-height: 98px;margin-top: 0;width: 160px;font-size: 30px;color: #ed1c01;margin-left: 30px;}
.lib_Menubot li {color: #5f5f5f;display: block;float: left;font-size: 18px;width: 170px;margin-top: 3px;margin-right: 10px;}
.link_nav .list li {float: left;}
.lib_Menubot li i {display: block;width: 100%;height: 98px;line-height: 98px;color: #000;cursor: pointer;font-style: normal;background-image: url(../img/index0013.png);background-repeat: no-repeat;background-position: right center;}
.link_nav .link_box li {float: left;list-style: none;width: 236px;height: 45px;line-height: 45px;text-align: left;background-image: url(../img/boc2018_bg02.jpg);background-repeat: no-repeat;background-position: RIGHT center;text-indent: 2em;}
.link_nav .link_box li a {color: #000;}
.link_nav .link_box .cont {width: 100%;background-color: #fff;}
.link_nav .cont {position: relative;padding: 25px 10px 30px;}
.cont_a {background-image: url(../img/boc2018_a_hover.png);background-repeat: no-repeat;}
.link_nav .link_box li a:hover {color: #c7000b;}
.link_nav .link_box ul:after {content: "";clear: both;width: 0;height: 0;display: block;}
.link_nav .link_box li:nth-child(5n+0) {background-image: none; }