#news{
	padding: 20px 0;
	margin-top: 20px;
}
.news-box .cate-title{
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	margin:20px 0 40px;
}
#news .cate-box{
	background-color: #eee;
	padding: 10px 0;
	border-radius: 5px;
	margin-bottom: 10px;
}
#news .cate-box select{
	background: #ffffff;
	width: 200px;
	height: 35px;
	line-height: 35px;
	margin-left: 30px;
	border: 0 none;
	padding-left: 10px;
}
.news-list{
	padding: 10px;
	border-radius: 5px;
	background-color: #eee;
}
.news-list ul li{
	margin-bottom: 10px;
	padding:10px 20px;
}
.news-list ul li a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	
}
.news-list ul li:nth-child(even){
	background: #ffffff;
}
.news-list ul li .line{
	margin: 0 10px;
}
.news-list ul li .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.news-list ul li .title span{
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
.detail-box{
	padding: 20px 0;
	text-align: center;
	line-height: 1.8
}
.detail-box .title{
	font-size: 22px;
	margin-bottom: 10px;
}
.detail-box .desc span{
	color: #999;
	margin: 0 10px;
	font-size: 14px;
}
.detail-box .content{
	text-align: left;
	font-size: 14px;
	margin-top: 30px;
}
@media all and (max-width:750px){
    #news .cate-box select{
        width: 140px;
    }
    .news-list ul li a{
        font-size: 16px;
    }
    .news-list ul li .title span{
        display: none;
    }
    #news{
        margin-top:0px;
    }
    .detail-box{
        padding: 20px;
    }
    .detail-box .title{
        font-size: 16px;
    }
}
