*{
    padding: 0;
    margin: 0;
}
.qinghua-more-content{
    width: 1280px;
    margin: 0 auto;
}
.qinghua-more-title{
    position: relative;
    font-size: 16px;
    color: #692AC4;
    font-weight: 700;
    margin-top: 22px;
    display: flex;
    align-items: center;
    height: 49px;
    border-bottom: 1px solid #D8D8D8;
    padding-left: 17px;
}
.qinghua-more-title::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 16px;
    background: #692AC4;
}
.qinghua-more-middle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}
.qinghua-more-input{
    position: relative;
}
.qinghua-more-input input{
    width: 320px;
    height: 44px;
    border: 1px solid #D8D8D8;
    padding-left: 18px;
}
.qinghua-more-button button{
    cursor: pointer;
    width: 92px;
    height: 32px;
    border: 1px solid #6929C4;
    border-radius: 4px;
    background: #FFFFFF;
    font-size: 14px;
    color: #6929C4;
    font-weight: 600;
}
.qinghua-more-img{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.qinghua-more-img img{
    width: 16px;
    height: 16px;
}
.qinghua-more-list{
    margin-top: 13px;
}
.qinghua-more-list-item{
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #D8D8D8;
}
.qinghua-more-list-title{
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    cursor: pointer;
}
.qinghua-more-list-desc{
    font-size: 14px;
    color: #333333;
    max-width: 1280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 14px;
}
.qinghua-more-list-bottom{
    display: flex;
}
.qinghua-more-list-click{
    margin: 12px;
    font-size: 12px;
    color: #999;
}
.qinghua-more-list-time{
    margin: 12px;
    font-size: 12px;
    color: #999;
}
/* 隐藏弹窗 */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

/* 遮罩层样式 */
.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* 弹窗内容样式 */
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 545px;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 关闭按钮样式 */
.close-btn {
    float: right;
    font-size: 20px;
    cursor: pointer;
}
.modal-content-title{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.modal-content-subtitle{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
/* 表单样式 */
form {
    display: flex;
    flex-direction: column;
}

form label {
    margin-bottom: 5px;
    font-size: 16px;
    color: #696969;
}

form input {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
form textarea{
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
form button {
    padding: 5px 10px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
}
.required {
    color: red;
    font-weight: bold;
}

form button[type="submit"] {
    background-color: #6929C4;
    color: white;
    width: 135px;
    height: 43px;
    text-align: center;
    margin: 0 auto;
}
/* form button[type="submit"]:hover{
    background-color: #011511;
}
form button[type="submit"]:active{
    background-color: #011511;
} */
textarea {
    font-size: 14px; /* 设置字体大小 */
    color: #333; /* 设置字体颜色 */
    font-weight: 500;
}




.tsh_header_content{
    background: #FFFFFF;
}


.tsh_header_content .gcc_banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.tsh_header_content .back_gauge{
    margin:0px 56px 0px 40px;
}

.tsh_header_content .gcc_logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tsh_header_content .gcc_banner .logo1 img{
    width: 301px;
    height: 43px;
}
.tsh_header_content .gcc_banner .split{
    height: 36px;
    width: 1px;
    background: #D7D7D7;
    margin-left: 25px;
    margin-right: 25px;
}
.tsh_header_content .gcc_banner .logo2{
    margin-top: 5px;
}
.tsh_header_content .gcc_banner .logo2 img{
    width: 185px;
    height: 33px;
}

.tsh_header_content .wrap_content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tsh_header_content .wrap_content .search{
    height: 47px;
    overflow: hidden;
}

.tsh_header_content .wrap_content .search input {
    width: 230px;
    line-height: 44px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #6929C4;
    padding-left: 18px;
    font-size: 16px;
    color: #787878;
    text-align: justify;
    font-weight: 400;
}

.tsh_header_content .wrap_content .search .submit-btn{
    width: 50px;
    height: 46px;
    background-image: linear-gradient(45deg, #6D02B6 0%, #2725D3 100%);
    cursor: pointer;
    display: block;
    float: right;
}
.tsh_header_content .wrap_content .search .submit-btn img{
    width: 16px;
    height: 16px;
    margin: 16px 0px 0px 17px;
}
.tsh_header_content .wrap_content .userInfo{
    margin-left: 28px;
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
}

.tsh_header_content .wrap_content .userInfo a{
    color: #6929C4;
}
.tsh_header_content .wrap_content .userInfo span{
    margin: 0px 10px;
    color: #6929C4;
}

.tsh_header_content .split{
    width: 100%;
    height: 1px;
    background: #D7D7D7;
}

.tsh_header_content .gcc_nav{
    height: 50px;
    line-height: 50px;
}

.tsh_header_content .gcc_nav .wrap_content li{
    float: left;
    list-style: none;
    margin-right: 48px;
    cursor: pointer;
}

.tsh_header_content .gcc_nav .wrap_content li a{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: bold;
}

.tsh_header_content .gcc_nav .wrap_content li a:hover{
    color: #6929C4;
}

.tsh_header_content .gcc_nav .wrap_content li.active a
,.tsh_header_content .gcc_nav .wrap_content li.lui_portal_header_text_over a{
    color: #6929C4;
}

.tsh_header_content .gcc_nav .wrap_content li.active:after {
    content: " ";
    display: table;
    width: 100%;
    height: 3px;
    margin: auto;
    margin-top: -3px;
    background-color: #6929C4 !important;
}

.caseSubject{
    width: 184px;
    padding-right: 7px;
    padding-bottom: 4px;
}
.caseSubject .subject{
    margin-left: 25px;
    height: 34px;
    font-size: 14px;
    text-align: justify;
    line-height: 34px;
}



.head_rss_info{

}

.tsh_header_content .wrap_content .userInfo  .head_rss_info span{
    margin: 0px;
    color: #6929C4;
    margin-right: 10px;
}
