/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 24 2025 | 01:52:20 */
.news_category_sort_button {
    text-align: center;
    font-size: 0;
    margin: 0 0 100px;
}

.news_category_sort_button li {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    margin: 0 20px;
}

.news_category_sort_button li a {
    padding-top: 20px;
    display: block;
    position: relative;
}

.news_category_sort_button li.active a {
	color: #00729f;
}

.news_category_sort_button li.active a:before {
	background: #00729f;
}

.news_category_sort_button li.active a:before {
    width: 100%;
    -webkit-transition: all .5s cubic-bezier(.22,1,.36,1);
    transition: all .5s cubic-bezier(.22,1,.36,1);
}

.news_category_sort_button li a:before {
    content: '';
    height: 3px;
    width: 0;
    background: #0070a4;
    display: block;
    position: absolute;
    top: 0;
}

.news_list_wrap.active {
    display: block;
}

.news_list_wrap {
    position: relative;
    display: none;
}

.news_list_wrap .news_list .item {
    opacity: 0;
    position: relative;
}

.news_list .item {
    height: 70px !important;
    border: 1px solid #ddd;
    margin: 0 0 -1px;
    position: relative;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.news_list .date {
    width: 93px;
    font-size: 14px;
    color: #999;
    font-family: Arial;
}

.news_list .category {
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin-right: 20px;
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-weight:bold;
}

.news_cat_01 {
    background-color: #C53258;
}

.news_cat_02 {
    background-color: #40BA8D;
}

.news_cat_03 {
    background-color: #0072BC;
}

.news_cat_04 {
    background-color: #BA8D65;
}

.news_cat_05 {
    background-color: #EE7948;
}

.news_cat_06 {
    background-color: #2E87A1;
}

.news_cat_07 {
    background-color: #0054A6;
}

.news_cat_08 {
    background-color: #FFD400;
}

.news_cat_09 {
    background-color: #F30100;
}

.news_cat_10 {
    background-color: #8D8790;
}

.news_cat_11 {
    background-color: #F05F8D;
}

.news_cat_12 {
    background-color: #6A3300;
}

.news_cat_13 {
    background-color: #D9394E;
}

.news_cat_14 {
    background-color: #6495ED;
}

.news_cat_15 {
    background-color: #88BFBF;
}

.news_cat_16 {
    background-color: #005D4D;
}

.news_cat_17 {
    background-color: #6F51A1;
}

.news_list .title {
    font-size: 16px;
}

.news_list .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
}

.news_list .title a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible;
}

@media screen and (max-width: 750px) {
    .news_list .title {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 1201px) {
    @media screen and (max-width: 750px) {
        .news_list {
            margin: 0;
        }
		
		.news_list .item {
            height: auto !important;
            border-left: none;
            border-right: none;
            margin: 0 0 -1px !important;
            padding: 20px 20px 15px !important;
            display: block;
        }
		
		.news_list .date {
            width: auto;
            margin: 0 10px 0 0;
            height: 25px;
            line-height: 26px;
            font-size: 12px;
            float: left;
		}
		
		.news_list .category {
            font-size: 11px;
            margin-right: 0;
            min-width: 80px;
            height: 25px;
            line-height: 27px;
            padding: 0 15px;
        }
		
		.news_list .title {
			padding-top: 10px;
            text-overflow: clip;
            white-space: normal;
            max-height: 3.6em;
            margin-top: 10px;
            clear: both;
            font-size: 14px;
        }
		
		.news_list .title a {
            overflow: visible;
            text-overflow: clip;
            white-space: normal;
            display: -webkit-inline-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
		
		.cb_free_space .post_content {
            margin: 0 20px !important;
			padding:0;
        }
    }
}