﻿@charset "utf-8";
@media screen and (min-width: 768px) {
	body {
		background: #fbf7ef;
	}
	.section_news {
		padding: 0;
		margin-top: 60px;
		padding-bottom: 50px;
	}
	.container .reason_title {
		background: #fff;
		width: 100%;
		height: 50px;
		border-radius: 3px;
		clear: both;
	}
	
	.container .reason_title hgroup h2 {
		font-size: 16px;
		float: left;
		line-height: 30px;
		margin: 10px auto;
		padding-left: 10px;
		border-left: 4px solid #F8C205;
	}
	.container .reason_title hgroup h4 {
		background: url(../img/home.png) no-repeat left 16px;
		padding-left: 22px;
		color: #999;
		float:right;
		font-size: 14px;
		line-height: 50px;
		padding-right: 16px;
		margin: 0;
		
	}
	.container .reason_title hgroup h4:hover{
		color: #F8C205;
		background:url(../img/home_on.png) no-repeat left 16px;
	}
	.section_news .news_list {
		margin-top: 24px;
		padding: 0;
	}
	.section_news .news_list .news_left {
		float: left;
		width: 58%;
		background: #fff;
		border-radius: 5px;
	}
	.section_news .news_list .news_left .news_info {
		width: 100%;
	}
	.section_news .news_list .news_left .news_info h2 {
		font-size: 18px;
		color: #333;
		padding: 30px 20px 16px 20px;
		text-align: center;
		line-height: 36px;
	}
	.section_news .news_list .news_left .news_info .time {
		width: 100%;
		height: 40px;
		border-top: 1px solid #ccc;
	}
	.section_news .news_list .news_left .news_info .time span {
		float: left;
		font-size: 14px;
		color: #999;
		padding-left: 10px;
		padding-top: 20px;
	}
	.section_news .news_list .news_left .news_info .time time {
		color: #999;
		font-size: 14px;
		float: right;
		padding-right: 10px;
		padding-top: 20px;
	}
	.section_news .news_list .news_left .news_info .time time i {
		font-style: normal;
	}
	.section_news .news_list .news_left .news_info .info_box {
		padding:40px;
		text-align: center;
	}
	.section_news .news_list .news_left .news_info p {
		font-size: 16px;
		text-indent: 32px;
		line-height: 32px;
		text-align: left;
	}
	.section_news .news_list .news_left .news_info img {
		max-width: 100%;
		margin: 30px auto;
	}
	.section_news .news_list .news_left .seitch_box{
		padding: 40px;
		border-top: 1px solid #ccc;
	}
	
	.section_news .news_list .news_left .seitch_box .seitch_last{
		float: left;
	}
	.section_news .news_list .news_left .seitch_box .seitch_last span{
		color: #999;
		font-size: 14px;
	}
	.section_news .news_list .news_left .seitch_box .seitch_last b{
		color: #25ACF2;
		font-size: 14px;
	}
	.section_news .news_list .news_left .seitch_box .seitch_next{
		float: right;
	}
	.section_news .news_list .news_left .seitch_box .seitch_next span{
		color: #999;
		font-size: 14px;
	}
	.section_news .news_list .news_left .seitch_box .seitch_next b{
		color: #25ACF2;
		font-size: 14px;
	}
	.section_news .news_list .news_right {
		width: 38%;
		float: right;
	}
	.section_news .news_list .news_left .seitch_box .seitch_last:hover b{
		color: #F8C205;
	}
	.section_news .news_list .news_left .seitch_box .seitch_next:hover b{
		color: #F8C205;
	}
	.section_news .news_list .news_right .hot_news {
		background: #fff;
		border-radius: 3px;
	}
	.section_news .news_list .news_right .hot_news .hot_title {
		padding: 6px 0;
		border-bottom: 1px solid #ccc;
	}
	.section_news .news_list .news_right .hot_news h4 {
		color: #333;
		text-indent: 20px;
		border-left: 4px solid #F8C205;
		padding: 4px 20px;
	}
	.section_news .news_list .news_right .hot_news .hot_list {
		padding: 0 20px;
		padding-bottom: 10px;
	}
	.section_news .news_list .news_right .hot_news .hot_list li {
		font-size: 0;
		margin: 20px auto;
	}
	.section_news .news_list .news_right .hot_news .hot_list li .hot_num {
		background: #fafafa;
		padding: 5px;
		display: inline-block;
		*zoom: 1;
		*display: inline;
		text-align: center;
		transition: background 800ms ease 0s;
	}
	.section_news .news_list .news_right .hot_news .hot_list li:hover {
		width: 100%;
		background: rgba(250, 250, 250, .1);
		/*background: linear-gradient(180deg,#f8c205,#fd8847);*/
		/*background: -webkit-gradient(linear, 0px 20px, 0 100%, from(#f8c205), to(#ffd8847);*/
		color: #fff;
	}
	.section_news .news_list .news_right .hot_news .hot_list li:hover .hot_num time {
		color: #fff;
	}
	.section_news .news_list .news_right .hot_news .hot_list li:hover .hot_num span {
		color: #fff;
	}
	.section_news .news_list .news_right .hot_news .hot_list li:hover .hot_num {
		border-right: 1px solid #efefef;
		background: #F8C205;
	}
	.section_news .news_list .news_right .hot_news .hot_list li:hover .hot_text h5 {
		color: #333;
	}
	.section_news .news_list .news_right .hot_news .hot_list li .hot_num time {
		font-size: 12px;
		color: #666;
	}
	.section_news .news_list .news_right .hot_news .hot_list li .hot_num span {
		display: block;
		font-size: 22px;
		color: #666;
	}
	.section_news .news_list .news_right .hot_news .hot_list .hot_text {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		vertical-align: top;
		width: 70%;
		float: right;
	}
	.section_news .news_list .news_right .hot_news .hot_list .hot_text h5 {
		font-size: 16px;
		color: #faad15;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin-top: 6px;
	}
	.section_news .news_list .news_right .hot_news .hot_list .hot_text p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		color: #666;
	}
	.ranking {
		margin-top: 40px;
	}
	.ranking .ranking_table li:nth-child(1) .ranking_num {
		background: #e54724;
		color: #fff;
	}
	.ranking .ranking_table li:nth-child(2) .ranking_num {
		background: #F8C205;
		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;
		margin-top: 3px;
	}
	.ranking .ranking_table .ranking_text {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		vertical-align: middle;
		width: 85%;
		float: right;
	}
	.ranking .ranking_table .ranking_text h5 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		color: #333;
		margin-top: 8px;
		transition: background 800ms ease 0s;
	}
	.ranking .ranking_table .ranking_text:hover h5 {
		color: #F8C205;
	}
	.section_news .news_list .news_right .hot_news .hot_list li:hover .ranking_num span {
		color: #333;
	}
	.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 10px;
		border: 1px solid #ccc;
		font-size: 14px;
		color: #333;
	}
}

@media screen and (min-width: 992px) {
	.section_news .news_list {
		margin-top: 20px;
		padding: 0;
	}
	.section_news .news_list .news_left {
		float: left;
		width: 68%;
	}
	.section_news .news_list .news_left .news_info {
		width: 100%;
	}
	.section_news .news_list .news_left .news_info h2 {
		font-size: 26px;
		color: #333;
		padding: 40px 0;
		text-align: center;
	}
	.section_news .news_list .news_left .news_info .time {
		width: 100%;
		height: 40px;
		border-top: 1px solid #ccc;
	}
	.section_news .news_list .news_left .news_info .time span {
		float: left;
		font-size: 14px;
		color: #999;
		padding-left: 40px;
		padding-top: 20px;
	}
	.section_news .news_list .news_left .news_info .time time {
		color: #999;
		font-size: 14px;
		float: right;
		padding-right: 40px;
		padding-top: 20px;
	}
	.section_news .news_list .news_left .news_info .time time i {
		font-style: normal;
	}
	.section_news .news_list .news_left .news_info .info_box {
		padding:40px;
		text-align: center;
	}
	.section_news .news_list .news_left .news_info p {
		font-size: 16px;
		text-indent: 32px;
		line-height: 32px;
		text-align: left;
	}
	.section_news .news_list .news_left .news_info img {
		max-width: 100%;
		margin: 30px auto;
	}
	.section_news .news_list .news_left .seitch_box{
		padding: 40px;
		border-top: 1px solid #ccc;
	}
	
	.section_news .news_list .news_left .seitch_box .seitch_last{
		float: left;
	}
	.section_news .news_list .news_left .seitch_box .seitch_last span{
		color: #999;
		font-size: 14px;
	}
	.section_news .news_list .news_left .seitch_box .seitch_last b{
		color: #25ACF2;
		font-size: 14px;
	}
	.section_news .news_list .news_left .seitch_box .seitch_next{
		float: right;
	}
	.section_news .news_list .news_left .seitch_box .seitch_next span{
		color: #999;
		font-size: 14px;
	}
	.section_news .news_list .news_left .seitch_box .seitch_next b{
		color: #25ACF2;
		font-size: 14px;
	}
	.section_news .news_list .news_right {
		width: 30%;
		float: right;
	}
	.section_news .news_list .news_right .hot_news .hot_list .hot_text {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		vertical-align: top;
		width: 68%;
		float: right;
	}
	.section_news .news_list .news_right .hot_news .hot_list .hot_text h5 {
		font-size: 16px;
		color: #faad15;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin-top: 6px;
	}
	.section_news .news_list .news_right .hot_news .hot_list .hot_text p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		color: #666;
	}
	.ranking {
		margin-top: 20px;
	}
	.ranking .ranking_table li:nth-child(1) .ranking_num {
		background: #e54724;
		color: #fff;
	}
	.ranking .ranking_table li:nth-child(2) .ranking_num {
		background: #F8C205;
		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;
		margin-top: 3px;
	}
	.ranking .ranking_table .ranking_text {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		vertical-align: middle;
		width: 85%;
		float: right;
	}
	.ranking .ranking_table .ranking_text h5 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		color: #333;
		margin-top: 8px;
		transition: background 800ms ease 0s;
	}
	.ranking .ranking_table .ranking_text:hover h5 {
		color: #F8C205;
	}
	.section_news .news_list .news_right .hot_news .hot_list li:hover .ranking_num span {
		color: #333;
	}
	.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 10px;
		border: 1px solid #ccc;
		font-size: 14px;
		color: #333;
	}
}

@media screen and (min-width: 1200px) {
	.section_news .news_list {
		margin-top: 24px;
		padding: 0;
	}
	.section_news .news_list .news_left .list_menu li .figure img {
		width: 300px;
		height: 200px;
		display: inline-block;
		*zoom: 1;
		*display: inline;
	}
	.section_news .news_list .news_left .list_menu li .figure .figcaption {
		width: 56.4%;
		display: inline-block;
		*zoom: 1;
		*display: inline;
		margin-left: 20px;
		vertical-align: top;
	}
	.section_news .news_list .news_right .hot_news .hot_list .hot_text {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		vertical-align: top;
		width: 75%;
		float: right;
	}
	.section_news .news_list .news_right .hot_news .hot_list .hot_text h5 {
		font-size: 16px;
		color: #faad15;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin-top: 6px;
	}
	.section_news .news_list .news_right .hot_news .hot_list .hot_text p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		color: #666;
	}
	.ranking {
		margin-top: 24px;
	}
	.ranking .ranking_table li:nth-child(1) .ranking_num {
		background: #e54724;
		color: #fff;
	}
	.ranking .ranking_table li:nth-child(2) .ranking_num {
		background: #F8C205;
		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;
		margin-top: 3px;
	}
	.ranking .ranking_table .ranking_text {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		vertical-align: middle;
		width: 85%;
		float: right;
	}
	.ranking .ranking_table .ranking_text h5 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		color: #333;
		margin-top: 8px;
		transition: background 800ms ease 0s;
	}
	.ranking .ranking_table .ranking_text:hover h5 {
		color: #F8C205;
	}
	.section_news .news_list .news_right .hot_news .hot_list li:hover .ranking_num span {
		color: #333;
	}
	.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 10px;
		border: 1px solid #ccc;
		font-size: 14px;
		color: #333;
	}
}

@media screen and (max-width: 760px) {
	body {
		background: #fff;
	}
	.section_news {
		padding: 0;
		margin-top: 20px;
	}
	.container .reason_title {
		text-align: center;
	}
	.container .reason_title hgroup h2 {
		font-size: 24px;
	}
	.container .reason_title hgroup h4 {
		color: #666;
		font-size: 16px;
		line-height: 28px;
		margin: 10px auto;
	}
	.section_news .news_list {
		margin-top: 0px;
	}
	.section_news .news_list .news_left {
		/*float: left;*/
		width: 100%;
	}
	.section_news .news_list .news_left .news_info {
		width: 100%;
	}
	.section_news .news_list .news_left .news_info h2 {
		font-size: 18px;
		color: #111;
		margin-bottom: 10px;
		text-align: center;
		line-height: 36px;
	}
	.section_news .news_list .news_left .news_info .time {
		width: 100%;
		height: 40px;
		border-top: 1px solid #ccc;
	}
	.section_news .news_list .news_left .news_info .time span {
		float: left;
		font-size: 14px;
		color: #999;
		padding-left: 10px;
		padding-top: 20px;
	}
	.section_news .news_list .news_left .news_info .time time {
		color: #999;
		font-size: 14px;
		float: right;
		padding-right: 10px;
		padding-top: 20px;
	}
	.section_news .news_list .news_left .news_info .time time i {
		font-style: normal;
	}
	.section_news .news_list .news_left .news_info .info_box {
		padding:0;
		text-align: center;
	}
	.section_news .news_list .news_left .news_info p {
		font-size: 16px;
		text-indent: 32px;
		line-height: 32px;
		text-align: left;
	}
	.section_news .news_list .news_left .news_info img {
		max-width: 100%;
		margin: 30px auto;
	}
	.section_news .news_list .news_left .seitch_box{
		padding: 20px 0;
		border-top: 1px solid #ccc;
	}
	
	.section_news .news_list .news_left .seitch_box .seitch_last{
		float: initial;
	}
	.section_news .news_list .news_left .seitch_box .seitch_last span{
		color: #999;
		font-size: 14px;
	}
	.seitch_last a,.seitch_next a{
		color: #fca61b;
	}
	.seitch_next{
		margin-top: 10px;
	}
	.section_news .news_list .news_left .seitch_box .seitch_last b{
		color: #25ACF2;
		font-size: 14px;
	}
	.section_news .news_list .news_left .seitch_box .seitch_next{
		float: initial;
	}
	.section_news .news_list .news_left .seitch_box .seitch_next span{
		color: #999;
		font-size: 14px;
	}
	.section_news .news_list .news_left .seitch_box .seitch_next b{
		color: #25ACF2;
		font-size: 14px;
	}
	.section_news .news_list .news_right {
		width: 0%;
		display: none;
		float: right;
	}
	.section_news .news_list .news_right .hot_news {
		background: #fff;
		border-radius: 3px;
	}
	.section_news .news_list .news_right .hot_news .hot_title {
		padding: 6px 0;
		border-bottom: 1px solid #ccc;
	}
	.section_news .news_list .news_right .hot_news h4 {
		color: #333;
		text-indent: 20px;
		border-left: 4px solid #F8C205;
		padding: 4px 20px;
	}
	.section_news .news_list .news_right .hot_news .hot_list {
		padding: 0 20px;
		padding-bottom: 10px;
	}
	.section_news .news_list .news_right .hot_news .hot_list li {
		font-size: 0;
		margin: 20px auto;
	}
	.section_news .news_list .news_right .hot_news .hot_list li .hot_num {
		background: #fafafa;
		padding: 5px;
		display: inline-block;
		*zoom: 1;
		*display: inline;
		text-align: center;
		transition: background 800ms ease 0s;
	}
	.section_news .news_list .news_right .hot_news .hot_list li:hover {
		width: 100%;
		background: rgba(250, 250, 250, .1);
		/*background: linear-gradient(180deg,#f8c205,#fd8847);*/
		/*background: -webkit-gradient(linear, 0px 20px, 0 100%, from(#f8c205), to(#ffd8847);*/
		color: #fff;
	}
	.section_news .news_list .news_right .hot_news .hot_list li:hover .hot_num time {
		color: #fff;
	}
	.section_news .news_list .news_right .hot_news .hot_list li:hover .hot_num span {
		color: #fff;
	}
	.section_news .news_list .news_right .hot_news .hot_list li:hover .hot_num {
		border-right: 1px solid #efefef;
		background: #F8C205;
	}
	.section_news .news_list .news_right .hot_news .hot_list li:hover .hot_text h5 {
		color: #333;
	}
	.section_news .news_list .news_right .hot_news .hot_list li .hot_num time {
		font-size: 12px;
		color: #666;
	}
	.section_news .news_list .news_right .hot_news .hot_list li .hot_num span {
		display: block;
		font-size: 22px;
		color: #666;
	}
	.section_news .news_list .news_right .hot_news .hot_list .hot_text {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		vertical-align: top;
		width: 70%;
		float: right;
	}
	.section_news .news_list .news_right .hot_news .hot_list .hot_text h5 {
		font-size: 16px;
		color: #faad15;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		margin-top: 6px;
	}
	.section_news .news_list .news_right .hot_news .hot_list .hot_text p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		color: #666;
	}
	.ranking {
		margin-top: 40px;
	}
	.ranking .ranking_table li:nth-child(1) .ranking_num {
		background: #e54724;
		color: #fff;
	}
	.ranking .ranking_table li:nth-child(2) .ranking_num {
		background: #F8C205;
		color: #fff;
	}
	.ranking .ranking_table li:nth-child(3) .ranking_num {
		background: #25acf2;
		color: #fff;
	}
	.ranking .ranking_table .ranking_num {
		width: 20px;
		height: 20px;
		background: #eee;
		text-align: center;
		line-height: 20px;
		display: inline-block;
		*zoom: 1;
		*display: inline;
		vertical-align: middle;
		margin-top: 3px;
	}
	.ranking .ranking_table .ranking_text {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		vertical-align: middle;
		width: 85%;
		float: right;
	}
	.ranking .ranking_table .ranking_text h5 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		color: #333;
		margin-top: 8px;
		transition: background 800ms ease 0s;
	}
	.ranking .ranking_table .ranking_text:hover h5 {
		color: #F8C205;
	}
	.section_news .news_list .news_right .hot_news .hot_list li:hover .ranking_num span {
		color: #333;
	}
	.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 10px;
		border: 1px solid #ccc;
		font-size: 14px;
		color: #333;
	}
}