.position .weizhi {
    border: none;
}

.list-container .layout {
    max-width: 1300px;
}

.article .article-title {
    text-align: left;
    display: flex;
    gap: 35px
}

.article .article-title .news_imgs {
    width: 255px;
    background: #003e87;
    padding-right: 7px;
    position: relative;
    height: 328px;
}

.article .article-title .news_imgs img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 255px;
    height: 100%;
    object-fit: cover;
    bottom: 0;
}

.article .article-title .news_con {
    flex: 1;
}

.article .article-title .news_con .news_t {
    display: flex;
    align-items: flex-end;
}

.article .article-title .news_con .news_t .news_title {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold
}

.article .article-title .news_con .news_t .news_zd0 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-left: 10px;
    color: #003E87;
}

.article .article-title .news_con .news_c {
    border-top: 1px #d2ddea dashed;
    border-bottom: 1px #d2ddea dashed;
    margin: 20px 0;
    padding: 13px 0;
}

.article .article-title .news_con .news_b {}

.article .article-title .news_con .news_zd {
    font-size: 16px;
    line-height: 38px;
    display: flex;
    font-weight: bold;
}

.article .entry {
    margin-top: 45px;
}

.article .entry .sudy-tab {}

.article .entry .sudy-tab .tab-menu {
    display: flex;
    background: #EBEBEB;
    align-items: center;
    flex-wrap: wrap;
}

.article .entry .sudy-tab .tab-con {
    min-height: 500px;
    margin-top: 35px;
}

.article .entry .sudy-tab .tab-menu li {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: .8s;
    background: #C4C4C4;
    width: 234px;
    text-align: center;
    margin: 4px 2px;
}

.article .entry .sudy-tab .tab-menu li.selected {
    background: #003E87;
}

.article .entry .sudy-tab .tab-con .read,.article .entry .sudy-tab .tab-con .read p {
    font-size: 18px;
    line-height: 40px
}
.article .entry .sudy-tab .tab-con .read #wp_paging_w51{display:none}
.article .entry .sudy-tab .tab-con .read1 {
    border-bottom: 1px solid #D8D8D8;
    margin-top: 25px;
    margin-bottom: 12px;
}

.article .entry .sudy-tab .tab-con .read1 .tt {
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    color: #003E87;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    display: inline-block;
}

.article .entry .sudy-tab .tab-con .read1 .tt:before {
    background: #003E87;
    position: absolute;
    content: " ";
    width: 100%;
    height: 5px;
    bottom: -1px;
    left: 0
}


@media screen and (max-width:767px){
.article .article-title{
    flex-wrap: wrap;
    justify-content: center;
}
    .article .article-title .news_con{width:100%;flex: auto;}
    .article .article-title .news_con .news_t{
    justify-content: center;
}
}
@media screen and (max-width:750px){
.article .entry .sudy-tab .tab-menu{justify-content: center;}
}