.content {
    width: 100%;
    height: auto;
    background: #f4f4f4 url("/static/img/tdbg01.jpg") no-repeat;
    overflow: hidden;
    background-size: 100%;
}

.content > div {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.ad-default {
    width: 100%;
    height: 100%;
    background: darkgray;
}

.content .ad1,
.content .ad2 {
    padding-top: 24px;
    width: 100%;
}

.ad1 .ad-size,
.ad2 .ad-size {
    width: 100%;
    height: 264px;
    margin: 0 auto;
}

.ad2 .ad-size {
    height: 120px;
}

.ad1 img,
.ad2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill !important;
}

.content .box {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    min-height: 50vh;
}

.content .sideBar {
    width: 290px;
    background: #EAEDF9;
}

.content .sideBar .name {
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: white;
    background: #3F51D0;
}

.content .sideBar ul li {
    position: relative;
    height: auto;
    font-size: 18px;
    text-align: center;
    padding: 20px 20px;
}

.content .sideBar ul li.active {
    background: white;
}

.content .sideBar ul li.active::before {
    content: "";
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #3F51D0;
}

.content .sideBar ul li a:hover {
    color: #3f51d0;
    font-weight: bold;
}

.content .right {
    width: 900px;
    background: white;
    padding: 24px;
}

.content .right .list li {
    line-height: 44px;
    position: relative;
    padding-left: 30px;
    padding-right: 100px;
    margin: 8px 0;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .right .list li a:hover {
    color: #3f51d0;
}

.content .right .list li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #3f51d0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.content .right .list span {
    position: absolute;
    right: 0;
    font-weight: normal;
}

.content .right .pic-list .item:hover {
    transform: scale(1.03);
}

.content .right .pic-list .item {
    display: flex;
    padding: 12px;
    transition: transform .5s;
}

.content .right .pic-list .item img {
    width: 260px;
    height: 150px;
    object-fit: cover;
    margin-right: 20px;
}

.content .right .pic-list .item .info {
    flex: 1;
    overflow: hidden;
}

.content .right .pic-list .item .info .ne_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #021284;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 100px;
    margin-bottom: 10px;
}

.content .right .pic-list .item .info .ne_title span {
    position: absolute;
    right: 0;
    font-weight: normal;
    font-size: 14px;
    color: #333;
}

.content .right .pic-list .item .info .ne_abstract {
    font-size: 14px;
    line-height: 24px;
}

.content .right .pic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content .right .pic .item {
    width: 190px;
    height: 240px;
    margin-bottom: 24px;
}

.content .right .pic .item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 1px solid #eee;
}

.content .right .pic .item p {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page {
    position: relative;
    height: 60px;
    margin-top: 40px;
}

.layui-laypage {
    position: absolute;
    right: 0;
}