﻿@charset "utf-8";
.module0260{
	width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

.module0260_left{
	width: 69.5%;
	height: auto;
}
.module0260_title{
	font-size:1.625rem;
	color: var(--FontOneColor);
}
.module0260_tag{
	font-size:1rem;
	color: var(--FontTowColor);
	height:3rem;
	line-height:3rem;
}
.module0260_tag span{
	margin-left: 50px;
}
.module0260_con{
	width:100%;
	height: auto;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 1.75rem;
	color:var(--FontTowColor);
}
.module0260_con a{
	color:var(--FontTowColor);
}
.module0260_con img{
	max-width: 100%;
	height: auto;
}


.module0260_right{
	width: 25%;
	padding-top: 2.4375rem;
}
.module0260_fen{
	width:100%;
	height: 3.375rem;
	position: relative;
}
.module0260_fen:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.1);
}
.module0260_fen a{
	display: block;
	width:3.375rem;
	height: 3.375rem;
	background: var(--FontTowColor);
	border-radius:50%;
	margin-left: 28px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color: var(--FontWhiColor);
	text-align: center;
	line-height: 3.375rem;
	font-size: 1.25rem;
}
.module0260_fen a:hover{ background: var(--OneColor);}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform:translateY(0)
}
40% {
-webkit-transform:translateY(-8px)
}
60% {
-webkit-transform:translateY(-4px)
}
}




.module0260_next {
	border: 1rem solid #f7f7f7;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 2.125rem;
	
}
.module0260_next a{	
	display: block;
	margin: 0 auto;
	width: 87%;
	height: auto;
	overflow: hidden;
	padding: 2.75rem 0 1.625rem 0;
	border-bottom: 1px solid #e5e5e5;
}
.module0260_next a:nth-last-child(1){
	border-bottom: none;
}
.module0260_next a:hover .module0260_next_3{ color: var(--OneColor);}

.module0260_next_1{
	font-weight: bold;
	color:var(--FontTowColor);
	font-size: 1.125rem;
	line-height: 1.875rem;
}
.module0260_next_2{
	color:var(--FontOneColor);
	opacity: 0.4;
	font-size: 0.875rem;
	line-height: 1.875rem;
}
.module0260_next_3{
	font-weight: bold;
	color: var(--FontTowColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	font-size: 1rem;
	line-height: 1.5rem;
	height: 3rem;
	overflow: hidden;
}


@media screen and (max-width:1023px)and (min-width:300px){
.module0260{
	width:96vw;
	justify-content:center;
	flex-direction: column;
}

.module0260_left{
	width: 100%;
	height: auto;
	text-align: center;
}
.module0260_title{
	font-size:1.375rem;
}
.module0260_tag{
	
	height:3rem;
	line-height:3rem;
}
.module0260_tag span{
	margin-left:15px;
}
	
.module0260_con{
	margin-top: 1rem;
}

.module0260_right{
	width: 100%;
	padding-top: 2.4375rem;
}
.module0260_fen{
	width:100%;
	height: 3.375rem;
	position: relative;
}
.module0260_fen:after{
	display: none;
}
.module0260_fen a{
	margin-left: 0px;
	margin: 0 auto;
}


.module0260_next {
	border: 0.5rem solid #f7f7f7;
}
.module0260_next a{	
	display: block;
	margin: 0 auto;
	width: 90%;
	padding: 1.25rem 0 1.25rem 0;
}


.module0260_next_1{
	font-weight: bold;
	color:var(--FontTowColor);
	font-size: 1.125rem;
}
.module0260_next_2{
	color:var(--FontOneColor);
	opacity: 0.4;
	font-size: 0.875rem;
}
.module0260_next_3{
	height: auto;
	max-height: 3rem;
}

}













