/*
Theme Name: news
Author: 
Description: GOSHU original theme.
*/

@import url("reset.css");

@charset "UTF-8";

/*---- common ----------------------------------------*/
#news {
	width: 980px;
	margin: 50px auto 120px;
}
#news .main {
	width: 700px;
	float: left;
}
#news .main h2 {
	width: 100%;
}
#news .side {
	float: left;
	margin-left: 40px;
	width: 240px;
	border-top: 1px solid #fa0026;
	border-bottom: 1px solid #fa0026;
}
#news .side li:first-child {
	border-top: none;
}
#news .side li {
	height: 50px;
	width: 100%;
	line-height: 50px;
	border-top: 1px solid #e8e7e4;
	position: relative;
}
#news .side li:after {
	content: '';
	height: 4px;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #fa0026;
}
#news .side li a,
#news .side li span {
	font-size: 14px;
	font-weight: normal;
	padding-left: 16px;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	text-decoration: none;
}
#news .side li a:hover,
#news .side li span {
	background: #f7f7f7;
}

/*---- top ----------------------------------------*/
#news .top .nav-category {
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#news .top .nav-category li {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 13px;
	position: relative;
}
#news .top .nav-category li:first-child:before {
	display: none;
}
#news .top .nav-category li:before {
	content: '';
	height: 15px;
	width: 1px;
	background: #ccc;
	position: absolute;
	top: 12px;
	left: 0;
}
#news .top .nav-category li:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	background: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s
}
#news .top .nav-category li.active:after,
#news .top .nav-category li:hover:after {
	background: #fa052a;
}
#news .top .nav-category li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}
#news .top .liwarp li:first-child {
	margin-top: 40px;
}
#news .top .liwarp li {
	text-decoration: none;
	margin-top: 110px;
	font-size: 13px;
}
#news .top .liwarp li a {
	text-decoration: none;
	display: block;
}
#news .top .liwarp li a:hover {
	background: #f8f8f8;
}
#news .top .liwarp li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
}
#news .top .liwarp li .icon-category {
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	padding: 0 12px;
	margin-left: 15px;
}
#news .top .liwarp li .icon-category.notice { background: #fdcac9;}
#news .top .liwarp li .icon-category.media { background: #b7d7fd;}
#news .top .liwarp li .icon-category.exhibition { background: #fbebad;}
#news .top .liwarp li .icon-category.development { background: #99deb5;}
#news .top .liwarp li .icon-category.topics { background: #fdcac9;}
#news .top .liwarp li h3 {
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 6px 0 13px;
	margin-bottom:15px;
}
#news .top .liwarp li p {
	margin-top: 18px;
	line-height: 24px;
	font-size:14px;
}
#news .top .liwarp li .news-thumbnail {
	margin-top: 20px;
}
#news .top .pager {
	margin-top: 86px;
	text-align: center;
}
#news .top .pager li:first-child {
	margin-left: 0;
}
#news .top .pager li {
	font-size: 13px;
	display: inline-block;
	margin-left: 16px;
	padding: 5px 6px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s
}
#news .top .pager li:hover,
#news .top .pager li.active {
	background: #fa052a;
	color: #fff;
}


