@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
.slick {
	margin-bottom: 30px;
}
.slick .slick-dots {
	margin-top: 30px;
	text-align: center;
}
.slick .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
.slick .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	border:3px solid #B82313;
	background-color: #B82313;
	border-radius: 50%;
	text-indent: -9999px;
	cursor: pointer;
	box-sizing: border-box;
}
.slick .slick-dots .slick-active button {
	background-color: #fff;
}
.section {
	display: flex;
	justify-content: space-between;
}
.section .newsBox {
	width: 34%;
	margin-right: 4%;
}
.section .newsBox li .title {
	display:inline-block;
	color:#23527c;
	margin-right: 4px;
	font-size: 16px;
}
.section .newsBox li .date {
	color:#777;
	display:inline-block;
}
.section .newsBox li p {
	
}

.section .events {
	width: 34%;
	margin-right: 4%;
}
.section .quicklink {
	width: 24%;
}
.section h2 {
	margin-bottom: 30px;
	color: #b82312;
	font-weight: 400;
	font-size: 25px;
}
.section li {
	margin-bottom: 20px;
	line-height: 1.5;
	color: #333;
	font-size: 14px;
}
.section .events li {
	display: flex;
	justify-content: flex-start;
}
.section .events li span {
	margin-right: 10px;
	display: block;
}
.section .quicklink li {
	margin-bottom: 0;
	font-size: 14px;
	list-style:disc;
}
.section .quicklink ul {
	margin: 0 0 20px 40px;
}
.section .quicklink .access {
	margin: 50px 0 0 10px;
}
.aboutBox {
	padding: 0 15px;
}
.aboutBox h2 {
	margin-bottom: 20px;
	color:#333;
	font-weight: normal;
	font-size: 24px;
}
.aboutBox .ulLink {
	margin: 0 0 30px 30px;
}
.aboutBox .ulLink li {
	list-style:disc;
}
.aboutBox .inner {
	margin: 0 20px 20px;
}
.aboutBox .inner .photo {
	float: left;
	margin: 10px 20px 20px 0;
}
.aboutBox .inner p {
	margin-bottom: 10px;
}
.newsSection h2 {
	margin-bottom: 20px;
	color:#333;
	font-weight: normal;
	font-size: 24px;
}
.newsSection {
	clear: both;
	padding: 0 15px;
}
.newsSection li {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #EDEDED;
}
.newsSection li img {
	margin-right: 20px;
	width: 220px;
}
.newsSection li p {
	margin: 10px 0 0 5px;
}
.newsSection li .date {
	color:#777;
	margin-right: 10px;
}
.newsSection li .title {
	color:#23527c;
}
.newsSection .detailBox {
	padding-bottom: 20px;
}
.newsSection .detailBox .title {
	text-align: center;
	margin:20px 0 0;
	font-size: 18px;
}
.newsSection .detailBox .date {
	margin-bottom: 40px;
	text-align: center;
	font-size: 14px;
	color:#999;
}
.newsSection .detailBox img {
	margin-bottom: 20px;
	width: 100%;
}
.activity {
	padding: 0 15px;
}
.activity h2 {
	clear: both;
	margin-bottom: 20px;
	color:#333;
	font-weight: normal;
	font-size: 24px;
}
.activity .ttl {
	font-size: 18px;
	margin-bottom: 5px;
}
.activity .text {
	margin-bottom: 15px;
	font-size: 15px;
}
.activity .actList {
	width: 100%;
	margin-bottom: 20px;
}
.activity .actList li.title {
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
	border-bottom: 2px solid #ddd;
	border-top: none;
	font-weight: 500;
}
.activity .actList li.title span {
	padding: 10px 16px 8px;
}
.activity .actList li {
	font-size: 15px;
	line-height: 1.4;
	vertical-align: top;
	background-color: #fff;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
	zoom: 1;
}
.activity .actList li:nth-child(2n) {
	background-color: #F9F9F9;
}
.activity .actList li span {
	padding: 14px;	
	float: left;
	word-break: keep-all;
	box-sizing: border-box;
}
.activity .actList li.content {
	display: none;
	padding: 10px;
	line-height: 1.4;
}
.activity .actList li span:nth-child(1) {
	width: 13%;
}
.activity .actList li span:nth-child(2) {
	width: 50%;
}
.activity .actList li span:nth-child(3) {
	width: 16%;
}
.activity .actList li span:nth-child(4) {
	width: 20%;
}
.activity .actList li a {
	color: #337ab7;
}
.activity .actList .clickLi {
	cursor: pointer;
}
.activity .actList .clickLi span {
	vertical-align: top;
}
.activity .detailBox {
	padding-bottom: 20px;
}
.activity .detailBox .title {
	text-align: center;
	margin:20px 0 0;
	font-size: 18px;
}
.activity .detailBox .date {
	margin-bottom: 40px;
	text-align: center;
	font-size: 14px;
	color:#999;
}
.activity .detailBox img {
	margin-bottom: 20px;
	width: 100%;
}
.pageNavi {
	margin-bottom: 20px;
	text-align: right;
	float: right;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.pageNavi li {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}
.pageNavi li a {
	display: inline-block;
	padding: 7px 10px;
	color:#777;
	font-size: 14px;
}
.pageNavi li a:hover {
	color:#337AB7;
	text-decoration: none;
}
.pageNavi li.active a {
	padding: 7px 14px;
	background-color: #337AB7;
	color:#fff;
}
.searchSection {
	padding: 20px 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #337AB7 !important;
}
.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
    border: 1px solid #ddd !important;
    color:#777 !important;
}
.layui-laypage a, .layui-laypage span {
    line-height: 30px !important;
    height: 30px !important;
}
.layui-laypage {
    float: right;
}
.noresult {
    padding: 150px 0;
    text-align: center;
    font-size: 20px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .section {
		display: block;
	}
	.section>div {
		width: 100% !important;
		margin-right: 0 !important;
	}
	#main .slick img {
		width: 100%;
	}
	.aboutBox .inner .photo {
		float: none;
	}
	.aboutBox .inner {
		margin: 0 0 10px;
	}
	.newsSection li {
		display: block;
	}
	.newsSection li img {
		width: 100%;
		margin: 0 0 10px;
	}
	.activity .actList {
		width:  500px;
		overflow: hidden;
	}
	
}








