@charset "utf-8";
/* 装饰图 */
.zst{
    width: 100%;
}
.zst img{
    width: 100%;
    display: block;
}
/* 列表页 */
.list_con{
    background: #f4f4f4;
}
.list_con>div{
    margin-top: -70px;
    position: relative;
}
/* 左侧导航 */
.dh_left {
    width: 250px;
 }
 
 .dh_left h2 {
     width: 100%;
     height: 70px;
     background: #008842 url(https://vpn.gxstzy.cn/http-8080/77726476706e69737468656265737421a1ae13d27666301e2f58c7ffc0/system/_owners/gxst2021/_webprj/img/list_icon.png) 20% center no-repeat;
     line-height: 70px;
     font-size: 22px;
     color: #fff;
     text-align: center;
 }
 
 .dh_left ul {
     padding: 28px 0 150px;
     background: #fff;
 }
 
 .dh_left ul li a {
     display: block;
     font-size: 18px;
     text-indent: 20%;
     line-height: 54px;
     position: relative;
     color: #050505;
 }
 
 .dh_left ul li.hover a {
     color: #050505;
     background: #f4f4f4;
 }
 
 .dh_left ul li.hover a::before {
     content: '';
     display: block;
     position: absolute;
     left: 0;
     top: 0;
     width: 4px;
     height: 54px;
     background: #ff7031;
 }
 
 .dh_left ul li a:hover {
     color: #050505;
     background: #f4f4f4;
 }
 
 .dh_left ul li a:hover::before {
     content: '';
     display: block;
     position: absolute;
     left: 0;
     top: 0;
     width: 4px;
     height: 54px;
     background: #ff7031;
 }
 
 /* 右侧列表区 */
 .list_right {
    width: 910px;
    margin-left: 40px;
 }
 /* 当前位置 */
 .list_right .dqwz {
     height: 70px;
     padding: 0 20px;
     background: #fff;
 }
 
 .list_right .dqwz p {
     font-size: 15px;
     color: #292929;
     line-height: 70px;
     text-indent: 30px;
     background: url(https://vpn.gxstzy.cn/http-8080/77726476706e69737468656265737421a1ae13d27666301e2f58c7ffc0/system/_owners/gxst2021/_webprj/img/dqwz.png) 10px center no-repeat;
 }
 
 .list_right .dqwz p a {
     font-size: 15px;
     color: #292929;
 }
 
 .list_right .dqwz p a:hover {
     color: #008742;
 }
 
 /* 列表内容 */
 .list_right ul {
     padding: 20px 20px 30px;
     background: #fff;
 }
 
 .list_right ul li {
     margin-bottom: 20px;
 }
 
 .list_right ul li a {
     display: block;
     padding: 23px 0;
 }
 
 .list_right ul li a p {
     float: left;
     height: 80px;
 }
 
 .list_right ul li a p.time {
     width: 120px;
     border-right: 2px solid #dbdbdb;
 }
 
 .list_right ul li a p.time span {
     display: block;
     text-align: center;
 }
 
 .list_right ul li a p.time span.ri {
     font-size: 46px;
     color: #008842;
     line-height: 50px;
 }
 
 .list_right ul li a p.time span.ny {
     font-size: 15px;
     color: #000;
     line-height: 30px;
 }
 
 .list_right ul li a p.con {
     width: 623px;
     padding: 0 30px;
     background: url(https://vpn.gxstzy.cn/http-8080/77726476706e69737468656265737421a1ae13d27666301e2f58c7ffc0/system/_owners/gxst2021/_webprj/img/list_more2.png) right center no-repeat;
 }
 
 .list_right ul li a p.con span {
     display: block;
 }
 
 .list_right ul li a p.con span.tit {
     font-size: 23px;
     line-height: 35px;
     color: #040303;
     font-weight: bold;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }
 
 .list_right ul li a p.con span.txt {
     font-size: 14px;
     line-height: 25px;
     height: 50px;
     color: #666666;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     overflow: hidden;
 }
 
 .list_right ul li a:hover {
     background: #f1fff3;
 }
 
 .list_right ul li a:hover p.con span.tit {
     color: #008742;
 }
 
 .list_right ul li a:hover p.con {
     background: url(https://vpn.gxstzy.cn/http-8080/77726476706e69737468656265737421a1ae13d27666301e2f58c7ffc0/system/_owners/gxst2021/_webprj/img/list_more.png) right center no-repeat;
 }


 /* 单篇页 */
 .right_con .con {
    padding: 20px 30px 40px;
    background: #fff;
}

.right_con .con h2 {
    font-size: 29px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #000000;
    margin-bottom: 20px;
}

.right_con .con p {
    font-size: 16px !important;
    color: #000000 !important;
    line-height: 34px !important;
    text-indent: 2em !important;
}

.right_con .con img {
    max-width: 800px!important;
    margin: 15px auto!important;
}


/* 内容页 */
.content {
    background: #fff;
    min-height: 700px;
}

.content h2 {
    text-align: center;
    font-size: 27px;
    color: #010101;
    padding: 0 0 20px 0;
    font-weight: bold;
    line-height: 40px;
}

.content .ly {
    border-top: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding: 10px 0;
}

.content .ly p {
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #757575;
}

.hznr {
    text-align: center;
}

.content img {
    max-width: 800px!important;
    margin: 15px auto!important;
}

.content .hznr p,.content .pageBar p  {
    text-indent: 2em!important;

    color: #5e5e5e!important;
    margin-bottom: 20px!important;
    line-height: 30px!important;
    font-size: 17px!important;
    color: #212121!important;
}
.content .pageBar p{
    text-indent: 0em!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pageBar {
    padding-top: 20px;
    margin-top: 35px;
    border-top: 1px solid #dedede;
}
.content .pageBar p a:hover{
    color:#008842;
}


/* 搜索结果页 */
.contBg .dqwz {
    height: 70px;
    background: #fff;
}

.contBg .dqwz p {
    font-size: 15px;
    color: #292929;
    line-height: 70px;
    text-indent: 10px;
    background: url(https://vpn.gxstzy.cn/http-8080/77726476706e69737468656265737421a1ae13d27666301e2f58c7ffc0/system/_owners/gxst2021/_webprj/img/dqwz.png) 10px center no-repeat;
    padding: 0 20px;
}

.contBg .dqwz p a {
    font-size: 15px;
    color: #292929;
}

.contBg .dqwz p a:hover {
    color: #008842;
}

.searchWrap {
    min-height: 600px;
    background: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 84%;
    font-size: 15px;
    padding-left: 1%;
    color: #3d3d3d;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #008842;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a:hover h3 {
    color: #008842;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
}

/* 图片列表页-师资 */
.list_right ul li a {
    padding: 0;
}

.list_right ul li a:hover {
    background: transparent;
}

.szlist {
    margin: 0 auto;
    /* width: 910px; */
    height: auto;
    padding: 20px 20px 30px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.szlist * {
    box-sizing: border-box;
}

.szlist a {
    display: block;
}

.szlist a:hover {
    color: #d51917 !important;
}

.szlist a.trans-mask {
    width: 100%;
    height: 100%;
    color: #333;
}

.szlist li {
    width: 46%;
    height: 245px;
    padding-left: 16px;
    padding-bottom: 16px;
    background: url(../images/ls-item-bg.png) no-repeat left bottom;
}

.szlist li .box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    transition: all .3s ease;
}

.szlist li .box:hover {
    box-shadow: 0 10px 20px rgba(0, 135, 66, .3);
}

.szlist li .box .pic {
    padding-left: 16px;
    padding-bottom: 16px;
    overflow: hidden;
    height: 100%;
    width: 170px;
}

.szlist li .box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.szlist li .box .txt {
    padding: 16px 0;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.szlist li .box .txt>a {
    width: 100%;
}

.szlist li .box .txt>a h2 {
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    font-family: "song" !important;
    color: #333;
}

.szlist li .box .txt>a h2:hover {
    color: #d51917;
}

.szlist li .box .txt>a h3 {
    width: 100%;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #d51917;
    font-family: "song" !important;
}

.szlist li .box .txt>a .a-line {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.szlist li .box .txt .desc {
    padding-top: 10px;
}

.szlist li .box .txt .view a {
    color: #ccc;
    text-align: right;
    padding-right: 16px;
}
/* 图片列表页-师资-end */