﻿@charset "UTF-8";

body { background-color: #fff; }

.headerTop { position: relative; background: linear-gradient(180deg, #BFD8FF 0%, #FFFFFF 100%); }
.get-home { display: block; }
.search a { color: #2973C1; border: 1px solid #2973C1; }
.search a:hover { background-color: #2973C1; color: #fff;}

#node-banner { margin-bottom: 20px;}

#content { margin-top: 0; padding: 0; }

.articleCon {  padding: 40px 50px 20px; border: 1px solid #eee; }
.articleCon .path { margin-bottom: 20px;}

.infoList li { line-height: 40px; height: 40px; }
/* header -------------------------------- */

.topNav { padding-right: 100px;}

/* logo */
#logo { display: flex; align-items: center; 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: block; } */

.mainNav .li1 { margin-left: 10px; }

/* content -------------------------------- */

.Thd { display: flex; justify-content: center; position: relative; margin-bottom: 40px; }
.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; }

/* row-01 -------- */
.row-01 { padding-block: 40px 50px; text-align: left;}

/* box-dot */
.box-dot .hd { display: flex; justify-content: space-between; height: 40px; padding-bottom: 20px; align-items: center; margin-bottom: 25px; border-bottom: 1px solid #E0E0E0; }
.box-dot .hd h3 { flex: 1; min-width: 0; text-align: left; font-size: 22px; font-weight: bold; position: relative; display: flex; align-items: center; }
.box-dot .hd h3::before { content:"\E838"; font-family: iconfont; font-size: 45px; font-weight: normal; color: #1971c2; margin-right: 5px;}
.box-dot .hd h3 a:hover { color: #3A70B5; }
.box-dot .hd .more { font-size: 14px; color: #999; }
.box-dot .hd .more:hover { color: #3A70B5; }
.box-dot .hd li { float: left; font-size: 32px; position: relative; }
.box-dot .hd li a { padding: 0 20px; color: #666;}
.box-dot .hd li.on a { font-weight: bold; color: #000; }
.box-dot .hd li.on::after { display: block; content: ""; height: 2px; background-color: #3A70B5; width: 100%; position: absolute; bottom: -25px; left: 0; }


/* box-news */
.box-news { float: left; width: 800px; margin-right: 40px; }
.box-news .hd { margin-bottom: 16px; }

/* box-about */
.box-about { overflow: hidden; }
.box-about .hd h3::before { content:"\E833";}
.box-about .intro { line-height: 33px; text-indent: 2em; text-align: justify; text-justify:distribute-all-lines;
	overflow: hidden; display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.box-about .bd-odd .intro { float: left; width: 390px; }
.box-about .bd-odd .pic { width: 140px; transition: 0.5s; float: right; }
.box-about .bd-odd .pic a { display: block; background: url(../img/bg.jpg) no-repeat center; background-size: cover; text-align: center; color: #fff; box-sizing: border-box; font-size: 18px; padding-top: 50px; height: 254px;}
.box-about .bd-odd .pic a::before { display: block; content: "\E836"; font-family: iconfont; font-size: 80px; line-height: 1.1; transition: 0.5s; }
.box-about .bd-odd .pic: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); }
.box-about .bd-odd .pic:hover a::before { transform: rotateY(180deg); }

/* row-02 -------- */
.row-02 { text-align: left; padding-top: 40px; padding-bottom: 40px; position: relative; }
.row-02::before { background: linear-gradient(0deg, #BFD8FF 0%, #FFFFFF 100%); display: block; position: absolute; bottom: 0; left: 0; width: 100%; min-width: 1400px; content: ""; height: 200px; }


/* bd-photo */
.bd-photo { position: relative; width: 1400px; overflow: hidden; }
.bd-photo .arrow::before { content: "\E807"; font-family: iconfont; font-size: 20px; width: 30px; height: 30px; text-align: center; line-height: 30px; background-color: rgba(0, 0, 0, 0.5); z-index: 1; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; transition: 0.4s; }
.bd-photo .prev::before { left: 0; content: "\E808"; border-radius: 0 30px 30px 0;}
.bd-photo .next::before { right: 0; border-radius: 30px 0 0 30px; }
.bd-photo:hover .arrow::before { background-color: rgba(0, 0, 0, 1.0); }


/* pic-list */
.pic-list li { float: left; width: 330px; height: 208px; margin-right: 27px; overflow: hidden; position: relative; }
.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); }

/*
.pageTPList li.first .title { text-align: center; }
.pageTPList li.first .intro { text-indent: 2em;} */
 
/* 学术中心 --------------------------------*/
.box-halves { width: 48%; }

.body-xszx .row-01 .fl { width: 800px; }
.body-xszx .row-01 .fr { width: 560px; }
.body-xszx .row-01 .fr .intro { text-indent: 2em; line-height: 30px; text-align: justify; text-justify:distribute-all-lines; }


/* 教师培训 --------------------------------*/
/* teacher */
.teacher .mainNav #li-pxxm .ul1 { width: 250%; }

/* row-tearch */
.row-tearch .container { display: flex; justify-content: space-between; padding-top: 30px;}

/* box-color */
.box-color { min-width: 0; width: 49%; border: 1px solid #E1E1E1; position: relative; padding: 60px 30px 30px; box-sizing: border-box; position: relative; }
.box-color .hd { line-height: 60px; height: 60px; text-align: center; position: absolute; top: -30px; left: 0; width: 100%;}
.box-color .hd h3 { text-align: center; font-weight: bold; line-height: 60px; width: 80%; margin: 0 auto; border-radius: 30px; background-color: #2654B0; color: #fff; font-size: 22px; }
.box-color .hd h3 a { color: inherit; }
.box-color .intro { text-align: justify; text-justify:distribute-all-lines; line-height: 30px; }
.box-color .intro p { margin-bottom: 10px; }
.box-color .intro p:last-child { margin-bottom: 0; }

/* box-pxgb */
.box-pxgb { display: flex; justify-content: space-between; }
.box-pxgb li { width: 260px; text-align: center; min-width: 0; }
.box-pxgb .pic{ display: block; position: relative;transition: all 200ms ease 0s;overflow: hidden; margin-bottom: 10px;}
.box-pxgb .pic:hover{filter: alpha(opacity=80);opacity: .8;}
.box-pxgb .pic: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);}
.box-pxgb .pic:hover:before{left: 150%;transition: left 1s ease 0s; }

/* item-page */
.item-page .path { margin-bottom: 15px; }
.item-list li { border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; display: flex; justify-content: space-between;}
.item-list li:last-child { margin-bottom: 0; }
.item-list .pic { width: 240px; margin-right: 25px; margin-top: 10px; }
.item-list .pic img { width: 240px; height: auto; }
.item-list .con { flex: 1 0 0%; }
.item-list .title { line-height: 40px; height: 40px; font-size: 18px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.item-list .intro { font-size: ; line-height: 26px; color: #666; }

/* body-teacher */
.body-teacher .path { margin-bottom: 20px;}
.body-teacher .mainBox .mHd { margin-bottom: 0;}

.body-teacher .picPageList li { width: 31.3%;}
.body-teacher #sideMenu .hd { display: none; }
.body-teacher #sideMenu .bd { padding: 0;}
.body-teacher #sideMenu .bd li { text-align: center; }
.body-teacher #sideMenu .bd li a { padding-left: 60px; padding-right: 60px;}
.body-teacher #sideMenu .bd li:last-child { border-bottom: 0;}
.body-teacher #sideMenu .bd li a::before { display: none; }
.body-teacher #sideMenu .bd li.on { background-color: #2055BD;}
.body-teacher #sideMenu .bd li.on a { color: #fff;}
.body-teacher #sideMenu .bd li.on a::before { background-color: #fff;}


/* menu-list */
.mHd .menu-list {display: flex; gap: 20px;}
.mHd .menu-list li a { display: block; line-height: 40px; height: 40px; border: 1px solid #ddd; padding: 0 15px; transition: 0.4s; }
.mHd .menu-list li.on a,
.mHd .menu-list li a:hover { background: #265fa9; color:#fff; border-color: #265fa9; }

/* 苏台基础教育发展论坛 --------------------------------*/
/* top-pic-list */
.top-pic-list { overflow: hidden; position: relative; padding-left: 430px; height: 406px; }
.top-pic-list li { float: left; margin-left: 20px; width: 465px; background-color: #F8F8F8; overflow: hidden; margin-bottom: 20px; }
.top-pic-list .pic { width: 290px; height: 193px; float: left; overflow: hidden;}
.top-pic-list .pic img { display: block; width: 100%; height: 100%; transition: 0.4s; }
.top-pic-list .con { padding: 15px; overflow: hidden; }
.top-pic-list .title { line-height: 26px; text-align: left; }
.top-pic-list .intro { display: none; }
.top-pic-list .first { position: absolute; margin-left: 0; left: 0; top: 0; width: 430px; background-color: #2654B0; height: 406px;}
.top-pic-list .first .pic { width: 430px; height: 286px; float: none; }
.top-pic-list .first .intro { display: block; font-size: 14px; line-height: 22px; color: #fff; opacity: 0.5; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.top-pic-list .first .title { font-size: 18px; font-weight: bold; color: #fff; margin-bottom: 8px; line-height: 30px; height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.top-pic-list .first .title a { color: inherit; }
.top-pic-list .pic:hover img { transform: scale(1.05); }

/* row-xsh */
.row-xsh { background: linear-gradient(90deg, #F9F9F9 0%, #F4FAFD 100%); padding-block: 40px 50px; }
.row-xsh .top-pic-list li { background-color: #fff; }
.row-xsh .top-pic-list .first { background-color: #2654B0; }

/* row-nxh */
.row-nxh { padding-block: 40px 50px; }


.btn-gangao-pic { margin-bottom: 40px;}
.btn-gangao-pic img { max-width: 100%; height: auto;}

/* 文章-列表页 --------------------------------*/
.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 .title a { background-image: linear-gradient(#2973C1, #2973C1); }
.pageTPList .title a:hover { color: #2973C1; }

.pageTPList .first.list-bold .title { font-size: 24px; text-align: center; }
.pageTPList .first.list-bold .intro { font-size: 16px; max-height: 116px; line-height: 1.8; -webkit-line-clamp: 4;}
.pageTPList .first.list-bold .others span.date { display: none; }

.printArea .conTxt img { max-width: 1000px !important;}