@charset "utf-8";
/* CSS Document */

.home_nav {
	width:100%;
	background:#FFD100;
	position:relative;
	z-index:9;
}

.home_menu {
	position:relative;
	z-index:19;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	margin: auto;
}

.home_menu .m {
	float:left;
	position:relative;
	z-index:1;
	margin-right:5px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	text-align: center;
}

.home_menu li:last-child {
	margin-right:0;
}	

.home_menu h3 {
	line-height:42px;
	font-size:17px;
	font-weight:normal;
	position:relative;
	z-index:19;
}

.home_menu h3 a {
	display:block;
	color:#fff;
	text-align:center;
}

.home_menu h3 a:hover {
	color:#FFF;
}

.home_menu h3 i {
	display:block;
	position: absolute;
    top: 50%;  
    right: 5px;  
    width: 5px;  
    height: 5px;  
    border-style: solid;  
    border-width: 2px 2px 0 0;  
    border-color: #fff;  
    -webkit-transform-origin: 75% 25%;  
    -webkit-transform: rotateZ(135deg);  
    -webkit-transition: 100ms ease-in .1s;  
    transition: 100ms ease-in .1s;
}	

.home_menu .sub {
	display:none;
	position:absolute;
	left:-50%;
	margin-left:60px;
	top:42px;
	z-index:19;
	width:160px;
	border:1px solid #E6E4E3;
	border-top:0;
	background-color:rgba(255,255,255,.95);
}
	
.home_menu .sub li {
	text-align:center;
	padding:0 10px;
	font-size:15px;
}	

.home_menu .sub li a {
	display:block;
	padding:8px 0;
	height:28px;
	line-height:28px;
}

.home_menu .sub li:last-child a {
	border-bottom:none;
}

.home_menu li.curt {
	position:relative;
	z-index:1;
	background:#73527a;
}

.home_menu li.curt i {
	border-color:#fff;
}

.home_menu li.curt h3 a {
	position:relative;
	z-index:11;
	color:#fff;
}

.home_banner {
	width:100%;
	margin:20px 0 0 0;
}

.home_l {
	width:600px;
	float:left;
}

.home_slide {
	width:100%;
	height:380px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.home_slide .pic{ position:relative; z-index:0; }	

.home_slide .pic li {
	position:relative; 
	z-index:1;
	height:380px;
}

.home_slide .pic li p {
	display:block; 
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:5; 
	background:rgba(0,0,0,.5); 
	width:100%; 
	height:50px; 
	line-height:50px; 
	color:#FFF; 
	box-sizing:border-box; 
	padding:0 20px; 
}

.home_slide .pic li b {
	width:-webkit-calc(100% - 120px); 
	width:-moz-calc(100% - 120px); 
	width:calc(100% - 120px);
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	float:left;
	font-weight:normal;
	font-size:18px;
}

.home_slide .pic li img { 
    width:100%;
  	height:100%;
}	

.home_slide .hd {
	width:20%; 
	position: absolute; 
	z-index:11; 
	bottom: 15px; 
	text-align: right; 
	font-size:0; 
	z-index:1;
	right:10px;
}	
.home_slide .hd li{
    margin: 0 5px 0 0; 
	background: url(../images/dot.png) no-repeat 0 -16px; 
	height: 16px; 
	overflow: hidden; 
	width: 16px; 
	cursor: pointer;
	display:inline-block; 
}	
.home_slide .hd .on {
	background-position:0 0;
}	
.home_slide .prev, .home_slide .next {
	width: 40px;
	height: 60px;
	margin: -20px 0 0;
	display: none;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter:alpha(opacity=20);
	opacity:0.2;
}	
.home_slide .prev {
	left: 0;
}	
.home_slide .next {
	background-position: 0 -60px;
	right: 0;
}	
.home_slide .prev:hover, .home_slide .next:hover {
	filter:alpha(opacity=50) !important;
	opacity:0.5 !important;
}

.home_toppic {
	margin-top:10px;
}

.home_toppic li {
	width:-webkit-calc(50% - 6px); 
	width:-moz-calc(50% - 6px); 
	width:calc(50% - 6px);
	float:left;
	height:180px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.home_toppic li:nth-child(2n) {
	float:right;
}

.home_toppic li img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.home_toppic li p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 10px 15px;
}

.home_toppic li b {
    display: block;
    color: #FFF;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.home_topyw {
	margin-top:10px;
}

.home_topyw li {
	height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 14px;
	width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
	padding-left:15px;
	margin-right:20px;
}

.home_topyw li:nth-child(2n) {
	float:right;
	margin-right:0;
} 

.home_topyw li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #777;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.home_focus {
	width:580px;
	float:right;
}

.h_headline {
	position:relative;
	height:40px;
	z-index:1;
	border: 1px solid #FFD100;
	margin-bottom:10px;
}

.headlinetag{
    width: 60px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #FFD100;
	position:absolute;
	z-index:5;
	left:0;
	top:0;
}

.homeScroll {
    width: 480px;
    overflow: hidden;
    position: absolute;
	z-index:5;
    top: 0px;
    height: 40px;
    line-height: 40px;
    left: 80px;
}

.homeScroll .infoList li {
	height:40px;
	line-height:40px;
	font-size:16px;
}

.homeScroll .infoList li a { color:#b08eb9; }

.home_topnew {
	margin-top:10px;
}

.home_topnew_l {
	width:345px;
	float:left;
}

.home_topnew_l li {
	height:36px;
	line-height:36px;
	overflow: hidden; 
	font-size:16px;
}

.home_topnew_l li:nth-child(4n) {
	margin-bottom:8px;
}

.home_topnew_l li:nth-child(4n+1) {
	font-weight:bold;
	text-align:center;
}

.home_topnew_l li:nth-child(4n+1) a {
	color:#EB2E2E;
}

.home_topnew_l li .c {
	background:#EB2E2E;
	display:inline-block;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	padding:0 5px;
	margin-right:10px;
	line-height:22px;
	height:22px;
	margin-top:4px;
	border-radius:3px;
}

.home_topnew_r {
	width:220px;
	float:right;
	margin-top:5px;
}

.home_topnew_r li {
	width:100%;
	margin-bottom:13px;
}

.home_topnew_r li:last-child {
	margin-bottom:0;
}

.home_topnew_r li span {
	display:block;
	width:100%;
	height:129px;
	overflow:hidden;
	position:relative;
}

.home_topnew_r li span img {
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.home_topnew_r li p {
	line-height:24px;
	height: 48px;
    margin-top: 10px;
    overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	font-size:14px;
}

.home_topnew_r li p i {
	display:inline-block;
	padding: 1px 7px 1px 7px;
    background-color: #9C9DFF;
    color: #FFFFFF;
    border-radius: 30px;
    margin-right: 6px;
    font-size: 12px;
}


.home_focus .tit {
	height:50px;
	border-top:3px solid #eee;
	position:relative;
	z-index:1;
	line-height:24px;
}

.home_focus .tit b {
	position:absolute;
	z-index:9;
	font-size:22px;
	border-top:3px solid #FFD100;
	top:-3px;
	padding-top:15px;
	color:#222;
}

.home_focus .list1 {
	margin-bottom:15px;
	height:120px;
	overflow:hidden;
}

.home_focus .list1 li {
	width:-webkit-calc(50% - 20px); 
	width:-moz-calc(50% - 20px); 
	width:calc(50% - 20px);
	float:left;
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:16px;
	position:relative;
	z-index:1;
	padding-left:15px;
}

.home_focus .list1 li:before {
	content:"";
	width:4px;
	height:4px;
	background:#333;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-2px;
	border-radius:50%;
}

.home_focus .list1 li:nth-child(2n) {
	float:right;
}

.home_focus .list2 {
	margin-top:7px;
}

.home_focus .list2 li {
	width:-webkit-calc(50% - 10px); 
	width:-moz-calc(50% - 10px); 
	width:calc(50% - 10px);
	float:left;
	overflow:hidden;
	font-size:16px;
}

.home_focus .list2 li:nth-child(2n) {
	float:right;
}

.home_focus .list2 li span {
	display:block;
	height:150px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.home_focus .list2 li span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.home_focus .list2 li b {
	display:block;
	font-weight:normal;
	height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
}

.home_focus .list2 li b:after {
	content:"";
}

.home_one {
	margin-bottom:20px;
}

.home_one_l {
	width:870px;
	float:left;
}

.home_one_r {
	width:305px;
	float:right;
}

.home_one_tit {
	border-bottom:2px dotted #e0e0e0;
	height:55px;
	line-height:55px;
}

.home_one_tit h4 {
	float:left;
	font-size:26px;
}

.home_one_tit h4 span {
	font-weight:100;
	color:#777;
	text-transform:uppercase;
	font-size:24px;
	margin-left:10px;
}

.home_one_tit .more {
	display:block;
	float:right;
	color:#888;
	background:url(../images/more.png) no-repeat right center;
	padding-right:30px;
}

.home_one_lpic {
	width:460px;
	float:left;
	height:290px;
	margin-top:15px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.home_one_lpic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.home_one_lpic p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 10px 15px;
}

.home_one_lpic b {
	display: block;
    color: #FFF;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.home_one_ltxt {
	width:390px;
	float:right;
	margin-top:15px;
}

.home_one_top {
	
}

.home_one_top h2 {
	font-size:18px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin-bottom:5px;
}

.home_one_top .con {
	color:#777;
	font-size:12px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
}

.home_one_bot {
	margin-top:5px;
}

.home_one_bot li {
	border-bottom:1px dotted #d5d5d5;
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:14px;
	position:relative;
	z-index:1;
	padding-left:15px;
}

.home_one_bot li:before {
	content: "";
    width: 4px;
    height: 4px;
    background: #777;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.home_one_bot li:last-child {
	border-bottom:none;
}

.home_one_list {
	width:100%;
	float:left;
	margin-top:15px;
}

.home_one_list li {
	width:200px;
	float:left;
	margin-right:23px;
}

.home_one_list li:nth-child(4n) {
	float:right;
	margin-right:0;
}

.home_one_list li span {
	display:block;
	height:130px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.home_one_list li span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.home_one_list li b {
	display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
	margin:8px 0 4px 0;
	overflow:hidden;
}

.home_one_list li p {
	font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    color: #777;
}

.home_one_rbox {
	border:1px solid #e8e8e8;
	height:545px;
	box-sizing:border-box;
	padding:15px;
}

.home_one_rone {
	width:100%;
	height:180px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.home_one_rone img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.home_one_rone p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 10px 15px;
}

.home_one_rone b {
	display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.home_one_rnew {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin-top:15px;
	padding:10px 0;
}

.home_one_rnew b {
	display:block;
	font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
}

.home_one_rnew p {
	color: #777;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
}

.home_one_rlist {
	margin-top:8px;
}

.home_one_rlist li {
	height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.home_one_rlist li:before {
	content: "";
    width: 4px;
    height: 4px;
    background: #777;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}


.home_two {
	margin-bottom:10px;
}

.home_two_l {
	width:870px;
	float:left;
}

.home_two_r {
	width:305px;
	float:right;
}

.home_two_ra {
	border:1px solid #e8e8e8;
	margin-top:22px;
}

.home_two_ra .tit {
	height:50px;
	line-height:50px;
	border-bottom:1px solid #e8e8e8;
	padding:0 15px;
	font-size:20px;
	color:#222;
	font-weight:bold;
}

.home_two_rist {
	margin:15px;
	height:490px;
	overflow:hidden;
}

.home_two_rist li {
	
}

.home_two_rist li .tip {
	height: 42px;
    line-height: 42px;
    font-size: 16px;
	overflow:hidden;
}

.home_two_rist li:nth-child(1) .num, .home_two_rist li:nth-child(2) .num, .home_two_rist li:nth-child(3) .num {
	color: #FE0A54;
}

.home_two_rist li .num{
	display: block;
    float: left;
    font-style: italic;
    color: #222;
    width: 30px;
}
.home_two_rist li .tab-tit {
	display: block;
    float: right;
    font-weight: normal;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
}

.home_two_rist li .coll-con {
	display:none;
}

.home_two_rist li.on {
	
}

.home_two_rist li.on .coll-con {
	display:block;
	font-size:13px;
	background:#f8f8f8;
	padding:10px 15px;
	color:#888;
}

.home_two_rist li.on .coll-con p {
	line-height:24px;
	height:48px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
}

.home_two_pic {
	width:550px;
	float:left;
	margin-top:20px;
}

.home_two_pic li {
	background:#F7F7F7;
	margin-bottom:20px;
	width:100%;
	float:left;
}

.home_two_pic li:last-child {
	margin-bottom:0;
}

.home_two_pic li .pic {
	width:52%;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
	height:180px;
}

.home_two_pic li .pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width:100%;
}

.home_two_pic li .txt {
	width:-webkit-calc(48% - 35px); 
	width:-moz-calc(48% - 35px); 
	width:calc(48% - 35px);
	float:right;
	margin-right:15px;
	margin-top:10px;
}

.home_two_pic li .txt h4 {
    font-size: 16px;
    margin: 5px 0 2px 0;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:26px;
	max-height:52px;
	margin-bottom:10px;
	font-weight:bold;
}

.home_two_pic li .txt p {
	font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    color: #666;
	margin-bottom:10px;
}

.home_two_pic li .txt span {
	display:block;
	font-size:12px;
	color:#c0c0c0;
	line-height:24px;
}

.home_two_pic li:nth-child(2n) .pic {
	float:right;
}

.home_two_pic li:nth-child(2n) .txt {
	float:left;
	margin-left:20px;
	margin-right:0;
}

.home_two_txt {
	width:300px;
	float:right;
	margin-top:25px;
}

.home_two_txt ul {
	margin-bottom:20px;
	height:180px;
	overflow:hidden;
}

.home_two_txt ul:last-child {
	margin-bottom:0;
}

.home_two_txt li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.home_two_txt li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #777;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.home_two_txt li:first-child {
	font-size:20px;
	font-weight:bold;
	padding-left:0;
}

.home_two_txt li:first-child:before {
	background:none;
}

.home_two_txt li:first-child a {
	 color:#FFD100;
}

.home_thr {
	margin-bottom:20px;
}

.home_thr_i {
	width:580px;
	overflow:hidden;
}

.home_thr_a {
	margin-top:20px;
	height:180px;
	overflow:hidden;
}

.home_thr_a li {
	width:-webkit-calc(50% - 20px); 
	width:-moz-calc(50% - 20px); 
	width:calc(50% - 20px);
	float:left;
	height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.home_thr_a li:before {
	content: "";
    width: 4px;
    height: 4px;
    background: #777;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.home_thr_a li:nth-child(2n) {
	float:right;
}

.home_thr_b {
	margin-top:12px;
	border-top:1px dotted #d5d5d5;
}

.home_thr_b li {
	width:100%;
	float:left;
	margin-top:25px;
}

.home_thr_b li .pic {
	width:250px;
	height:160px;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.home_thr_b li .pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.home_thr_b li .txt {
	float:right;
	width:310px;
}

.home_thr_b li .txt h4 {
	font-size:16px;
    margin: 5px 0 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    max-height: 52px;
    margin-bottom: 15px;
    font-weight: bold;
}

.home_thr_b li .txt p {
	font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
    color: #666;
    margin-bottom: 10px;
}

.home_thr_c {
	margin-top:20px;
}

.home_thr_c li {
	width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    float: left;
    overflow: hidden;
    font-size: 16px;
	margin-top:20px;
	position:relative;
	z-index:1;
	height:180px;
}

.home_thr_c li:first-child {
	width:100%;
	margin-top:0;
	height:350px;
}

.home_thr_c li:nth-child(2n+1) {
    float: right;
}

.home_thr_c li img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.home_thr_c li p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 10px 15px;
}

.home_thr_c li b {
	display: block;
    color: #FFF;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.home_thr_c li:first-child p {
	padding-bottom:20px;
}

.home_thr_c li:first-child b {
	font-size:18px;
}

.home_four {
	margin-bottom:20px;
}

.home_four_l {
	width:870px;
	float:left;
}

.home_four_r {
	width:305px;
	float:right;
}

.home_four_a {
	margin-top:20px;
}

.home_four_a li {
	width:185px;
	float:left;
	margin-left:20px;
	margin-bottom:15px;
}

.home_four_a li span {
	display:block;
	height:120px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.home_four_a li span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.home_four_a li p {
	font-size: 14px;
    margin: 7px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
}

.home_four_a li:first-child {
	width:460px;
	margin-left:0;
}

.home_four_a li:first-child span {
	height:310px;
}

.home_four_a li:first-child p {
	font-size:16px;
}

.home_four_b {
	border-top: 1px dotted #ccc;
}

.home_four_b li {
	width:-webkit-calc(50% - 10px); 
	width:-moz-calc(50% - 10px); 
	width:calc(50% - 10px);
	float:left;
	margin-top:20px;
}

.home_four_b li:nth-child(2n) {
	float:right;
}

.home_four_b li .pic {
	width:180px;
	height:115px;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.home_four_b li .pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.home_four_b li .txt {
	width:230px;
	float:right;
}

.home_four_b li .txt h4 {
	font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    max-height: 52px;
    margin-bottom: 10px;
    font-weight: bold;
}

.home_four_b li .con {
	font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    color: #666;
}


.home_four_c {
    border: 1px solid #e8e8e8;
    margin-top: 20px;
}

.home_four_c .tit {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 15px;
    font-size: 20px;
    color: #222;
    font-weight: bold;
}

.home_four_new {
	position:relative;
	z-index:1;
	height:705px;
	overflow:hidden;
	margin:15px;
}

.home_four_new:before {
	content:"";
	width:1px;
	height:100%;
	position:absolute;
	background:#e0e0e0;
	left:5px;
	top:0;
	z-index:5;
}

.home_four_new li {
	position:relative;
	z-index:11;
	margin-bottom:18px;
	width:100%;
	float:left;
}

.home_four_new li:last-child {
	margin-bottom:0;
}

.home_four_new li:before {
	content: "";
    position: absolute;
	z-index:11;
    left: 0;
    top: 13px;
    width: 11px;
    height: 11px;
    background: #FFD100;
    margin-top: -5px;
    border-radius: 50%;
}

.home_four_new li:after {
	content: "";
    position: absolute;
	z-index:19;
    left: 2px;
    top: 13px;
    width: 7px;
    height: 7px;
    background: #fff;
    margin-top: -3px;
    border-radius: 50%;
}

.home_four_new li .pic {
	float: right;
    width: 120px;
    height: 85px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.home_four_new li .pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.home_four_new li .txt {
    float: left;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
	margin-left:25px;
	height:80px;
	overflow:hidden;
}

.home_four_new li .txt b {
    display: block;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
}

.home_four_new li .txt i {
	display:block;
    font-size: 12px;
    line-height: 26px;
    overflow: hidden;
    height: 26px;
    color: #777;
	background:#f2f2f2;
	text-align:center;
	width:100px;
	margin-bottom:8px;
}

.home_five {
	margin-bottom:10px;
}

.home_five_list {
	width:-webkit-calc(33.3% - 15px); 
	width:-moz-calc(33.3% - 15px); 
	width:calc(33.3% - 15px);
	float:left;
	margin-right:23px;
	margin-top:25px;
}

.home_five_list:nth-child(3n) {
	float:right;
	margin-right:0;
}

.home_five_top {
	border-bottom:1px solid #e8e8e8;
	padding-bottom:15px;
}

.home_five_top span {
	display:block;
	height:240px;
	position:relative;
	z-index:1;
	overflow:hidden;
}

.home_five_top span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width:100%;
}

.home_five_top h4 {
	height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 5px 0;
    overflow: hidden;
	font-weight:bold;
}

.home_five_top p {
	font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    color: #777;
}

.home_five_new {
	margin-top:12px;
}

.home_five_new li {
	height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 14px;
}

.home_five_new li b {
	display:block;
	float:left;
	width:-webkit-calc(100% - 80px); 
	width:-moz-calc(100% - 80px); 
	width:calc(100% - 80px);
	position: relative;
    z-index: 1;
    padding-left: 15px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height: 36px;
    line-height: 36px;
	font-weight:normal;
}

.home_five_new li b:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #777;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.home_five_new li span {
	display:block;
	float:right;
	color:#999;
	font-size:12px;
}

.home_revi {
	margin-bottom:20px;
}

.home_revi_pic {
	margin-top:25px;
}

.home_revi_pic li {
	width:290px;
	float:left;
	margin-bottom:5px;
	height:195px;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-left:5px;
}

.home_revi_pic li img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.home_revi_pic li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 10px 15px;
}

.home_revi_pic li h4 {
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height:30px;
	height:30px;
}

.home_revi_pic li p {
	display:none;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}

.home_revi_pic li:first-child {
	width:610px;
	height:395px;
	margin-left:0;
}

.home_revi_pic li:first-child .txt {
	padding-bottom:15px;
}

.home_revi_pic li:first-child h4 {
	font-size:16px;
}

.home_revi_pic li:hover .txt {
	height:100%;
	box-sizing:border-box;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}

.home_revi_pic li:hover p {
	display:block;
	font-size:14px;
	line-height:24px;
	height:48px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	position:absolute;
	z-index:11;
	width:90%;
	top:50%;
	margin-top:-24px;
	left:5%;
	text-indent:28px;
}

.home_revi_pic li:hover h4 {
	display:none;
}

.home_revi_pic li:first-child p {
	font-size:16px;
	line-height:30px;
	height:60px;
}

.home_revi_list {
	margin-top:20px;
}

.home_revi_list li {
	width:280px;
	float:left;
	margin-right:26px;
	background:#F7F7F7;
	margin-bottom:20px;
	padding-bottom:15px;
}

.home_revi_list li:nth-child(4n) {
	float:right;
	margin-right:0;
}

.home_revi_list li .pic {
	overflow: hidden;
    position: relative;
    z-index: 1;
    height: 180px;
}

.home_revi_list li .pic img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
}

.home_revi_list li h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 15px 15px 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:26px;
	height:52px;
}

.home_revi_list li .time {
	height:24px;
	line-height:24px;
	font-size:13px;
	color:#999;
	margin:8px 15px 0 15px;
}

.home_revi_list li .con {
	font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    color: #666;
	margin:0 15px;
}


