/* bus */
.mt {
    margin-top: 40px;
}

.ft16 {
    font-size: 16px;
    color: #333;
}

.ft18 {
    font-size: 18px;
    color: #333;
}

.ft14 {
    font-size: 16px;
    color: #666;
}

.ft12 {
    font-size: 12px;
    color: #666;
}

.bt-color {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}

.txt-over-hidd {
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
}


/* bus title */
.bus {
    width: 100%;
    overflow: hidden;
    line-height: 36px;
}

.bus .main-title {
    width: 125px;
    text-align: center;
    float: left;
    font-size: 24px;
    color: #3376f4;
    position: relative;
}

.bus .main-title::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 28px;
    background: #ffa119;
    left: 0;
    top: 0;
    border-radius: 2.5px;
    bottom: 0;
    margin: auto 0;
}

.bus .main-more {
    float: right;
}

.bus .main-more a {
    font-size: 16px;
    width: 70px;
    display: block;
    text-align: center;
    color: #666;
    position: relative;
}

.bus .main-more a:after,
.bus .main-more a:before {
    position: absolute;
    content: '';
    border-top: 8px transparent dashed;
    border-left: 8px transparent dashed;
    border-bottom: 8px transparent dashed;
    border-left: 8px #666 solid;
    right: 0px;
    top: 10px;
}

.bus .main-more a:before {
    border-left: 8px #666 solid;
}

.bus .main-more a::after {
    right: 2px;
    border-left: 8px #fff solid;
}

/* banner */
.main .main-banner {
    width: 564px;
    height: 350px;
    overflow: hidden;
    border-radius: 5px;
}

.banner-title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #0e4c92;
    text-indent: 20px;
    color: #fff;
    font-size: 14px;
}

.el-carousel__container {
    height: 350px;
}

.el-carousel__indicator.is-active button {
    background: #fff;
}

.el-carousel__button {
    width: 18px;
    height: 18px;
    background: #ccc;
    opacity: 1;
}

.el-carousel__indicators--labels .el-carousel__button {
    padding: 0px;
    width: 18px;
    height: 18px;
}

.el-carousel__indicators--horizontal {
    left: 80%;
    bottom: 4px;
    transform: translateX(8%);
}

.el-image {
    width: 100%;
    height: 100%;
}

.el-carousel--horizontal {
    overflow-x: initial;
}

.el-image__inner {
    width: 100%;
    height: 100%;
}

/* 创业资讯 view */
.main-news {
    width: 608px;
    margin-left: 24px;
    padding: 0 8px;
}

.main-news-list {
    margin-top: 32px;
}

.main-news-list ul li {
    margin-top: 12px;
}

.main-news-list ul li a {
    display: block;
    overflow: hidden;
}

.main-news-list ul li a:hover span {
    color: #5992fc;
}

.main-news-list ul li a span:nth-child(1) {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.main-news-list ul li a span:nth-child(2) {
    text-align: center;
    float: right;
}

/* 创业政策 view */

.main .flex-3 {
    width: 33%;
    height: 270px;
}

.main .flex-3:nth-child(2) {
    position: relative;
}

.main .flex-3:nth-child(2)::after,
.main .flex-3:nth-child(2)::before {
    content: '';
    width: 1px;
    height: 210px;
    background: -webkit-linear-gradient(top, #f1f1f1, #9a9b9c, #f1f1f1);

    position: absolute;
    bottom: 0;
}

.main .flex-3:nth-child(2)::after {
    left: -10px;
}

.main .flex-3:nth-child(2)::before {
    right: -10px;
}


/* 创业课程 view */
.main-curriculum {
    width: 100%;
}

.main-curriculum .main-curriculum-list ul {
    display: flex;
}

.main-curriculum .main-curriculum-list ul li {
    width: 289px;
    height: 260px;
    border-radius: 5px;
    box-shadow: 0px 5px 6px #ccc;
    margin-left: 14px;
    position: relative;
}
.badge {
position: absolute;
top: 0;
right: 0;
background-color: #05bb8b;
border: 1px solid #fff;
/* width: 40px;
height: 14px; */
color: white;
border-radius: 0 0 0 5px;
}
.badges {
width: 80px;
height: 25px;
padding: 0;
line-height: 25px;
}
.badges img {
width: 25px;
vertical-align: middle;
}

.main-curriculum .main-curriculum-list ul li:nth-child(1) {
    margin-left: 0;
}

.main-curriculum .main-curriculum-list ul li a {
    display: block;
}

.main-curriculum .main-curriculum-list ul li .curriculum-title-img {
    width: 100%;
    height: 130px;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
}

.main-curriculum .main-curriculum-list ul li .curriculum-title-img img {
    width: 100%;
}

.main-curriculum .main-curriculum-list ul li .curriculum-title-con {
    padding: 16px 10px;
}

.main-curriculum .main-curriculum-list ul li .curriculum-title-con p:nth-child(2) {
    margin-top: 8px;
}

.main-curriculum .main-curriculum-list ul li .curriculum-title-con p:nth-child(3) {
    margin-top: 4px;
    color: #999;
    overflow: hidden;
}

.main-curriculum .main-curriculum-list ul li .curriculum-title-con p:nth-child(3) span {
    float: right;
}

.main-curriculum .main-curriculum-list ul li .curriculum-title-con p:nth-child(3) span img {
    margin-right: 5px;
}

.main-curriculum .main-curriculum-list ul li:hover{
    transform: scale(1.04);
    transition: all .3s;
    -webkit-transition: all .3s;
    /* Safari */
}

/* 直播课堂 view */
.main-live .main-curriculum-list ul li {
    height: 299px;
}

.main-live .main-curriculum-list ul li .curriculum-title-img {
    height: 189px;
}

/* 优秀讲师 view */
.main-lecturer .main-lecturer-list ul {
    display: flex;
}

.main-lecturer .main-lecturer-list ul li {
    width: 205px;
    margin-left: 45px;
}

.main-lecturer .main-lecturer-list ul li:nth-child(1) {
    margin-left: 0px;
}

.main-lecturer .main-lecturer-list ul li .curriculum-title-img {
    width: 174px;
    height: 174px;
    border-radius: 50%;
    background: #f0f5fd;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.main-lecturer .main-lecturer-list ul li .curriculum-title-img img {
    width: 146px;
    height: 146px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.main-lecturer .main-lecturer-list ul li .lecturer-title-con {
    text-align: center;
}

.main-lecturer .main-lecturer-list ul li .lecturer-title-con h6 {
    margin-top: 15px;
}

.main-lecturer .main-lecturer-list ul li a {
    display: block;
}

.main-lecturer .main-lecturer-list ul li .curriculum-title-img:hover,
.main-server .main-server-text:hover {
    top: -4px;
    transition: all .3s;
    -webkit-transition: all .3s;
    /* Safari */
}

/* 创业服务 view */
.main-server {
    width: 100%;
}

.main-server ul {
    display: flex;
}

.main-server ul li {
    width: 230px;
    height: 268px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    line-height: 268px;
    margin-left: 13px;
    position: relative;
}

.main-server ul li:nth-child(1) {
    margin-left: 0px;
}

.main-server .main-server-img {
    width: 100%;
    height: 100%;
}

.main-server .main-server-img img {
    width: 100%;
    height: 100%;
}

.main-server ul li a {
    display: block;
}

.main-server .main-server-text {
    width: 100%;
    position: absolute;
    top: 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.main-server .main-server-img:hover {
    margin-top: -4px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

/* 经验分享 view */
.main-share ul {
    overflow: hidden;
}

.main-share ul li {
    width: 56%;
    float: left;
}

.main-share ul li:nth-child(2),
.main-share ul li:nth-child(4) {
    float: right;
    width: 44%;
}

.main-share ul li:nth-child(3),
.main-share ul li:nth-child(4) {
    margin-top: 36px;
}

.main-share ul li a {
    display: block;
    overflow: hidden;
}

.main-share ul li a div:nth-child(1) {
    width: 98px;
    height: 98px;
    border-radius: 5px;
    background: #00c18d;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    float: left;
}

.main-share ul li:nth-child(2) a div:nth-child(1) {
    background: #2396f0;
}

.main-share ul li:nth-child(3) a div:nth-child(1) {
    background: #f76462;
}

.main-share ul li:nth-child(4) a div:nth-child(1) {
    background: #ffa119;
}

.main-share ul li a div:nth-child(1) h2 {
    font-size: 24px;
}

.main-share ul li a div:nth-child(2) {
    margin-left: 20px;
    float: left;
    padding-top: 10px;
    width: 400px;
}

.main-share ul li a div:nth-child(2) p:nth-child(1):hover {
    color: #5992fc;
}

.main-share ul li a div:nth-child(2) p:nth-child(2) {
    display: block;
    display: -webkit-box;
    font-size: 16px;
    color: #6666;
    margin-top: 15px;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 统计信息 view */
.main-statistics .main-statistics-list ul {
    display: flex;
}

.main-statistics .main-statistics-list ul li a {
    display: block;
    width: 163px;
    height: 220px;
    box-shadow: 0px 3px 6px #ccc;
    margin-left: 10px;
    border-radius: 5px;
    padding-top: 24px;
}

.main-statistics .main-statistics-list ul li:nth-child(1) a {
    margin-left: 0px;
}

.main-statistics .main-statistics-list ul li a div {
    text-align: center;
    font-size: 20px;
    color: #999;
}

.main-statistics .main-statistics-list ul li a div span {
    font-size: 20px;
    color: #333;
    margin: 0 8px;
}

.main-statistics .main-statistics-list ul li a div.main-statistics-text {
    margin-top: 20px;
}

.main-statistics .main-statistics-list ul li a:hover {
    transform: scale(1.05);
    transition: all .3s;
    -webkit-transition: all .3s;
}

@media screen and ( max-width: 980px )  {
    /* .top_box .logo{
        width: 100px;
    }
    .top{
        width: 100%;
        background: #3376f4;
    }
    .top_box{
        width: 100%;
    }
    .top_nav{
        margin-left: 0px;
    } */
}

.live-icon {
	width: 15px;
    height: 15px;
    background-color: transparent;
    justify-content: space-between;
    display: flex;
    float: left;
    margin-top: 45px;
    margin-right: 5px;
}

.live-icon-box {
    width: 3px;
    border-radius: 2px;
    height: 20px;
    background-color: #eee;
}


.live-icon-box-move1 {
	transform: scaleY(0.2);
	animation: mymove1 0.7s 0.1s infinite linear alternate;
}

.live-icon-box-move2 {
	transform: scaleY(1);
	animation: mymove2 0.7s 0.4s infinite linear alternate;
}

.live-icon-box-move3 {
	transform: scaleY(0.1);
	animation: mymove3 0.7s 0.4s infinite linear alternate;
}

@keyframes mymove1 {
	0% {
		transform: scaleY(0.2);
	}

	100% {
		transform: scaleY(1);
	}
}

@keyframes mymove2 {
	0% {
		transform: scaleY(1);
	}

	100% {
		transform: scaleY(0.3);
	}
}

@keyframes mymove3 {
	0% {
		transform: scaleY(0.1);
	}

	100% {
		transform: scaleY(1);
	}
}
.img_name {
    height: 36px;
    width: 290px;
}


.img_name span {
    float: left;
    margin-top: 10px;
    margin-left: 12px;
    font-size: 16px;
    color: #333333;
    width: 60%;
}

.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img_name em {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 14px;
    color: #666666;
}

.img_newData {
    height: 30px;
    width: 290px;
}

.img_newData em {
    float: left;
    margin-left: 12px;
}

.img_newData span {
    float: right;
    margin-right: 20px;
}

.start_date {
    font-size: 14px;
    color: rgb(102, 102, 102);
    margin-left: 12px;
    margin-top: 12px;
}

.second_con_list_p {
    margin-top: 8px;
    margin-left: 12px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}