<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*#adList&gt;li:first-child{
    display: none;
}*/
.news-font {
    color: white !important;
    font-size: 16px;
    margin-bottom: 5px !important;
    background-color: #4F63C3;
    padding: 5px;
    padding-left: 10px;
    height: 34px;
}
.ranklist {
    border: solid 1px #ddd;
    padding: 10px 10px 10px 10px;
}
.ranklist li {
    height: 56px;
    line-height: 25px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.ranklist li em {
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    text-align: center;
    font-style: normal;
    color: #FFF;
    background-color: #6d6a6a;
    line-height: 20px;
    border-radius: 3px;
}
.ranklist ul li time {
    display: block;
    font-size: 15px;
    margin-left: 30px;
}
.wlj-p {
    width: 80%;
    margin-left: 11%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.icon li {
    float: left;
    width: 75px;
}
.warning {
    background-color: #f24 !important;
}

.safe {
    background-color: orange !important;
}

.safe1 {
    background-color: lightblue !important;
}
.icon li {
    float: left;
    width: 75px;
}
.icon-img {
    width: 66px !important;
    height: 66px !important;
    margin: auto;
    border-radius: 20px;
}
.icon_a{
    margin: 10px 0 !important;
}
.firm{
    background-color: #eee;
    overflow: hidden;
    margin-bottom: 10px
}

.Discuss li div{
    width: 200px;
    float: right;
    margin: 0 !important;
}
.Discuss li div p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list-page .left-box ul li a article h3{
    margin: 0 !important;
}
.list-article-three{
	position: absolute;
    bottom: -2px;
    width: 10%;
	left:0;
}
.list-article-one{
    position: absolute;
    bottom: 0;
    width: 35%;
	right:45%;
}
.list-article-two{
    position: absolute;
    bottom: 0;
    width: 35%;
    right:0;
}
.list-article-three span a{
	    font:400 12px/16px SimSun;
		color:#f99;
		border:1px solid #f99;
		border-radius:2px;
		float:left;
		position:relative;
        -webkit-transition:color .3s ease-in-out;
        -moz-transition:color .3s ease-in-out;
        -o-transition:color .3s ease-in-out;
        transition:color .3s ease-in-out;
		text-decoration:none;
		margin-right:3px;
		white-space:nowrap;
		padding:1px 7px;
		}
.list-article-three em{
		position:relative;
		-webkit-transition:all .3s ease-in-out;
		-moz-transition:all .3s ease-in-out;
		-o-transition:all .3s
		}
.list-article-three span a:hover em {
	position:relative;
	-webkit-transform:translate(-4px,0);
	-moz-transform:translate(-4px,0);
	-o-transform:translate(-4px,0);
	transform:translate(-4px,0);
	display:inline-block
}
.list-article-three span a:hover:before{
	right:6px;
	filter:alpha(opacity=100);
	opacity:1;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg)
}
.list-article-three span a:hover{
	color:#f33;
	border:1px solid #f33;
}
.list-article-three span a:before{
	content: "";
    display: block;
    width: 11px;
    height: 11px;
  /*  background: url(https://jsjscmbase.oss-cn-beijing.aliyuncs.com/img/sprite_icon0813_v1.png) no-repeat -92px -613px;*/
    position: absolute;
    top: 3px;
    right: 50%;
    margin-right: -5px;
    filter: alpha(opacity=0);
    opacity: 0;
    -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;
}
.list-article-three span{
	 display: inline-block;
}
.list-article-one p ,.list-article-two p{
    color: black !important;
}
.list-article-one span {
    display: inline-block;
}
.list-article-one span a{
    color: #0d35fa;
}
.list-box ul li{
    position: relative;
}

.list-box-div{
    width: 660px;
    position: relative;
    height: 20px;
    float: right;
    bottom: 18px;
}
h3{font-size: 20px;}

.list-article-one span a:hover{
    text-decoration: underline ;
    text-decoration-color: #0d35fa;
}
.Discuss_a{
    width: 100%;
    display: inline !important;
}
.Discuss_a img{
    width: 90px !important;
    display: inline-block !important;
}
.Discuss li img{
    height: 68.05px;
}
.ranklist ul li p:hover{
    border-bottom: 1px solid blue;
    height: 22px;
}</pre></body></html>