﻿@charset "utf-8";
/* CSS Document */
#news{
	padding-bottom:50px;
	}
.news-title{
	margin-bottom:30px;
	}
.news-title h3{
	width: 100%;
    text-align: center;
    font-size: 30px;
    color: #333;
	}
.news-title p{
	width: 100%;
    text-align: center;
    font-size: 16px;
	line-height:32px;
    color: #333;
	}
.news-nav li{
	margin:10px;
	}
.news-nav li a{
	height: 75px;
    padding: 0 30px;
    line-height: 75px;
    text-align: center;
    border: #000 1px solid;
    color: #b2b2b2;
    font-size: 20px;
	}
.news-content{
	padding-top:50px;
	}
.news-list{
	display:flex;
	justify-content:flex-start;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	}
.news-list-photo{
    padding:10px;
	max-height:150px;
	width:200px;
	}
.news-list-content{
    padding:10px;
	width:70%;
	border-bottom:1px dashed #888;
	}
.news-list-content a{
	color:#333;
	text-decoration:none;
	}
.news-list-content h3{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom:50px;
    margin-top:0;
	}
.news-list-content h4{
	margin-bottom:10px;
	}
.news-list-content time{
	margin-right:20px;
	}
.news-list-content a:hover{
	color:#888;
	}

/*.news-hots-title{
	background-color:#333;
	color:#fff;
	padding:20px;
	}
.news-hots-content p{
	padding:10px 20px;
	border:1px solid #333;
	}
.news-hots-content p a{
	color:#333;
	text-decoration:none;
	}
.news-hots-content p a:hover{
	color:#888;
	}*/

.newsshow-content{
	margin-top:70px;
	margin-bottom:70px;
	}
.newsshow-content p{
	margin:0;
	font-size:14px;
	line-height:32px;
	text-indent:2em;
	}
.news-pagin a{
	color:#333;
	text-decoration:none;
	}
.news-pagin a:hover{
	color:#888;
	}
@media (max-width: 992px){
	.news-nav li a {
		padding: 0 15px;
		width: 100%;
		height: 40px;
		font-size: 14px;
		margin: 0;
		line-height: 40px;
	}
    .news-list-content h3 {
        margin-bottom: 10px;
    }
}
@media (max-width: 500px){
	.news-list-content time{
		display:block;
		}
	}