.newContent {
    overflow: hidden;
}

.newContent .left {
    float: left;
    width: 200px;
    margin-right: 40px;
}

.newContent .left ul li {
    width: 200px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    padding-left: 20px;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
}

.newContent .left ul .on {
    color: #5677FB;
}

.newContent .left ul .first {
    background: #5677FB;
    color: #fff;
    padding-left: 15px;
}

.newContent .right .title {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
    background: #5677FB;
}

.newContent .right .evTitle{
    background: #fff;
    color: #333333;
}

.newContent .right .title div:last-child {
    float: right;
    overflow: hidden;
}

.newContent .right .title div:last-child input {
    float: right;
    width: 206px;
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-radius: 4px 0px 0px 4px;
    background-color: rgba(255, 255, 255, 1);
    text-align: left;
    border: 1px solid rgba(221, 221, 221, 1);
    box-sizing: border-box;
    outline: none;
}

.newContent .right .title div:last-child span {
    float: right;
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    border-radius: 0px 4px 4px 0px;
    background-color: rgba(190, 200, 240, 1);
    margin-right: 12px;
    color: #101010;
    text-align: center;
    cursor: pointer;
}

.newContent .right .evTitle div:last-child span{
    width: 50px;
    background-color: rgba(221, 221, 221, 1);
    color: rgba(16, 16, 16, 1);
}

.newContent .right .title div:last-child .clickUpload {
    margin-right: 34px;
}

.newContent .right .title div:last-child .clickUpload a {
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    text-align: right;
    font-family: SourceHanSansSC-regular;
    text-decoration: underline !important;
}

.newContent .right .title div:first-child {
    float: left;
}

.newContent .newMain {
    padding-top: 18px;
    min-height: 600px;
}
.newContent .evNewMain{
    background: #fff;
    min-height: 600px;
    overflow: hidden;
}
.newContent .evNewMain .item{
    float: left;
    box-sizing: border-box;
    width: 416px;
    height: 200px;
    padding: 18px 25px 23px 24px;
    border: 1px solid #e6e6e6;
    margin-right: 36px;
    margin-bottom: 36px;
    cursor: pointer;
}
.newContent .evNewMain .item h1{
    height: 65px;
    color: rgba(16, 16, 16, 1);
    font-size: 20px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}
.newContent .evNewMain .item .line{
    margin-top: 25px;
    border-bottom: 1px dashed #E6E6E6;
}
.newContent .evNewMain .item .expertsMain{
    overflow: hidden;
    margin-top: 14px;
}
.newContent .evNewMain .item .expertsMain>div{
    float: left;
}
.newContent .evNewMain .item .expertsMain>div{
    float: left;
}
.newContent .evNewMain .item .expertsMain>div:first-child{
    height: 50px;
    width: 50px;
    margin-right: 13px;
    border-radius: 50%;
    overflow: hidden;
}
.newContent .evNewMain .item .expertsMain>div:first-child img{
    height: 100%;
    width: 100%;
}
.newContent .evNewMain .item .expertsMain .name{
    height: 22px;
    line-height: 22px;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}
.newContent .evNewMain .item .expertsMain .role{
    margin-top: 6px;
    height: 22px;
    line-height: 22px;
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.newContent .newMain .item {
    overflow: hidden;
    margin-bottom: 36px;
    cursor: pointer;
}

.newContent .newMain .item > div {
    overflow: hidden;
}

.newContent .newMain .item > div img {
    width: 280px;
    height: 165px;
    margin-right: 48px;
}

.newContent .newMain .item .imgTitleDic {
    width: 1080px;
    overflow: hidden;
}

.newContent .newMain .item .imgTitleDic .imageMain {
    float: left;
}

.newContent .newMain .item .imgTitleDic .textMain {
    float: left;
    width: 720px;
    border-bottom: 1px dashed #ddd;
    box-sizing: border-box;
}

.newContent .newMain .item > div h1 {
    margin-top: 10px;
    box-sizing: border-box;
    height: 27px;
    line-height: 27px;
    color: #101010;
    font-size: 22px;
    text-align: left;
    margin-bottom: 8px;
    font-family: SourceHanSansSC-regular;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newContent .newMain > .item > div p {
    box-sizing: border-box;
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newContent .newMain > .item .time {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    height: 20px;
    line-height: 20px;
    box-sizing: border-box;
    margin-top: 26px;
    margin-bottom: 29px;
}

.banner {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.newContent .introduction {
    overflow: hidden;
    background: #F6F6F6;
    margin-bottom: 80px;
}

.newContent .introduction .cover, .newContent .introduction .briefInfo {
    float: left;
}

.newContent .introduction .cover {
    width: 240px;
    height: auto;
    margin-left: 20px;
    margin-top: 26px;
    box-shadow: 0px 0px 5px 3px #eee;
}
.newContent .introduction .cover img{
    height: 100%;
    width: 100%;
}
.newContent .introduction .briefInfo {
    margin-top: 26px;
    width: 750px;
    margin-left: 28px;
}

.newContent .briefInfo .innerTitle {
    border: none;
    height: 27px;
    line-height: 27px;
    margin-bottom: 12px;
    color: #101010;
    font-size: 18px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.newContent .briefInfo .dec p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 6px;
    font-family: SourceHanSansSC-regular;
}
.newContent .briefInfo .briefDce{
    height: 208px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}

.showMoreBtn{
    float: right;
    font-size: 14px;
    color: rgba(86, 119, 250, 1);
    cursor: pointer;
}

.newContent .briefInfo .countOpt {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin-top: 45px;
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    border-bottom: 1px dashed #E6E6E6;
    padding-bottom: 17px;
    margin-bottom: 23px;
}

.newContent .briefInfo .countOpt span {
    margin-right: 37px;
}

.newContent .briefInfo .countOpt a {
    float: right;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: rgba(86, 119, 250, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: center;
    font-family: Microsoft Yahei;
}

.newContent .expertProfile .photo {
    overflow: hidden;
    background-color: #fff;
    padding-top: 15px;
}

.newContent .expertProfile .photo .direction,
.newContent .expertProfile .photo .imgMain {
    float: left;
}

.newContent .expertProfile .photo .direction {
    cursor: pointer;
    height: 130px;
    line-height: 130px;
    width: 30px;
    margin-left: 17px;
    color: #666666;
    font-size: 20px;
    margin-right: 15px;
}

.newContent .expertProfile .photo .right {
    margin-right: 15px;
}

.newContent .expertProfile .photo .imgMain {
    width: 625px;
    height: 144px;
    overflow: hidden;
}

.newContent .expertProfile .photo .imgMain .pos {
    width: 100000px;
    height: 144px;
}

.newContent .expertProfile .photo .imgMain .pos > div {
    float: left;
    width: 110px;
    margin-right: 18px;
    position: relative;
}

.newContent .expertProfile .photo .imgMain .pos > div:last-child {
    margin-right: 0;
}

.newContent .expertProfile .photo .imgMain .pos img {
    height: 130px;
    width: 110px;
    object-fit: cover;
    cursor: pointer;
}

.newContent .expertProfile .photo .imgMain .pos .line {
    margin: 10px auto 0;
    width: 50px;
    height: 4px;
}

.newContent .expertProfile .photo .imgMain .pos .clickLine {
    background: #5677FB;
}

.expertProfile .dec {
    padding: 30px 30px;
    background-color: #fff;
    margin-bottom: 20px;
}

.newContent .courseInfo {
    margin-bottom: 36px;
}

.newContent .courseInfo table {
    margin-top: 14px;
    width: 750px;
    border: none;
}

.newContent .courseInfo table th {
    height: 40px;
    line-height: 40px;
    background-color: rgba(221, 221, 221, 1);
    text-align: left;
    padding-left: 30px;
    font-size: 14px;
}

.newContent .courseInfo table td {
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    color: #999999;
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}
.newContent .courseInfo table td a{
    color: #5677FB;
}

.newContent .resourcesList {
    margin-bottom: 95px;
}

.newContent .resourcesList .tableMain {
    padding-left:40px;
    min-height: 500px;
    border: 1px solid #e6e6e6;
}

.newContent .resourcesList .tableMain table {
    width: 100%;
    border: none;
    padding-bottom: 27px;
}

.newContent .resourcesList .tableMain table td {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e6e6e6;
    color: #101010;
    font-size: 15px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.newContent .resourcesList .tableMain table td a {
    color: #5677FA;
    text-decoration: underline !important;
}

.width840 {
    width: 840px !important;
}

.width880 {
    width: 880px !important;
}

.width1050 {
    width: 1050px !important;
}

.platform .itemMain {
    margin-bottom: 190px;
    overflow: hidden;
}

.platform .itemMain .item {
    float: left;
    width: 416px;
    height: 320px;
    padding: 26px 20px 0 20px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    background-color: #FFFFFF;
    text-align: center;
    margin-left: 32px;
    margin-top: 39px;
    margin-bottom: 20px;
}

.platform .itemMain .item h1 {
    width: 100%;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: rgba(16, 16, 16, 1);
    font-size: 18px;
    font-family: SourceHanSansSC-bold;
    margin-bottom: 12px;
}

.platform .itemMain .item .imgBox {
    width: 100%;
    margin-bottom: 25px;
}

.platform .itemMain .item .imgBox img {
    width: 160px;
    height: 80px;
}

.platform .itemMain .item p {
    margin: 0 auto;
    width: 360px;
    height: 103px;
    overflow: hidden;
    color: #999999;
    font-size: 14px;
    text-align: justify;
    font-family: SourceHanSansSC-regular;
}

.platform .itemMain .item .into {
    text-align: center;
}

.platform .itemMain .item .into a {
    color: #5677FB;
    font-size: 14px;
    font-family: SourceHanSansSC-regular;
}

.marginLeftNull {
    margin-left: 0 !important;
}

.marginLeft5px {
    margin-left: 5px !important;
}
.pageMain{
    float: right;
    width: 210px;
    height: 20px;
    line-height: 20px;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    font-family: SourceHanSansSC-regular;
    margin-bottom: 100px;
}
.pageMain span{
    cursor: pointer;
}
.pageMain .prev{
    margin-right: 5px;
    margin-left: 20px;
}
.marginRightNull{
    margin-right: 0 !important;
}
.option {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    opacity: 0.41;
    background-color: rgba(51, 51, 51, 1);
}
.model {
    display: none;
    width: 800px;
    height: 500px;
    position: fixed;
    overflow: hidden;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9;
    border-radius: 10px;
    background: #FFFFFF;
}
.model .close {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 25px;
    text-align: right;
}
.model .close span {
    cursor: pointer;
    display: inline-block;
    margin-right: 24px;
    color: #5677FB;
    font-size: 16px;
    font-family: SourceHanSansSC-regular;
}
.model h1 {
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #101010;
    font-size: 22px;
    font-weight: bold;
    font-family: SourceHanSansSC-regular;
}
.model .count {
    width: 700px;
    margin: 0 auto;
    margin-top: 35px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    font-size: 18px;
    font-family: SourceHanSansSC-regular;
}
.model .induce {
    width: 700px;
    margin: 0 auto;
    margin-top: 35px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    font-size: 18px;
    font-family: SourceHanSansSC-regular;
}
.expertFilter{
    width: 100%;
    height: 40px;
}
.expertFilter ul{
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
}
.expertFilter ul li{
    width: 90px;
    text-align: center;
    float: left;
    height: 40px;
    line-height: 40px;
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    font-family: Microsoft Yahei;
    cursor: pointer;
}
.expertFilter ul .clickLi{
    color: #333333;
    font-weight: bold;
}
.joinUS{
    margin-top: 100px;
    margin-bottom: 93px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: rgba(16, 16, 16, 1);
    font-size: 26px;
    font-family: SourceHanSansSC-regular;
}
