/* 公共 */
body {
    font-size: 0.875rem;
}

a:link,
a:visited {
    text-decoration: none;
    color: #4d4d4d;
}

a:hover,
a:active {
    text-decoration: none;
    color: #2ca094;
}

.container {
        max-width: 1200px;
    }

@font-face {
    font-family: STXingkai;
    src: url('../font/STXingkai.ttf'), url('../font/STXingkai.eot');
}

.carousel-item {
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

/* 首页 */
.top {
    background-color: #4d4d4d;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.top a {
    color: white;
}

.wrap {
    background-color: #2ca094;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-wrap {
    width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../../images/jyzdzx/school-bg.jpg);
    background-size: 582px 110px;
    background-repeat: no-repeat;
    background-position: right center;
}

.head {
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 70px;
}

.head-logo img {
    width: auto;
    height: 70px;
}

.head-logo-text {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    width: 250px;
    border-left: #fff 1px solid;
    color: #fff;
    height: 70px;
    margin-left: 20px;
    padding-left: 20px;
}

.head-tool {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.head-tool .head-tool-search {
    opacity: 0.9;
}

.head-tool .form-inline .form-control {
    display: inline-block;
    width: 180px;
    vertical-align: middle;
    border-Radius: 0;
}

.head-tool-search button {
    border-Radius: 0;
    background-color: #2ca094;
}

.menu {
    font-size: 1rem;
    background-color: #2ca094;
    height: 45px;
    margin-top: 1px;
}

.menu .nav-pills>li:hover .dropdown-menu {
    display: block;
    margin-top: -1px;
    border-Radius: 0;
}

.menu .nav-pills .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 8px 0;
    margin-top: -1px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.menu .dropdown-items-1 {
    width: 160px;
    line-height: 32px;
}

.menu .dropdown-items-1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    padding: 5px 25px;
    border-Radius: 0;
    font-size: 15px;
}

.menu .dropdown-items-1 a:hover,
.menu .dropdown-items-1 a:focus {
    background-color: #2ca094;
    color: white;
    border-Radius: 0;
}

.menu .dropdown-items-2 {
    width: 320px;
    line-height: 32px;
}

.menu .dropdown-items-2 a {
    display: block;
    width: 160px;
    float: left;
    display: block;
    padding: 5px 25px;
    text-align: inherit;
    white-space: nowrap;
    font-size: 0.875rem;
}

.menu .dropdown-items-2 a:hover,
.menu .dropdown-items-2 a:focus {
    background-color: #2ca094;
    color: white;
    border-Radius: 0;
}

.menu .nav-pills .nav-link {
    line-height: 45px;
    border-Radius: 0;
    padding: 0;
}

.menu .nav-pills .nav-link.active {
    background-color: #28978c;
}

.menu .nav-pills .show>.nav-link {
    background-color: #28978c;
}

.slides {
    padding: 0;
}

.slides .carousel-item {
    height: 400px;
}

.slides .carousel-item img {
    height: 400px;
    object-fit: cover;
}

.slides .carousel-indicators li {
    width: 65px;
    height: 3px;
}

.slides .iconfont {
    font-size: 3rem;
}

.info-item {
    margin: 20px 0 0;
}

.info-item .title {
    font-size: 1.125rem;
    font-weight: 800;
    height: 40px;
    line-height: 40px;
    color: #424242;
    border-bottom: 1px solid #424242;
}

.info-item .title a {
    color: #424242;
}

.info-item .title a:link {
    padding-bottom: 8px;
    color: #424242;
    border-bottom: 2px solid #2ca094;
}

.info-item .title a:visited {
    padding-bottom: 8px;
    color: #424242;
    border-bottom: 2px solid #2ca094;
}

.info-item .pointmore,
.info-item .pointmore a {
    font-size: 1.125rem;
    font-weight: 800;
    height: 40px;
    line-height: 40px;
    color: #2ca094;
}

.info-item .pointmore a:link {
    border: none;
}

.info-item .media {
    line-height: 26px;
}

.info-item .media img {
    width: 120px;
    height: 80px;
}

.info-item .content {
    margin: 12px 0;
    height: 190px;
    line-height: 33px;
}

.info-item .content-ul>li {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 12px;
}

.info-item .content-ul>li:after {
    content: "";
    background: #ccc;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    margin-top: -2px;
    position: absolute;
    left: 0;
    top: 50%;
}

.info-item .content-ul>li span {
    color: #a5a8a8;
    font-size: 13px;
}

/*日历*/
.calendar-wrap {
    width: 282px;
}

.calendar {
    width: 282px;
    margin-top:5px;
}

.calendar-container {
    width: 100%;
}

.calendar .added-event {
    display: none;
}

.calendar-box {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.calendar-pages {
    position: relative;
    padding-bottom: 15px;
}

.calendar-pages>.header {
    text-align: center;
    background: #62b9b0;
    position: relative;
}

.add-dot {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.add-dot h1 {
    font-size: 14px;
    font-weight: bold;
}

.add-dot .prev,
.add-dot .next {
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 18px;
    line-height: 20px;
    color: #62b9b0;
}

.calendar-pages>.header .day-names {
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
    height: 25px;
    line-height: 25px;
}

.calendar-pages>.header h2 {
    width: 40px;
    font-size: 13px;
    text-align: center;
    height: 25px;
    color: #fff;
    line-height: 25px;
    border-right: 1px solid #fff;
}

.calendar-pages>.header h2:last-child {
    border-right: 0 !important;
}

.calendar .header h2:first-child {
    background: none !important;
}

.calendar .days {
    margin-bottom: 15px;
    text-align: center;
}

.calendar .days .day {
    display: inline-block;
    width: 40px;
    height: 25px;
    font-size: 13px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    line-height: 25px;
    cursor: pointer;
    position: relative;
}

.calendar .days {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.calendar .days .day:hover {
    background-color: #e6eff1;
}

.calendar .days .day:nth-child(7n+1) {
    border-left: 0 solid #e0e0e0;
}

.calendar .days .day:nth-child(7n) {
    border-right: 0 !important;
}

.calendar .days .day:nth-child(1),
.calendar .days .day:nth-child(2),
.calendar .days .day:nth-child(3),
.calendar .days .day:nth-child(4),
.calendar .days .day:nth-child(5),
.calendar .days .day:nth-child(6),
.calendar .days .day:nth-child(7) {
    border-top: 0 !important;
}

.calendar .days .day:nth-last-child(1),
.calendar .days .day:nth-last-child(2),
.calendar .days .day:nth-last-child(3),
.calendar .days .day:nth-last-child(4),
.calendar .days .day:nth-last-child(5),
.calendar .days .day:nth-last-child(6),
.calendar .days .day:nth-last-child(7) {
    border-bottom: 1px solid #e0e0e0;
}

.calendar .days .day>.event-single {
    display: none;
}

.calendar .days .day i {
    position: absolute;
    left: 0;
    top: 0;
    width: 37px;
    height: 40px;
    display: inline-block;
}

.calendar .circle {
    position: absolute;
    right: 0;
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fd7e14;
}

.calendar .add-event {
    float: right;
    display: none;
    width: 250px !important;
    position: absolute;
    background: #ece9e3;
}

.calendar .add-event:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ece9e3;
    border-left: 15px solid transparent;
    top: -15px;
    left: 50px;
}

.calendar .events {
    height: auto !important;
    position: relative;
}

.calendar .events .events-list {
    max-height: 100%;
    overflow-x: auto;
    padding: 2px 2px 0 2px;
    position: relative;
    z-index: 2;
}

.calendar .events .event-single {
    border-bottom: 1px solid #cfccc4;
    padding: 5px;
}

.calendar .events .event-single p {
    line-height: 25px;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.calendar .events .event-single span {
    font-size: 12px;
    line-height: 20px;
}

.sub-link {
    margin-top: 40px;
    width: 1170px;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
    margin-bottom: 40px;
    height: 60px;
}

.sub-link ul {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.contact {
	height: 190px;
	background-color: #2ca094;
	color: white;
	overflow: hidden;
}

.contact a {
	color: white;
}

.nav-b {
	margin: 30px 0;
	width: 375px;
	overflow: hidden;
}

.nav-b li {
	float: left;
	line-height: 32px;
	width: 350px;
	text-align: left;
}

.friendlink {
	margin: 30px 0;
	width: 375px;
	overflow: hidden;
}

.friendlink ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.friendlink li{
	min-width: 100px;
	line-height: 32px;
}

.contact-b {
	margin: 30px 0;
	width: 375px;
	overflow: hidden;
}

.contact-b .qrcode {
	width: 125px;
	float: left;
	font-size: 1rem;
	line-height: 32px;
}

.contact-b .qrcode img{
	margin-left: 27px;
	width: 70px;
	height: 70px;
}

.contact-b .qrcode span {
	width: 125px;
	display: block;
	text-align: center;
}

.contact-b .link {
	width: 375px;
	font-size: 1rem;
	line-height: 32px;
}

.logo-b {
    margin: 32px auto 0;
    width: 320px;
    border-left: 1px solid #5593be;
    border-right: 1px solid #5593be;
    overflow: hidden;
}

.logo-b img {
    width: 130px;
    height: 130px;
    margin: 0 95px;
}

.bottom {
    color: #ccdbe6;
    height: 40px;
    line-height: 40px;
    background-color: #004d82;
    text-align: center;
    overflow: hidden;
}

.bottom a {
    color: #ccdbe6;
}

/* 文字列表栏目页 */
.banner {
    padding: 0;
}

.banner .banner-item {
    height: 350px;
}

.banner .banner-item img {
    height: 350px;
    object-fit: cover;
}

.nav-l {
    width: 250px;
    margin: 20px 0;
}

.nav-l .title {
    height: 60px;
    background-color: #28978c;
    border-bottom: 3px solid #32bcaf;
}

.nav-l .title .iconfont {
    font-size: 2rem;
    margin-right: 10px;
    line-height: 60px;
    display: block;
    float: left;
}

.nav-l .title .icontext {
    font-size: 1.2rem;
    line-height: 60px;
    display: block;
    float: left;
}

.nav-l .content li {
    background-color: #f2f2f2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1rem;
}

.link-l {
    width: 250px;
    margin: 20px 0;
}

.link-l .title {
    height: 60px;
    background-color: #9ca4b6;
    border-bottom: 3px solid #c2c7d2;
}

.link-l .title .iconfont {
    font-size: 2rem;
    margin-right: 10px;
    line-height: 60px;
    display: block;
    float: left;
}

.link-l .title .icontext {
    font-size: 1.2rem;
    line-height: 60px;
    display: block;
    float: left;
}

.link-l .content li {
    background-color: #f2f2f2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1rem;
}

.list-r {
    margin: 20px 0;
}

.list-r .title {
    height: 45px;
    border-bottom: 2px solid #2ca094;
}

.list-r .title .text {
    font-size: 1.2rem;
    line-height: 45px;
    color: #2ca094;
}

.list-r .title .nav,
.list-r .title .nav a {
    float: right;
    line-height: 45px;
    color: #767676;
}

.list-r .content li {
    line-height: 55px;
    color: #767676;
    height: 55px;
    font-size: 1rem;
    border-bottom: 1px dashed #e4e4e4;
    overflow: hidden;
}

.list-r .content li>span {
    color: #9b9b9b;
    float: right;
}

.list-r .page-item.active .page-link {
    background-color: #2ca094;
    border-color: #2ca094;
}

/* 内容页 */
.info {
    margin: 20px 0 50px;}

.info>.title {
    height: 45px;
    border-bottom: 2px solid #2ca094;}

.info>.title>.text {
    font-size: 1.2rem;
    line-height: 45px;
    color: #2ca094;}

.info>.title>.nav,
.info>.title>.nav a {
    float: right;
    line-height: 45px;
    color: #767676;}

.info .content {
    line-height: 35px;
    font-size: 1rem;}

.info .content .title {
    width: 90%;
    margin: 30px auto 0;
    display: block;
    text-align: center;}

.info .content .title h3 {
    line-height: 50px;}

.info .content .items {
    display: block;
    font-size: 0.875rem;
    text-align: center;
    line-height: 75px;
    border-bottom: 1px dashed #2ca094;}

.info .content .text {
    display: block;
    margin: 20px 0;}

.info .content .text p{
    padding: 0;
    margin: 0;}

.listpage span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;}

.info>.textpage a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;}

.info>.textpage b {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffffff;
    background-color: #2ca094;
    border: 1px solid #2ca094;}

.info .linkpage>span {
    display: block;
    line-height: 35px;}