/* 新闻搜索 */
.newsSearch{padding:30px 0px 10px;}
.newsSearch .search-line{ width:100%; height: 35px;}
.newsSearch form { position: relative; display: block; width: 100%; text-align: right; }
.newsSearch form input.search_Textbox { width: 190px; line-height: 35px; padding: 0 15px; font-size: 14px; color: #666; vertical-align: middle; background: #eee; }
.newsSearch form input.search_btn { cursor: pointer; vertical-align: middle; line-height: 35px; width: 80px; background: #eb9f4b;border-radius: 4px;color: white; }
.newsSearch .select-year,
.newsSearch .select-cate,
.newsSearch .select-city {text-align: left;}
.newsSearch .layui-form-select .layui-input {border: none; background-color: #eee; height: 35px; color: #666;}
.newsSearch .layui-form-select dl {padding: 0;margin-top: 0;}
.newsSearch .layui-form-select dl dd {box-shadow: 0 10px 40px 0 rgb(27 44 86 / 12%);background: #eee;height: 35px;line-height: 35px;color: #666;}
.newsSearch .layui-form-select dl dd:hover {background: #eee;}
.newsSearch .layui-form-select dl dd.layui-this {background-color: #eee;}
.news-cate-nav-box {margin: 60px 0 30px;}
.news-cate-nav {font-size: 20px;text-align: center;clear: both;height: 100px;border: 1px solid #E5E5E5;box-shadow: 0px 0px 15px rgb(3 3 3 / 10%);overflow: hidden;}
.news-cate-nav li {float: left;width: 33.33%;}
.news-cate-nav li.active a {color: #eb9e4a;}
.news-cate-nav li a {color: #656565;display: block;line-height: 100px;width: 100%;}
.news-cate-nav li a:hover {background: #F5F4F2;}

/* 新闻中心 */
.page-news-list {
    padding: 0;
}
.page-news-list .page_box {
    padding: 25px 0 15px 0;
}
.page-news-list ul {
    margin: 0px;
    padding-bottom: 30px;
}
.page-news-list ul li {
    width: 100%;
    height: 124px;
    margin-top: 20px;
    padding: 0px;
}
.page-news-list ul li .newslistImg {
    width: 34%;
    border-radius: 10px;
    max-width: 324px;
    float: left;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-news-list ul li .newslistImg img {
    display: none;
}
.page-news-list ul li .newslistContent {
    height: 100%;
    width: 66%;
    float: left;
    padding-left: 15px;
}
.page-news-list ul li .newslistContent .content {
    height: 100%;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}
.page-news-list ul li .newslistContent .desc {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #65676c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.page-news-list ul li .newslistContent .content-bottom {
    font-size: 12px;
    color: #ac9c8a;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: nowrap;
}
.page-news-list ul li .newslistContent h3 {
    font-size: 16px;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.page-news-list ul li:hover .newslistContent h3 {
    color: #eb9e4a;
}

.content-bottom .flex-left {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    flex-direction: column;
}
.page-news-list ul li .newslistContent .keywords {
    margin-left: 0;
}
.page-news-list ul li .newslistContent .keywords span::before {
    content: '#';
}
.page-news-list ul li .newslistContent .keywords span {
    display: inline-block;
    color: #F5856D;
    background-color: #F8F0EE;
    padding: 1px 4px;
    border-radius: 2px;
}

/* 置顶新闻 */
.top-news-panel .news-title-panel,
.top-news-panel .news-cover-panel {
    height: 246px;
    overflow: hidden;
}
.top-news-panel .news-cover-list {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-news-panel .news-cover-list img {
    max-width: 100%;
    display: none;
}
.top-news-panel .news-title-list {
    padding: 15px;
    height: 33.33%;
    border-bottom: 1px solid #eee;
}
.top-news-panel .news-title-list:last-child {
    border-bottom: none;
}
.top-news-panel .news-title-list h3 {
    font-size: 16px;
    display: -webkit-box;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.top-news-panel .news-title-list .time {
    font-size: 14px;
    margin-top: 10px;
    color: #ac9c8a;
}
.top-news-panel .news-title-list.active {
    background-color: #eb9f4b;
}
.top-news-panel .news-title-list.active h3,
.top-news-panel .news-title-list.active .time {
    color: white;
}

/*--新闻中心-详情--*/
.newsDetailTitle {
    padding: 30px 0px 20px;
    border-bottom: 1px solid #eb9f4b;
}
.newsDetailTitle h1 {
    font-size: 18px;
    color: #323232;
    line-height: 1.3;
}
.newsDetailTitle p {
    font-size: 16px;
    color: #c5c5c5;
    padding-top: 15px;
}
.newsDetailTitle p span {
    float: right;
    color: #4b4f5b;
    font-size: 12px;
}
.newsDetail {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0px;
    color: #65676c;
}
.newsDetail img {
    max-width: 100% !important;
}
.DetailNextpage {
    margin-top: 20px;
    border-top: 1px solid #3d3f48;
    border-bottom: 1px solid #3d3f48;
}
.DetailNextpage p {
    border-bottom: 1px solid #dddddd;
    position: relative;
    padding: 0px 90px 0px 90px;
    font-size: 14px;
    line-height: 50px;
    white-space: nowrap;
    height: 50px;
}
.DetailNextpage p span {
    position: absolute;
    left: 0px;
    padding-left: 10px;
    top: 0px;
    display: block;
    width: 75px;
}
.DetailNextpage p span:after {
    content: '';
    border-left: 5px solid transparent;
    border-bottom: 5px solid #000000;
    border-right: 5px solid transparent;
    position: absolute;
    right: 0%;
    width: 0px;
    height: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.DetailNextpage p em {
    position: absolute;
    right: 0px;
    font-style: normal;
    top: 0px;
    padding-right: 0px;
    width: 80px;
    display: block;
}
.DetailNextpage p a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.DetailNextpage p:nth-child(2) {
    border: none;
}
.DetailNextpage p:nth-child(2) span:after {
    border-bottom: none;
    border-top: 5px solid #000000;
}
.DetailReturn {
    text-align: center;
    padding: 20px 0px 40px;
}
.DetailReturn a {
    width: 100px;
    line-height: 40px;
    font-size: 12px;
    border: 2px solid #dddddd;
    text-align: center;
    color: #eb9f4b;
    display: inline-block;
}
.DetailReturn a:hover {
    background: #eb9f4b;
    border-color: #eb9f4b;
    color: #fff;
}
.sibar-box {
    width: 100%;
    border: 1px solid #cacaca;
    padding: 30px 0;
    margin-bottom: 30px;
}
.sibar-box .sibar-title h3 {
    border-left: 4px solid #EB9F4B;
    padding-left: 20px;
    font-size: 16px;
}
.sibar-box .qrcode-list li {
    text-align: center;
    margin-top: 20px;
}
.sibar-box .article-list {
    padding: 28px 10px 0;
}
.sibar-box .article-list li {
    position: relative;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 12px;
    margin-bottom: 18px;
    font-size: 12px;
}
.sibar-box .article-list li:hover a {
    color: #EB9F4B;
}
.sibar-box .article-list li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 45%;
    border: 1px solid #EB9F4B;
    background-color: #EB9F4B;
    display: inline-block;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    margin-right: 12px;
}

.Inputbox {
    position: relative;
}

.Inputbox label {
    display: block;
    padding: 8px 160px 8px 15px;
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.Inputbox label input {
    font-size: 14px;
    color: #bebebe;
}

.Inputbox label input::-webkit-input-placeholder {
    color: #bebebe;
}

.Inputbox label input:-moz-placeholder {
    color: #bebebe;
}

.Inputbox label input::-moz-placeholder {
    color: #bebebe;
}

.Inputbox label input:-ms-input-placeholder {
    color: #bebebe;
}

.Inputbox .inputBtn {
    background: #eb9f4b;
    width: 140px;
    height: 100%;
    position: absolute;
    right: 0px;
    cursor: pointer;
    outline: none;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    top: 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.scanning {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/img_61.png) no-repeat left top;
    background-size: 100%;
}

.scanning2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/img_061.png) no-repeat center;
    background-size: 85%;
}

.SplitLine {
    padding: 0px 5px;
    color: #aaaaaa;
    font-weight: 600;
}

.statement {
    font-size: 14px;
    color: #8d8b8b;
    line-height: 24px;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .newsDetailTitle {
        padding: 50px 0px 30px;
    }
    .newsDetailTitle h1 {
        font-size: 20px;
    }
    .newsDetailTitle p {
        font-size: 18px;
        padding-top: 15px;
    }
    .newsDetailTitle p span {
        font-size: 14px;
    }
    .DetailReturn {
        text-align: center;
        padding: 30px 0px;
    }
    .DetailReturn a {
        width: 120px;
        line-height: 45px;
        font-size: 14px;
    }

    /* 新闻中心 */
    .page-news-list .page_box {
        padding: 25px 0 45px 0;
    }
    .page-news-list ul {
        margin: 0px;
        padding-bottom: 30px;
    }
    .page-news-list ul li {
        width: 100%;
        height: 132px;
        margin-top: 20px;
        padding: 0px;
    }
    .page-news-list ul li .newslistImg {
        width: 28%;
        display: block;
        max-width: 324px;
        float: left;
        height: 100%;
    }
    .page-news-list ul li .newslistContent {
        height: 100%;
        width: 72%;
        float: left;
    }
    .page-news-list ul li .newslistContent .content {
        height: 100%;
        margin-left: 10px;
        padding: 16px 0;
    }
    .page-news-list ul li .newslistContent .desc {
        font-size: 14px;
        line-height: 22px;
        height: 22px;
    }
    .page-news-list ul li .newslistContent .time {
        font-size: 14px;
    }
    .page-news-list ul li .newslistContent h3 {
        font-size: 18px;
        height: 24px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .content-bottom .flex-left {flex-direction: row;}
    .page-news-list ul li .newslistContent .keywords {display: block;padding-left: 15px;}

    /* 置顶新闻 */
    .top-news-panel .news-title-panel,
    .top-news-panel .news-cover-panel {
        height: 324px;
    }
    .top-news-panel .news-title-list {
        padding: 24px;
    }
    .top-news-panel .news-title-list h3 {
        font-size: 18px;
        height: 26px;
        line-height: 26px;
    }
    .top-news-panel .news-title-list .time {
        font-size: 14px;
        margin-top: 10px;
    }

    .left-sibar {
        padding-right: 30px;
    }
    .right-sibar {
        padding: 145px 0 0 30px;
    }
}

@media (max-width: 992px) {
    /* 新闻搜索 */
    .newsSearch {
        padding: 15px 0px 20px;
    }

    .newsSearch .search-line {
        width: 100%;
        height: 35px;
    }

    .newsSearch form {
        position: relative;
        display: block;
        width: 100%;
        text-align: right;
    }

    .newsSearch form input.search_Textbox {
        width: 190px;
        margin-left: 10px;
        line-height: 35px;
        padding: 0 15px;
        font-size: 14px;
        color: #666;
        vertical-align: middle;
        background: #eee;
    }

    .newsSearch form input.search_btn {
        cursor: pointer;
        vertical-align: middle;
        line-height: 35px;
        margin-left: 5px;
        width: 80px;
        height: 100%;
    }

    .newsSearch .select-year {
        text-align: left;
    }

    .newsSearch .layui-form-select .layui-input {
        border: none;
        background-color: #eee;
        height: 35px;
        color: #666;
    }

    .newsSearch .layui-form-select dl {
        padding: 0;
        margin-top: 0;
    }

    .newsSearch .layui-form-select dl dd {
        box-shadow: 0 10px 40px 0 rgb(27 44 86 / 12%);
        background: #eee;
        height: 35px;
        line-height: 35px;
        color: #666;
    }

    .newsSearch .layui-form-select dl dd:hover {
        background: #eee;
    }

    .newsSearch .layui-form-select dl dd.layui-this {
        background-color: #eee;
    }
}

@media (max-width: 768px) {

    .breadcrumb-box {
        line-height: 30px;
    }

}

@media (max-width: 480px) {
    .newsSearch {
        padding: 20px 0px 10px;
    }

    .newsSearch dl {
        width: 100%;
        float: none;
    }

    .news-cate-nav {
        height: 60px;
        font-size: 16px;
    }

    .news-cate-nav li a {
        line-height: 60px;
    }

    .page-news-list ul li {
        height: 90px;
        margin-top: 15px;
    }

    .page-news-list ul li .newslistContent .content {
        padding: 5px 0;
    }

    .page-news-list ul li .newslistContent h3 {
        font-size: 13px;
        margin-bottom: 0;
    }

    .page-news-list ul li .newslistContent .desc {
        font-size: 12px;
        height: 34px;
        line-height: 16px;
        white-space: normal;
    }

    .page-news-list ul li .newslistContent .content-bottom {
        font-size: 12px;
        padding: 4px 0;
    }

    .page-news-list ul li .newslistContent {
        width: 68%;
        padding-left: 10px;
    }

    .page-news-list ul li .newslistImg {
        display: block;
        width: 32%;
        border-radius: 4px;
    }
    .page-news-list ul li .newslistContent .keywords {display: none;}

    .newsSearch{padding:0px 0px 10px;}
    .newsSearch dl{ width:100%;float:none;}
    .news-cate-nav{height: 60px;font-size: 16px;}
    .news-cate-nav li a{line-height: 60px;}
    .page-news-list ul li {height: 90px;margin-top: 15px;}
    .page-news-list ul li .newslistContent .content {padding: 5px 0;}
    .page-news-list ul li .newslistContent h3 {font-size: 13px; margin-bottom: 0;}
    .page-news-list ul li .newslistContent .desc {font-size: 12px;height: 34px;line-height: 16px;white-space: normal;}
    .page-news-list ul li .newslistContent .content-bottom {font-size: 12px;padding: 4px 0;}
    .page-news-list ul li .newslistContent {width: 58%; padding-left: 10px;}
    .page-news-list ul li .newslistImg {display: block;width: 42%;border-radius: 4px;}

}

@media (min-width: 992px) {
    .DetailNextpage p span {
        position: absolute;
        left: 0px;
        padding-left: 40px;
        top: 0px;
        display: block;
        width: 15%;
    }

    .DetailNextpage p span:after {
        content: '';
        border-left: 5px solid transparent;
        border-bottom: 5px solid #000000;
        border-right: 5px solid transparent;
        position: absolute;
        right: 0%;
        width: 0px;
        height: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .DetailNextpage p em {
        position: absolute;
        right: 0px;
        font-style: normal;
        top: 0px;
        padding-right: 30px;
        width: 120px;
        display: block;
    }

    .DetailNextpage p {
        border-bottom: 1px solid #dddddd;
        position: relative;
        padding: 0px 130px 0px 20%;
        font-size: 18px;
        line-height: 70px;
        white-space: nowrap;
        height: 70px;
    }

    /* .newsDetailTitle { padding: 70px 0px 30px; } */
    .newsDetailTitle h1 {
        font-size: 24px;
    }

    .newsDetailTitle p {
        font-size: 20px;
        padding-top: 10px;
    }

    .newsDetailTitle p span {
        font-size: 14px;
    }

    .newsDetail {
        line-height: 28px;
        padding: 20px 0px 40px;
    }

    .DetailReturn {
        text-align: center;
        padding: 40px 0px;
    }

    .DetailReturn a {
        width: 160px;
        line-height: 50px;
        font-size: 14px;
    }

    .Inputbox label {
        padding: 15px 160px 15px 15px;
    }

    /* 新闻中心 */
    .page-news-list .page_box {
        padding: 30px 0 50px 0;
    }

    .page-news-list ul {
        margin: 0px;
        padding-bottom: 30px;
    }

    .page-news-list ul li {
        width: 100%;
        height: 172px;
        margin-top: 30px;
        padding: 0px;
    }

    .page-news-list ul li .newslistImg {
        width: 28%;
        max-width: 324px;
        float: left;
        height: 100%;
    }

    .page-news-list ul li .newslistContent {
        height: 100%;
        width: 72%;
        float: left;
    }

    .page-news-list ul li .newslistContent .content {
        height: 100%;
        margin-left: 15px;
        padding: 16px 0;
    }

    .page-news-list ul li .newslistContent .desc {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }

    .page-news-list ul li .newslistContent .content-bottom {
        font-size: 14px;
    }

    .page-news-list ul li .newslistContent .time {
        font-size: 16px;
    }

    .page-news-list ul li .newslistContent h3 {
        font-size: 18px;
        height: 28px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .page-news-list ul li .newslistContent .keywords {margin-left: 20px;}
    .page-news-list ul li .newslistContent .keywords span {padding: 3px 8px; border-radius: 5px;}


    /* 置顶新闻 */
    .top-news-panel .news-title-panel,
    .top-news-panel .news-cover-panel {
        height: 366px;
    }

    .top-news-panel .news-title-list {
        padding: 30px;
        height: 33.33%;
    }

    .top-news-panel .news-title-list h3 {
        font-size: 18px;
        height: 28px;
        line-height: 28px;
    }

    .top-news-panel .news-title-list .time {
        font-size: 16px;
        margin-top: 10px;
    }

}

@media (min-width: 1230px) {

    /* .newsDetailTitle { padding: 100px 0px 40px; } */
    .newsDetailTitle h1 {
        font-size: 28px;
    }

    .newsDetailTitle p {
        font-size: 24px;
        padding-top: 15px;
    }

    .newsDetailTitle p span {
        font-size: 14px;
    }

    /* .DetailReturn { text-align: center; padding: 60px 0px; } */
    .DetailReturn a {
        width: 180px;
        line-height: 60px;
        font-size: 16px;
    }

    .right-sibar {
        padding: 160px 0 0 30px;
    }
}