@charset "utf-8";
.xxjj .col_news .wp_entry .box p:first-child {
    float: left;
}

.xxjj .col_news .wp_entry .box p img {
    width: 4.5rem;
    margin-right: 0.3rem;
}
.xxjj .col_news .wp_entry .box2 {
    /* display: flex; */
}
.xxjj .col_news .wp_entry .box2 p:first-child {
    float: right;
}

.xxjj .col_news .wp_entry .box2 p img {
    width: 4.5rem;
    margin-left: 0.3rem;
}

.xrldlist .wp_subcolumn_list .wp_sublist .sublist_title {
    line-height: normal;
    height: auto;
    margin: 0;
    border: none;
    width: 50%;
    text-align: right;
    line-height: 0.4rem;
    padding-right: 0.35rem;
    box-sizing: border-box;
    border-right: 1px solid rgb(112 112 112 / 30%);
    flex: none;
}

.xrldlist .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    display: none;
}
.xrldlist .col_news .news_list .news_post {
    height: auto;
    margin: 0;
    border: none;
    width: 50%;
    text-align: right;
    line-height: 0.4rem;
    padding-right: 0.35rem;
    box-sizing: border-box;
    border-right: 1px solid rgb(112 112 112 / 30%);
    flex: none;
    flex: 1;
    font-size: var(--bigSize);
    font-weight: normal;
    pointer-events: none;
    /* padding-left: 0.43rem; */
    min-width: 158px;
}
.xrldlist .col_news .news_list .news {
    line-height: 0.4rem;
    border: none;
    padding: 0;
    flex: none;
    display: flex;
    margin: 0;
    align-items: center;
    width: 9.4rem;
    justify-content: center;
    border-bottom: 1px solid #CFD9EA;
    margin: 0 auto;
    height: 0.9rem;
    max-width: 100%;
}

.xrldlist .wp_subcolumn_list .wp_sublist {
    display: flex;
    margin: 0;
    align-items: center;
    width: 9.4rem;
    justify-content: center;
    border-bottom: 1px solid #CFD9EA;
    margin: 0 auto;
    height: 0.9rem;
    max-width: 100%;
}

.xrldlist .col_news .news_list .news .news_title {
    float: none;
    width: 50%;
    font-weight: bold;
    padding-left: 0.43rem;
    box-sizing: border-box;
}

.xrldlist .col_news .news_list {
    width: 100%;
    /* display: flex; */
    /* padding-left: 0.43rem; */
    gap: 0.9rem;
}

.xrldlist .wp_subcolumn_list .wp_sublist .sublist_title a {
    font-size: var(--bigSize);
    font-weight: normal;
    pointer-events: none;
}

.xrldlist .col_news_con {
    padding-top: 0.46rem;
}

.xrldlist .col_news .news_list .news .news_title a {
    color: #174999;
}

.xrldlist .wp_subcolumn_list:last-child .wp_sublist {
    border: none;
}
.jgszlist .wp_subcolumn_list {
    padding: 0.35rem 0;
    border-bottom: 1px solid #D1D1D1;
}

.jgszlist .wp_subcolumn_list .wp_sublist {
    margin-bottom: 0;
}

.jgszlist .wp_subcolumn_list .wp_sublist .sublist_title {
    margin-bottom: 0.28rem;
    height: auto;
    border: none;
}

.jgszlist .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    display: none;
}

.jgszlist .wp_subcolumn_list .wp_sublist .sublist_title a {
    pointer-events: none;
    font-size: var(--bigSize);
    color: #02317B;
}

.jgszlist .wp_subcolumn_list:last-child {
    border: noone;
}

.jgszlist .col_news .news_list .news {
    border: none;
    float: left;
    width: 25%;
    line-height: 2;
}

.jgszlist .col_news .news_list .news .news_title {
    float: none;
    width: 100%;
}
@media screen and (max-width: 999px) {
	.jgszlist .col_news .news_list .news{
    width: 33.3%;
}
	.xrldlist .col_news .news_list{gap: 30px;}
}
@media screen and (max-width: 767px) {
	.xrldlist .col_news .news_list .news .news_title{
    margin: 0;
}
}
@media screen and (max-width: 479px) {
	.jgszlist .col_news .news_list .news{
    width: 50%;
}
	.xrldlist .wp_subcolumn_list .wp_sublist .sublist_title a{
    font-size: 15px;
}
	.xrldlist .wp_subcolumn_list .wp_sublist{
    height: auto;
    min-height: 90px;
}
	.xrldlist .col_news .news_list{
    flex-wrap: wrap;
    gap: 15px;
}
.xxjj .col_news .wp_entry .box p img {
    width: 100%;
    margin-right: 0;
}
		.xxjj .col_news .wp_entry .box2 p img {
    width: 100%;
    margin: 0;
}
	.xxjj .col_news .wp_entry .box2 p:first-child {
    float: none;
}

	.xxjj .col_news .wp_entry .box p:first-child {
    float: none;
}
}