/* 局部样式表 */

.main {
    min-height: 0px;
    /* min-height: 640px; */
    background: #ffffff;
}

/* banner轮播图 */
.banner-slider {
    width: 100%;
    position: relative;
}
.direction {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.direction .row {
    position: relative;
}
.direction-prev {
   width: 62px;
   height: 62px;
   background: url(../images/banner_arrow_left.png) center center no-repeat;
   position: absolute;
   left: 30px;
   top: 50%;
   transform: translateY(-50%);
}
.direction-prev:hover {
  cursor: pointer;  
}
.direction-next {
    width: 62px;
    height: 62px;
    background: url(../images/banner_arrow_right.png) center center no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.direction-next:hover {
    cursor: pointer;  
}

/* 成教平台登录、自考平台登录、培训平台登录、2020新生缴费、雨课堂在线 */
.main-section1 {
    width: 100%;
    padding: 10px 0px 0px;
}
.section1-item {
    float: left;
    width: 158px;
    height: 80px;
    margin-right: 44px;
    margin-bottom: 13px;
    text-align: center;
}
.section1-item.shadow {
    box-shadow: 5px 5px 5px #aaaaaa;
    font-weight: bold;
}
.section1-item .item-icon {
    height: 45px;
    background-repeat: no-repeat;
    background-position: center 8px;
    background-size: 30px;
}
.section1-item p {
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
}
.section1-item:nth-child(1) {
    background: #0193da;
}
.section1-item:nth-child(2) {
    background: #e8a54d;
}
.section1-item:nth-child(3) {
    background:#256eb6;
}
.section1-item:nth-child(4) {
    background:#0ba299;
}
.section1-item:nth-child(5) {
    background: #0b87a2;
}

.section1-item:nth-child(6) {
    background: #3db2c4;
    margin-right: 0px;
}

.section1-item:nth-child(1) .item-icon {
    background-image: url(../images/index_icon_1.png);
    
}
.section1-item:nth-child(2) .item-icon {
    background-image: url(../images/index_icon_2.png);
    
}
.section1-item:nth-child(3) .item-icon {
    background-image: url(../images/index_icon_3.png);
    
}
.section1-item:nth-child(4) .item-icon {
    background-image: url(../images/index_icon_4.png);
    
}
.section1-item:nth-child(5) .item-icon {
    background-image: url(../images/index_icon_5.png);
    
}

.section1-item:nth-child(6) .item-icon {
    background-image: url(../images/index_icon_5.png);
    
}

/* 列表名称，第一类 */
.section-title {
    width: 100%;
    margin: 10px 0 0px;
    border-bottom: 2px solid #bfbfbf;
}
.section-title p{
    display: inline-block;
    font-size: 20px;
    line-height: 27px;
    color: #256eb6;
    border-bottom: 4px solid #256eb6;
    margin-bottom: -2px;
    font-weight: bold;
}
.section-title a {
    float: right;
    color: #666666;
    font-size: 12px;
    line-height: 31px;
}
.section-title a:hover {
    color: #256eb6;
}

/* 新闻动态 */
.main-section2 {
    width: 100%;
}
.section2-info1 {
    float: left;
    width: 766px;
}
.section2-info1 .section-content {
    position: relative;
    height: 100%;
}
.section2-info1 .list-title-first a {
    width: 360px;
    height: 100%;
    float: left;
}
.section2-info1 .title-first-img {
    margin-top: 20px;
    width: 360px;
    height: 203px;
    background: #eeeeee;
    text-align: center;
}
.section2-info1 .title-first-img img {
    height: 100%;
    max-width: 100%;
}
.section2-info1 .title-first-info {
    padding: 0px 20px;
    background: #eeeeee;
    height: 113px;
}
.section2-info1 .title-first-info span {
    font-size: 12px;
    line-height: 36px;
    color: #256eb6;
}
.section2-info1 .title-first-info p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: bold;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.section2-info1 .title-first-info p:hover {
    color: #256eb6;
}
.section2-info1 .list-title a {
    display: block;
    margin-left: 375px;
    width: 390px;
    font-size: 16px;
    line-height: 40px;
    color: #000000;
    border-bottom: 1px solid #e5e5e5;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.section2-info1 .list-title a:hover {
    color: #256eb6;
}
.section2-info1 .list-title span {
    font-size: 12px;
    line-height: 40px;
    color: #005da6;
    margin-right: 5px;
}

/* 通知公告 */
.section2-info2 {
    float: right;
    width: 370px;
}
.section2-info2 .list-title {
    width: 100%;
    height: 52px;
    margin-top: 15px;
}
.section2-info2 .list-title .list-title-date {
    float: left;
    width: 62px;
    height: 52px;
    background: #e5e5e5;
    text-align: center;
}
.section2-info2 .list-title .list-title-date span {
    color: #256eb6;
    font-size: 20px;
    line-height: 30px;
}
.section2-info2 .list-title .list-title-date p {
    background: #256eb6;
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
}
.section2-info2 .list-title .list-title-info {
    position: relative;
    margin-left: 72px;
    height: 52px;
}
.section2-info2 .list-title .list-title-info p {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    font-size: 16px;
    line-height: 26px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.section2-info2 .list-title .list-title-info p:hover {
    color: #256eb6; 
}

/* 学院联系电话 */
.main-section3 {
    width: 100%;
    margin: 40px 0px;
    background: linear-gradient(270deg,#3c7abd, #459fdd);
    line-height: 63px;
    text-align: center;
    color: #ffffff;
    border-radius: 32px;
}
.section3-info1 {
    float: left;
    height: 63px;
    margin-left: 35px;
}
.section3-info1 img {
    width: 28px;
    height: 28px;
}
.section3-info1 span {
    margin-left: 10px;
}
.section3-info2 {
    float: right;
    height: 63px;
    margin-right: 35px;
}
.section3-info2 span {
    float: left;
    position: relative;
}
.section3-info2 span:nth-child(1) {
    margin-right: 5px;
}
.section3-info2 span:nth-child(1)::after {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: '/';
    font-size: 14px;
}
.section3-info2 span:nth-child(2) {
    margin-right: 5px;
}
.section3-info2 span:nth-child(2)::after {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: '/';
    font-size: 14px;
}

/* 成教教务、自考考试、教育培训 */
.main-section4 {
    width: 100%;
    background: #f3f3f3;
}
/* 成教教务 */
.section4-info1 {
    width: 370px;
    float: left;
    margin-right: 30px;
}
.section4-info1 .section-content {
    width: 100%;
    padding: 8px 0px 24px;
}
.section4-info1 .list-title a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #131313;
    padding-left: 13px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.section4-info1 .list-title a:hover {
    color: #256eb6;
}
.section4-info1 .list-title a::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border-left: 6px solid #bfbfbf;
    border-top: 6px solid transparent;
    border-bottom: 6px solid  transparent;
    transition: all .2s ease-in;
}
.section4-info1 .list-title a:hover::before {
    left: 6px;
    border-left: 6px solid #256eb6;
}
/* 自考考试 */
.section4-info2 {
    width: 370px;
    float: left;
    margin-right: 30px;
}
.section4-info2 .section-content {
    width: 100%;
    padding: 8px 0px 24px;
}
.section4-info2 .list-title a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #131313;
    padding-left: 13px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.section4-info2 .list-title a:hover {
    color: #256eb6;
}
.section4-info2 .list-title a::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border-left: 6px solid #bfbfbf;
    border-top: 6px solid transparent;
    border-bottom: 6px solid  transparent;
    transition: all .2s ease-in;
}
.section4-info2 .list-title a:hover::before {
    left: 6px;
    border-left: 6px solid #256eb6;
}
/* 教育培训 */
.section4-info3 {
    width: 370px;
    float: left;
}
.section4-info3 .section-content {
    width: 100%;
    padding: 8px 0px 24px;
}
.section4-info3 .list-title a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #131313;
    padding-left: 13px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.section4-info3 .list-title a:hover {
    color: #256eb6;
}
.section4-info3 .list-title a::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border-left: 6px solid #bfbfbf;
    border-top: 6px solid transparent;
    border-bottom: 6px solid  transparent;
    transition: all .2s ease-in;
}
.section4-info3 .list-title a:hover::before {
    left: 6px;
    border-left: 6px solid #256eb6;
}

/* 列表名称，第二类 */
.section-title2 {
    width: 100%;
}
.section-title2 p {
    display: inline-block;
    font-size: 20px;
    line-height: 56px;
    color: #ffffff;
    margin-left: 20px;
    font-weight: bold;
}
.section-title2 a {
    float: right;
    color: #ffffff;
    font-size: 12px;
    line-height: 56px;
    opacity: 0.5;
    margin-right: 14px;
}

/* 招生专栏、考试资讯、查询服务、友情链接 */
.main-section5 {
    padding-top: 41px;
    background: url(../images/index_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* 招生专栏 */
.section5-info1 {
    float: left;
    width: 370px;
    margin-right: 30px;
}
.section5-info1 .section-content {
    background: #ffffff;
}
.section5-info1 .section-title2 {
    background: #368bda;
}
.section5-info1 ul {
    width: 100%;
    padding: 8px 13px;
}
.section5-info1 .content-bg {
    width: 100%;
    height: 175px;
    background: url(../images/pic_2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section5-info1 .list-title a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #131313;
    padding-left: 13px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.section5-info1 .list-title a:hover {
    color: #256eb6;
}
.section5-info1 .list-title a::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border-left: 6px solid #bfbfbf;
    border-top: 6px solid transparent;
    border-bottom: 6px solid  transparent;
    transition: all .2s ease-in;
}
.section5-info1 .list-title a:hover::before {
    left: 6px;
    border-left: 6px solid #256eb6;
}

/* 考试资讯 */
.section5-info2 {
    float: left;
    width: 370px;
    margin-right: 30px;
}
.section5-info2 .section-title2 {
    background:#396abb;
}
.section5-info2 .section-content {
    background: #ffffff;
}
.section5-info2 ul {
    width: 100%;
    padding: 8px 13px;
}
.section5-info2 .content-bg {
    width: 100%;
    height: 175px;
    background: url(../images/pic_3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section5-info2 .list-title a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #131313;
    padding-left: 13px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.section5-info2 .list-title a:hover {
    color: #256eb6;
}
.section5-info2 .list-title a::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border-left: 6px solid #bfbfbf;
    border-top: 6px solid transparent;
    border-bottom: 6px solid  transparent;
    transition: all .2s ease-in;
}
.section5-info2 .list-title a:hover::before {
    left: 6px;
    border-left: 6px solid #256eb6;
}

/* 列表名称，第三类 */
.section-title3 {
    width: 100%;
}
.section-title3 p {
    display: inline-block;
    font-size: 20px;
    line-height: 56px;
    color: #ffffff;
    margin-left: 20px;
    font-weight: bold;
}

/* 查询服务 */
.section5-info3 {
    float: left;
    width: 370px;
    background: #256eb6;
    background: linear-gradient(180deg, #256eb6, #ffffff);
}
.section5-info3 .section-title3 p {
    margin: 0px;
}
.section5-info3 .section-title3 img {
    margin: 0px 13px;
    line-height: 56px;
    width: 22px;
    height: 23px;
}
.section5-info3 .section-content {
    width: 100%;
    padding: 0px 13px;
}
.section5-info3 ul {
    padding: 0px 27px 0px 30px;
    background: #ffffff;
}
.section5-info3 ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 41px;
    line-height: 39px;
    font-size: 14px;
    border-bottom: 2px solid #eeeeee;
    color: #565656;
    padding-right: 20px;
}
.section5-info3 ul li:nth-last-child(1) a {
    border-bottom: 2px solid #ffffff;
}
.section5-info3 ul li a::after {
    position: absolute;
    right: 0px;
    content: '>';
    width: 16px;
    font-size: 16px;
    line-height: 39px;
    color: #256eb6;
}
.section5-info3 ul li a:hover {
    color: #256eb6;
}

/* 友情链接 */
.friends-link {
    width: 100%;
    margin: 43px 0px 20px;
    padding: 10px 0px;
    border-top: 1px solid #d2d2d2;
}
.friends-link a {
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #000000;
    padding: 0px 35px;
}
.friends-link a:hover {
    color:  #256eb6;
}

.friends-link a::after {
    position: absolute;
    right: 0px;
    content: '|';
    font-size: 14px;
    line-height: 36px;
    color: #8f8f8f;
}
.friends-link a:last-child::after {
    display: none;
}

/*（WebPlusPro搭建模板专用）页码样式调整*/
.wp_paging {
    float: none;
    text-align: right;
    margin-top: 35px;
    margin-bottom: 65px;
}
.wp_paging li,
.wp_paging li span,
.wp_paging li a {
    float: none;
}
.wp_paging a.pagingJump {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    background: #256eb6;
    color: #fff;
    padding: 0 3px 0 7px;
    border-radius: 5px;
    margin-left: -7px;
    margin-bottom: 3px;
}
.wp_paging a.pagingJump:hover {
    color: #fff;
}
.wp_paging li span.pages {
    margin-left: 15px;
    margin-top: -2px;
}
.wp_paging li input {
    width: 55px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    margin-top: -25px;
}

/* 通用列表页、通用详情页: satrt */
/* banner静态图 */
.banner-img {
    width: 100%;
    height: 196px;
}
.banner-img img {
    width: 100%;
    height: 100%;
}
.common-box {
    width: 100%;
    height: 100%;
    position: relative;
}

/* 当前位置 */
.current-location {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    width: 100%;
    /* height: 76px; */
    line-height: 76px;
    border-left: 9px solid #256eb6;
    box-shadow: 2px 1px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 0px 27px;
}
.location-title {
    float: left;
    color: #256eb6;
    font-size: 28px;
}
.location-link {
    float: right;
    font-size: 12px;
}
.location-link img {
    width: 10px;
    height: 13px;
    margin-right: 7px;
}
.location-link a {
    color: #666666;
}
.location-link a:hover {
    color: #256eb6;
}
.location-link span {
    font-size: 12px;
    color: #666666;
    margin-left: 5px;
    margin-right: 5px;
}

/* 移动端控制左侧导航栏显示 */
.nav2-control {
    display: none;
    border-bottom: 1px solid#256eb6;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.nav2-control h4 {
    float: left;
    padding: 0px 8px;
    background-color: #256eb6;
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
}

.nav2-control .nav2-show {
    color: #2c85ce;
    margin-top: 17px;
    font-size: 15px;
    cursor: pointer;
    margin-right: 0px;
}

.currency .list-leftbox {
    float: left;
    width: 20.94017%;
    margin-bottom: 20px;
    height: 100px;
    overflow: hidden;
}

/* 左侧 */
.common-left {
    float: left;
    width: 220px;
    margin-top: 71px;
}
/* 侧导航栏 */
.navlist2 {
    width: 100%;
    background: #eef2f9;
}
.navlist2-item.active {
    background: #256eb6;
}
.navlist2-item {
    line-height: 55px;
    border-bottom: 2px solid #ffffff;
}
.navlist2-item>a {
    position: relative;
    display: block;
    padding-left: 28px;
    color: #333333;
    font-size: 18px;
}
.navlist2-item>a:hover {
    color: #256eb6;
}
.navlist2-item>a:after {
    content: '';
    width: 16px;
    height: 16px;
    /* background: url(../images/icon_right.png) center center no-repeat; */
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}
.navlist2-item>a.active {
    background: #256eb6;
    color: #ffffff;
}
.navlist2-item>a.active:after {
    background: url(../images/icon_right_active.png) center center no-repeat;
}
/* .navlist2-item>a:hover:after{
    background: url(../images/icon_right_hover.png) center center no-repeat;
} */
.rotate:after{
    transform: rotate(90deg);
}

.thr-sub{
    display: none;
    margin-left: 30px;
    /* border-top: 2px solid #ffffff; */
    background: #256eb6;
}

.thr-sub a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 42px;
    color: #ffffff;
    padding-left: 18px;
}
.thr-sub a::after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    content: '';
    width: 16px;
    height: 16px;
    /* background: url(../images/icon_right.png) center center no-repeat; */
}
.thr-sub a.active:after {
    background: url(../images/icon_right_active.png) center center no-repeat;
}
.thr-sub a:hover{
    font-weight: bold;
    background: #0193da;
}
.thr-sub a.active{
    font-weight: bold;
    background: #0193da;
}
.sub-open{
    display: block;
}

/* 右侧 */
.common-right {
    float: right;
    margin-top: 71px;
    width: 927px;
}
.common-list {
    width: 100%;
}
.common-list .list-item-first {
    background: #f3f3f3;
    padding: 14px 28px;
    position: relative;
}
.common-list .list-item-first .date {
    float: left;
    position: absolute;
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 50px;
    background: #ffffff;
    text-align: center;
}
.common-list .list-item-first .date span {
    font-size: 20px;
    line-height: 31px;
    color: #256eb6;
}
.common-list .list-item-first .date p {
    line-height: 19px;
    font-size: 12px;
    background: #256eb6;
    color: #ffffff;
}

.common-list .list-item-first .info {
    margin-left: 90px;
}
.common-list .list-item-first .info .title {
    font-size: 16px;
    line-height: 26px;
    color: #256eb6;
    font-weight: bold;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.common-list .list-item-first .info .summary {
    font-size: 12px;
    line-height: 24px;
    color: #4b4b4b;
    margin-top: 4px;
    text-indent: 2em;
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.common-list .list-item-first .info .summary:hover {
    color: #256eb6;
}

.common-list .list-item a {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding-left: 21px;
    padding-right: 100px;
    color: #000000;
    overflow: hidden;
}
.common-list .list-item a::before {
    position: absolute;
    left: 0px;
    top: 17px;
    content: '';
    border-left: 6px solid #b5b5b5;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    /* transition: all .2s ease-in; */
}
.common-list .list-item a:hover {
    color: #256eb6;
}
.common-list .list-item a:hover::before {
    left: 6px;
    border-left: 6px solid #256eb6;
}
.common-list .list-item a .title {
    font-size: 16px;
    max-height: 50px;
    margin: 12px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.common-list .list-item a .date {
    position: absolute;
    right: 0px;
    top: 12px;
    font-size: 16px;
    color: #333333;
}
.common-list .list-item a .date:hover {
    color: #256eb6;
}

.page-select {
    float: right;
    margin: 42px 0px 63px auto;
}
.page-select img {
    margin-right: 9px;
}
.page-select img:nth-child(4){
  margin-right: 24px;
}
.page-select span {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    color: #131313;
}
.page-select input {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    width: 55px;
    height: 22px;
    margin-right: 8px;
}
.page-select button {
    width: 55px;
    height: 22px;
    color: #ffffff;
    background:#256eb6;
    border: none;
}
.article {
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
    background: url(../images/water_mark.png);
    background-repeat: repeat;    
}
.article-head {
    padding: 31px 10px 25px;
    text-align: center;
    background: #f3f3f3;
}
.article-head .title {
    color: #256eb6;
    font-size: 24px;
    line-height: 42px;
    font-weight: bold;
}
.article-head p {
    margin-top: 13px;
    color: #333333;
    font-size: 12px;
    line-height: 30px;
}
.article-head p span {
    margin-right: 24px;
}
.article-head p span:nth-child(2) {
    margin-right: 0px;
}
.article-content p {
    /* text-indent: 2em; */
    font-size: 16px;
    line-height: 30px;
    color: #010101;
}
.article-content .img {
    margin-top: 31px;
    text-align: center;
}
.article-content .img img {
    max-width: 100%;
}
/* 通用列表页、通用详情页: end */

/* 教师列表页：start */
.teacher-list {
    width: 100%;
}
.teacher-list .list-item {
    float: left;
    margin-right: 71px;
    margin-bottom: 39px;
}
.teacher-list .list-item a {
    width: 128px;
    height: 205px;
    display: block;
    text-align: center;
    margin: auto auto;
    position: relative;
    overflow: hidden;
}
.teacher-list .list-item a:hover {
    box-shadow: 5px 5px 5px #aaaaaa;
}
.teacher-list .list-item a img {
    max-width: 128px;
    /* max-height: 158px; */
    max-height: 205px;
}
.teacher-list .list-item a p {
    font-size: 16px;
    line-height: 47px;
    color: #256eb6;
    background: #f3f3f3;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.teacher-list .list-item a:hover p {
    background: #0193da;
    color: #ffffff;
}
.teacher-list .list-item:nth-child(5n+5) {
    margin-right: 0px;
}
/* 教师列表页：end */

/* 
    xs: <768px  超小设备（手机，小于 768px）
    sm: >768px  小型设备（平板电脑，768px 起）
    md: >992px  中型设备（台式电脑，992px 起）
    lg: >1200px  大型设备（大台式电脑，1200px 起）
    常设断点：320，375，450，540，768，996，1300
    Microsoft Edge浏览器常见设备名称及尺寸：（第一组数据表示竖屏，第二组数据表示横屏）
    iPhone5/SE:  320*568  568*320

    Moto G4:  360*640  640*360
    Galaxy S5: 360*640  640*360

    iPhone 6/7/8:  375*667  667*375
    iPhone X:  375*812  812*375

    Pixel2:  411*731  731*411
    Pixel2 XL:  411*823  823*411
    iPhone 6/7/8 Plus:  414*736  736*414

    Surface Duo:  540*720 720*540  （微软折叠屏手机）

    Glaxy Fold:  653*280 280*653

    iPad:  768*1024 1024*768

    iPad Pro:  1024*1366 1366*1024
*/

/* iPadPro横屏(1366) */
@media(max-width: 1300px){
    .container {
        width: 996px;
    }

    /* 头部信息 */
    .header-calendar {
        display: none;
    }

    /* PC端导航栏 */
    .navlist .nav-item>a {
        padding: 0px 14px;
    }

    /* 成教平台登录、自考平台登录、培训平台登录、2020新生缴费、雨课堂在线 */
    .section1-item {
        margin-right: 1px;
        margin-bottom: 0px;
    }

    /* 新闻动态、通知公告 */
    .section2-info1 {
        width: 100%;
    }
    .section2-info1 .list-title a {
        width: 620px;
    }
    .section2-info2 {
        width: 100%;
    }

    /* 成教教务、自考考试、教育培训 */
    .main-section4 .section4-info3 .section-title {
        margin-top: 0px;
    }
    .section4-info1 {
        width: 48%;
        margin-right: 4%;
    }
    .section4-info2 {
        width: 48%;
        margin-right: 0px;
    }
    .section4-info3 {
        width: 100%;
    }

    /* 招生专栏、考试资讯、查询服务、友情链接 */
    .section5-info1 {
        width: 48%;
        margin-right: 4%;
    }
    .section5-info2 {
        width: 48%;
        margin-right: 0px;
    }
    .section5-info3 {
        width: 100%;
        margin-top: 30px;
    }
    .section5-info1 .content-bg {
        height: 226px;
    }
    .section5-info2 .content-bg {
        height: 226px;
    }
    /* 底部 */
    .footer-info1 {
        width: 35%;
    }
    .footer-info2 {
        width: 40%;
    }
    .footer-info3 {
        width: 25%;
    }

    /* 通用列表页、通用详情页、教师列表页 */
    .banner-img {
        height: 181px;
    }
    .common-right {
        width: 740px;
    }
    .teacher-list .list-item:nth-child(5n+5) {
        margin-right: 76px;
    }
    .teacher-list .list-item {
        margin-right: 76px;
    }
    .teacher-list .list-item:nth-child(4n+4) {
        margin-right: 0px;
    }
}

/* iPadPro(1024), iPad(横屏1024)，iPhone X(横屏812)，Pixel2 XL(横屏823)*/
@media(max-width: 1024px){
    .container {
        width: 750px;
    }
    /* 头部 */
    .header {
        padding: 17px 0px;
        border-bottom: 2px solid #256eb6;
    }
    .header-info {
        display: none;
    }
    .logo {
        width: 100%;
        height: 45px;
        text-align: center;
    }
    .logo img {
        height: 45px;
    }
    .nav-icon {
        display: block;
    }
    .search-icon {
        display: block;
    }
    /* PC端导航栏 */
    .top-nav {
        display: none;
    }

    /* 成教平台登录、自考平台登录、培训平台登录、2020新生缴费、雨课堂在线 */
    .section1-item:nth-child(1) {
        margin-right: 77px;
        margin-bottom: 13px;
    }
    .section1-item:nth-child(2) {
        margin-right: 77px;
        margin-bottom: 13px;
    }
    .section1-item:nth-child(3) {
        margin-right: 0px;
        margin-bottom: 13px;
    }
    .section1-item:nth-child(4) {
        margin-right: 118px;
        margin-left: 118px;
    }
    .section1-item:nth-child(5) {
        margin-right: 0px;
        margin-bottom: 13px;
    }

    /* 新闻动态、通知公告 */
    .section2-info1 .list-title a {
        width: 374px;
    }

    /* 学院联系电话 */
    .main-section3 {
        border-radius: 10px;
    }
    .section3-info1 {
        width: 100%;
        text-align: center;
        margin: 0px 0px;
    }
    .section3-info2 {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0px 0px;
        height: auto;
        line-height: 30px;
    }
    .section3-info2 span {
        float: none;
    }

    /* 招生专栏、考试资讯、查询服务、友情链接 */
    .section5-info1 .content-bg {
        height: 170px;
    }
    .section5-info2 .content-bg {
        height: 170px;
    }
    /* 底部 */
    .footer-info1 {
        display: none;
    }
    .footer-info2 {
        width: 50%;
    }
    .footer-info3 {
        width: 50%;
    }
    /* 通用列表页、通用详情页、教师列表页 */
    .banner-img {
        height: 165px;
    }
    .common-left {
        display: none;
        width: 100%;
        margin-top: 0px;
    }
    .nav2-control {
        display: block;
        width: 100%;
        margin-top: 60px;
    }
    .navlist2-item {
        line-height: 40px;
    }
    .common-right {
        width: 100%;
        margin-top: 10px;
    }
    .teacher-list .list-item {
        margin-right: 79px;
    }
    .teacher-list .list-item:nth-child(5n+5) {
        margin-right: 79px;
    }

}

/* iPad(768);Glaxy Fold(653);Pixel2(横屏731)*/
@media(max-width: 768px){
    .container {
        width: 540px;
    }

    /* banner轮播图 */
    .direction {
        display: none;
    }
    /* 更改轮播图pager的样式 */
    .banner-slider .bx-wrapper .bx-pager,
    .banner-slider .bx-wrapper .bx-controls-auto{
        bottom: 8px;
    }

    /* 成教平台登录、自考平台登录、培训平台登录、2020新生缴费、雨课堂在线 */
    .section1-item:nth-child(2n+1) {
        margin: 0 0;
        margin-bottom: 13px;
        float: left;
    }
    .section1-item:nth-child(2n) {
        margin: 0 0;
        margin-bottom: 13px;
        float: right;
    }

    /* 新闻动态、通知公告 */
    .section2-info1 .list-title-first a {
        width: 100%;
    }
    .section2-info1 .title-first-img {
        width: 100%;
    }
    .section2-info1 .list-title a {
        width: 100%;
        margin-left: 0px;
    }

    /* 学院联系电话 */
    .section3-info2 span {
        display: block;
        width: 100%;
    }
    .section3-info2 span::after {
        display: none;
    }

    /* 成教教务、自考考试、教育培训 */
    .main-section4 .section4-info2 .section-title {
        margin-top: 0px;
    }
    .section4-info1 {
        width: 100%;
        margin-right: 0px;
    }
    .section4-info2 {
        width: 100%;
    }

    /* 招生专栏、考试资讯、查询服务、友情链接 */
    .section5-info1 {
        width: 100%;
        margin-right: 0px;
    }
    .section5-info2 {
        width: 100%;
        margin-top: 30px;
    }
    .section5-info1 .content-bg {
        height: 241px;
    }
    .section5-info2 .content-bg {
        height: 241px;
    }
    /* 底部 */
    .footer-info1 {
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 2px solid #ffffff;
        padding: 23px 0 21px;
    }
    .footer-info1 a {
        float: none;
    }
    .footer-info2 {
        width: 100%;
    }
    .footer-info2 .footer-info2-detail {
        position: static;
        left: 0px;
        top: 0px;
        transform: none;
        width: 100%;
    }
    .footer-info3 {
        display: none;
    }

    /* 通用列表页、通用详情页、教师列表页 */
    .banner-img {
        height: 145px;
    }
    .common-list .list-item-first {
        padding: 14px 10px;
    }
    .common-list .list-item-first .date {
        left: 10px;
    }
    .common-list .list-item-first .info {
        margin-left: 72px;
    }
    .article-head {
        padding: 10px;
    }
    .teacher-list .list-item {
        margin-right: 9px;
        margin-bottom: 15px;
    }
    .teacher-list .list-item:nth-child(5n+5) {
        margin-right: 9px;
    }
    .teacher-list .list-item:nth-child(4n+4) {
        margin-right: 0px;
    }

    /* 列表页的页码调整为居中形式 */
    .wp_paging {
        text-align: center;
        margin-bottom: 50px;
    }
    .wp_paging li {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

/* Surface Duo(540) */
@media(max-width: 560px){
    .container {
        width: 100%;
        padding: 0 15px;
    }

    /* 移动端header左边icon */
    .nav-icon .icon {
        font-size: 20px;
    }
    /* 移动端header右边icon */
    .search-icon .glyphicon-search {
        font-size: 20px;
    }

    /* 更改轮播图pager的样式 */
    .banner-slider .bx-wrapper .bx-pager,
    .banner-slider .bx-wrapper .bx-controls-auto{
        bottom: 0px;
    }
    .banner-slider .bx-wrapper .bx-pager.bx-default-pager a {
        width: 10px;
        height: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    /* 招生专栏、考试资讯、查询服务、友情链接 */
    .section5-info1 .content-bg {
        height: 175px;
    }
    .section5-info2 .content-bg {
        height: 175px;
    }

    /* 通用列表页、通用详情页、教师列表页 */
    .banner-img {
        height: 130px;
    }
    .current-location {
        /* height: 50px; */
        line-height: 50px;
    }

    .teacher-list .list-item {
        margin-right: 0px;
        width: 33.3%;
    }
    .teacher-list .list-item:nth-child(5n+5) {
        margin-right: 0px;
    }
    .teacher-list .list-item:nth-child(4n+4) {
        margin-right: 0px;
    }
    .teacher-list .list-item:nth-child(3n+3) {
        margin-right: 0px;
    }
}

/* iPhone 6/7/8 Plus(414) */
@media(max-width: 450px){
    /* 头部 */
    .header {
        padding: 17px 0px;
    }
    .logo {
        width: 100%;
        height: 30px;
        text-align: center;
    }
    .logo img {
        height: 30px;
    }
    
    /* 移动端导航栏 */
    .nav-mobile {
        top: 66px;
    }
    .nav-mobile-masking {
        top: 66px;
    }
    .search-form-mobile {
        top: 66px;
    }

    /* 成教平台登录、自考平台登录、培训平台登录、2020新生缴费、雨课堂在线 */
    .section1-item {
        width: 160px;
    }

    /* 新闻动态、通知公告 */
    .section2-info1 .title-first-img {
        height: 152px;
    }

    /* 招生专栏、考试资讯、查询服务、友情链接 */
    .section5-info1 .content-bg {
        height: 145px;
    }
    .section5-info2 .content-bg {
        height: 145px;
    }
    /* 友情链接 */
    .friends-link a {
        width: 100%;
        height: auto;
        padding: 0px 0px 0px 35px;
    }
    .friends-link a::after {
        display: none;
    }

    .footer-info2 .footer-info2-detail p:nth-child(1) {
        line-height: 30px;
    }

    /* 通用列表页、通用详情页、教师列表页 */
    .banner-img {
        height: 100px;
    }
    .current-location {
        border-left: 4px solid #256eb6;
        padding: 0px 10px;
    }
    .location-title {
        font-size: 18px;
        font-weight: bold;
    }
    .nav2-control {
        margin-top: 40px;
    }
    .common-list .list-item a {
        padding-right: 75px;
    }
    .page-select img {
        margin-bottom: 10px;
    }
    .page-select span {
        margin-bottom: 10px;
    }
    .page-select input {
        margin-bottom: 10px;
    }
    .page-select button {
        margin-bottom: 10px;
    }
    .article-head .title {
        line-height: 36px;
        font-size: 20px;
    }
    .article-head p {
        margin-top: 0px;
    }
    .teacher-list .list-item {
        width: 50%;
    }
}

/* iphone6,7,8(375)；iphoneX(375) */
@media(max-width: 375px){
    /* 成教平台登录、自考平台登录、培训平台登录、2020新生缴费、雨课堂在线 */
    .section1-item {
        width: 130px;
    }
    /* 底部 */
    .footer-info2 .footer-info2-detail p:nth-child(2) a {
        display: block;
    }
    .footer-info2 .footer-info2-detail p:nth-child(2) span {
        line-height: 20px;
    }
    /* 友情链接 */
    .friends-link a {
        padding-left: 10px;
    }
    /* 通用列表页、通用详情页、教师列表页 */
    .banner-img {
        height: 100px;
    }
    .current-location {
        padding: 0px 4px;
    }
    .article-head .title {
        line-height: 32px;
    }
    .article-head p span {
        margin-right: 0px;
        display: block;
    }
    .nav2-control {
        margin-top: 75px;
    }
    .location-title {
        margin-right: 20px;
    }
    .location-link {
        float: left;
    }
}

/* iPhone5/SE(320) */
@media(max-width: 320px){
    .section2-info1 .title-first-img img {
        height: 100%;
        width: 100%;
    }

    /* 底部 */
    .footer-info1 img {
        max-width: 100%;
        height: auto;
    }
    /* 通用列表页、通用详情页、教师列表页 */
    .banner-img {
        height: 85px;
    }
    .teacher-list .list-item {
        width: 100%;
    }
}

@media(max-width: 500px){
    .header-info {
        display: block;
    position: absolute;
    right: 0;
    top: -118%;
    }
.search-form{
 display:none;
}

.header-contact{
      margin-right: 0;
    width: 100px;
    height: 21px;
line-height: inherit;
}
}