.banner {
    margin: 10px 0 15px;
    width: 100%;
    height: 246px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-image: url(../img/banner.png);
    background-size: cover;
}
.banner-text {
    box-sizing: border-box;
    width: 575px;
    height: 142px;
    padding: 23px 46px;
    background: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.span_rec {
    font-size: 16px;
}

.recommend {
    color: #057CBC;
    font-weight: bold;
    font-size: 22px;
    margin: 3px 0;
    cursor: pointer;
    height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.recommend .rec {
    color: #057CBC;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.banner_author {
    display: block;
    font-size: 14px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.curs {
    width: 45px;
    height: 6px;
    background: #03639D;
    position: absolute;
    left: 46px;
    top: 36px;
}

.curss {
    left: 200px;
}

.bb {
    font-weight: bold;
}



.content_left {
    width: 296px;
    margin-right: 22px;
}

.content_right_nav {
    font-size: 22px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
    margin-bottom: 20px;
    display: flex;
    padding-left: 21px;
}

.cr {
    position: relative;
    margin-right: 41px;
    cursor: pointer;
    border-bottom: 6px solid #03639D;
}

.cr_unselected {
    position: relative;
    margin-right: 41px;
    cursor: pointer;
    font-weight: 400;
}

.weixin {
    width: 100%;
    height: 290px;
    text-align: center;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 18px;
}


.weixin img {
    width: 148px;
    height: 148px;
    margin-bottom: 10px;
}

.txt {
    width: 100%;
    text-align: center;
    font-size: 14px;
}


.content_right {
    position: relative;
    width: 918px;
    padding: 26px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.content_main {
    width: 96.5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 668px;
    padding: 15px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    border: 1px solid #DBDBDB;
}

.content_main.h {
    height: 990px;
}

.content_main.before::before {
    content: '';
    width: 100%;
    height: 50px;
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(255, 255, 255, 1));
    position: absolute;
    top: 0;
    left: 0;
}

.content_main.after::before {
    content: '';
    width: 100%;
    height: 50px;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(0, 0, 0, .1));
    position: absolute;
    bottom: 0;
    left: 0;
}

.article {
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #03639D;
    line-height: 27px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DBDBDB;
    position: relative;
    color: #333;
}

.type_content:last-child .article,
.content_main>.article:last-child {
    border-bottom: 0;
}

.type_title {
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    /* padding-left: 20px; */
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.type_title::before {
    content: '·';
}

.items {
    position: relative;
}

.tps {
    cursor: pointer;
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    word-break: break-all;
    width: 75%;
    /* padding-left: 20px; */
    position: relative;
}

.tps:hover {
    color: #03639D;
    text-decoration: underline;
}

.tps .i {
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.page_right {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #666;
}

.author {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    /* padding-left: 20px; */
}

.author_left {
    display: inline-block;
    max-width: 75%;
}

.author_right {
    float: right;
    position: absolute;
    top: 1px;
    right: 0;
}

.more_box {
    position: absolute;
    width: auto;
    display: flex;
    justify-content: center;
    left: 40%;
    bottom: 24px;
}

.more {
    width: 150px;
    text-align: center;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #057CBC;
    line-height: 36px;
    cursor: pointer;
}

.more:hover {
    font-weight: bolder;
}

.more img {
    width: 16px;
    height: 13px;
    margin-left: 10px;
}

.copyright {
    background-color: #fff;
    width: 100%;
    height: 372px;
    margin-bottom: 14px;
    text-align: center;
    box-sizing: border-box;
    padding: 13px 32px;
    cursor: pointer;
    position: relative;
}

.copyright img {
    width: 229px;
    height: 296px;
    margin-bottom: 18px;
    box-sizing: border-box;
    border: 1px dashed #cfcece;
}

.copyright_text {
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #03639D;
}

.copyright_text_modal {
    top: 88px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 236px;
    color: #fff;
    background-color: #057CBC;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-size: 14px;
    padding: 6px 12px 6px 27px;
    visibility: hidden;
}

.copyright_list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
}

.copyright_list p {
    margin: 0px;
    text-align: left;
}

.bar {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    height: 49px;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    background-color: #057CBC;
    font-size: 19px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar:hover {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.36);
    border-radius: 5px;
    border: 2px solid #057CBC;
    background-color: rgba(255, 255, 255, 0.5);
}

.bar img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.bar span {
    display: inline-block;
}

.bar_logo {
    width: 100%;
    padding-left: 32px;
    display: flex;
    align-items: center;
}

.bar_opt {
    width: 100%;
    display: none;
    text-align: center;
    color: #057CBC;
    justify-content: center;
    align-items: center;
}

.bar_media_logo {
    width: 100%;
    padding-left: 32px;
    display: flex;
    align-items: center;
}

.bar_media_opt {
    width: 100%;
    display: none;
    text-align: center;
    color: #057CBC;
    justify-content: center;
    align-items: center;
}

.opt {
    margin: 10px;
    padding: 0px;
}

.bar_download {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    height: 49px;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    background-color: #057CBC;
    font-size: 19px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bar_download:hover {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.36);
    border-radius: 5px;
}

.bar_download img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}


.bar_download_logo {
    width: 100%;
    padding-left: 32px;
    display: flex;
    align-items: center;
}

.bar_download_opt {
    width: 100%;
    display: none;
    text-align: center;
    color: #057CBC;
    justify-content: space-evenly;
    align-items: center;
}


.opt {
    color: #057CBC;
    cursor: pointer;
}

.opt:hover {
    border-bottom: 2px solid #057CBC;
    color: #057CBC;
    cursor: pointer;
}


.bar_nohover {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    height: 49px;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    background-color: #057CBC;
    font-size: 19px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar_nohover img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.content {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 19px;
}

.n {
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
}