﻿	@charset "utf-8";
body {
	background: #fbf7ef;
}

.section_news {
	padding: 0;
	margin-top: 60px;
}

.container .reason_title {
	text-align: center;
}

.container .reason_title hgroup {}

.container .reason_title hgroup h4 {
	color: #666;
	margin: 20px auto;
}

.section_news .news_list {
	margin-top: 40px;
}

.section_news .news_list .news_left {
	float: left;
	width: 68%;
}

.news_left .list_menu {}

.list_menu li {
	width: 100%;
	margin: 20px auto;
	height: auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 12px rgba(51, 51, 51, .1);
}

.list_menu li:nth-child(1) {
	margin-top: 0;
}

.list_menu li .figure {
	padding: 24px;
	font-size: 0;
	text-align: initial;
}
.list_menu li .figure img {
	width: 30%;
	border: 1px solid #ddd;
	background: #efefef;
	border-radius: 8px;
	height: 150px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.list_menu li .figure .figcaption {
	width: 69.5%;
	box-sizing: border-box;
	padding-left: 4%;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}
.list_menu li .figure .figcaption h4 {
	font-weight: bold;
	color: #111;
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
}

.list_menu li .figure .figcaption p {
	font-size: 14px;
	color: #666;
	text-indent: 28px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.list_menu li:hover{
	box-shadow: 0 0 12px #ffe1c7;
}
.list_menu li:hover .figcaption p{
	color: #f87908;
}

.list_menu li:hover .figcaption h4{
	color: #f87908;
}

.list_menu li .time {
	padding: 14px 24px;
	border-top: 1px solid #eee;
}

.list_menu li .time span {
	/*float: left;*/
	font-size: 14px;
	color: #999;
}

.list_menu li .time time {
	float: right;
	/*display: inline-block;
		*zoom: 1;
		*display: inline;*/
	font-size: 14px;
	color: #999;
}

.list_menu li .time time i {
	font-style: normal;
}

.section_news .news_list .news_right {
	width: 30%;
	float: right;
}
.news_list .news_bill .hot_list{
	padding-bottom: 20px;
}
.hot_news {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 12px rgba(51, 51, 51, .1);
}

.hot_news .hot_title {
	padding: 6px 0;
	border-bottom: 1px solid #ccc;
}
.hot_news h4{
	border-left: 4px solid #ffa700;	
	padding: 2px 10px;
}
.hot_news h4,.hot_news h4 span{
	color: #111;
	font-size: 20px;
	vertical-align: middle;
}
.hot_news h4 img{
	width: 24px;
	vertical-align: middle;
	margin-right: 6px;
}

.hot_news .hot_list {
	padding: 0 16px;
	padding-bottom: 10px;
}

.hot_news .hot_list li {
	font-size: 0;
	margin-top: 20px;
}

.hot_news .hot_list li .hot_num {
	background: #efefef;
	padding: 8px 8px 4px 8px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	text-align: center;
	border-radius: 5px;
	transition: background 800ms ease 0s;
}

.hot_news .hot_list li:hover {
	width: 100%;
	background: rgba(250, 250, 250, .1);
	/*background: linear-gradient(180deg,#ffa700,#fd8847);*/
	/*background: -webkit-gradient(linear, 0px 20px, 0 100%, from(#ffa700), to(#ffd8847);*/
	color: #fff;
}

.hot_news .hot_list li:hover .hot_num {
	border-right: 1px solid #efefef;
	background: #ffa700;
}

.hot_news .hot_list li .hot_num time {
	font-size: 12px;
	color: #222;
}

.hot_news .hot_list li .hot_num span {
	display: block;
	font-size: 24px;
	color: #222;
	font-weight: bold;
}

.hot_news .hot_list .hot_text {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 76%;
	float: right;
}

.hot_news .hot_list .hot_text h5 {
	font-size: 16px;
	color: #111;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 6px;
}
.hot_news .hot_list li:hover .hot_text a h5{
	color:#f8af05;
}
.hot_news .hot_list .hot_text p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #888;
}

.ranking {
	margin-top: 24px;
}

.ranking .ranking_table li:nth-child(1) .ranking_num {
	background: #ff3e13;
	color: #fff;
}

.ranking .ranking_table li:nth-child(2) .ranking_num {
	background: #ffa700;
	color: #fff;
}

.ranking .ranking_table li:nth-child(3) .ranking_num {
	background: #25acf2;
	color: #fff;
}

.ranking .ranking_table .ranking_num {
	width: 24px;
	height: 24px;
	background: #eee;
	text-align: center;
	line-height: 24px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
	border-radius: 4px;
}

.ranking .ranking_table .ranking_text {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 89%;
	float: right;
}
.ranking .ranking_table .ranking_text a{
	display: block;
}
.ranking .ranking_table .ranking_text h5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #333;
	margin: 0;
	line-height: 24px;
	transition: background 800ms ease 0s;
}

 .ranking .ranking_table li:hover h5 {
	color: #ffa700;
}
 .ranking .ranking_table li:hover span{
 	color: initial;
 }

.ranking .ranking_table .ranking_num span {}

.section_news .numbar {
	width: 100%;
	height: auto;
	margin: 40px auto;
}

.section_news .numbar ul {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.section_news .numbar ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0 6px;
}

.section_news .numbar ul li a {
	display: block;
	padding: 8px 14px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #333;
	background: #fff;
	border-radius: 5px;
}
 .numbar ul li a:hover {
    background: #ffa700;
    color: #111;
    border: 1px solid #ffa700;   
}

.numbar ul li a.numactive{
    background: #ffa700;
    border: 1px solid #ffa700;
    color: #fff;
}
@media only screen and (max-width:1200px ) {
	.section_news .news_list .news_left{
		width: 60%;
	}
	.section_news .news_list .news_right{
		width: 38%;
	}
}
@media screen and (max-width: 992px) {
	.list_menu li .figure {
		text-align: center;
	}
	.list_menu li .figure img{
		width: 40%;
	}
	.list_menu li .figure .figcaption h4 {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 16px;
	}
	
	.section_news .news_list .news_right {
		width: 38%;
		
	}
	.hot_news .hot_list .hot_text {
		width: 68%;
	}
	.hot_news .hot_list .hot_text h5 {
		font-size: 16px;
		color: #faad15;
	}
	.ranking {
		margin-top: 20px;
	}
	.list_menu li .figure .figcaption {
		width: 56.4%;
		display: inline-block;
		*zoom: 1;
		*display: inline;
		margin-left: 0px;
		vertical-align: top;
	}
}

@media screen and (max-width: 760px) {
	.section_news{
		margin-top: 0;
	}
	.container .reason_title {
		padding: 30px 0;
		background: #fff;
	}
	.section_news .reason_title{
		padding-left: 15px;
		padding-right: 15px;
	}
	.section_news .news_list {
		margin-top: 20px;
	}
	.section_news .news_list .news_left{
		float: initial;
		width: 100%;
	}
	.list_menu {}
	.list_menu li {
		margin: 16px auto;
		border-radius: 10px;
	}
	.list_menu li .figure {
		padding: 14px;
		text-align: left;
	}
	.list_menu li .figure img {
		width:30%;
		height: 80px;
	}
	.list_menu li .figure .figcaption {
		width: 69%;
		display: inline-block;
		*zoom: 1;
		*display: inline;
		margin-left: 0;
	}
	.list_menu li .figure .figcaption h4 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.list_menu li .figure .figcaption p {
		font-size: 14px;
		color: #555;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin-bottom: 0;
		margin-top: 8px;
		/*overflow: hidden;
   white-space:nowrap;
   text-overflow: ellipsis;*/
	}
	.list_menu li .time {
		padding: 14px 18px;
	}
	.section_news .news_list .news_right {
		display: none;
	}
	.section_news .numbar {
		margin: 30px auto;
	}
	.section_news .numbar ul li {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		margin: 0 4px;
	}
	.section_news .numbar ul li a {
		color: #333;
		border-radius: 4px;
		background: #fff;
	}
	.numbar ul li a:hover {
		background: #ffa700;
		color: #fff;
		border: 1px solid #ffa700;
	}
	.section_news .numbar ul li a.numactive {
		background: #ffa700;
		border: 1px solid #ffa700 !important;
		color: #fff !important;
	}
}
@media only screen and (max-width: 376px) {
	.list_menu li .time{
		padding:10px 18px;
	}
	.section_news .numbar ul li {
		margin-left: 3px;
	}
	.section_news .numbar ul li:first-child {
		margin-left: 0;
	}
	.section_news .numbar ul li a {
		padding: 8px 8px;
	}
}
@media only screen and (max-width: 361px) {
	.section_news .numbar ul li {
		margin-left: 3px;
	}
	.section_news .numbar ul li:first-child {
		margin-left: 0;
	}
	.section_news .numbar ul li a {
		padding: 8px 7px;
	}
}