@charset "utf-8";
.cmspage-box{width: 100%;margin-bottom: 150px}
.cms-header-left{display: flex;align-items: center;font-size: 20px;font-weight: 500;}
.logo > img {width: 150px;height: 60px;}
.cms-header{width: 100%;background-color: #fff}
.cms-header-content{display: flex;align-items: center;justify-content: space-between;margin:0 auto;width:1190px;}
.cms-header-right{width:130px;font-size: 16px;display: flex;justify-content: space-between}
.search-box{margin:0 auto;width:1190px;margin-top: 24px;background-color:#ffbe76}
.search-content{padding: 60px 200px;display: flex;align-items: center}
.search-text{height: 35px;}
.search-btn{height: 49px;}
.mainwrap-inner{margin:0 auto;width:1190px;}
.main-column{height: 400px;width: 590px;background-color: #fff;}
.mod-head-unline .mod-tit-unline {border-bottom: 3px solid #e23435;padding: 0 20px 5px 10px;position: absolute;}
h2{margin-top: 8px !important}
.mod>.mod-head-unline {border-bottom: 3px solid #efefef;}
.mod-head .mod-tit {display: inline-block;float: left;}
.mod .mod-head .mod-more {margin-top: 2px;padding: 0 10px;font: 14px/24px "Microsoft YaHei";color: #666;cursor: pointer;}
.mod-head .mod-more {float: right;color: #333;}
.mod>.mod-head {padding-left: 10px;margin: 4px 0 12px;font: 16px/22px "Microsoft YaHei";color: #333;min-height: 30px;}
.mod-tit{font-size:16px;font-weight: 700;}
.main-section{width:1190px;display: flex;justify-content: space-between;margin-top: 10px}
.news-terse-list {list-style-type: disc;}
.mod-body ul {display: block;list-style-type: disc;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;padding-inline-start: 40px;}
.news-terse-list li a h3 {padding-right: 70px;position: relative;font-size: 17px}
input:hover{outline:none !important}
input:focus{outline: none !important}
.article-title{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
