body {
    background: #f4f4f4;
}

.header-top {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #961113;
}

.header-top-con {
    width: 1178px;
    margin: 0 auto;
    display: flex;
    color: #fff;
    font-size: 13px;
}

.header-top-con .time {
    width: 55%;
}

.header-top-con .time span {
    margin-right: 10px;
}

.header-top-con .right {
    width: 45%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.header-top-con .guangbo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.header-top-con .message {
    height: 30px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 205px;
    max-width: 220px;
}

.header-top-con .message ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: top 0.5s ease-in-out;
}

.header-top-con .message ul li {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

#header {
    width: 100%;
    height: 93px;
    background: #D8353A;
    color: #FCFCFC;
    display: flex;
    background: -webkit-linear-gradient(top, rgb(224, 60, 65), #BF2820, #BF2820);
}

#header .head-con {
    width: 1178px;
    height: 100%;
    margin: 0 auto;
}

#header .head-con .left {
    width: 55%;
    padding: 15px 0;
    color: #f5f5f5;
}

#header .head-con .logo {
    width: 65px;
    height: 65px;
    margin-top: 16px;
}

#header .head-con .left .tit {
    font-size: 1.7rem;
    font-weight: bold;
}

#header .head-con .left span {
    font-size: .875rem;
    letter-spacing: -0.7px;
}

#header .head-con .right {
    width: 45%;
    background: url("/static/website/images/fy.png") top right no-repeat;
}

#header .head-con .menu-item {
    width: 25%;
    text-align: center;
    height: 39px;
    margin-top: 30px;
    line-height: 39px;
    list-style-type: none;
    border-radius: 2px;
}

#header .head-con .right a {
    width: 100%;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
}

#header .head-con .right a:hover {
    color: #fff;
}

#header .head-con .unactive a {
    color: #fff !important;;
}

#header .head-con .active {
    background: #fff;
}

#header .head-con .active a {
    color: #D8353A !important;
}

#content {
    width: 1178px;
    margin: 0 auto;
    min-height: 450px;
    background: #fff;
    padding: 20px;
}

#content .box1 {
    height: 420px;
    justify-content: space-between;
}

#content .box1 .desc {
    width: 68%;
    height: 100%;
}

#content .box1 .desc .img {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

img {
    width: 100%;
    height: auto;
}

#content .box1 .desc .brief {
    padding: 30px 20px;

}

#content .box1 .desc .brief h6 {
    color: #D8353A;
    text-align: center;
}

#content .box1 .desc .brief .con {
    text-indent: 2em;
    text-align: justify;
    font-size: .875rem;
    line-height: 36px;
}

#content .box1 .case {
    width: 30%;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 15px;
}

#content .box1 .case .tit {
    text-align: center;
    color: #6F6F6F;
    font-size: 18px;
}

.introduction-card:hover {
    box-shadow: 0 6px 20px rgba(216, 53, 58, 0.15);
    transform: translateY(-2px);
}

.intro-header {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    background: linear-gradient(135deg, #D8353A 0%, #c42e32 100%);
    color: #fff;
}

.header-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.header-icon .iconfont {
    font-size: 28px;
}

.header-content {
    flex: 1;
}

.intro-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #fff;
}

.intro-subtitle {
    font-size: 12px;
    margin: 0;
    opacity: 0.9;
    letter-spacing: 1px;
}

.intro-divider {
    height: 3px;
    background: linear-gradient(to right, #D8353A 0%, transparent 100%);
}

.intro-body {
    padding: 20px 25px;
}

.intro-text {
    text-indent: 2em;
    line-height: 2;
    color: #333;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
}

.intro-features {
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
    border-top: 1px dashed #e5e5e5;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D8353A;
    font-size: 20px;
    transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
    background: linear-gradient(135deg, #D8353A 0%, #c42e32 100%);
    color: #fff;
    transform: scale(1.1);
}

.feature-text {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.input-item {
    display: flex;
    justify-content: space-between;
}

.input-item .left {
    width: 40px !important;
    height: 40px;
    line-height: 40px;
    background: #e9ecef;
    text-align: center;
}

.input-item .right {
    width: 100%;
    height: 40px;
}

.input-item .yzm {
    font-size: .75rem;
    width: 45%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #409EFF;
    margin-left: 10px;
}

.input-item .disabled {
    background-color: #CCC !important;
    cursor: not-allowed !important;
}

.input-item .send:hover {
    cursor: pointer;
}

.input-item .right input {
    border-left: none;
    height: 40px;
}

.input-item .right .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.box {
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
}

.box .tit {
    height: 40px;
    line-height: 40px;
    color: #D8353A;
    padding-left: 20px;
    border-top: 3px solid #D8353A;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1rem;
    font-family: "microsoft yahei", arial, sans-serif;
}

.box .con-text {
    padding: 15px;
    text-indent: 2em;
    font-size: .875rem;
    line-height: 36px;
    text-align: justify;
}

.statistics {
    width: 100%;
    margin-top: 60px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.statistics .item {
    width: 268px;
    height: 160px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #D8353A;
    position: relative;
    padding: 0 15px;
}

.statistics .item .mid-icon {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #D8353A;
    text-align: center;
    line-height: 80px;
    position: absolute;
    top: -40px;
    left: 85px;
    color: #fff;
}

.statistics .item .mid-icon span {
    font-size: 3rem;
}

.statistics .item .total {
    text-align: center;
    margin-top: 50px;
}

.statistics .item .total .num {
    font-size: 2.125rem;
    color: #D8353A;
}

.statistics .item .total .unit {
    font-size: .75rem;
    color: #313131;
}

.statistics .item .brief {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 1rem;
    background: #f6f6f6;
    margin-top: 5px;
}

#footer {
    background: #fff;
}

#footer .links-con {
    width: 100%;
    height: 192px;
    background: url("/static/website/images/links_bj.png") no-repeat bottom center;
    border-bottom: 5px solid #e4393c;
}

#footer .links {
    width: 1178px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0 auto;
}

#footer .links-item {
    width: 165px;
    height: 132px;
    border: 1px solid #eee;
    padding: 18px 33px 0 33px;
    text-align: center;
    color: #313131;
    font-size: .875rem;
    text-decoration: none;
    margin-top: 30px;
}

#footer .links-item img {
    width: 47px;
    height: 47px;
    margin-bottom: 10px;
}

#footer .footer-info {
    width: 1178px;
    margin: 0 auto;
    display: flex;
    padding: 20px 20px 0 20px;
    font-size: .875rem;
    color: #666;
}

#footer .footer-info .desc {
    width: 100%;
    text-align: center;
}

#footer .footer-info .desc a {
    text-decoration: none;
    color: #666;
}

#footer .footer-info .ewm {
    width: 130px;
    text-align: center;
}

.footer-info .ewm img {
    width: 130px;
    height: 130px;
}

/* 新闻列表页 */
.newslist .news-item {
    display: flex;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    font-size: .875rem;
}

.newslist a {
    color: #000;
    cursor: pointer;
}

.newslist a:hover {
    color: #D8353A;
    text-decoration: none;
}

.newslist .news-item .dot {
    width: 3%;
    text-align: left;
}

.newslist .news-item .tit {
    width: 77%;
    text-align: left;
}

.newslist .news-item .riqi {
    width: 20%;
    text-align: right;
}

.page-item.active .page-link {
    background: #D8353A;
    border-color: #D8353A;
}

/* 新闻详情页 */
.newsdetail .tit {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

.newsdetail .con {
    padding: 20px;
    text-align: justify;
}

/* 案件详情页 */
.case-progress {

}

.progress-con {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 60px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.progress-box {
    display: flex;
    color: #999;
    justify-content: space-between;
}


.progress-box .item {
    width: 86px;
    text-align: center;
    color: #666;
}

.progress-box .item .p-icon {
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    line-height: 80px;
    border-radius: 80px;
    text-align: center;
}

.progress-box .iconfont {
    font-size: 32px;
}

.progress-box .active {
    background: #D8353A;
    color: #fff;
}

.progress-box .item .p-text {
    margin-top: 5px;
    font-weight: bold;
}

.progress-box .jiantou {
    height: 84px;
    line-height: 84px;
}

.caseinfo {
    margin: 0 auto;
}

.caseinfo-tit {
    width: 100%;
    font-size: 1.125rem;
    background-color: rgba(216, 53, 58, 0.1);
    /*opacity: 0.5;*/
    height: 36px;
    line-height: 36px;
    color: #D8353A;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.caseinfo-con {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

table tbody td {
    color: #666;
}

.wyly {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    background: #D8353A;
    color: #fff;
    margin: 50px auto 0 auto;
    text-align: center;
}

.liuyan {
    width: 550px;
    height: 330px;
    padding: 0 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    z-index: 999;
}

.liuyan .tit {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.liuyan .tit .close-liuyan {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    line-height: 30px;
    border-radius: 30px;
    position: absolute;
    top: -15px;
    right: -30px;
}

.liuyan form {
    font-size: .875rem;
}

.liuyan form input, .liuyan form textarea {
    font-size: .875rem;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
}

.trend {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.trend-list {
    width: 49%;
    height: 100%;
    border-top: 3px solid #D8353A;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 5px;
}

.list-title {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    color: #D8353A;
    justify-content: space-between;
}

.list-title a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.list-con {
    font-size: 14px;
    color: #999;
    padding: 15px 15px 15px 0;
}

.list-con ul {
    padding-left: 30px;
}

.list-con ul li {
    line-height: 36px;
}

.list-con a {
    width: 72%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    text-decoration: none;
}

.list-con a:hover {
    color: #D8353A;
}

.col-m {
    color: #D8353A;
}