.mobile-menu-2 {
    width: 100%;
    text-align: center;
    line-height: 45px;
    margin-bottom: 20px;
}

.mobile-menu-list>a>li {
    background-color: #ecf2fa;
    border-bottom: 1px solid #fff;
}

.mobile-menu-list>a:hover {
    color: #fff;
}
.mobile-menu-list>a:hover>li {
    background-color: #186CC4;
}

.tit {
    background-color: #186CC4;
    color: #fff;
    position: relative;
}

.tit>.glyphicon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.tit>.glyphicon-menu-up {
    display: none;
}
.tit.on>.glyphicon-menu-up {
    display: inline-block;
}
.tit.on>.glyphicon-menu-down {
    display: none;
}

.mobile-menu-list {

}



.xxgk-menu {
    /* margin: 0 10px; */
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    /* position: fixed; */
    top: 200px;
    right: 200px;
}
.xxgk-menu-title {
    height: 80px;
    background-color: #1d2353;
    position: relative;
    overflow: hidden;
}
.xxgk-menu-title-left-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.xxgk-menu-title-right-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}
.xxgk-menu-title>p {
    color: #fff;
    margin-left: 30%;
    line-height: 80px;
    font-size: 20px;
    text-shadow: rgb(6 0 1 /0.3) 0 2px 5px;
font-size: 20px !important;
}
.xxgk-menu-list {
    background-color: #fff;
    padding-bottom: 10px;
}
.xxgk-menu-item {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 10px;
    border-bottom: 3px solid #EEEEEE;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.xxgk-menu-item>.glyphicon-menu-right {
    top: 2px;
    color: #E5E5E5;
    font-size: 18px;
}
.xxgk-menu-item.on {
    color: #186CC4;
    font-size: 20px;
}
.xxgk-menu-item>span {
    display: inline-block;
    width: 90px;
}

.xxgk-content {
    background-color: #fff;
    overflow: hidden;
    padding: 30px 10px;
}
.xxgk-content .leaderImg img{
    width: 180px;
    height: 310px;
    display: block;
    margin: 10px auto;
}
.xxgk-row{
    margin-bottom: 50px;
}

.xxgk-content p {
    font-size: 16px;
    text-indent: 2em;
    /* line-height: 35px; */
}

.xxgk-title {
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 60px;
    margin: 0 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #EEEEEE;
    font-size: 18px;
    font-weight: 700;
}
.xxgk-title>img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.xxjj-menu-item {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.xxjj-main {
    padding: 0 20px;
    padding-bottom: 40px;
}
.content-xxjj>p {
    font-size: 16px;
    text-indent: 2em;
}
.content-xxjj-img {
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0;
    margin: 0 10px;
}
.xxjj-background {
    width: 55%;
    height: calc(100% - 90px);
    background-color: #186CC4;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    text-align: center;
}
.xxjj-background:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 30px;
    background: url("../wximg/xxjj/icon.png");
}
.xxjj-background>.title {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    text-indent: 0;
}
.xxjj-background>.main-text {
    margin: 10px 10%;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.xxjj-background {
        width: 100%;
        padding: 20px 0;
        position: relative;
        top: 0;
        transform: none;
        right: 0px;
    }
.history-title {
    text-align: center;
}
.history-title>p {
    font-size: 24px;
}

.history-item {
    position: relative;
    display: flex;
    align-items: center;

}

.history-left, .history-right {
    display: inline-block;
    min-height: 150px;
    padding: 20px 0;
}

.history-left>p {
    text-align: center;
    line-height: 60px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-indent: 0;
    text-shadow: rgb(6 0 1 /0.3) 0 2px 10px;
}


.history-right-content {
    padding-top: 35px;
    padding-bottom: 55px;
    padding-left: 20px;
    margin-right: 30px;
    border-bottom: 1px solid #EEEEEE;
}

.teaching-content {
    background-color: rgb(247, 250, 253);
    padding: 20px;
}

.teaching-content>p {
    padding: 20px 0;
}

.teaching-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    height: 150px;
}

.teaching-box .number {
    font-size: 30px;
}

.teaching-box::after {
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(95, 126, 184, 0.3);
}

.teaching-box>p {
    line-height: 34px;
    padding-left: 30px;
    padding-right: 10px;
    text-indent: 0;
}

.teaching-box>p:first-child {
    font-size: 16px;
    color: #253083;
}

.teaching-box>p:last-child {
    font-size: 16px;
}

.teacher-content {
    padding: 20px;
}

.teacher-content-main {
    display: flex;
}
.teacher-content-main-img {
    position: relative;
    min-width: 180px;
}

.teacher-content-main>.teacher-content-main-img>img {
    max-width: 280px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100px;
}

.teacher-content>img {
    width: 100%;
}


.teacher-box-area>p {
    font-size: 16px;
    line-height: 30px;
    padding: 40px;
}

.teacher-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.teacher-box>.count {
    width: 60px;
}

.teacher-box>.count>.number {
    font-size: 30px;
}

.teacher-box>.txt {
    padding-left: 20px;
}

.teacher-box>p {
    font-size: 16px;
    white-space: nowrap;
    text-indent: 0;
}

.teacher-box>p>span {
    display: inline-block;
    font-size: 26px;
    color: #253083;
    margin-left: auto;
}

.teacher-box::after {
    content: "";
    width: 1px;
    height: 60%;
    position: absolute;
    bottom: 10px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(95, 126, 184, 0.3);
}
.normal-content {
    padding: 20px;
}
.rcpy-img {
    float: right;
    width: 300px;
}
.rcpy-img>img {
    width: 100%;
}

.kxjy-img {
    float: right;
    width: 300px;
}

.kxjy-img>img {
    width: 100%;
}

.jxgg-img {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.shfw-img {
    float: left;
    width: 300px;
    margin-right: 20px;
}
.shfw-img>img {
    width: 100%;
}

.gjjl-img {
    float: right;
    width: 300px;
}
.gjjl-img>img {
    width: 100%;
}

.jswm-img {
    float: left;
    width: 300px;
    margin-right: 20px;
}
.jswm-img>img {
    width: 100%;
}
.lrld-table {
    margin-top: 40px;
}
.xrld-content-main {
	width: 100%;
	padding-left: 40px;
}

.xrld-content {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-radius: 20px 20px 0 0;
	box-shadow: 0 0 15px #cfcfcf;
}

.xrld-top {
	text-align: center;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 20px 20px 0 0;
	background-color: #1d2353;
	color: #fff;
	font-size: 20px;
}

.commissioner>.row {
	margin: 0;
}

.commissioner .xrld-item {
	display: block;
	text-align: center;
	position: relative;
        font-size: 16px;
}
.commissioner .xrld-item::after {
	content: "";
	height: 50%;
	width: 2px;
	background-color: #d3d3d3;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.commissioner .xrld-item:nth-child(3n + 1)::after {
	background-color: transparent;
}

.commissioner .xrld-item span {
	font-size: 18px;
}

.xrld-item {
	padding: 10px;
	height: 100%;
	display: flex;
}

.xrld-item p {
	display: inline-block;
	height: 100%;
	text-indent: 0;
}

.sp-principal .ld-position {
	width: 45%;
	text-align: right;
}

.sp-principal .ld-name {
	width: 45%;
	padding-left: 20px;
}

.ld-position {
	font-size: 18px;
	width: 40%;
	padding: 10px 0;
	padding-left: 20px;
	position: relative;
}

.ld-position::after {
	content: "";
	height: 50%;
	width: 2px;
	background-color: #d3d3d3;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.ld-name {
	width: 60%;
	font-size: 18px;
	padding: 10px 10px;
}


.ld-name span {
	display: inline-block;
	padding: 10px;
}

.third-lead {
	margin-top: 18px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td,
.table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none;
    padding-left: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.table>tbody>tr>th {
    font-size: 14px;
}
.table>tbody>tr>td.col-1 {
    color: #186CC4;
    font-size: 18px;
    position: relative;
}
.table>tbody>tr>td.col-1::after {
    content: "";
    position: absolute;
    height: 40%;
    width: 2px;
    background-color: #186CC4;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.table>tbody>tr>td.col-2, .table>tbody>tr>td.col-3, .table>tbody>tr>td.col-4,
.table>tbody>tr>th.col-2, .table>tbody>tr>th.col-3, .table>tbody>tr>th.col-4 {
    text-align: center;
}


/* Normal desktop :992px. */
@media (min-width: 800px) and (max-width: 1920px) {
    .teacher-box.col-md-4:nth-child(3n)::after,
    .teacher-box.col-md-6:nth-child(2n)::after,
    .teacher-box.col-md-12:nth-child(n)::after {
        width: 0;
    }
    .teaching-box.col-md-4:nth-child(3n)::after,
    .teaching-box.col-md-6:nth-child(2n)::after,
    .teaching-box.col-md-12:nth-child(n)::after {
        width: 0;
    }
    .teacher-content-main-img {
        display: none;
    }


.history-main{
	background-image: url(../wximg/xxgk/lsyg.png);
	background-repeat: no-repeat;
}
.history-left {
    width: 30%;
}
.history-right {
    width: 70%;
    background-color: #fff;
}
    .teaching-content-main{
       display:flex !important;
    }

.history-item::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30%;
    background-color: #EEEEEE;
}
}


/* Normal desktop :992px. */
@media (min-width: 1921px) and (max-width:3840px) {
    .teacher-box.col-md-4:nth-child(3n)::after,
    .teacher-box.col-md-6:nth-child(2n)::after,
    .teacher-box.col-md-12:nth-child(n)::after {
        width: 0;
    }
    .teaching-box.col-md-4:nth-child(3n)::after,
    .teaching-box.col-md-6:nth-child(2n)::after,
    .teaching-box.col-md-12:nth-child(n)::after {
        width: 0;
    }
    .teacher-content-main-img {
        display: none;
    }


.history-main{
	background-image: url(../wximg/xxgk/lsyg.png);
	background-repeat: no-repeat;
}
.history-left {
    width: 30%;
}
.history-right {
    width: 70%;
    background-color: #fff;
}
    .teaching-content-main{
       display:flex !important;
    }

.history-item::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30%;
    background-color: #EEEEEE;
}
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .teacher-box.col-sm-4:nth-child(3n)::after,
    .teacher-box.col-sm-6:nth-child(2n)::after,
    .teacher-box.col-sm-12:nth-child(n)::after {
        width: 0;
    }
    .teaching-box.col-sm-4:nth-child(3n)::after,
    .teaching-box.col-sm-6:nth-child(2n)::after,
    .teaching-box.col-sm-12:nth-child(n)::after {
        width: 0;
    }
    .teacher-box>p {
        font-size: 14px;
    }
    .teacher-box>.count>.number {
        font-size: 20px;
    }
    .teacher-content-main-img {
        display: none;
    }
    .content-xxjj-img {
        display: block;
        text-align: center;
    }
    .content-xxjj-img>img {
        max-width: 100%
    }
    .xxjj-background {
        width: 100%;
        padding: 20px 0;
        position: relative;
        top: 0;
        transform: none;
        right: 0px;
    }
  .teaching-content-main {
    display: block;!important;
  }
.history-item::after{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30%;
    background-color: none !important;
 }
}

/* Mobile :767px. */
@media (max-width: 767px) {
    .history-left>p {
        font-size: 40px;
    }
    .teacher-box.col-xs-4:nth-child(3n)::after,
    .teacher-box.col-xs-6:nth-child(2n)::after,
    .teacher-box.col-xs-12:nth-child(n)::after {
        width: 0;
    }
    .teaching-box.col-xs-4:nth-child(3n)::after,
    .teaching-box.col-xs-6:nth-child(2n)::after,
    .teaching-box.col-xs-12:nth-child(n)::after {
        width: 0;
    }
    .teacher-box>p {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .teacher-box>.count>.number {
        font-size: 20px;
    }
    .teaching-box-img {
        display: none;
    }
    .teacher-content-main-img {
        display: none;
    }
    .content-xxjj-img {
        display: block;
        text-align: center;
    }
    .content-xxjj-img>img {
        max-width: 100%
    }
    .xxjj-background {
        width: 100%;
        padding: 20px 0;
        position: relative;
        top: 0;
        transform: none;
        right: 0px;
    }
		.xrld-top {
			font-size: 20px;
		}
		.xrld-item>p {
				font-size: 16px;
		}
  .teaching-content-main {
    display: block;!important;
  }
.history-item::after{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30%;
    background-color: none !important;
 }
}
@media (min-width: 320px) and (max-width: 799px) {
  .teaching-content-main>img {
    display: none;!important;
  }
  .history-left{
    width:0 !important;
  }
  .history-right{
    width:100% !important;  
}
.history-right-content{
    padding-top: 35px;
    padding-bottom:  0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
   border-bottom: none !important;
}
.history-item::after{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30%;
    background-color: none !important;
 }
}

/*******************************************20240423**********************************************/
strong {
  font-weight: bold;
}
/*******************************************20240423**********************************************/
