@charset "UTF-8";

body {
	background-color: #ffffff;
}

.main .container {
	overflow: hidden;
}
/*************************** 选项卡 start ***************************/
.f-post-img img {
	width: 392px;
	height: 215px;
}

.f_title li {
	float: left;
	width: 125px;
	text-align: center;
	font-size: 16px;
	margin-top: 24px;
	margin-bottom: 40px;
	position: relative;
}

.f_title li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 26px;
	font-size: 0;
	background-color: #e0e0e0;
}

.f_title li:first-child {
	text-align: left;
	width: 100px;
}

.f_title li:last-child:after {
	display: none;
}

.f_title a {
	display: inline-block;
	color: #696969;
	line-height: 26px;
	padding-bottom: 10px;
}

.f_title a.active {
	border-bottom: solid 4px #59b9f4;
}

.f_title a:hover {
	color: #59b9f4;
}
/*************************** 选项卡 end ***************************/

/*************************** 轮播图 start ***************************/
.slideBox {
	overflow: inherit;
	height: 430px;
}

.slideBox .prev, .slideBox .next {
	left: 0;
	margin-top: -35px;
	width: 62px;
	height: 68px;
	background: url(../images/arrow.png) -96px 18px no-repeat #969696;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	border-radius: 5px;
}

.slideBox .next {
	left: auto;
	right: 0;
	background-position: 25px 18px;
}

.slideBox .hd {
	left: 50%;
	margin-left: -33px;
	right: auto;
	bottom: -35px;
	z-index: 1;
}

.slideBox .hd ul li {
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #eb8429;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.slideBox .hd ul li.on {
	background: #dcdcdc;
	width: 37px;
	height: 10px;
	border-radius: 10px;
}

.slide-img {
	width: 1215px;
	height: 427px;
	overflow: hidden;
}

.slide-img>div {
	width: 390px;
	height: 206px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 5px
}

.slide-img>div:hover .hover-img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
/*************************** 轮播图 end ***************************/

/*************************** 帖子 start ***************************/
.f-post-l {
	width: 825px;
	float: left;
}

.f-post-l .f-post-li {
	margin-top: 70px;
}

.f-post-l .f-post-li:nth-child(even) .f-post-img {
	float: right;
}

.f-post-l .f-post-li:nth-child(even) .f-post-ul {
	float: left;
}

.f-post-l .f-post-li .f-post-img {
	width: 392px;
	height: 215px;
	overflow: hidden;
	float: left;
	border-radius: 5px;
}

.f-post-l .f-post-li .f-post-ul {
	width: 380px;
	height: 207px;
	padding-top: 8px;
	overflow: hidden;
	float: right;
	font-size: 16px;
}

.f-post-l .f-post-li .f-post-ul li:before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #ea9e70;
	margin-right: 10px;
}

.f-post-l .f-post-li .f-post-ul li {
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.f-post-l .f-post-li .f-post-ul li a {
	color: #696969;
}

.f-post-l .f-post-li .f-post-ul li a:hover {
	color: #59b9f4;
}

.f-post-l .f-post-li .f-post-img:hover .hover-img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.f-post-r {
	width: 342px;
	float: right;
}

.f-post-r .f-post-r-t {
	height: 320px;
	background-color: #f7f7f7;
	margin-top: 70px;
	border-radius: 5px;
}

.f-post-r-t .post-link {
	display: block;
	height: 60px;
	line-height: 60px;
	background-color: #6cb8ff;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.f-post-r-t .post-link:hover {
	background-color: #59b9f4;
}

.f-post-r-t .post-link:active {
	height: 58px;
	border-top: solid 2px #59b9f4;
}

.f-post-r-t .post-title {
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
}

.f-post-r-t table {
	width: 282px;
	height: 185px;
	margin: 0 auto;
	border: solid 1px transparent;
}

.f-post-r-t table td {
	width: 140px;
	height: 90px;
	border: dashed 1px #c7c7c7;
	text-align: center;
}

.f-post-r-t table .icon {
	color: #231815;
	font-size: 35px;
}

.f-post-r-t table p {
	color: #696969;
}

.f-post-r-t table a:hover .icon, .f-post-r-t table a:hover p {
	color: #3b86c7;
}

.f-post-r-b {
	height: 470px;
	background-color: #f7f7f7;
	margin-top: 3px;
	overflow: hidden;
	border-radius: 5px;
}

.f-post-r-b .post-title {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 24px;
}

.f-post-r-b .post-title p {
	float: right;
}

.f-post-r-b .post-title p .icon {
	color: #fd603c;
	font-size: 18px;
	margin-right: 15px;
}

.f-post-r-b .topic {
	width: 100%;
	height: 116px;
	position: relative;
}

.f-post-r-b .topic img {
	width: 100%;
	height: 116px;
}

.f-post-r-b .topic .topic-text {
	width: 342px;
	height: 116px;
	text-align: center;
	color: #ffffff;
	line-height: 25px;
	position: absolute;
	left: 0;
	top: 0;
}

.f-post-r-b .topic .t-line {
	display: inline-block;
	width: 28px;
	height: 1px;
	background-color: #ffffff;
	vertical-align: middle;
}

.f-post-r-b .topic .t-num {
	margin: 0 10px;
}

.f-post-r-b .topic input {
	width: 98px;
	height: 28px;
	color: #5895ce;
	background-color: #f8f8f8;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 3px;
}

.f-post-r-b .topic input:hover {
	background-color: #e0e0e0;
}

.f-post-r-b .t-ranking {
	padding: 0 15px;
}

.ranking-t {
	height: 32px;
	line-height: 32px;
	border-bottom: solid 1px #a4a4a4;
	margin-top: 10px;
	margin-bottom: 20px;
}

.ranking-t a {
	color: #696969;
}

.ranking-ul li {
	list-style: decimal;
	color: #5895ce;
	margin-left: 15px;
	margin-bottom: 14px;
	line-height: 34px;
}

.ranking-ul li img {
	width: 34px;
	height: 34px;
	margin: 0 15px;
	border-radius: 50%;
}

.ranking-ul li a {
	display: inline-block;
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	color: #696969;
}

.ranking-ul li a:hover {
	color: #5895ce;
}
/*************************** 帖子 end ***************************/

/*************************** 标题 start ***************************/
.title {
	border-bottom: solid 1px #c7c7c7;
	height: 65px;
	line-height: 65px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.title .icon {
	font-size: 40px;
	margin-right: 20px;
}

.title .title-t {
	font-size: 24px;
	border-right: solid 3px #59b9f4;
	padding-right: 20px;
	margin-right: 25px;
}

.title a {
	color: #696969;
	margin-right: 20px;
}

.title a:first-child:before {
	display: none;
}

.title a:hover {
	color: #59b9f4;
}

.title a:before {
	content: "●";
	color: #c2c2c2;
	margin-right: 10px;
}
/*************************** 标题 end ***************************/

/*************************** 自驾游 start ***************************/
.drive-link {
	font-size: 16px;
	overflow: hidden;
}

.drive-link span {
	float: left;
}

.drive-link a {
	display: block;
	float: left;
	color: #ffffff;
	border: solid 2px #72d5bb;
	background-color: #72d5bb;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 3px 22px;
	margin-left: 15px;
}

.drive-link a:hover {
	color: #72d5bb;
	background-color: #ffffff;
}

.f-cont-l {
	width: 885px;
	height: 525px;
	float: left;
	overflow: hidden;
}

.f-cont-l ul {
	width: 895px;
}

.f-cont-l li {
	float: left;
	width: 256px;
	height: 240px;
	margin-right: 42px;
	margin-bottom: 10px;
}

.f-cont-l .f-cont-l-img {
	width: 256px;
	height: 171px;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.f-cont-l .f-cont-l-p {
	height: 70px;
	background-color: #f7f7f7;
	padding: 0 15px;
	color: #ABABAB;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.f-cont-l .f-cont-l-p p {
	color: #2e2e2e;
	padding-top: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.f-cont-l .f-cont-l-p .author {
	max-width: 120px;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.f-cont-l .f-cont-l-p .date {
	float: right;
}

.f-cont-l li:hover .hover-img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.f-cont-l li:hover .f-cont-l-p {
	background-color: #59b9f4;
	color: #ffffff;
}

.f-cont-l li:hover p {
	color: #ffffff;
}

.f-cont-r {
	float: left;
	width: 288px;
	height: 525px;
	overflow: hidden;
	padding-left: 25px;
	border-left: dashed 1px #bebebe;
}

.f-cont-r h3 {
	font-size: 24px;
	height: 45px;
}

.f-cont-r li {
	list-style: decimal;
	margin-left: 15px;
	margin-bottom: 17px;
	line-height: 16px;
}

.f-cont-r li a {
	display: inline-block;
	max-width: 270px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	color: #696969;
}

.f-cont-r li a:hover {
	color: #5895ce;
}
/*************************** 自驾游 end ***************************/

/*************************** 车友会 start ***************************/
.club .f-cont-l {
	width: 1200px;
	height: auto;
	max-height: 525px;
}

.club .f-cont-l ul {
	width: 1257px;
}

.club .f-cont-l ul li {
	margin-right: 58px;
}
/*************************** 车友会 end ***************************/

/*************************** 排行榜 start ***************************/
.ranking-list .title-t {
	border-right: none;
}

.ranking-list .f-cont-r {
	width: 25%;
	height: 370px;
	padding-left: 0;
	border-left: 0;
}

.ranking-list .f-cont-r h3 {
	font-size: 20px;
	color: #2e2e2e;
	padding-left: 10px;
}

.ranking-list .f-cont-r li {
	margin-left: 25px;
}

.f-cont-r li:nth-child(1), .f-cont-r li:nth-child(2), .f-cont-r li:nth-child(3)
	{
	color: #ea9e70;
}
/*************************** 排行榜 end ***************************/

/*************************** 车八卦论坛、车型论坛 start ***************************/
.brand_ul {
	width: 1260px;
}

.brand_ul li {
	width: 120px;
	height: 105px;
	margin-right: 60px;
	margin-bottom: 40px;
	float: left;
}

.brand_ul li p {
	color: #696969;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.brand_ul li p span {
	color: #65b5ff;
}
/*************************** 车八卦论坛、车型论坛 end ***************************/

/*************************** 地区论坛 start ***************************/
.top_tit {
	height: 25px;
	overflow: hidden;
}

.top_tit li {
	float: left;
	margin-right: 20px;
}

.top_tit li a {
	color: #696969;
	padding: 0 7px;
	border-radius: 3px;
}

.top_tit li a:hover {
	color: #eb8429;
}

.top_tit li a.active {
	background-color: #eb8429;
	color: #ffffff;
}

.region_box dl {
	margin-top: 30px;
}

.region_box dl.region_list dt {
	float: left;
	width: 50px;
	font-size: 18px;
}

.region_box dl.region_list dd {
	width: 850px;
	overflow: hidden;
	font-size: 18px;
}

.region_box dl.region_list dd ul {
	float: left;
	width: 850px;
	overflow: hidden;
}

.region_box dl.region_list dd ul li {
	float: left;
	height: 18px;
	margin: 0 20px 10px 0;
}

.region_box dl.region_list dd ul li a {
	color: #696969;
}

.region_box dl.region_list dd ul li a:hover {
	color: #eb8429;
}
/*************************** 地区论坛 end ***************************/