@charset 'utf-8';
@import "layout.css";

.content {
	min-height:450px
}
.news-tit {
    color: #004379;
    font-size: 25px;
	font-weight: 600;
    margin: 30px 0 5px;
}

.date {
    color: #555;
    font-size: 15px;
    padding: 0 0 30px;
}

.news-c {
    color: #000;
}

.gotolist {
    margin: 30px 0 0;
}

.gotolist a {
    border: 1px solid #ccc;
    color: #333;
    display: inline-block;
    float: right;
    font-size: 15px;
    padding: 7px 20px;
	transition: all 0.4s ease;
}

.gotolist a:hover {
	border: 1px solid;
	background:#004379;
	color:#fff
}