* {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.underline {
    text-decoration: underline;
}

.flex_direction_space-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.daohang {
    font-weight: 400;
}

.daohang a {
    color: rgba(58, 127, 207, 1);
}

.jies {
    margin-top: 10px;
    height: 100px;
    position: relative;
    border: 1px solid rgba(42, 130, 228, 0.55);
    background-color: rgba(239, 244, 254, 0.82);
}

.jies img {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 65px;
    width: 65px;
}

.jies h2 {
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    top: 10px;
    left: 85px;
    color: rgba(212, 48, 48, 1);
}

.jies p {
    position: absolute;
    top: 50px;
    left: 95px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
}

.sjh_kjh_container {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sjh_kjh_bottom{
    margin-top: 10px;
    border: 1px solid rgba(130, 184, 246, 1);
    width: 680px;
}

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

.sjh_kjh_bottom_cont ul{
    margin: 10px 10px;
    width: 480px;
    border: 1px solid rgba(229, 229, 229, 1);
}

.sjh_kjh_right {
    margin-top: 10px;
    border: 1px solid rgba(130, 184, 246, 1);
    width: 300px;
    /*height: 750px;*/
}
.king{color: red}
.tag-list {
    width: 100%;
}


.tag-list .tag-title {
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    border-bottom: 1px solid #F3F3F3;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    background: rgba(239, 244, 254);
}

.tag-title .name {
    left: 6px;
    top: 0;
    display: block;
    position: absolute;
}

.tag-title .more {
    right: 20px;
    top: 0;
    display: block;
    position: absolute;
    color: #888;
    font-size: 12px;
}

.article-title-list li a {
    padding: 3px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sjh_kjh_bottom_cont .article-title-list li a {
    padding: 3px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    width: 310px;
    text-overflow: ellipsis;
}


.sjh_kjh {
    width: 680px;
    margin-top: 10px;
}

.sjh_kjh .title {
    width: 100%;
    height: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    background-color: rgba(229, 229, 229, 0.58);
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.sjh_kjh .title h1 {
    font-size: 15px;
    font-weight: 700;
    margin-left: 25px;
}
.sjh_kjh .title div {
    font-size: 15px;
    font-weight: 700;
    margin-right: 25px;
}

.sjh_kjh .title div a{
    color: rgba(29, 106, 170, 1);
}

.sjh_kjh table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

.sjh_kjh table tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
    height: 45px;/*TCWPC-24*/
}

.sjh_kjh table td {
    font-size: 13px;
    border: 1px solid rgba(130, 184, 246, 1);
    text-align: center;
    padding: 3px 0;
}