<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**17 news style**/
	.pic-news .item em.overflow-hidden {
    	height: 180px;
	}
	.pic-news .owl-pagination {
		margin: 0px;
	}
	.pic-news .item {
		padding: 5px;
	}
	.pic-news .item .overflow-hidden {
	    height: 165px;	
	}
	.news-title {
		color: #d4b148;
	    float: left;	
	}
	.news-content-font {
		color: #fff;
	    text-indent: 0px;	
	}
	.newsdetail-title {
		color: #144b6a;
    	text-align: center;
    	margin: 20px 0 25px;
	}
	.newsdetail-content-font {
		font-family: "å¾®è»Ÿæ­£é»‘é«”", "Vollkorn", Arial, sans-serif;
		color: #333;
		text-align: left;
		font-size: 15px;
	}
	.index-news-title h3 {
		overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	text-align: left;
        margin: 15px 0 0 0;	
        padding: 0 10px;    
	}
	.index-news-title p {
		text-align: left;
        padding: 0 10px;    
	}
	table img { /**news_detail img**/
	    max-width: 100%;
	    margin: 10px 0px 50px;	
	}
	table a {
		color: #d4b148 !important;
	}
	table span {
		font-family: "å¾®è»Ÿæ­£é»‘é«”", "Vollkorn", Arial, sans-serif !important;
	}
	.prev-news {
		left: 5px;
	}
	.next-news {
		right: 35px;
	}
	.pager li &gt; a:hover, .pager li &gt; a:focus, .pager.pager-v3 li &gt; a:hover {
	    color: #fff;
	    background: #17408d;
		border-color: #17408d ;
	}
	.news-v3 h2 a:hover {
    	color: #17408d;
	}

	/**owl**/
	.owl-pagination {
	    position: relative;
	    margin: -35px 0 0 0;
	}
	.customNavigation {
		width: 100%;
	    position: absolute;
	    bottom: 50%;
	}
	.prev-v2, .next-v2 ,.prev-res , .next-res ,.prev-spe , .next-spe ,.prev-news , .next-news {
		background: rgba(0,0,0,0.7);
	    color: #fff;
	    padding: 10px 20px;
	    position: absolute;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
	.owl-btn:hover {
		background: rgba(23, 64, 141, 1);
	}
	.prev-v2, .prev-res, .prev-spe {
	    left: 0;
	}
	.next-v2, .next-res, .next-spe {
	    right: 30px;
	}
	.owl-carousel-style-v1 img {
	    width: 100%;
	    height: auto;
	}
	.overflow-hidden {
    height: 180px;
	}
	/** End owl **/
	
@media (max-width: 768px) {
.pic-news .item .overflow-hidden {
	height: 100px;
	}
}
	/**END 17 news style**/

</pre></body></html>