﻿/**初始化 S**/
blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{box-sizing:border-box;margin:0;padding:0}
body{background:#fff;color:#555;font-size:14px;font-family:Microsoft YaHei,PingFang SC}
caption,td,th{font-size:14px}
h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}
a{color:#555;text-decoration:none}
a:hover{text-decoration:underline}
img{border:none}
li,ol,ul{list-style:none}
button,input,select,textarea{font:14px "微软雅黑",Arial,PingFang SC}
table{border-collapse:collapse}
html{overflow-y:scroll}
.fl{float:left}
.fr{float:right}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
html{}
.width1200{
    /*user-select: none;*/
    display: block;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 14px;
}
/**初始化 E**/

/**头部 S**/
.head-box{

}
.head-box .header-top{
    height: 28px;
    background-color: #F2F2F2;
}
.head-box .top-left{
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#808080;
    line-height: 28px;
}
.head-box .top-right>li{
    display: inline-block;
    height: 14px;
    vertical-align: top; 
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#666666;
    line-height: 14px;
    margin-top: 7px;
    width: 84px;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #666666;
}
.lajiwangzhan ul{
    position: absolute;
    top: 0;
    background: #F2F2F2;
    left: 0;
    padding-bottom: 5px;
    box-shadow: 0 0 1px 0 #ccc;
    z-index: 999;
    padding-top: 10px;
    margin-top: -10px;
    height: 28px;
    overflow: hidden;
    transition: all .3s;
}
.lajiwangzhan:hover ul{
    height: auto;
}
.lajiwangzhan ul li{
    line-height: 14px;
    padding: 0 20px;
    margin: 0 0 7px;  
}
.lajiwangzhan ul li:nth-of-type(1){
    position: relative;
}
.lajiwangzhan ul li:nth-of-type(1)::after{
    position: absolute;
    content: '∨';
    right: 0;
}
.head-box .top-right li:nth-last-of-type(1){
    border-right: none;
    width:100px;
}
.head-box .head-content{
    height: 110px;
    background-color: white;
    overflow: hidden;
    padding-top: 15px;
}
.head-box .head-content .logo-box{
    display: inline-block;
    vertical-align: top;
    background: url(../images/logo.png) no-repeat left center / contain;
    width: 470px;
    height: 56px;
    margin-top: 13px;
}
.head-box .head-contact{
    display: inline-block;
    vertical-align: top;
    width:210px;
    height:60px;
    background:#FEEED7;
    border-radius:5px;
    margin-left: 120px;
    margin-top: 13px;
    padding: 12px 0 0 16px;
}
.head-box .head-contact p{
    font-size:13px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,150,0,1);
    margin-bottom: 5px;
}
.head-box .head-contact p span{
    font-size:13px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,102,0,1);
}
.head-box .head-search{
    width: 350px;
    margin-top: 27px;
    font-size: 0;
}
.head-box .head-search input{
    width:294px;
    height:35px;
    padding: 10px 20px;
    background:white;
    vertical-align: middle;
    border:1px solid #A5A5A5;
    color: #A5A5A5;
    font-size:12px;
    font-family:Microsoft YaHei;
}
.head-box .head-search button{
    width:56px;
    height:35px;
    vertical-align: middle;
    background:#2C5B9C url(../images/search_icon.png) no-repeat center / 17px;
    border:1px solid #2C5B9C;
    position: relative;
    font-size: 0;
    cursor: pointer;
}
.head-box .nav-list{
    height:91px;
    background:#5899F2;
    position: relative;
}
.head-box .nav-list .nav-line{
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    height: 1px;
    z-index: 1;
    background-color: white;
}
.head-box .nav-list ul {

}
.head-box .nav-list ul li{
    position: relative;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    width: 126px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 45px;
    position: relative;
}
.head-box .nav-list ul li::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: white;
    right: 0;
    top: 16px;
}
.head-box .nav-list ul li:nth-of-type(9n)::after{
    display: none;
}
.head-box .nav-list ul li a{
    color: white;
    text-decoration: none;
    display: block;
    width:95px;
    height:35px;
    border-radius:5px;
    line-height: 35px;
    margin: 5px auto;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.head-box .nav-list ul li:hover >a,
.head-box .nav-list ul li.active >a{
    background-color: #336BB9;
}
/**头部 E**/

/**底部 S**/
.foot-box{
    border-bottom: 9px solid #6699ff;
}
.foot-box .friendLink{
    width:1172px;
    min-height: 134px;
    background:#F0F0F0;
    border:#E3E3E3;
    font-size: 0;
}
.foot-box .friendLink .link-icon{
    display: inline-block;
    vertical-align: top;
    width: 106px;
    margin-right: 10px;
    height: 64px;
    padding: 0 21px;
    margin-top: 30px;
}
.foot-box .friendLink .icon{
    background: url(../images/link_icon.png) no-repeat center / cover;
    width: 29px;
    height: 29px;
    margin: 0 auto 15px;
}
.foot-box .friendLink .name{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:#000000;
    line-height:20px;
    text-align: center;
}
.foot-box .friendLink .link-box{
    width: 844px;
    display: inline-block;
    vertical-align: top;
    margin-top: 28px;
}
.foot-box .friendLink .link-box li{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#666666;
    line-height:26px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.foot-box .qr-box{
    width: 150px;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #CCCCCC;
    padding-left: 32px;
    margin-top: 15px;
    margin-left: 60px;
}
.foot-box .qr-box .qr-img{
    width: 84px;
    background-color: white;
    padding: 5px;
}
.foot-box .qr-box .qr-img img{
    width: 74px;
    height: 74px;
}
.foot-box .qr-box .qr-tip{
    text-align: center;
    width: 84px;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-top: 5px;
}
.foot-box .bottom-nav{
    padding: 19px 0;
    text-align: center;
    border-bottom: 1px solid #DFDFDF;
}
.foot-box .bottom-nav li{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    display: inline-block;
    height: 15px;
    vertical-align: top;
    width: 110px;
    border-right: 1px solid #666666;
}
.foot-box .bottom-nav li:nth-last-of-type(1){
    border-right: none;
}
.foot-box .copyRight{
    padding: 16px 0 32px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#666666;
    line-height:26px;
    text-align: center;
}
/**底部 E**/


/**容器 S**/
.content-box,.inner-content{
    min-height: 1000px;
}
.inner-content{
    padding-top: 18px;
    padding-bottom: 44px;
}

.page-left{
    display: inline-block;
    vertical-align: top;
    width: 830px;
}
.page-left .page-title{
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:#336BB9;
    line-height:46px;
    border-bottom: 1px solid #DCDCDC;
    padding: 14px 0;
}
.page-left .pic-list{
    padding: 22px 15px;
    font-size: 0;
    box-sizing: border-box;
}
.page-left .pic-list li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
    transition: all .3s;
    margin-bottom: 40px;
    text-align: center;
}
.page-left .pic-list li:hover{
    transform: translateY(-3px);
    box-shadow: 0 0 10px 1px rgba(222,222,222,.6);
}
.page-left .pic-list li .pic{
    width: 176px;
    height: 230px;
    overflow: hidden;
}
.page-left .pic-list li .pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-left .pic-list li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-left .pic-list li p.title{
    font-size:16px;
    width: 176px;
    font-family:Microsoft YaHei;
    font-weight:400;
    padding: 0 5px 5px;
    color:rgba(102,102,102,1);
    line-height:1.5;
    margin-top: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page-left .pic-list li:nth-of-type(4n){
    margin-right: 0;
}


.page-right{
    padding-top: 10px;
    margin-left: 24px;
    display: inline-block;
    vertical-align: top;
    width: 312px;
}
.page-right .right-wenList{
    width:312px;
    height:315px;
    background:white;
    border:1px solid #E3E3E3;
    box-sizing: border-box;
}
.page-right .right-wenList h4{
    padding: 15px 16px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:#FF6600;
    line-height:30px;
}
.page-right .right-wenList ul {
    padding: 0 16px;
}
.page-right .right-wenList ul li{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:34px;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-right .right-wenList ul li::after{
    content: '·';
    position: absolute;
    left: 0;
}
.page-right .right-wenList ul li:hover a{
    color: #5899F2;
}
/**右边公用 S**/
.page-right .right-snd{
    margin-bottom: 20px;
    width:312px;
    background:white;
    border:1px solid #E3E3E3;
    box-sizing: border-box;
}
.page-right .right-snd h4{
    background: #366BB9;
    color: white;
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    padding-left: 20px;
    font-weight: 600;
}
.page-right .right-snd ul li{
    height: 50px;
    border-bottom: 1px solid #E3E3E3;
    font-size: 16px;
    padding-left: 44px;
    line-height: 50px;
    transition: all 0.3s;
}
.page-right .right-snd ul li.active,
.page-right .right-snd ul li:hover{
    background:#DBECFF;
    padding-left: 0;
}
.page-right .right-snd ul li.active a,
.page-right .right-snd ul li:hover a{
    color: #366BB9;
    font-weight: 600;
    background: url('../images/arrow.png') no-repeat 16px center / 10px ;
    padding-left: 34px;
}
.page-right .right-snd ul li a{
    text-decoration: none;
    color: #666666;
    display: block;
    transition: all 0.3s;
    height: 100%;
}
.page-right .right-ads{
    box-sizing: border-box;
    padding-left: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.page-right .right-ads img{
    width: 300px;
}
.page-right .right-small-list{
    width: 300px;
    border:1px solid rgba(227, 227, 227, 1);
    box-sizing: border-box;
    margin-left: 12px;
    border-top: 5px solid #5899F2;
}
.page-right .right-small-list h4{
    display: inline-block;
    vertical-align: top;
    padding: 14px 0 16px 37px;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(40,40,40,1);
    background: url(../images/teacher_icon.png) no-repeat 10px center / 19px;
    line-height:33px;
}
.page-right .right-small-list>a{
    float: right;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#3372C8;
    line-height:33px;
    margin-top: 14px;
    margin-right: 10px;
}
.page-right .srigt-list-style1{
    padding: 6px;
    font-size: 0;
}
.page-right .srigt-list-style1 li{
    display: inline-block;
    vertical-align: top;
    width: 140px;
    margin-right: 6px;
    position: relative;
    margin-bottom: 20px;
    transition: all .5s;
}
.page-right .srigt-list-style1 li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-right .srigt-list-style1 li:hover{
    transform: translateY(-3px);
}
.page-right .srigt-list-style1 li:hover p{
    color: #5899F2;
}
.page-right .srigt-list-style1 li:nth-of-type(2n){
    margin-right: 0;
}
.page-right .srigt-list-style1 .small-rigt-pic{
    width: 140px;
    height: 90px;
    overflow: hidden;
}
.page-right .srigt-list-style1 .small-rigt-pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-right .srigt-list-style1 li>p{
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#282828;
    line-height:33px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.page-right .right-big-list{
    width: 300px;
    border:1px solid rgba(227, 227, 227, 1);
    box-sizing: border-box;
    margin-left: 12px;
    border-top: 5px solid #5899F2;
    margin-top: 35px;
    padding-bottom: 20px;
}
.page-right .right-big-list h4{
    display: inline-block;
    vertical-align: top;
    padding: 14px 0 16px 50px;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(40,40,40,1);
    background: url(../images/school_icon.png) no-repeat 10px center / 30px;
    line-height:33px;
}
.page-right .right-big-list>a{
    float: right;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#3372C8;
    line-height:33px;
    margin-top: 14px;
    margin-right: 10px;
}
.page-right .right-big-list ul{
    padding: 0 10px;
    box-sizing: border-box;
}
.page-right .right-big-list ul li{
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.page-right .right-big-list ul li .right-big-pic{
    width: 280px;
    height: 150px;
    overflow: hidden;
}
.page-right .right-big-list ul li:hover img{
    width: 110% !important;
    height: 110% !important;
}
.page-right .right-big-list ul li:hover >p{
    color: #5899F2;
}
.page-right .right-big-list ul li .right-big-pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s;
}
.page-right .right-big-list ul li p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color: #282828;
    line-height:33px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .3s;
}
.page-right .right-big-list ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 0;
}
/**右边公用 E**/

/****图文列表 S*****/
.tuwen-list{
}
.tuwen-list .tuwen-pic{
    width:174px;
    height:110px;
    border-radius:5px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.tuwen-list .tuwen-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tuwen-list .tuwen-item{
    border-bottom: 1px solid #E3E3E3;
    padding: 30px 0 20px;
    position: relative;
    transition: all .3s;
}
.tuwen-list .tuwen-item a{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 0;
}
.tuwen-list .tuwen-item:hover{
    transform: translateX(10px);
    border-color: #5899F2;
}
.tuwen-list .tuwen-item:hover .item-title{
    color: #5899F2;
}
.tuwen-list .tuwen-wen {
    display: inline-block;
    vertical-align: top;
    width: 600px;
    margin-left: 30px;
}
.tuwen-list .item-title{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:#000000;
    transition: all .3s;
    line-height:1;
}
.tuwen-list .item-desc{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
    margin: 15px 0 10px;
}
.tuwen-list .item-public{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:24px;
}
/****图文列表 E *****/

/**文字列表 S **/
.wen-swiper-box{
    margin-top: 16px;
    padding-bottom: 44px;
    border-bottom: 1px solid #CCCCCC;
}
.wen-swiper-box .swiper-left{
    display: inline-block;
    vertical-align: top;
    width: 420px;
    height: 276px;
}
.wen-swiper-box .swiper-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wen-swiper-box .swiper-right {
    display: inline-block;
    vertical-align: top;
    width:385px;
    margin-left: 20px;
}
.wen-swiper-box .swiper-right .swiper-title{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:#282828;
    line-height:30px;
    margin-bottom: 20px;
}
.wen-swiper-box .swiper-right .swiper-time{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:30px;
    margin-bottom: 24px;
}
.wen-swiper-box .swiper-right .swiper-desc{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
    max-height:142px;
    overflow: hidden;
}
.wen-swiper-box .swiper-pagination{
    left: 350px;
    width: auto;
    z-index: 11;
}
.wen-swiper-box .swiper-pagination-bullet{
    opacity: 1;
    background: white;
}
.wen-swiper-box .swiper-pagination-bullet-active{
    background: red;
}
.wen-swiper-box .swiper-slide{
    position: relative;
}
.wen-swiper-box .swiper-slide a{
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    font-size: 0;
}
.noline{
    border-bottom: none !important;
}

.wen-list{

}
.wen-list .wen-item{
    padding: 30px 0 20px;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    transition: all .3s;
}
.wen-list .wen-item:hover{
    transform: translateX(10px);
    border-color: #5899F2;
}
.wen-list .wen-item:hover .wen-title{
    color: #5899F2;
}
.wen-list .wen-item .wen-title{
    font-size:21px;
    font-family:Microsoft YaHei;
    color:#000000;
    line-height:36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    font-weight: 600;
    transition: all .3s;
}
.wen-list .wen-item .wen-desc{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
    margin-bottom: 15px;
}
.wen-list .wen-item .wen-time {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:24px;
}
.wen-list .wen-item a{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    font-size: 0;
    z-index: 10;
}
/**文字列表 E **/

/**文章详情 S **/
.page-where{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:30px;
    color:rgba(102,102,102,1);
}
.page-where a{
    color:rgba(102,102,102,1);
}
.page-where span{
    color: #336BB9;
}

.detail-title{
    text-align: center;
    font-size:30px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(40,40,40,1);
    line-height:33px;
    padding: 40px 0 30px;
    border-bottom: 1px solid #CCCCCC;
}
.detail-share{
    text-align: center;
    padding-top: 10px;
}
.detail-share .left-time{
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:30px;
}
.detail-share .share-box{
    display: inline-block;
    vertical-align: top;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:30px;
}
.detail-share .share-box >div{
    display: inline-block;
    vertical-align: middle;
}
.detail-content-box{
    margin-top: 50px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:30px;
    min-height: 600px;
    padding-bottom: 50px;
    border-bottom: 1px solid #CCCCCC;
}
.detail-content-box img{
    max-width: 100%;
}
.next-prev{
    padding-top: 50px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:30px;
}
.next-prev p{
    margin-bottom: 30px;
}
.next-prev p span{
    color: #333333;
    font-weight: 600;
}
.next-prev a{
    text-decoration: underline;
}
.next-prev a:hover{
    color: #5899F2;
}
.detail-content-box video{
    width: 100%;
}
/**文章详情 E **/

/**容器 E**/

/**index S **/
.shizhou-box{
    padding: 14px 0;
}
.shizhou-box p{
    display: inline-block;
    vertical-align: top;
}
.shizhou-box ul{
    display: inline-block;
    vertical-align: top;
}
.shizhou-box ul li{
    display: inline-block;
    vertical-align: top;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    border-right: 1px solid rgba(102,102,102,1);
    padding:  0 15px;
}
.shizhou-box ul li:nth-last-of-type(1){
    border: none;
}

.ad-one{
    width:1170px;
    margin-bottom: 8px;
    height:100px;
}
.ad-one img, 
.ad-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ad-two {
    position: relative;
    width: 1170px;
    margin-bottom: 10px;
    height: 350px;
}
.ad-two .ad-layer {
    position: fixed;
    top: 250px;
    right: 100px;
    z-index: 5;
    width: 250px;
    height: 250px;
    background: #fff url('../images/ad_layer.png') center/cover no-repeat;
}
.ad-two .ad-layer .ad-close {
    position: absolute;
    z-index: 5;
    top: 2px;
    right: 2px;
    width: 24px;
    height: 24px;
    background: #fff url('../images/ad_close.png') center/cover no-repeat;

}
.ad-two .ad-layer .ad-body {
    display: block;
    text-align: center;
    overflow: hidden;
}
.ad-two .ad-layer .ad-body:hover {
    text-decoration: none!important;
}
.ad-two .ad-layer .ad-body .ad-title {
    margin: 20px auto 0;
    font-size: 40px;
    color: #ff7e00;
    font-weight: bold;
    text-shadow: 3px 0 0 #fff, 0 3px 0 #fff, -3px 0 0 #fff, 0 -3px 0 #fff, 0 6px 3px rgba(35, 24, 21, .75);
}
.ad-two .ad-layer .ad-body .ad-content {
    margin: 10px auto 0;
    font-size: 22px;
    padding: 0 12px;
    line-height: 1.6;
    color: #ffff00;
    text-shadow: 2px 0 0 #422406, 0 2px 0 #422406, -2px 0 0 #422406, 0 -2px 0 #422406, 0 4px 2px rgba(35, 24, 21, .75);
}

.ad-snd ul{
    font-size: 0;
}
.ad-snd li{
    display: inline-block;
    vertical-align: top;
    width: 580px;
    height: 100px;
}
.ad-snd li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ad-snd li:nth-of-type(1){
    margin-right: 10px;
}

.jiaoyuhot{
    height: 66px;
    font-size: 0;
    margin-top: 15px;
}
.jiaoyuhot .hot-left{
    width:83px;
    height:66px;
    background:#3773C5;
    display: inline-block;
    vertical-align: top;
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:25px;
    padding: 10px 10px;
    text-align: center;
}
.jiaoyuhot .hot-right{
    display: inline-block;
    vertical-align: top;
    width: 1088px;
    height: 66px;
}
.jiaoyuhot .swiper-wrapper{
    height: 66px;
}
.jiaoyuhot .swiper-slide{
    height: 66px;
    font-size: 20px;
    background: #F2F2F2;
}

.hot-item{
    box-sizing: border-box;
    padding: 0 24px;
}
.hot-item h4{
    display: inline-block;
    vertical-align: top;
    font-size:28px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:66px;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.hot-item p{
    float: right;
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(40,40,40,1);
    line-height:66px;
}
.hot-item a{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 10;
    font-size: 0;
}

.index-swiper-news {
    font-size: 0;
    margin-top: 14px;
}
.index-swiper-news .isn-left{
    width: 400px;
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
}
.index-swiper-news .isn-left ul{
    padding-top: 19px;
}
.index-swiper-news .isn-left ul:nth-of-type(1){
    margin-bottom: 15px;
}
.index-swiper-news .isn-left li{
    position: relative;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#808080;
    line-height:33px;
    padding-left: 16px;
    box-sizing: border-box;
}
.index-swiper-news .isn-left li:nth-of-type(1){
    font-size: 18px;
    font-weight: bold;
}
.index-swiper-news .isn-left li:nth-of-type(1) a{
    color: #3388ff;
}
.index-swiper-news .isn-left li::before{
    position: absolute;
    content: '·';
    left: 0;
    font-size: 16px;
}
.index-swiper-news .isn-left li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.index-swiper-news .isn-left li a:hover{
    color: #5899F2;
}
.index-swiper-news .isn-right{
    width:738px;
    height:437px;
    display: inline-block;
    vertical-align: top;
}
.index-swiper-news .isn-right .swiper-slide{
    position: relative;
    width:738px;
    height:437px;
}
.index-swiper-news .isn-right .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-swiper-news .isn-right .swiper-slide p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 63px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:63px;
    background: rgba(0,0,0,.5);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    z-index: 10;
    box-sizing: border-box;
    padding: 0 10px;
}
.index-swiper-news .isn-right .swiper-slide a{
    position: absolute;
    font-size: 0;
    left: 0;
    top:0;
    right:0;
    bottom: 0;
    z-index: 11;
}
.index-swiper-news .swiper-pagination{
    bottom: 24px;
    width: auto;
    right: 15px;
    left: auto;
}
.index-swiper-news .swiper-pagination span.swiper-pagination-bullet{
    opacity: 1;
    background: white;
}
.index-swiper-news .swiper-pagination span.swiper-pagination-bullet-active{
    background-color: #007aff;
}

.ad-three{
    margin-top: 20px;
    width: 1170px;
    height: 100px;
}
.ad-three img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-main-box .page-left{
    padding-top: 34px;
}
.title-wrap{
    border-top: 1px solid #DADADA;
    padding: 12px 0;
}
.title-wrap li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    cursor: pointer;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(40,40,40,1);
    line-height:33px;
}

.index-left{
    width: 838px;
}
.index-right{
    margin-left: 17px;
}
.title-wrap li.active{
    color: #282828;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    line-height:33px;
    position: relative;
}
.title-wrap li.active::before{
    position: absolute;
    content: '';
    background-color: #5899F2;
    height: 4px;
    top:-14px;
    left:0;
    right: 0;
}
.index-main-box .content-wrap{
    font-size: 0;
    position: relative;
}
.index-main-box .content-wrap .box-item{
    display: none;
}
.index-main-box .content-wrap .box-item:nth-of-type(1){
    display: block;
}
.seemore{
    position: absolute;
    width:60px;
    height:25px;
    background:rgba(223,228,234,1);
    border-radius:5px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(40,40,40,1);
    line-height:25px;
    text-align: center;
    right: 0;
    top:-38px;
    text-decoration: none;
    transition: all .3s;
}
.seemore:hover{
    background-color: #5899F2;
    color: white;
}

.index-main-box .content-wrap .box-item .item-left{
    display: inline-block;
    vertical-align: top;
    width: 395px;
    margin-right: 40px;
}
.index-main-box .item-left .big{
    position: relative;
}
.index-main-box .item-left .big img{
    width: 390px;
    height: 190px;
}
.index-main-box .item-left .big h4{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    width: 390px;
    color:rgba(0,0,0,1);
    line-height:36px;
    background-color: #F0F0F0;
    padding: 0 8px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.index-main-box .item-left .big a{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.index-main-box .item-left .small{
    margin-top: 22px;
}
.index-main-box .item-left .small li{
    width: 190px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.index-main-box .item-left .small li a{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.index-main-box .item-left .small li:nth-of-type(1){
    margin-right: 10px;
}
.index-main-box .item-left .small img{
    width: 190px;
    height: 130px;
}
.index-main-box .item-left .small h4{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color: #666666;
    margin-top: 5px;
}

.index-main-box .content-wrap .box-item .item-right{
    width: 400px;
    display: inline-block;
    vertical-align: top;
    /*margin-right: 32px;*/
}
.index-main-box .content-wrap .box-item .item-right ul:nth-of-type(1){
    margin-bottom: 30px;
}
.index-main-box .content-wrap .box-item .item-right li{
    position: relative;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#808080;
    line-height:33px;
    padding-left: 16px;
    box-sizing: border-box;
}
.index-main-box .content-wrap .box-item .item-right li::before{
    position: absolute;
    content: '·';
    left: 0;
    font-size: 16px;
}
.index-main-box .content-wrap .box-item .item-right li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #666666;
}
.index-main-box .content-wrap .box-item .item-right li a:hover{
    color: #5899F2;
}

.ad-four{
    width: 838px;
    height: 100px;
    margin-top: 20px;
}
.ad-four img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-t{
    font-size: 0;
    margin-top: 34px;
}
.item-ces{
    width: 404px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 40px;
}
.item-ces:nth-of-type(2n){
    margin-right: 0;
}
.item-content{
    position: relative;
}
.item-content .mz{
    display: none;
}
.item-content .mz:nth-of-type(1){
    display: block;
}
.item-content .seemore{
    top:-44px;
}
.item-content .small{
    margin-bottom: 24px;
}
.item-content .small li{
    width: 190px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
}
.item-content .small li:hover h4{
    color: #5899F2;
}
.item-content .small li a{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.item-content .small li:nth-of-type(1){
    margin-right: 10px;
}
.item-content  .small img{
    max-width: 190px;
    height: 130px;
    object-fit: cover;
}
.item-content .small h4{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color: #666666;
    margin-top: 5px;
}
.item-content .wen li{
    width:395px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:33px;
    position: relative;
}
.item-content .wen li a{
    text-decoration: none;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.item-content .wen li a:hover{
    color: #5899F2;
}
.weike{
    margin-top: 40px;
    font-size: 0;
}
.weike-list{
    margin-bottom: 26px;
}
.weike-item{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 21px;
}
.weike-item:hover  .pic img{
    width: 110%;
    height: 110%;
}
.weike-item:nth-of-type(3n){
    margin-right: 0;
}
.weike-item .pic{
    width: 265px;
    height: 155px;
    position: relative;
    overflow: hidden;
}
.weike-item .pic img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    transition: all .3s;
}
.weike-item h4{
    height: 46px;
    background:rgba(240,240,240,1);
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:46px;
    box-sizing: border-box;
    padding: 0 8px;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width:265px;

}
.weike-item .icon{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    z-index: 8;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.weike-item .icon::after{
    position: absolute;
    top:50%;
    left: 50%;
    width: 39px;
    height: 39px;
    content: '';
    margin: -20px 0 0 -20px;
    background: url(../images/play_btn.png) no-repeat center / cover;
}
.weike-item a{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    font-size: 0;
}
.weike-contain{
    position: relative;
}

.zhaopin{
    margin-left: 12px;
    border-top: 6px solid #5899F2;
    margin-top: 10px;
    height: 260px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(227, 227, 227, 1);
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 5px 0 10px;
}
.zhaopin h4{
    display: inline-block;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(40,40,40,1);
    line-height:33px;
    padding: 14px 0 ;
    background: url("../images/bk_icon.png") no-repeat left center / 23px 25px;
    padding-left: 30px;
}
.zhaopin .mores{
    float: right;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,114,200,1);
    line-height:33px;
    margin-top: 14px;
}
.zhaopin li{
    position: relative;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:33px;
    padding-left: 28px;
    box-sizing: border-box;

}
.zhaopin li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.zhaopin li a:hover{
    color: #5899F2;
}
.zhaopin li:before{
    position: absolute;
    content: '·';
    width:21px;
    height:21px;
    /*background:rgba(255,102,0,1);*/
    border-radius:5px;
    text-align: center;
    line-height: 21px;
    left: 0;
    top:7px;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
}

.school-list{
    font-size: 0;
    padding-top: 30px;
}
.school-list .school-item{
    display: inline-block;
    vertical-align: top;
    width: 365px;
    margin-right: 66px;
    margin-bottom: 15px;
    position: relative;
    transition: all .3s;
}
.school-list .school-item a{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    z-index: 9;
}
.school-list .school-item:hover{
    transform: translateY(-3px);
}
.school-list .school-item:hover .school-pic img{
    width: 110%;
    height: 110%;
}
.school-list .school-item:hover h4{
    color: #5899F2;
}
.school-list .school-item:nth-of-type(2n){
    margin-right: 0;
}
.school-list .school-item .school-pic{
    width: 365px;
    height: 195px;
    overflow: hidden;
}
.school-list .school-item .school-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.school-list .school-item h4{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 8px;
    transition: all .3s;
    line-height: 50px;
    font-size: 16px;
    color: #282828;
}
/**大图列表**/
/**index E **/

/** 分页**/
.fenpage{
    margin-top: 40px;
    text-align: center;
}
.fenpage a{
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
    transition: all .3s;
    color: #666666;
}
.fenpage a.curr,
.fenpage a:hover{
    background-color: #5899F2;
    color: white;
    border-color: #5899F2;
}


/**三级目录**/
.child-nav{
    border-top:1px solid #DCDCDC ;
    border-bottom:1px solid #DCDCDC ;
}

.child-nav li{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 16px 15px;
    margin-right: 10px;
}
.child-nav li a{
    color: #666666;
    transition: all .3s;
    text-decoration: none;
    font-weight: normal;
}
.child-nav li.active a,
.child-nav li:hover a{
    color: #5899F2;
    font-weight: bold;
}

/**风采**/
.fc-box{
    font-size: 0;
    overflow: hidden;
    height: 200px;
    margin-bottom: 20px;
}
.fc-left {
		position: relative;
    display: inline-block;
    vertical-align: top;
    width: 98px;
    border-right: 1px solid #d2d2d2;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    height: 100%;
    padding: 26px 32px;
    text-align: center;
}
.fc-left.rec {
	padding-top: 0;
}
.fc-left.rec .more {
	position: absolute;
	display: block;
    z-index: 1;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #555;
    font-size: 14px;
}

.fc-right{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 700px;
    box-sizing: border-box;
    margin-left: 20px;
    padding-top:20px;
}
.fc-right .swiper-slide{
    height: 160px;
    background: #d2d2d2;
}
.fc-right .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zanbo{
    width: 1050px;
}
.fc-right .swiper-slide a p{
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: rgba(122,122,122,.9);
    left: 0;
    right: 0;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 3px;
}
.cdwfjbpt{
	background: url(../images/cdwfjb.jpg) no-repeat;
	background-position: left center;
	background-size: auto 30px;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	padding-left: 32px;
}









