

.article {
	margin-bottom: 15px;
}

.competition,
.news {
	min-height: 300px;
	height: 420px;
	width: 47.5%;
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 2px;
	overflow: hidden;
}

.competition {
	width: 40%;
}

.news {
	width: 55%
}

.sub-title {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}

.sub-title h2 {
	font-weight: bold;
}

.sub-title h2 i {
	padding-right: 5px;
	font-weight: normal;
	font-size: 30px;
	color: #ccc;
	vertical-align: -4px;

}

.sub-title h2 i.iconcansai {
	font-size: 22px;
	vertical-align: 1px;
}

.sub-title a {
	font-size: 14px;
}

.list-box {
	padding: 5px;
}

.list-box .list dt {
	position: relative;
}
.list-box .list dt a,.list-box .list dd a{
	display: block;
	position: relative;
}
.thumb {
	height: 100px;
	width: 150px;
	border: 1px solid #eee;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.thumb img {
	width: 100%;
	height: auto;
}

.info-box {
	margin-left: 165px;
}

h3.list-title {
	/* font-weight: bold; */
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 200%;
	color: #333;
}

a:hover h3.list-title {
	color: #FF6651;
}

p.desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #999;
	margin: 10px 0px;
}

div.time {
	font-size: 12px;
	text-align: left;
	color: #ccc;
}

dt {
	margin-bottom: 15px;
}

dd {
	margin-bottom: 15px;
}

dd p.desc {
	margin: 0px;
}

.news dt h3 {
	font-size: 18px;
	font-weight: bold;
}

.news dd {
	margin-bottom: 0px;
	position: relative;
	padding-left: 15px;
}

.news dd:before {
	content: '';
	height: 0px;
	width: 0px;
	border: 2px solid #ccc;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -2px;
}

.news dd h3 {
	line-height: 200%;
	position: relative;
	/* height: 28px; */
	/* line-height: 28px; */
	padding-right: 100px;
}

.news dd .time {
	position: absolute;
	right: 0px;
	top: 0;
	line-height: 28px;
	height: 28px;
}

.slider {
	border: 1px solid #eee;
	min-height: 200px;
	width: 100%;
	margin-bottom: 15px;
	height: 280px;
	overflow: hidden;
}

.slider .sub-title {
	margin: 10px 10px 0px
}

.slider .slider-container {
	position: relative;
	padding: 10px;
	/* margin: 0px 30px; */
}

.slider .slider-container:hover .swiper-button>div {
	background: #FF6651;
	opacity: 0.9;
}

.slider-container .swiper-button {
	height: 200px;
	width: 25px;
	top: 10px;
	/* background: #fff; */
	margin: 0px;
	display: flex;
	align-items: center;
	background-image: none;
}

.slider-container .swiper-button>div {
	opacity: 0.4;
	height: 100px;
	line-height: 100px;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.slider-container .swiper-button:hover div {
	background: #FF6651;
	opacity: 0.9;
}

.slider-container .swiper-button>div i {
	font-size: 28px;
	color: #fff;
}

.slider-container .swiper-button-next {
	right: -0px;
}

.slider-container .swiper-button-next>div {
	border-radius: 10px 00px 0px 10px;
}

.slider-container .swiper-button-prev {
	left: -0px;
}

.slider-container .swiper-button-prev>div {
	border-radius: 0px 10px 10px 0px;
}

.slider-list {
	height: 200px;
	width: 200px;
	background: #f5f5f5;
	overflow: hidden;
	cursor: pointer;
	border-radius: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.slider-list p {
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.slider-list .list-info {
	display: block;
	height: 200px;
	/* width: 200px; */
	overflow: hidden;

}


.list-info .img-box {
	height: 160px;
	margin: 5px;
	overflow: hidden;
}

.list-info .img-box img {
	display: block;
	max-height: 100%;
}

.link {
	background: #fcfcfc;
	/* width: 1200px; */
	/* margin: 0 auto 15px; */
	margin: 15px 0;
	padding: 20px 0;
	opacity: 1;
	/* border: 1px solid #eee; */
	-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;
}
.link:hover{
	background: #f7f7f7;
	opacity: 1;
}
.link:hover .link-title{
	color: #000;
}

.link-box {
	width: 1200px;
	margin: 0 auto;
}

.link-list {
	display: flex;
	padding: 10px 0;
	/* border-bottom: 1px solid #ccc; */
}

.link-list ul {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
}

.link-list ul li {

	float: left;
	line-height: 60px;
	padding: 5px 8px;
}

.link-list ul li a {
	display: block;
	width: 160px;
	height: 60px;
	line-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
}

.link-list ul li a img {
	width: 100%;
	height: auto;
}

.link-title {
	font-size: 22px;
	line-height: 70px;
	flex: 0 0 120px;
	text-align: right;
}

.show {
	border: 1px solid #eee;
	min-height: 300px;
	margin-bottom: 15px;
	/* padding:15px; */
}
.show .sub-title{
	margin: 10px;
}

