<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing:border-box;
	/*font-family: "å¾®è½¯é›…é»‘"!important;*/
}
a{
	 text-decoration:none;
	 out-line: none;
	 color: #000;
}
.clear-both{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.one{
	width: 1180px;
	margin: 0 auto;
	padding: 10px;
    box-shadow: 1px 1px 20px 0px #888888;
}
.notice-top{
	position: relative;
}
.notice-top span{
	font-size: 20px;
	padding: 10px
}
.notice-top span a{
	position: absolute;
    right: 55px;
    top: 15px;
    color: #000;
}
.notice-top span a:hover{
	color:#C92121;
}
.notice-top span .icon-more{
	position: absolute;
    right: 18px;
    top: 18px;
    display: inline-block;
    background: url(../img/more.png);
    height: 22px;
    width: 22px;
    cursor: pointer;
}

.span-border{
	position: absolute;
    left: 0;
    top: 45px;
    display: inline-block;
    background: url(../img/line1.png);
    height: 3px;
    width: 330px;
}
.MT4-one{
	border-top: 1px solid #c4c4c4;
	padding: 20px 10px;
}
.Mt4-one-left{
	float: left;
	width: 40%;
	height:400px;
}
.Mt4-one-right{
	float: right;
	width:58%;
}
.Mt4-three-right{
	float: right;
	width:57%
}
.Mt4-one-right ul li{
	padding: 10px;
	border-bottom: 1px dashed #c4c4c4;
	color: #2b2b2b;
}
.Mt4-one-right ul li a{
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color:#000;
}
.Mt4-one-right ul li a:hover{
    color: red
}
.Mt4-one-right ul li span{
    font-size: 14px;
}
.clearfix:after {
    clear: both;
}
#demo{
	margin: 10px 0;
}
.two-img{
	border:1px solid #666;
	/*margin-right: 10px;
	display: inline-block;*/
	width: 180px;
	height: 180px;
	vertical-align: middle;
    text-align: center;
}
.two-img img{
	width: 100%
}
.three-wen{
	display: flex;
	justify-content: space-around;
	padding: 10px 0;
	border-bottom: 1px solid #c4c4c4;
}
.three-wen li{
	-webkit-transition: color 1s;
    transition: color 1s;
    color: #000;
}
.three-wen li:hover{
	cursor: pointer;
}
.three-tu{
	display: flex;
	flex-wrap: wrap;
}
.three-tu a{
	padding:10px 5px;
	width: 215px;
}
.three-tu a img{
	width: 200px;
    height:143px;
}
.three-tu a p{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#000;
}
.three-tu a p:hover{
    color:red;
}
.curr{
	color:red!important
}
.MT4-img{
	width: 100%;
	margin: 0 auto
}
.MT4-img img{
	width: 100%;
    padding: 10px 0;
}
.group-lists{
    float: left;
    width: 100%;
    padding-right: 10px;
}
.category-list__item {
    padding: 25px 0;
    border-bottom: 1px dashed #c5c4c4;
}
.category-list__item .img-cont img {
    width: 100%;
    height: 156px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.category-list__item .img-cont {
    float: left;
    margin-right: 15px;
    width: 250px;
    height: 156px;
    overflow: hidden;
    background: #F1F5F8 url(../images/bg-fx678.png) no-repeat center;
}
.category-list__item .img-cont img {
    width: 100%;
    height: 156px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.category-list__content h3 {
    font-size: 20px;
    color: #0d0d0d;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.category-list__content:hover h3 {
    color: #e2544a;
}
.category-list__content p {
    margin-top: 8px;
    color: #666;
    line-height: 24px;
    font-size: 14px;
    height: 72px;
    overflow: hidden;
}
.category-list__detail {
    margin-top: 13px;
    line-height: 25px;
    font-size: 14px;
}
.category-list__time {
    position: relative;
    display: block;
    float: left;
    margin-right: 25px;
}
.category-list__pv {
    position: relative;
    float: right;
    padding-left: 30px;
    color: #999;
}
.category-list__detail:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.pinpai tr td{
	border: 1px solid #cac8c8;
	margin-right: 10px;
	display: inline-block;
}</pre></body></html>