﻿@charset "UTF-8";

body { background-color: #fff; }
a:hover { color: #A2C721; }

/* header -------------------------------- */
/* topBar */
.topBar { background-color: #A2C721; }
.get-home { display: block; }
/* logo */
#logo { display: flex; align-items: center; width: 595px; }
#logo .node-name { font-size: 24px; font-weight: bold; position: relative; padding-left: 40px; }
#logo .node-name::before { content: ""; width: 1px; height: 32px; background-color: #E1E1E1; position: absolute; top: 50%; transform: translateY(-50%); left: 20px; }
#logo img { max-height: 70px;}
.headerTop { background-color: #fff; }


/* search */
.search a { color: #A2C721; border: 1px solid #A2C721; }
.search a:hover { background-color: #A2C721; }
.s-form .btn-box input { background-color: #A2C721; }

/* topNav */
.topNav { padding-right: 90px; }
.mainNav .a1 { color: #333; padding-inline: 12px; }
.mainNav .a1:before { color: #A0C814; }
.mainNav #li-home:hover .a1,
.mainNav #li-links:hover .a1 { color: #A0C814; }
.mainNav .a2:hover { color: #A0C814; }

/* content -------------------------------- */
#content { margin-top: 0; padding: 0; }


.path { padding-block: 15px; }
.path a:hover { color: #A2C721; }


/* row-01 -------- */
.row-01 { padding-top: 10px; }

/* box-green */
.box-green>.hd { display: flex; justify-content: space-between; border-bottom: 2px solid #A0C814; height: 68px; align-items: center; margin-bottom: 15px; }
.box-green>.hd>h3 { flex: 1; min-width: 0; font-size: 22px; font-weight: bold; color: #A0C814; }
.box-green>.hd>h3 a { color: inherit; }
.box-green>.hd>.more { font-size: 14px; color: #999; transition: 0.3s; }
.box-green>.hd>.more:hover { color: #A0C814; } 

/* infoList */
.newsList li:hover:before,
.infoList li:hover::before { background-color: #A0C814; }

/* box-notice */
.box-notice { float: left; }
.box-notice,
.box-whhd { width: 49%; }
.box-whhd { float: right; }



/* page */
.page a:hover,
.page span:hover,
.page .current { background: #A0C814; }


/* side */
.side { width: 260px; margin-right: 30px;}
.sideBox .hd { background-color: #A0C814; }
#sideMenu .on { border-color: #A0C814; }
#sideMenu .on a, #sideMenu .on a:hover { color: #A0C814; }


/* footer -------------------------------- */
#footer { background: url(../img/foot-bg.jpg) no-repeat center; background-size: cover; }


/* 课程-列表页 -------------------------------------- */
.course-list { padding-left: 10px; }
.course-list>li { clear: both; overflow: hidden; border-bottom: 1px solid #D9D9D9; margin-bottom: 25px; padding-bottom: 30px; position: relative; }
.course-list>li:last-child { border-bottom: none; }
.course-list .title { font-weight: bold; line-height: 50px; height: 50px; align-items: center; display: flex; justify-content: space-between; margin-bottom: 20px; }
.course-list .title .tit,
.course-list .title a { border-bottom: 2px solid #a0c814; color: #a0c814; font-size: 22px; }
.course-list .title .jg { color: #F2AF2D; font-size: 18px; }
.course-list .ul1 { padding: 0 10px; }
.course-list .li2 { overflow: hidden; display: flex; align-items: start; padding-block: 5px 0; }
.course-list .li2>span { width: 80px; margin-right: 10px; display: flex; align-items: center;  }
.course-list .li2>span>em { width: 70px; font-weight: bold; text-align: justify; text-align-last: justify; text-justify:distribute-all-lines; flex: 1; min-width: 0;}
.course-list .intro { flex: 1; min-width: 0; line-height: 2; }
.course-list .intro p { min-height: 20px; }
.course-list .btn-link { position: absolute; right: 10px; bottom: 25px; width: 130px; text-align: center; line-height: 50px; height: 50px; color: #fff; background-color: #A0C814; transition: 0.4s; }
.course-list .btn-link:hover { background-color: #8baf0e; }


/* box-kc-list ---- */
.box-kc-list>.hd { margin-bottom: 20px; }
.box-kc-list .course-list { display: flex; gap: 20px; }
.box-kc-list .course-list>li { width: 335px; border: 1px solid #E3E3E3; box-sizing: border-box; padding: 5px 20px 10px; }
.box-kc-list .course-list .title { border-bottom: 1px solid #a0c814; margin-bottom: 10px; }
.box-kc-list .course-list .title a { font-size: 20px; line-height: 40px; height: 40px; border: none; }
.box-kc-list .course-list .ul1 { padding: 0; }
.box-kc-list .course-list .li2 { border-bottom: 1px solid #D9D9D9; padding-block: 8px; }
.box-kc-list .course-list .li2 span { margin-right: 0; }
.box-kc-list .course-list .li2 span em { font-weight: normal; }
.box-kc-list .course-list .li2:last-child { border-bottom: none; }
.box-kc-list .course-list .limb .intro { padding-top: 5px; line-height: 1.5; height: 48px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }


/* js-tab */
.js-tab .hd { margin-bottom: 25px; }
.js-tab .hd ul { display: flex; justify-content: center; }
.js-tab .hd li { width: 140px; height: 50px; border: 1px solid #E1E1E1; margin: 0 10px; }
.js-tab .hd li a { width: 100%; line-height: 50px; font-size: 18px; box-sizing: border-box; text-align: center; display: block; }
.js-tab .hd li.on { border-color: #A0C814; background-color: #A0C814; color: #fff; }
.js-tab .hd li.on a { color: inherit; }
.js-tab .bd { min-height: 270px; }


/* row-02 ---- */
.row-02 { display: flex; justify-content: space-between; padding-bottom: 30px; }

/* box-ks-list */
.box-ks-list { width: 335px; margin-right: 20px;  }
.box-ks-list .bd .tit { line-height: 50px; font-weight: bold; font-size: 18px; text-align: center; background-color: #A0C814; }
.box-ks-list .bd ul {  overflow: hidden; display: flex; flex-wrap: wrap; gap: 2px;} 
.box-ks-list .bd li { width: 166px; height: 103px; background-color: #F1F6BF; margin-top: 2px; flex: auto;}
.box-ks-list .bd li a { display: block; width: 100%; line-height: 103px; text-align: center; font-size: 18px; font-weight: bold; }



/* box-rc-list */
.box-rc-list { flex: 1; }

.rc-table { width: 100%; }
.rc-table th,
.rc-table td { line-height: 50px; height: 50px; background-color: #F1F6BF; border: 2px solid #fff; text-align: center; }
.rc-table th { background-color: #A0C814; font-weight: bold; font-size: 18px; }