#news-list-carousel {
}

#news-list-carousel .carousel-inner .item {
	width: 100%;
	height: 330px
}

#news-list-carousel .carousel-inner .item .news-catalog {
	position: absolute;
	display: block;
	left: 40px;
	top: 30px;
	right: 0
}

#news-list-carousel .carousel-inner .item .news-title {
	position: absolute;
	display: block;
	left: 40px;
	right: 0;
	bottom: 50px
}

#news-list-carousel .carousel-inner .item .news-title a {
	font-size: 26px;
	color: #fff
}

#news-list-carousel .carousel-inner .item .news-title a:hover {
	color: #ff4a4a
}

#news-list-carousel .carousel-indicators {
	display: block;
	left: 0;
	bottom: 0px;
	width: 100%;
	padding: 0;
	margin: 0
}

#news-list-carousel .carousel-indicators li {
	float: left;
	width: 30%;
	height: 5px;
	margin: 0;
	border-radius: 0;
	border: none;
	background-color: #718697
}

#news-list-carousel .carousel-indicators li+li {
	margin-left: 4px
}

#news-list-carousel .carousel-indicators li:last-child {
	float: right
}

#news-list-carousel .carousel-indicators .active {
	background-color: #3995e0
}

#news-list-carousel .carousel-control,#news-list-right-carousel .carousel-control {
	width: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: opacity 1s
}

#news-list-carousel .carousel-control.left,#news-list-right-carousel .carousel-control.left {
	left: 0;
	background-image: url(../images/icon-left-36x36.png)
}

#news-list-carousel .carousel-control.right,#news-list-right-carousel .carousel-control.right {
	right: 0;
	background-image: url(../images/icon-right-36x36.png)
}

#news-list-carousel:hover .carousel-control,#news-list-right-carousel:hover .carousel-control {
	opacity: 1
}

.news-list-panel {
	padding: 20px
}

.news-list-panel .news-catalog {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.news-list-panel .news-catalog .menu-item {
	float: left;
	margin-right: 20px;
	padding: 10px 0
}

.news-list-panel .news-catalog .menu-item>a {
	display: inline-block;
	font-size: 17px
}

.news-list-panel .news-catalog .menu-item>a:hover,.news-list-panel .news-catalog .menu-item.cur a {
	color: #ff4a4a;
	border-bottom: 2px solid #ff4a4a
}

.news-list-panel .news-list-box {
	position: relative;
	width: 100%;
	height: 180px;
	padding: 20px 0;
	border-top: 1px dotted #e8e8e8
}

.news-list-panel .news-list-box .hd {
	position: absolute;
	display: block;
	height: 30px;
	left: 0;
	top: 20px;
	right: 230px;
	font-size: 20px;
	text-align: left;
	color: #333;
	overflow: hidden
}

.news-list-panel .news-list-box .hd:hover {
	color: #ff4a4a
}

.news-list-panel .news-list-box .intro {
	position: absolute;
	display: block;
	height: 4em;
	line-height: 1.8em;
	left: 0;
	top: 60px;
	right: 230px;
	font-size: 14px;
	color: #999;
	text-align: left;
	overflow: hidden
}

.news-list-panel .news-list-box .other {
	position: absolute;
	left: 0;
	top: 130px;
	right: 230px;
	text-align: left
}

.news-list-panel .news-list-box .other>.author {
	padding-right: 50px
}

.news-list-panel .news-list-box .pic {
	position: absolute;
	display: block;
	width: 214px;
	height: 142px;
	top: 20px;
	right: 0
}

.inline-li {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.inline-li .item {
	display: inline-block;
	float: left;
	padding-bottom: 5px;
	text-align: center;
	font-size: 18px;
	border-bottom: 1px dashed #e8e8e8
}

.inline-li .item a {
	display: inline-block;
	padding: 5px;
	color: #999;
	border-bottom: 3px solid transparent
}

.inline-li .item a:hover,.inline-li .item.cur a {
	color: #333;
	border-color: #3897e6
}

.news-details {
}

.news-details .news_hd {
	padding: 20px;
	text-align: center
}

.news-details .news_hd .titl {
	font-size: 26px
}

.news-details .news_hd .other {
	padding-top: 20px;
	font-size: 14px
}

.news-details .news_hd .other span {
	display: inline-block;
	line-height: 33px;
	margin: 0 20px
}

.news-details .news_hd .other .time {
	color: #999
}

.news-details .news_hd .other .share a {
	margin: 0 10px
}

.news-details .news-desc {
	width: 726px;
	height: 84px;
	margin: 0 auto;
	padding: 20px;
	background-color: #f4f4f4;
	border-left: 4px solid #cdcdcd
}

.news-details .news-desc .text-wrap {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 22px;
	text-indent: 2em;
	overflow: hidden
}

.news-details .news_bd {
	padding: 36px 50px;
	line-height: 1.8;
	font-size: 14px
}

.hot-news-item {
	padding: 10px 0;
	font-size: 14px
}

.hot-news-item .time {
	margin-top: 5px;
	font-size: 13px;
	color: #999
}

.carousel-inner:hover {
	cursor: pointer
}

.like:hover {
	cursor: pointer;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05)
}