.newsHeader {
    /* border-bottom: solid 1px #edeff2; */
}
body{
    background: #fff;
}
.newsContent {
    /*background: #F7F9FE;*/
    padding-top: 20px;
}

.newsContent >.block {
    height: 50px;
}
.newsContent >.container {
    width: 90%;
    margin: 0 auto 72px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    /*background-color: rgba(0,0,0,0.05);*/
    border-radius: 15px;
    /*box-shadow: 0px 1px 14px 0px rgba(24, 29, 40, 0.1);*/
}

.newsContent >.container .tabs {
    font-size: 16px;
    font-weight: bold;
    color: #303133;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 15px;
    width: 20%;
    background: #fff;
    height: 378px;
    box-shadow: 0px 1px 14px 0px rgba(24, 29, 40, 0.3);
}
.newsContent >.container .tabs .tabsIsActiveOne:nth-child(1){
    border-radius: 15px 15px 0 0;
}
.newsContent >.container .tabs .tabsIsActiveOne:last-child{
    border-radius: 0px 0px 15px 15px;
}
.newsContent >.container .tabs .tabsIsActiveOne {
    height: 63px;
    line-height: 63px;
    color: rgba(0, 0, 0, 0.6);
    /*padding-left: 49px;*/
    cursor: pointer;
    text-align: center;
}
.newsContent >.container .tabs .active{
    background: rgba(0, 0, 0, 0.1);
    color: #000000 !important;
}

.newsContent >.container .new_list {
    width: 80%;
    border-radius: 15px;
    padding: 20px 40px;
    background: #fff;
    box-shadow: 0px 1px 14px 0px rgba(24, 29, 40, 0.3);
}

.newsContent >.container .new_list .item {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rte{
    position: relative;
}
.newt{
    position: absolute;
    right: 38px;
    bottom: 10px;
    width: 52px;
    height: 24px;
    line-height: 24px;
    background: #000000;
font-size: 13px;
font-weight: 500;
color: #FFFFFF;
border-radius: 5px;
text-align: center;
}
.newsContent >.container .new_list .item .newImg {
    width: 180px;
    height: 135px;
    border-radius: 6px;
    margin-right: 24px;
}

.newsContent >.container .new_list .item .info .tit {
    font-size: 20px;
    font-family: SF Pro;
    font-weight: 500;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
}
.newsContent .container .new_list .item .info .time {
    margin: 6px 0 12px;
    font-size: 14px;
    font-family: SF Pro;
    font-weight: 400;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.newsContent .container .new_list .item .info .time img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.newsContent .container .new_list .item .info .content {
    font-size: 16px;
    font-family: SF Pro;
    font-weight: 400;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsContent .container .newList .new-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.newsContent .container .newList .new-item .new_img {
    width: 180px;
    height: 135px;
    border-radius: 15px;
    margin-right: 24px;
    position: relative;
}

.newsContent .container .newList .new-item .new_img img {
    width: 180px;
    height: 135px;
}
.newsContent .container .newList .new-item .new_img .new_block {
    height: 29px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    /* background-image: linear-gradient(to left, #000000, #FFA3DC); */
    background-image: linear-gradient(to left, #1c8d36, #ffa3dc);
    border-radius: 6px;
    color: #ffffff;
    padding: 7px 12px;
}
.newsContent .container .newList .new-item .new_img .new_block img {
    width: 100%;
    height: 100%;
}

.newsContent .container .newList .new-item .new_text .new_tit {
    font-size: 20px;
    color: #303133;
    font-weight: bold;
}

.newsContent .container .newList .new-item .new_text .new_info {
    display: flex;
    align-items: center;
    color: #909399;
    font-size: 14px;
    margin: 12px 0;
}

.newsContent .container .newList .new-item .new_text .new_info img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 6px;
}

.newsContent .container .newList .new-item .new_text .new_content {
    font-size: 16px;
    color: #606266;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsContent .container .pagination {
    text-align: center;
    margin: 30px auto 20px;
}

/*.layui-laypage a, .layui-laypage span {*/
/*    background-color: transparent;*/
/*    color: #000000;*/
/*    border: none;*/
/*    border-radius: 2px;*/
/*}*/
/*.layui-laypage a:hover {*/
/*    background-color: #000000;*/
/*    color: #FAFAFA;*/
/*    border-radius: 2px;*/
/*}*/
/*.layui-laypage a, .layui-laypage span {*/
/*    margin: 0 2px;*/
/*}*/
/*.layui-laypage .layui-laypage-curr em {*/
/*    background-color: transparent;*/
/*    color: #FAFAFA;*/
/*}*/

.newcon {
    padding: 0;
}
.flex {
    flex-wrap: wrap;
}

.innovateLoginedHeader {
    background: url(../image/bg.png) no-repeat;
    background-size: cover;
    background-position: 30%, 60%;
    height: 300px;
}
.innovateLoginedContent {
    margin-top: -190px;
}
.container-title{
    font: 30px "Microsoft YaHei";
    font-weight: bold ;
    color: #FFFFFF;
    text-align: center;
    padding-top: 54px;
    padding-bottom: 18px;
}