/* 首页
tfx
2020-12-24 */
.container-shadow {
    padding: 17px 30px 30px;
}

.main-left {
    width: 681px;
}

.main-right {
    width: calc(100% - 681px - 32px);
    margin-left: 32px;
}

.main-hd {
    height: 43px;
    line-height: 42px;
    border-bottom: 1px dashed #bfbfbf;
}

.main-hd>span:first-child {
    font-size: 20px;
    color: #46a3f8;
}

.main-hd>span:nth-child(2) {
    font-size: 14px;
    color: #9ca9b5;
    margin-left: 8px;
}

.main-hd>a {
    height: 18px;
    line-height: 18px;
    color: #c1cdd8;
    margin: 16px 8px 0 0;
}

.news-cont {
    margin-top: 20px;
}

.news-img {
    width: 312px;
    height: 224px;
}

.news-img>img {
    display: block;
    width: 100%;
    height: 100%;
}

.news-detail {
    width: calc(100% - 312px - 15px);
    margin-left: 15px;
}

.news-detail-hd {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-detail-dot {
    margin-top: 4px;
    line-height: 19px;
    height: 38px;
    color: #9ca9b5;
}

.news-hr {
    margin-top: 9px;
    margin-bottom: 7px;
    border: 1px dashed #a2b1cf;
}

.news-li {
    height: 30px;
    line-height: 30px;
    padding-left: 13px;
    background: url("../images/icon_dot.png") 0 center no-repeat;
}

.news-li-date {
    margin-top: -30px;
    color: #999;
}

.news-li-name {
    padding-right: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-li:hover {
    background-image: url("../images/icon_doth.png");
}

.news-li:hover .news-li-name,
.news-li:hover .news-li-date {
    color: #46a3f8;
}

.notice-ul {
    margin-top: 14px;
}


.code {
    position: absolute;
    top: 10px;
    right: -140px;
    width: 120px;
}

.code2 {
    top: 134px;
}

.code-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border: 4px solid #66b6ff;
}

.code-img>img {
    display: block;
    width: 100%;
    height: 100%;
}

.code-name {
    margin-top: 6px;
    line-height: 17px;
    text-align: center;
}


.fix-banner {
    position: fixed;
    right: 7px;
    bottom: 30px;
    width: 284px;
    z-index: 9999;
}

.fix-banner img {
    display: block;
    width: 100%;
}

.fix-banner>div {
    position: relative;
    margin-top: 10px;
}


.banner-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: url("../images/icon_close.png");
    cursor: pointer;
}

.bay-window {
    position: fixed;
    top: 105px;
    left: 154px;
    width: 320px;
    height: 175px;
    z-index: 9999;
}

.bay-window>a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/img_jszt.jpg") center center no-repeat;
}