.swiper-overflow {
    overflow: hidden;
}

.home-org-list {
    height: 120px;
}

.org-item {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 60px;
}

.org-item img {
    width: 100%;
    height: 100%;
}

.home-course-list {
    height: 280px;
}

.home-banner-item {
    display: block;
    height: 480px;
    background-color: #999
}

.home-banner-item img {
    display: block;
    width: 100%;
    height: 100%
}

.home-course-list {
    position: relative;
    padding: 5px;
    margin-bottom: 35px
}

.home-course-list .nextbtn,
.home-course-list .prevbtn {
    margin-top: -60px;
    border-radius: 1px
}

.home-course-item {
    width: 257px;
    margin-right: 54px;
}

.home-course-item .home-course-inner {
    display: block;
    overflow: hidden;
    height: 265px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 .5rem 1rem rgba(58, 191, 191, .15);
    margin: 0 5px 25px;
    transition: all .2s ease-in-out
}

.home-course-item .home-course-inner:hover {
    box-shadow: 0 .6rem 1rem rgba(58, 191, 191, .3)
}

.home-course-item .home-course-avatar {
    height: 180px;
    overflow: hidden;
    background-color: #8d99a5
}

.home-course-item .home-course-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out
}

.home-course-item .home-course-info {
    overflow: hidden;
    height: 85px;
    padding: 0 14px
}

.home-course-item .home-course-rel,
.home-course-item .home-course-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    width: 100%
}

.home-course-item .home-course-title {
    font-size: 18px;
    font-weight: 300;
    padding: 15px 0 5px;
    color: #34394b
}

.home-course-item .home-course-rel {
    font-size: 14px;
    color: #8d99a5
}

.home-intro-item {
    float: left;
    width: 570px;
    padding: 0 28px;
    height: 487px;
    text-align: center;
    background-image: url('/images/intro_bg.png');
    background-repeat: no-repeat
}

.home-intro-item.home-intro-right {
    margin-right: -28px
}

.home-intro-item.home-intro-left {
    margin-left: -28px
}

.home-intro-item .home-intro-icon {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 45px auto;
    text-align: center
}

.home-intro-item .home-intro-icon .iconfont {
    color: #3abfbf;
    font-size: 40px
}

.home-intro-item .home-intro-title {
    padding-top: 10px;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.home-intro-item .home-intro-info {
    margin: 30px;
    text-align: justify;
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.8
}

.home-intro-item .home-intro-info .home-intro-more {
    cursor: pointer;
    color: #3abfbf;
    text-decoration: none
}

.home-intro-item .home-intro-info .home-intro-more:hover {
    color: #288484;
    text-decoration: underline
}

.home-news-wrapper {
    position: relative;
    height: 320px
}

.home-news-header {
    padding: 40px 0 16px
}

.home-news-header .home-news-title {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: 700
}

.home-news-header .home-news-title .iconfont {
    font-size: 20px;
    margin-right: 13px;
    color: #3abfbf
}

.home-news-header .home-news-more {
    float: right;
    display: inline-block;
    color: #8d99a5;
    text-decoration: none;
    height: 24px;
    line-height: 24px
}

.home-news-header .home-news-more:hover {
    color: #3abfbf
}

.home-news-list {
    margin: 0;
    padding: 0;
    float: left;
    max-width: 600px;
}

.home-news-list .home-news-list-item {
    padding: 7px 0;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    width: 100%;
    margin-left:50px;
}

.home-news-list .iconfont {
    font-size: 12px;
    color: #3abfbf;
    margin-right: 13px
}

.home-news-list a {
    color: #62697f;
    transition: all .2s ease-in-out
}

.home-news-list a:hover {
    color: #3abfbf
}

.home-news-banner {
    position: relative;
    float: right;
    width: 350px;
    height: 240px;
    overflow: hidden;
    background-color: #d8dfe4;
    border-radius: 4px
}

.home-news-banner a {
    display: block;
    width: 100%;
    height: 100%
}

.home-news-banner img {
    display: block;
    width: 100%;
    height: auto
}

.home-news-banner .home-news-banner-title {
    position: absolute;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    font-weight: 300;
    color: #fff;
    background-color: #000;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    width: 100%
}

.home-org-list {
    margin-bottom: 60px;
    position: relative
}

.home-org-list .nextbtn,
.home-org-list .prevbtn {
    margin-top: -60px;
    border-radius: 1px
}

.home-org-list img {
    display: block;
    width: 100%;
    height: 100%
}

.subheader {
    text-align: center
}

.subheader .core-in {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700
}

.subheader .core-in span {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 0 6px
}

.subheader .core-in:after {
    z-index: 2;
    content: " ";
    display: block;
    width: 71px;
    height: 28px;
    border: 6px solid #3abfbf
}

.subheader .core-in.core-top-left:after {
    position: absolute;
    top: -12px;
    left: -24px
}

.subheader .core-in.core-top-right:after {
    position: absolute;
    top: -12px;
    right: -24px
}

.subheader .core-in.core-bottom-left:after {
    position: absolute;
    bottom: -12px;
    left: -24px
}

.subheader .core-in.core-bottom-right:after {
    position: absolute;
    right: -24px;
    bottom: -12px
}

.page-home {
    padding-bottom: 100px
}

.nextbtn,
.prevbtn {
    top: 50%;
    z-index: 3;
    position: absolute;
    width: 30px;
    height: 100px;
    margin-top: -50px;
    display: table-cell;
    vertical-align: middle;
    border: none;
    background-color: #e1e4e7;
    color: #fff;
    border-radius: 2px;
    outline: none;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center
}

.nextbtn:hover,
.prevbtn:hover {
    background-color: #c5cbd0
}

.nextbtn .iconfont,
.prevbtn .iconfont {
    position: relative;
    font-size: 24px
}

.prevbtn {
    left: -50px
}

.prevbtn .iconfont {
    left: -5px
}

.nextbtn {
    right: -50px
}

.nextbtn .iconfont {
    left: -3px
}

.home-more-btn {
    width: 140px;
    display: block;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #3abfbf
}

.home-more-btn:hover {
    background-color: #2e9898;
    transition: all .2s ease-in-out
}
/**首页三列布局**/
.news_list { }
.news_list li.news {line-height: 34px;padding-left:0px;} /**标题图标**/
.news_list li.news span.news_title {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    max-width: 98%;
    text-overflow: ellipsis;
}
.news_list li.n3,.news_list li.n6,.news_list li.n9 {margin-right: 0px;}
.news_text ul {
    /* margin: 0 -5px 10px; */
    overflow: hidden;
}
.news_text ul li { 
	height: 245px;
float: left;
text-align: center;
margin-right: 30px;
}
.news_text ul li a {
    display: block;
    position: relative;
    height: 100%;
    line-height: 25px;
    font-size: 14px;
}

.news_text ul li img {
    width: 380px;
    height: 200px;
}
#z-tsg ul li{
margin:0;
text-align:center;
width:25%;
height:120px;
}
#z-tsg ul li a {
    height: 100%;
    line-height: 25px;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 20px;
    font-weight: 500;
    color: white;
}
#z-tsg ul li.i1 a {
    background:url(../images/zbtn1.png) no-repeat;
background-size:100%;
}
#z-tsg ul li.i2 a {
    background:url(../images/zbtn2.png) no-repeat;
background-size:100%;
}
#z-tsg ul li.i3 a {
    background:url(../images/zbtn3.png) no-repeat;
background-size:100%;
}
#z-tsg ul li.i4 a {
    background:url(../images/zbtn4.png) no-repeat;
background-size:100%;
}