<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.header + div {
 /*   padding-top: 80px;*/
}
.Body_content{
	width:100%;
	float:left;
}

.Content1{
	width:1200px;
	margin:0 auto;
	margin-top:30px;
}
.content_left{
	float:left;
	width:200px;
	margin-bottom:60px;
}
.left_top{
	float:left;
	width:100%;
	border-bottom:3px solid #12cdf4;
	text-align:left;
	line-height:40px;
	color:#12cdf4;
}
.left_top img{
	float:left;
	margin:5px;
	width:30px;
	height:30px;
}
.left_down{
	float:left;
	width:100%;
	margin-top:30px;
}
.project{
	float:left;
	width:100%;
	line-height:40px;
	text-align:left;
	border-bottom:1px solid #fff;
}
.project:last-child{
	border-bottom:1px solid #d9d9d9;
}
.project_title{
	float:left;
	width:180px;
	padding:0px 10px;
	background:#12cdf4;
	color:#fff
}
.project_title img{
	float:right;
	margin-top:15px;
	width:10px;
	height:10px;
}
.project_list{
	float:left;
	width:100%;
}
.project_list ul{
	float:left;
	width:198px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;

}
.project_list ul li{
	float:left;
	width:160px;
	margin:0px 10px;
	padding:0px 10px;
	border-bottom:1px solid #d9d9d9;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	cursor:pointer;
}
.project_list ul li a{
	color: #666;
}
.project_list ul li:last-child{
	border-bottom:none;
}
.project_list ul li:hover{
	color:#12cdf4;
}
.project_list ul li.active a{
	color:#12cdf4;
}
.content_right{
	float:right;
	width:950px;
	margin-bottom:60px;
	/*display: none;*/
}
.content_right.detailCon{
	display: block;
}
.right_top{
	width:100%;
	text-align:left;
	line-height:40px;
	font-size:12px;
}
.right_top a{
	cursor:pointer;
	color: #333;
}
.right_top a:hover{
	color:#F00;
}
.right_down{
	float:left;
	width:900px;
	padding:0px 25px;
}
.content_right .MenuCards .cardItems .itemPics{}
.MenuCards .cardItems{
	box-shadow: 0 0 10px #ddd;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.MenuCards .cardItems:hover{
	box-shadow: 0 0 25px #999;
}
.MenuCards .cardItems .itemPics{
	width: 16%;
    float: left;
    text-align: center;
    margin-right: 2%;
    padding-right: 2%;
    border-right: 1px dashed #d4d4d4;
}
.MenuCards .cardItems .itemPics img{
	width: 100px;
    height: 100px;
}
.MenuCards .cardItems .itemTxts{
	width: 79%;
	float: right;
}
.MenuCards .cardItems .itemTxts .title{
	font-weight: bold;
	font-size: 20px;
	color: #333;
	text-align: left;
	padding-bottom: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.MenuCards .cardItems .itemTxts .texts{
	font-size: 16px;
	color: #999;
	text-align: left;
	letter-spacing: 1px;
}
.ArticleTitle{
	float:left;
	width:100%;
	font-size:25px;
}
.Article2{
	float:left;
	width:100%;
}
.Article2_time{
	float:left;
	line-height:20px;
	font-size:12px;
	color:#ccc;
}
.Article2_time img{
	float:left;
	margin:2px 4px;
}
.Article2_share{
	float:right;
}

.Article2_share img{
	float:left;
	margin-right:10px;
	cursor:pointer;
	width:20px;
	height:20px;
}
.ArticleConetent{
	float:left;
	width:100%;
	line-height:20px;
	margin-top:20px;
}
.ArticleConetent p{
	text-indent:2em;
	text-align:left;
}
.ArticleConetent img {
    max-width: 80%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.ArticleTab{
	float:left;
	width:100%;
	margin-top:50px;
}
.ArticleTab img{
	float:left;
	width:20px;
	height:20px;
}
.ArticleTab span{
	float:left;
	margin-left: 10px;
    display: inline-block;
    background: #d8d8d8;
    line-height: 24px;
    padding: 0 12px;
    border-radius: 12px;
    color: #696969;
	margin-bottom:7px;
}
.ArticleTab span:hover {
    background: #F03;
    color: #fff;
    cursor: pointer;
}

.pageItems{
	text-align: center;
	padding: 20px 0;
	background-color: #fff;
}
.pageItems a,.pageItems span{
	display: inline-block;
	border: 1px solid #e5e5e5;
	color: #999;
	background-color: #fafafa;
	padding: 5px 10px;
}
.pageItems span.current{
	margin-right: 5px;
}
.pageItems a.active,.pageItems a:hover,.pageItems span.current{
	background-color: #12cdf4;
	border-color: #12cdf4;
	color: #ffffff;
}
.pageItems a.more,.pageItems a.more:hover{
	border: none;
	background-color: transparent;
	color: #999;
}
.pageItems span{
	color: #999;
	padding-left: 10px;
}
</pre></body></html>