﻿@charset "UTF-8";
#content { margin: 0 auto; padding: 0; }

.get-home { display: block; }
.headerTop { background: none; position: relative; padding: 10px 0; background: linear-gradient(180deg, #BFD8FF 0%, #FFFFFF 100%); }

/* header -------------------------------- */

/* logo */
#logo { display: flex; align-items: center; min-width: 0; width: auto; }
#logo .node-name { font-size: 20px; text-align: center; font-weight: bold; position: relative; padding-left: 40px; }
#logo .node-name::before { content: ""; width: 1px; height: 32px; background-color: #a1bef7; position: absolute; top: 50%; transform: translateY(-50%); left: 20px; }

#node-banner .prev, #node-banner .next { display: none; }
#node-banner .bd .pic img { width: auto; max-width: 1400px;}


.articleCon {  padding-inline: 50px; border: 1px solid #eee; }
.articleCon .path { margin-bottom: 20px;}


/* content -------------------------------- */

.Thd { display: flex; justify-content: center; position: relative; margin-bottom: 30px; }
.Thd::before,
.Thd::after { display: block; content: ""; width: 15px; height: 15px; background-color: #3A70B5; margin-top: 25px; }
.Thd::before { box-shadow: -9px 9px 0 0 #D7D7D7; zoom: 0.7; }
.Thd::after { box-shadow: 9px 9px 0 0 #D7D7D7; zoom: 0.7; }
.Thd h3 { text-align: center; font-size: 22px; font-weight: bold; color: #3A70B5; line-height: 50px; height: 50px; padding: 0 15px; }
.Thd h3 a { color: inherit; }

.box-about .Thd { justify-content: start; }

/* row-01 -------- */
.row-01 { padding-block: 20px 0; text-align: left;}

/* box-about */
.box-about .hd { display: flex; justify-content: space-between; height: 40px; align-items: center; margin-bottom: 30px; }
.box-about .hd h3 { flex: 1; min-width: 0; font-size: 32px; font-weight: bold; }
.box-about .hd .more { font-size: 14px; color: #999; }
.box-about .hd .more:hover { color: #3A70B5; }
.box-about .bd { display: flex; align-items: center; justify-content: space-between; }
.box-about .intro { text-align: justify; text-justify:distribute-all-lines; width: 824px; min-width: 0; text-indent: 2em; }

/* iconlinks */
.iconlinks { width: 524px; display: flex; justify-content: space-between;}
.iconlinks li { min-width: 0; width: 168px; text-align: center; background: url(../img/bg.jpg) no-repeat 0 0; height: 265px; display: flex; transition: all 0.3s ease-out 0s; }
.iconlinks .li2 { background-position: -178px 0; }
.iconlinks .li3 { background-position: -356px 0; }
.iconlinks li a { min-height: 0; flex: 1; color: #fff; box-sizing: border-box; padding-top: 52px; }
.iconlinks li a::before { display: block; content: "\E833"; font-family: iconfont; font-size: 90px; line-height: 1.1; transition: 0.5s; }
.iconlinks .li2 a::before { content: "\E836"; }
.iconlinks .li3 a::before { content: "\E835"; }
.iconlinks li:hover { transform: translateY(-5px); box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); }
.iconlinks li:hover a::before { transform: rotateY(180deg); }


/* box-scholarship */
.box-scholarship { overflow: hidden; }
.box-scholarship .pic { float: left; width: 600px; margin-right: 30px;}
.box-scholarship .pic img { max-width: 100%; height: auto;}
.box-scholarship .con { overflow: hidden;}

.box-scholarship .con p { text-indent: 2em;}
.box-scholarship .hd { display: flex; align-items: center; justify-content: space-between; line-height: 50px; height: 50px; margin-bottom: 20px; }
.box-scholarship .hd h3 { font-weight: bold; font-size: 28px;}
.box-scholarship .hd h3 a { color: #3A70B5; }
.box-scholarship .hd ul { display: flex; gap: 15px }

.box-scholarship .btn-bm { display: flex; align-items: center; justify-content: content; line-height: 50px; padding: 0 25px 0 20px; border-radius: 5px; height: 50px; background-color: #3A70B5; color: #fff; transition: 0.5s; }
.box-scholarship .btn-bm::before { content: "\E823";  font-family: iconfont; font-size: 40px; margin-right: 5px;  transition: 0.5s; }
.box-scholarship .btn-bm:hover { background-color: #1958BA; }
.box-scholarship .li2 .btn-bm::before { content: "\E824"; }
.box-scholarship li:hover .btn-bm::before { transform: rotateY(180deg); }

/* row-02 -------- */
.row-02 { background: #F8F8F8; padding-block: 40px; text-align: left; }


/* box-kcap */
.box-kcap .hd { margin-bottom: 40px; }
.box-kcap .hd ul { display: flex; justify-content: center; }
.box-kcap .hd li { margin: 0 15px; }
.box-kcap .hd li a,
.box-kcap .hd li span { display: block; padding: 0 20px; line-height: 32px; height: 32px; }
.box-kcap .hd li.on a, 
.box-kcap .hd li.on span { color: #fff; background-color: #3A70B5; } 
.box-kcap .bd { min-height: 468px; }


/* pic-list */
.pic-list li { float: left; width: 330px; height: 208px; margin-right: 26px; margin-bottom: 26px; overflow: hidden; position: relative; }
.pic-list li:nth-child(4n) { margin-right: 0; }
.pic-list .pic img { width: 330px; height: 208px; transition: 0.5s all; }
.pic-list .title { width: 90%; text-align: center; transition: 0.5s; padding: 0 5%; height: 50px; line-height: 50px; color: #fff; position: absolute; left: 0; bottom: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.pic-list .title a { color: inherit; }
.pic-list .titleBg { background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); position: absolute; width: 100%; height: 60px; bottom: 0; left: 0; }
.pic-list li:hover .title { transform: translateY(-10px);  }
.pic-list li:hover .pic img { transform: scale(1.08); }


/* 文章-列表页 --------------------------------*/
.mainBox .mHd { margin-bottom: 30px; padding: 0 0 15px; border-bottom: 1px solid #D9D9D9; }
.mainBox .mHd h3 { font-size: 22px; color: #265fa9; font-weight: bold; border-bottom: none; padding: 0;}

/* side */
.side { width: 260px; }

/* sideMenu */
#sideMenu .hd { background-color: #265fa9; padding: 15px 10px; line-height: 30px; height: auto; color: #fff; font-size: 20px; }
#sideMenu .bd { padding: 10px 10px 20px; }
#sideMenu .bd li { border-bottom: 1px solid #E1E1E1; text-align: left; }
#sideMenu .bd li a { position: relative; padding-left:35px; }
#sideMenu .bd li a::before { width: 6px; height: 6px; display: block; content: ""; transition: 0.3s; position: absolute; left: 15px; top: 25px; background-color: #D9D9D9; border-radius: 100%; }
#sideMenu .bd li.on a { color: #265fa9; font-weight: bold; }
#sideMenu .bd li:hover a::before,
#sideMenu .bd li.on a::before { background-color: #265fa9; }
#sideMenu .bd li:hover a { color: #265fa9; }


/* pageTPList */
.pageTPList { padding: 0; }
.pageTPList li { border-bottom: 1px solid #E1E1E1; padding: 30px 0; }
.pageTPList .pic { width: 300px; }
.pageTPList .title { font-size: 20px; line-height: 50px; height: 50px; }
.pageTPList .title a { background-image: linear-gradient(#2973C1, #2973C1); }
.pageTPList .title a:hover { color: #2973C1; }
.pageTPList .intro { -webkit-line-clamp: 3; max-height: 72px; }


/* 课程-列表页 --------------------------------*/

/* course-list */
.course-list li { overflow: hidden; clear: both; margin-bottom: 40px; }
.course-list li:last-child { margin-bottom: 20px; }
.course-list .pic { float: left; width: 300px; margin-right: 30px; box-sizing: border-box; border: 1px solid #E1E1E1; }
.course-list .pic img { width: 300px; height: 200px; }
.course-list .pic a{ display: block; position: relative;transition: all 200ms ease 0s;overflow: hidden;}
.course-list .pic a:hover{filter: alpha(opacity=80);opacity: .8;}
.course-list .pic a:before{content: "";position: absolute;width: 100px;height: 100%;top: 0;left: -100%;overflow: hidden;background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);-webkit-transform: skewX(-30deg);-moz-transform: skewX(-30deg);transform: skewX(-30deg);}
.course-list .pic a:hover:before{left: 150%;transition: left 1s ease 0s}
.course-list .title { font-size: 20px; color: #0036A2; margin-bottom: 10px; height: 40px; line-height: 40px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.course-list .title a { color: inherit; }
.course-list .fields { font-size: 14px; color: #666; }


/* scholar-list */
.scholar-list .path,
.scholar-page .path { margin-bottom: 20px; }
.scholar-list .course-list .fields p { height: 30px; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.scholar-list .course-list .fields p em { font-weight: bold;}
.scholar-list .course-list .fields p.p6 { display: none; }

/* 课程-内容页 --------------------------------*/
/* scholar-page */
.scholar-page .course-list { margin-bottom: 50px; }
.scholar-page .course-list .title { font-size: 22px; font-weight: bold; line-height: 1.4; }
.scholar-page .course-list .pic { width: 640px; height: 426px; }
.scholar-page .course-list .pic img { width: 100%; height: 100%; }
.scholar-page .course-list .con { overflow: hidden;}
.scholar-page .course-list .fields { color: #333; font-size: 16px; margin-bottom: 15px;}
.scholar-page .course-list .fields p { display: flex; align-items: start; justify-content: space-between; line-height: 24px; padding: 5px 0; }
.scholar-page .course-list .fields em { font-weight: bold; }
.scholar-page .course-list .fields span { flex: 1 0 0%; }
.scholar-page .btn-link { padding: 0 25px; display: inline-block; font-size: 18px; line-height: 50px; height: 50px; transition: 0.5s; border-radius: 5px; color: #fff; background-color: #C50000; }
.scholar-page .btn-link:hover { background-color: #ad0303; }

/* box-scholar */
.box-scholar .hd { margin-bottom: 40px; }
.box-scholar .hd ul { display: flex; justify-content: center; }
.box-scholar .hd li { margin: 0 10px; border: 1px solid #E1E1E1; border-radius: 4px; padding: 0 25px; position: relative; font-size: 18px; line-height: 54px; height: 54px; cursor: pointer; }
.box-scholar .hd li.on { color: #fff; background-color: #265fa9; border-color: #265fa9; } 
.box-scholar .hd li.on::after { content: ""; display: block; width: 0; height: 0; border: 7px solid transparent; border-top: 7px solid #265fa9; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); }
.box-scholar .bd { padding: 40px 50px; border: 1px solid #E1E1E1; }
