@charset "utf-8";
/* box */
.box-channel {
	float: left;
	width: 489px;
	height: 239px;
}
.box-channel .box-title {
	height: 35px;
	line-height: 35px;
	background-color: #eaeaea;
}
.box-channel .box-title-cnt {
	position: relative;
	display: block;
	float: left;
	padding: 0 9px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #73b811;
}
.box-channel .box-title-cnt:after {
	content: "";
	position: absolute;
	top: 0;
	right: -13px;
	width: 13px;
	height: 35px;
	background: url(../img/bg_title.png) no-repeat right top;
}
.box-channel .box-title-link {
	float: right;
	margin-right: 14px;
	font-size: 14px;
	color: #6c6c6c;
}
.box-channel .box-title-cnt:hover ,
.box-channel .box-title-link:hover { color: #b10817;}
.box-channel .box-cnt {
	height: 191px;
	padding-top: 12px;
	border: 1px solid #e4e4e4;
	border-top: none;
}
.container .box-channel:nth-child(odd){ float: right;}
.sidebar.b-left + .container .box-channel {
	float: none;
	width: auto;
}
.column1 .box-channel { height: auto;}
.column1 .box-channel .box-cnt { height: auto;}
.box-info {
	position: relative;
	min-height: 237px;
	padding: 20px;
	border: 1px solid #e4e4e4;
}
.box-info .box-pic {
	float: left;
	width: 182px;
	height: 237px;
}
.box-info .box-pic img {
	width: inherit;
	height: inherit;
}
.box-info .box-cnt {
	min-height: 200px;
	margin-left: 209px;
	overflow: hidden;
}
.box-info .box-title {
	line-height: 20px;
	font-size: 20px;
	padding-bottom: 13px;
}
.box-info .box-text {
	line-height: 28px;
	font-size: 16px;
}
.box-info .box-text-work {
	line-height: 28px;
	font-size: 16px;
        margin-bottom: 20px;
}
.box-info .box-link {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	color: #599800;
}
.box-info .box-link:hover { color: #b10817;}
/* box */

/* list */
.container > .list .list-item {
	padding-left: 18px;
	line-height: 40px;
	background: url(../img/icon_arrow_r_gy.png) no-repeat left center;
}
.container > .list .list-item:before { display: none;}
.container > .list .list-item-cnt { max-width: 36em;}
.box-channel .list { margin: 0 15px;}
.box-channel .list .list-item-cnt { max-width: 22em;}
.box-info + .box-channel + .box-channel .list .list-item-cnt { max-width: 35em;}
.list-pic { padding-top: 10px;}
.list-pic .list-item {
	float: left;
	width: 189px;
	margin-left: 46px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;	
}
.list-pic .list-item-pic {
	display: block;
	width: 189px;
	height: 137px;
	overflow: hidden;
}
.list-pic .list-item-pic img {
	width: 189px;
	height: 137px;	
	transition: .5s transform;
}
.list-pic .list-item-pic:hover img { transform: scale(1.2);}
.list-pic .list-item-title { line-height: 38px;}
.list-pic .list-item:first-child { margin-left: 33px;}
.box-info + .box-channel .list-pic .list-item { margin-left: 28px;}
.box-info + .box-channel .list-pic .list-item:first-child { margin-left: 20px;}
/* list */

/* title */
.title-ld {
	height: 65px;
	padding-left: 10px;
	line-height: 65px;
	font-size: 36px;
	border-bottom: 6px solid #73b811;
}
/* title */