.main_img {
    width: 100%;
    height: auto;
}

.news_wrap {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 240px;
}

img {
    display: block;
}

.menu_img {
    display: none;
}

.tab_wrap {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 100px 0 0 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f2f5;
}

.tab_item {
    padding: 0 0 20px 0;
    font-size: 24px;
    color: #1d2129;
    margin: 0 114px 0 0;
    cursor: pointer;
}

.tab_active {
    color: #1575fe !important;
    border-bottom: 2px solid #1575fe !important;
}

.news_content {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 60px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.news_left {
    width: calc(100% - 400px);
}

.news-list {
    width: 100%;
    height: 90%;
    overflow: auto;
}

.news_item {
    padding: 24px 0;
    display: flex;
    align-items: flex-start;
    margin: 0 0 24px 0;
    cursor: pointer;
    overflow-y: auto;
}

.news_info_right {
    width: calc(100% - 310px);
}

.news_img {
    width: 280px;
    height: 175px;
    border-radius: 8px;
    margin: 0 30px 0 0;
    overflow: hidden;
    flex-shrink:0
}

.news_img>img {
    width: 280px;
    height: 100%;
    transform: translateX(0) scale(1);
    transition: all 0.5s;
    object-fit:cover
}

.news_img>img:hover {
    transform: translateX(0) scale(1.2);
}

.news_title {
    font-size: 17px;
    color: #1d2129;
    font-weight: 549;
    text-overflow: ellipsis;
    /* 省略号 */
    white-space: nowrap;
    /* 阻止文本换行 */
    overflow: hidden;
    /* 隐藏溢出的文本 */
}

.news_time {
    font-size: 14px;
    color: #868d9c;
    margin: 16px 0;
}

.news_desc {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 超出几行省略 */
    overflow: hidden;
    color: #4f5869;
    font-size: 14px;
    line-height: 24px;
}

.detail_text {
    font-size: 14px;
    color: #1575fe;
    text-align: right;
    text-overflow: ellipsis;
    /* 省略号 */
    white-space: nowrap;
    /* 阻止文本换行 */
    overflow: hidden;
    /* 隐藏溢出的文本 */
    margin-top: 20px;
}

.news_right {
    margin: 0 0 0 80px;
    width: 400px;
}

.right_news_item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 32px 0;
    border-bottom: 1px solid #f0f2f5;
}

.news_tips {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #1d2129;
    margin: 0 0 16px 0;
}

.tips_icon {
    width: 4px;
    height: 18px;
    background: #1575fe;
    margin: 0 12px 0 0;
}

.news_right_img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.image_href {
    text-decoration: none;
}

.item_content {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #1d2129;
    margin: 12px 0 0 0;
    cursor: pointer;
    text-decoration: none;
}

.item_content:first-of-type {
    margin-top: 0;
}

.news_icon {
    width: 18px;
    height: 18px;
    margin: 0 13px 0 0;
}

.qrcode_news {
    width: 100px;
    height: 100px;
    display: block;
    margin-top: 20px;
}

.article_wrap {
    margin-left: 40px;
}

.article_wrap li::marker {
    color: #1575fe;
}

.article_wrap a {
    color: #000;
}

.article_wrap li {
    padding: 20px 0;
    margin: 0 0 0 -22px;
    border-bottom: 1px solid #f0f2f5;
    width: 100%;
    line-height: 24px;
    cursor: pointer;
}

.article_wrap li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -12px;
}

.main_mobile_img {
    display: none;
}

.question_title {
    font-size: 32px;
    color: #1d2129;
    text-align: center;
    padding: 60px 0 0 0;
}

.search_wrap {
    height: 48px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    margin: 60px 0 0 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 12px 16px;
}

.search_input {
    height: 100%;
    border: none;
    outline: none;
    color: #000;
}

.search_input::-webkit-input-placeholder {
    color: #868d9c;
}

.search_input:-ms-input-placeholder {
    color: #868d9c;
}

.search_icon {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 12px;
    cursor: pointer;
}

.tag_wrap {
    margin: 24px 0 0 0;
}

.tag_title {
    font-size: 20px;
    color: #1d2129;
    font-weight: 400;
}

.tag_list {
    margin: 24px 0 0 0;
}

.tag_item {
    
    
    display: inline-block;
    font-size: 16px;
    margin: 0 12px 12px 0;
    color: #868d9c;
}

.tag_item a{
    display: block;
    border: 1px solid #868d9c;
    padding: 10px;
    border-radius: 4px;
}

.tag_item a:hover{
    background: #1575fe;
    border: 1px solid #1575fe;
    color: #fff;
}

.news_item {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#pageinput,
#z-select {
    cursor: default;
    display: inline-block;
    color: #428bca;
    height: 25px;
    font-size: 10pt;
    line-height: 25px;
    padding: 0 9px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
    width: auto;
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.page {
    display: table;
    margin: 100px auto;
    color: #ccc;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page a {
    cursor: default;
    display: inline-block;
    color: #428bca;
    height: 25px;
    font-size: 10pt;
    line-height: 25px;
    padding: 0 9px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}

.page a:not(.disabled):not(.current):hover {
    border: 1px solid #428bca;
    cursor: pointer;
}

.page a.current {
    display: inline-block;
    font-size: 10pt;
    height: 25px;
    line-height: 25px;
    padding: 0 9px;
    margin: 0 2px;
    color: #fff;
    background-color: #428bca;
    border: 1px solid #428bca;
    border-radius: 4px;
    vertical-align: middle;
}

.page a.disabled {
    display: inline-block;
    font-size: 10pt;
    height: 25px;
    line-height: 25px;
    padding: 0 9px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
    cursor: no-drop;
}

.pagelist {
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
}

.news_enter {
    width: 20px;
    height: 20px;
    margin: 0 0 0 12px;
}

.pagecontent {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagecontent ul .up,
.nuxt {
    /* border: 0px; */
    background-color: #F5F6F7 !important;
}

.pagecontent ul {
    display: flex;
    align-items: center;
}

.info p {
    display: none;
}


/* 分页 */

.pagecontent ul li {
    width: 32px;
    height: 32px;
    padding: 0;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0 2px;
    vertical-align: middle;
}

.pagecontent ul li a{
   display: block;
   height: 32px;
   text-align: center;
   line-height: 32px;
   border: 1px solid #ddd;
   border-radius: 4px;
}

.pagecontent ul li a:hover {
    color: white;
    border: 1px solid #1977FD;
    background-color: #1977FD;
}

.pagecontent ul li.active a{
    color: white;
    border: 1px solid #1977FD;
    background-color: #1977FD;
}

.pagecontent ul li.disabled a{
    border: 1px solid #dfdfdf;
    background-color: #dfdfdf;
    cursor: not-allowed;
}


.pagecontent ul li img {
    width: 17px;
    height: 17px;
}

.info {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 30px;
}

.news_detail_wrap {
    display: flex;
}