.content{
    width:1500px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.new_center_left{
    width:230px;
}
.new_center_right{
    width: 1224px;
    min-height: 500px;
    background: #FFFFFF;
    box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}
.new_center_right .new_center_list{
    cursor: pointer;
}
.new_center_right .new_center_list:hover .new_center_list_title{
    color:#005492;
}
.new_center_right_new{
    width: 1224px;
    /*background: #FFFFFF;*/
    /*box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.16);*/
    border-radius: 10px;
}
.new_center_right .new_center_list:hover .timeBoxIn{
    background: #005492;
    color: #fff
}
.timeBoxIn{
    width: 299px;
    height: 220px;
    background:#efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #666;
}
.timeBoxIn .box{
    text-align: center;
    font-size:36px;
}
.timeBoxIn .box .div1{
    margin-bottom:10px;
    font-size:48px;
}
.new_center_title{
    width: 230px;
    height: 88px;
    background: linear-gradient(-87deg, #005492 0%, #0065AB 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_center_title .box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_center_title .box .zimu{
    font-size: 44px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}
.count .div1{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}
.count .div2{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}
.new_center_left .cur{
    width: 210px;
    height: 57px;
    background: #EEEBEB;
    margin-top:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1A1A1A;
    cursor: pointer;
    margin-left:20px;
}
.new_center_left .active{
    background: linear-gradient(-90deg, #FF9312, #FFD200);
    color:#fff;
}
.new_center_right{
    padding:0 20px;
}
.new_center_list{
    display: flex;
    padding:25px 0;
    /*justify-content: space-between;*/
    border-bottom:2px solid #D9D9D9;
    position:relative;
}
.new_center_list img{
    display: inline-block;
    width: 299px;
    height: 220px;
    background:#ccc;
}
.new_center_list .el-image{
    width: 299px;
    height: 220px;
}
.new_center_list .statusIn{
    display: inline-block;
    width: 81px;
    height: 33px;
    background: rgba(0,0,0,0);
    position: absolute;
    right:0;
    top: 0;
}
.imageBox {
    position: relative;
}
.imgJs{
    width:850px;
    margin-left:25px;
}
.new_center_list_title{
    font-size: 20px;
    font-family: PingFang;
    font-weight: bold;
    color: #000000;
}
.new_center_list_count{
    font-size: 12px;
    font-family: PingFang;
    font-weight: bold;
    color: #666666;
    line-height: 26px;
    margin-top:25px;
}
.more{
    width: 58px;
    height: 15px;
    background: #1286FF;
    position:absolute;
    bottom:20px;
    right:30px;
    font-size: 12px;
    font-family: PingFang;
    /*font-weight: bold;*/
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
#index{
    background-color: #f6f6f6;
}
/*新闻详情样式*/
.contentBox{
    width: 1500px;
    background-color: #f6f6f6;
    /*box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.16);*/
    /*border-radius: 10px;*/
    margin:0 auto;
    padding-bottom: 100px;
}
.detailBox{
    width:1100px;
    min-height:500px;
    margin:0 auto;
    background-color: #f6f6f6;
}
.detailTitle{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #666666;
    text-align: center;
    margin-top:80px;
}
.timeBox{
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    margin-top:40px;
}
.timeBox span:first-child{
    display: inline-block;
    margin-right:20px;

}
.detailContent p{
    font-size: 16px;
    font-family: PingFang;
    font-weight: 400;
    color: #666666;
    margin-top:60px;
}

/*创业导师*/
.theachBox{
    display: flex;
    flex-wrap: wrap;
}
.theachBox .listCount{
    width: 70%;
}
.theachBox .list{
    width:50%;
    display: flex;
    margin-top:40px;
}
.theachBox .list img{
    width: 160px;
    height: 200px;
    border-radius: 5px;
    margin-right:26px;
}
.theachBox .new_center_right_title {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #333333;
    margin-top:20px;
    margin-bottom:20px;
}
.theachBox .new_center_right_li{
    display: flex;
    align-items: center;
    width:100%;
    margin-top:10px;
}
.theachBox .new_center_right_li .new_center_right_1{
    width:50%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #333333;
}
/*创业导师详情*/
.detailTheachBox{
    padding: 20px;
}
.detailTheachBox .listCount{
    width: 70%;
}
.detailTheachBox .list{
    width:70%;
    display: flex;
}
.detailTheachBox .list img{
    width: 160px;
    height: 200px;
    border-radius: 5px;
    margin-right:26px;
}
.detailTheachBox .new_center_right_title {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #333333;
    margin-top:20px;
    margin-bottom:20px;
}
.detailTheachBox .new_center_right_li{
    display: flex;
    align-items: center;
    width:100%;
    margin-top:10px;
}
.detailTheachBox .new_center_right_li .new_center_right_1{
    width:50%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #333333;
}
.detailTheachBox .theachZur{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top:30px;
}
.zurBox{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.zurBox span{
    display: inline-block;
    width: 9px;
    height: 18px;
    background: #2E71C2;
    margin-right: 20px;
}
.line{
    width: 88%;
    height:1px;
    border-bottom:1px solid #ccc;
}
.detailTheachContent{
    padding-left:20px;
}
.detailTheachContent .title{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-top:30px;
    margin-bottom:30px;
}
.detailTheachContent p{
    font-size:18px;
    margin-top:10px;
    color:rgba(51, 51, 51, 1)
}

/*科技成果样式*/
.techListBox{
    display: flex;
    flex-wrap: wrap;
}
.techList{
    width: calc((100% - 120px)/4 - 1px);
    margin: 0 13px 30px 11px;
    border: 1px solid #e5e9ef;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 1px 1px rgb(97 108 121 / 10%), 0 7px 18px 0 rgb(97 108 121 / 13%);
    transition: box-shadow .2s ease;
    background: #fff;
}
@media screen and (min-width: 1910px) {
    .techList {
        width: calc((100% - 120px)/4 - 1px);
    }
}
.imgBox{
    position: relative;
    cursor: pointer;
    height: 210px;
}
.imgBox .el-image{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.video_bottom{
    padding: 8px 10px;
}
.tags{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tags span{
    display: flex;
    align-items: center;
    font-size: 12px;
    vertical-align: text-top;
    position: relative;
    color: #99a2aa;
}
.tags span img{
    width:14px;height:14px;
    margin-right:5px;
}
.techList .title{
    font-size: 12px;
    line-height: 20px;
    color: #222;
    cursor: default;
    height: 40px;
    margin-bottom: 12px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    width:100%;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.techList p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #969696;
    line-height: 22px;
    margin-top:10px;
    width:95%;
}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
}
/*创业导师新*/
.new_center_right_EntrepreneurialMentor{
    width: 1224px;
    /*background: #FFFFFF;*/
    /*box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.16);*/
    border-radius: 10px;
}
.EntrepreneurialMentor{
    overflow: hidden;
    zoom: 1;
}
.EntrepreneurialMentor .clearfix{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    transition: 0.4s;
    zoom: 1;
}
.clearfix li{
    width: 260px;
    height: 350px;
    margin-right: 30px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
    border-radius: 10px;
}
.clearfix li h3{
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    transition: 0.3s;
    background:rgba(96, 102, 242, 0.6);
}
.clearfix li:hover h3{
    height: 100%;
}
.clearfix img{
    width:260px;
    height:350px;
}
.userNew .div1{
    color: #fff;
    font-size: 14px;
    width: 220px;
    padding-right: 10px;
    line-height: 29px;
    padding-top:6%;
    padding-left:20px;
}
.userNew .div2{
    color: #fff;
    font-size: 14px;
    display: flex;
    padding:0 20px;
    box-sizing: border-box;
    justify-content: space-between;
    margin-top: 10px
}

/*// 个人中心*/
.userInfoBox{
    width:944px;
    min-height: 505px;
    background: #FFFFFF;
    box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding-bottom:50px;
}
.userInfoBox .title{
    height:62px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2E2E2E;
    padding-left:20px;
    box-sizing: border-box;
    border-bottom: 1px solid #F1F1F1;
}
.userInfoBox .title span{
    display: inline-block;
    width: 6px;
    height: 24px;
    background: linear-gradient(45deg, #1E88E5, #64B5F6);
    border-radius: 3px;
    margin-right:16px;
}
.formBox{
    padding-left: 40px;
    margin-top:24px;
    padding-bottom:100px;
    padding-right:30px;
}
.formBox .el-input{
    width: 255px;
}
.cityBox  .el-input{
    width: 160px;
}
.formBox .btns{
    width: 425px;
    height: 50px;
    background: #0065AB;
    box-shadow: 0px 6px 9px 1px rgba(0, 102, 255, 0.1);
    border-radius: 10px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-top:50px;
}
.demo-form-inline .avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.demo-form-inline .avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}
.demo-form-inline .avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
}
.demo-form-inline .avatar {
    width: 178px;
    height: 178px;
    display: block;
}

/*表格样式*/
.tabBox {
    padding:0 50px;
    box-sizing: border-box;
}
.btnBox{
    margin-top:20px;
    margin-bottom:20px;
}
.btnBox .el-button--primary{
    background-color: #005492;
    border-color: #005492;
}
.qiyeImg{
    width:85px;
    height:50px;
}

.ql-editor{
    line-height: 32px;
}

.bx3 .breadcrumb{
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding-left: 20px;

}
.bx3 .breadcrumb h5{
    color: #3f3f3f;
}
.bx3 .breadcrumb h5 span{
    cursor: pointer;
}

.bx3{
    width: 1200px;
    height: 240px;
    margin: 10px auto;
    background: white;
    overflow: hidden;
}
.bx3 ul{
    width: 100%;
}
.bx3 ul li{
    width: 800px;
    height: 200px;
    background:white;
    float: left;
    margin-right: 30px;
    margin-left:50px;
    margin-top: 40px;
}
.bx3 ul li h3{
    text-align: center;
    font-size: 40px;
    color: #ee730c;
    margin-top: 60px;
    font-weight: 600;
}
.bx3 ul li h3 span{
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 500;
}
.bx3 ul li p{
    margin-left: 120px;
    margin-top: 30px;
    color: #aaaaaa;
}
.bx3 ul .lst:before{
    content: '';
    display: block;
    width: 1px;
    height: 150px;
    background: #e9e9e9;
    position: absolute;
    margin-left: -30px;
    margin-top: 50px;

}
.bx3 ul .lst{
    width: 300px;
    height: 200px;
    background: white;
    float: right;
}

.bx3 ul .lst h5{
    font-size: 14px;
    color:#aaaaaa;
    margin-top: 35px;
    margin-left: 20px;
}
.bx3 ul .lst input{
    width: 230px;
    height: 40px;
    text-align: center;
    background: #f8f8f8;
    color: #afafb1;
    margin-top: 20px;
    margin-left: 20px;
    border: 1px solid #afafb1;
}
.bx3 ul .lst span{
    /*font-size: 14px;*/
    /*color: #aaaaaa;*/
    /*margin-left: -40px;*/
}
.bx3 ul .lst button{
    width: 120px;
    height: 40px;
    /*background: #166ec8;*/
    /*border: none;*/
    margin-top: 78px;
    margin-left: 80px;
    cursor: pointer;
    font-size:14px;
    /*color: white;*/
    /*transition: all ease 0.1s;*/
}
.bx3 ul .lst button:hover{
    transform: scale(1.1);
}
.bx4{
    width: 1200px;
    height: auto;
    margin: 10px auto;
    background: white;
    min-height: 100px;
}

.bx4 .slideTxtBox{
    width: 100%;
    height: auto;
}
.bx4 .slideTxtBox .hd{
    width: 100%;
    height: 70px;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 10px;
}
.bx4 .slideTxtBox .hd ul{
    width: 100%;
    height:46px;

    overflow: hidden;
}
.bx4 .slideTxtBox .hd ul li{
    float: left;
    width: 98px;
    height: 46px;
    font-size: 16px;
    color: #939395;
    cursor: pointer;
    text-align: center;
    line-height: 46px;
    margin-left: 35px;

}
.bx4 .slideTxtBox .hd ul li.on{
    width: 98px;
    height: 46px;
    background: #ed730c;
    color: white;
}
.bx4 .slideTxtBox .bd{
    margin-top: 10px;
    padding-bottom: 40px;
    overflow: hidden;

}
.bx4 .slideTxtBox .bd>ul{
    padding-left: 30px;
    padding-top: 50px;
    overflow: hidden;
    padding-right: 50px;
}
.bx4 .slideTxtBox .bd>ul>li{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px;
}
.bx4 .slideTxtBox .bd ul li .tit{
    font-size: 15px;
    color:#aaaaaa;
    float: left;
    width: 7%;

}
.bx4 .slideTxtBox .bd ul li span{
    color: #3f3f3f;
    margin-left: 40px;
    float: right;
    width: 1000px;
    line-height: 24px;
    font-size: 15px;

}

.bx4 .slideTxtBox .bd ul li .imgbox4{
    width: 100%;
    height: auto;
    background: white;
}

.bx4 .slideTxtBox .bd ul .kjbsqxz{
    width: 100%;
    height: auto;

}
.bx4 .slideTxtBox .bd ul .kjbsqxz h5{
    font-size: 17px;
    color: red;
    margin-bottom: 10px;
}
.bx4 .slideTxtBox .bd ul .kjbsqxz table{
    width: 100%;
    height: auto;
    border: 1px solid #afafb1;
    border-collapse: collapse;
}
.bx4 .slideTxtBox .bd ul .kjbsqxz table tbody{
    width: 100%;
    height: auto;
}
.bx4 .slideTxtBox .bd ul .kjbsqxz table tbody tr{
    width: 100%;
    height: 50px;
    text-align: center;


}
.sps{
    color: red;
}
.bx4 .slideTxtBox .bd ul .kjbsqxz table tbody tr th{
    background: #eaeaea;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #afafb1;
}

.bx4 .slideTxtBox .bd ul .kjbsqxz table tbody tr td{
    border: 1px solid #afafb1;
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
}

.bx4 .slideTxtBox .bd ul .bx5{
    width: 1200px;
    height: auto;
    margin: -60px auto;
    background: white;
    padding-bottom: 60px;
    overflow: hidden;
}
.bx4 .slideTxtBox .bd ul .bx5 h5{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #dedede;
    line-height: 70px;
    font-size: 18px;
    color: #3f3f3f;
    text-indent: 30px;
}

.bx4 .slideTxtBox .bd ul .bx5 ul{
    width: 100%;
    float: left;
    margin-top: -30px;
    margin-left: -60px;
}
.bx4 .slideTxtBox .bd ul .bx5 ul h3{
    width: 80%;
    height:20px;
    border-left: 3px solid #707070;
    margin-top: 40px;
    margin-left: 50px;
    font-size: 17px;
    color: #707070;
    padding-left: 10px;
}
.bx4 .slideTxtBox .bd ul .bx5 ul li{
    width: 240px;
    height: 280px;
    border: 1px solid #ededed;
    float: left;
    margin-top: 30px;
    transition: all ease 0.1s;
    overflow: hidden;
    margin-left:100px;
}





.bx4 .slideTxtBox .bd ul .bx5 ul li:hover{
    border-color: #d0cfcf;
    transform: scale(1.1);
    box-shadow:0px 5px 10px rgba(0,0,0,0.1);
}
.bx4 .slideTxtBox .bd ul .bx5 ul li h4{
    font-size: 14px;
    color: gray;
    text-align: center;
    margin-top: 5px;
}
.bx4 .slideTxtBox .bd ul .bx5 ul li .imgbox2{
    width: 100px;
    height: 140px;
    margin: 5px auto;
    overflow: hidden;
}
.bx4 .slideTxtBox .bd ul .bx5 ul li .imgbox2 img{
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all ease 1s;
}
/*.bx5 ul li:hover .imgbox2 img{
    transform: scale(1.1);
}*/

.bx4 .slideTxtBox .bd ul .bx5 ul li p{
    font-size: 17px;
    color: black;
    font-weight: 600;
    text-align: center;
}
.bx4 .slideTxtBox .bd ul .bx5 ul li h2{
    text-align: center;
    margin-top: 2px;
    transition: all ease 0.1s;
}
/*.bx5 ul li:hover h2{
    transform: scale(1.1);
}*/
.bx4 .slideTxtBox .bd ul .bx5 ul li h1{
    text-align: center;
    margin-top: 2px;
    font-size: 13px;
}
/*.bx5 ul li:hover h1{
    font-size: 14px;

}*/
.list-info-item{
    margin-right: 49px!important;
    font-size: 18px!important;
    font-weight: 400!important;
    color: #666!important;
    line-height: 20px!important; float:left!important;
    width: 220px;
}
.list-info-item>span{
    color: #cd0303!important;
}
.apply-list>li{
    border-bottom: 1px solid #ddd;
}
.apply-list>li>div{
    display: inline-block;
    font-size: 18px;
}
.apply-list>li>div:nth-child(1){
    width: 500px;
}
.apply-list>li>div:nth-child(2){
     width: 300px;
}
.apply-list>li>div:nth-child(3){
    width: 200px;
}
body {
    background: #f6f6f6!important;
}
