﻿@charset "UTF-8";

body { background-color: #fff; }

.headerTop { position: relative; background: linear-gradient(180deg, #BFD8FF 0%, #FFFFFF 100%); }
.get-home { display: block; }
.btn-search-02 { color: #2973C1; border: 1px solid #2973C1; }
.btn-search-02:hover { background-color: #2973C1; color: #fff;}

.logo,#logo { flex: 1; text-align: left; }

#node-banner { margin-bottom: 20rem;}

#content { margin-top: 0; padding: 0; }

.articleCon .path { margin-bottom: 20rem;}

.infoList li { line-height: 2.5em; height: 2.5em; }
/* 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: 40rem; }
#logo .node-name::before { content: ""; width: 1px; height: 32px; background-color: #a1bef7; position: absolute; top: 50%; transform: translateY(-50%); left: 20px; }

.mainNav .li1 { margin-left: 10rem; }

/* content -------------------------------- */

.Thd { display: flex; justify-content: center; position: relative; align-items: center; margin-bottom: 20rem; }
.Thd::before,
.Thd::after { display: block; content: ""; width: 15px; height: 15px; background-color: #3A70B5;}
.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: 28em; font-weight: bold; color: #3A70B5; line-height: 2em; height: 2em; padding: 0 15rem; }
.Thd h3 a { color: inherit; }

/* row-01 -------- */
.row-01 { padding-block: 40rem 50rem; 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: 40rem; padding-bottom: 40rem; 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: 15rem; }
.item-list li { border-bottom: 1px solid #ddd; padding-bottom: 20rem; margin-bottom: 20rem; display: flex; justify-content: space-between;}
.item-list li:last-child { margin-bottom: 0; }
.item-list .pic { width: 240rem; margin-right: 25rem; margin-top: 10rem; min-width: 0; }
.item-list .pic img { width: 100%; height: auto; }
.item-list .con { flex: 1; min-width: 0; }
.item-list .title { line-height: 1.5em; font-size: 18em; font-weight: bold; margin-bottom: 10rem; }
.item-list .intro { line-height: 1.625em; color: #666; font-size: 16em; }

/* body-teacher */
.body-teacher .path { margin-bottom: 20rem;}
.body-teacher .mainBox .mHd { margin-bottom: 0; height: 60em;}




/* menu-list */
.mHd .menu-list {display: flex; gap: 20px;}
.mHd .menu-list li a { display: block; line-height: 2.5em; height: 2.5em; font-size: 16em; border: 1px solid #ddd; padding: 0 1em; 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: 40rem 50rem; }


.btn-gangao-pic { margin-bottom: 40rem;}
.btn-gangao-pic img { max-width: 100%; height: auto;}

/* 文章-列表页 --------------------------------*/
.mainBox .mHd { margin-bottom: 30rem; padding: 0 0 15rem; border-bottom: 1px solid #D9D9D9; }
.mainBox .mHd h3 { font-size:22em; color: #265fa9; font-weight: bold; border-bottom: none; padding: 0;}



/* 国际考试 -------------------------------- */
.guojikaoshi .path { margin-bottom: 20rem; }
.guojikaoshi .mainBox { border: 1px solid #eee; padding: 0 40rem 20rem; }



/* pageTPList */
.pageTPList .title a { background-image: linear-gradient(#2973C1, #2973C1); }
.pageTPList .title a:hover { color: #2973C1; }

.pageTPList .first.list-bold .title { font-size: 1.2em; text-align: center; }
.pageTPList .first.list-bold .intro { font-size: 0.8em; max-height: 116px; line-height: 1.8; -webkit-line-clamp: 4;}
.pageTPList .first.list-bold .others span.date { display: none; }


@media (min-width:768px) {

}
@media (min-width:992px) {
	.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: 60rem; padding-right: 60rem;}
	.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;}
}


@media (min-width:1400px) {
	.printArea .conTxt img { max-width: 1000px !important;}
}

@media (min-width: 1200px) {
 .body-teacher .picPageList { grid-template-columns:repeat(3, 1fr);}

}
