.content {
    position: relative;
    bottom: 200px;
}

.news-box {
    background-color: #202f89;
    height: 400px;
    padding: 10px;
    overflow: hidden;
}

.news-box .news-card {
    width: 400px;
    height: 330px;
    padding: 25px 15px;
    overflow: hidden;
}

.news-box .news-card img {
    width: 100%;
    height: 100%;
}

.news-content {
    padding: 10px 0;
}

.news-title {
    color: #7de1fe;
    border-bottom: 1px solid #eee;
    font-size: 22px;
    padding-bottom: 10px;
}

.news-item {
    padding: 5px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.layui-carousel {
    width: 100%!important;
    height: 260px!important;
}

.layui-carousel>[carousel-item] {
    overflow: visible!important;
}

.news-item {
    color: rgba(255, 255, 255, 0.7);
}

.news-item-dec {
    width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-date {
    color: rgba(255, 255, 255, 0.5);
    width: 50px;
}

.banner-tips {
    background-color: #13206f;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

.banner-title {
    color: #7de1fe;
    margin-bottom: 10px;
}


/* 快捷入口 */

.title {
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.title-line {
    background-color: #7de1fe;
    height: 2px;
    width: 100px;
    margin: 100px 50px;
}

.entr-content {
    width: 100%;
    justify-content: space-between;
    justify-items: center;
    text-align: center;
}

.entr-content img {
    margin-bottom: 20px;
}


/* 工作剪影 */

#scroll_box {
    background: #FFF;
    overflow: hidden;
}

#scroll_box img {
    margin: 20px;
    border: 1px #ededed solid;
    padding: 5px;
    width: 300px;
    height: 200px;
}

#inner_box {
    float: left;
    width: 5000px;
}

#box1,
#box2 {
    float: left;
    display: flex;
}

.img_box {
    position: relative;
}

.work-dec {
    position: absolute;
    bottom: 25px;
    padding: 15px 10px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 280px;
    height: 10px;
    line-height: 10px;
    left: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 其他界面 */

.sub-title {
    padding-bottom: 10px;
    font-size: 24px;
}

.article {
    padding: 20px;
}

.article p {
    line-height: 3;
    font-size: 16px;
    text-indent: 2rem;
}

.article span {
    margin-left: 20px;
}


/* 搜索栏 */

.search-bar input {
    border: 1px solid #eee;
    color: #9f9f9f;
    padding: 8px 10px;
    margin-right: 10px;
    width: 210px;
}

.search-bar select {
    border: 1px solid #eee;
    color: #9f9f9f;
    padding: 7px 10px;
    margin-right: 10px;
    width: 180px;
    margin-left: 20px;
    position: relative;
    top: 2px;
}

.search-bar button {
    background-color: #21d3ff;
    color: #fff;
    width: 150px;
    height: 35px;
}

.search-bar button:active {
    background-color: #75e2fd;
}

table {
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    color: #333;
}

table td {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

table tr td:first-child {
    width: 200px;
}

.down-tips {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}


/* 收费文件 */

.sfwj table td {
    width: 25%;
}

.sfwj-table-content td {
    border: none;
}

.sfwj-table-content tr:nth-child(2n) td {
    background-color: #fafafa;
}

.sfwj-table-content tr:nth-child(2n):hover td {
    background-color: #fcfcfc;
}