﻿/*合作商家*/
*,
a,
ul,
li {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;

}


.localtion {
	width: 1100px;
	margin: 20px auto;
}

.title {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}

.title h3 {
	border-bottom: 1px solid black;
	display: inline-block;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 3px;
	height: 50px;
	line-height: 50px;
	position: relative;
	font-family: TitleFont !important;
}

.title h3 .fk {
	width: 25px;
	height: 25px;
	background: #ff8913;
	position: absolute;
	top: 0px;
	left: -9px;
	background: -webkit-linear-gradient(to left, #ff8856, #fca94f);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to left, #ff8856, #fca94f);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to left, #ff8856, #fca94f);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to left, #ff8856, #fca94f);
	/* æ ‡å‡†çš„è¯­æ³• */
	z-index: -1;
}

.title span {
	display: block;
	font-size: 22px;
}

 .traff_nav {
	width: 1100px;
	margin: auto;
	line-height: 50px;
	border-bottom: 1px solid #bfbfbf;
	text-align: right;
	height: 50px;
	font-size: 16px;
}

 .traff_nav ul {
	float: left;
}

.traff_nav ul li {
	float: left;
	margin-right: 15px;
}
.traff_nav ul li:nth-child(n+2) a{
	color:#ccc;
}
 .traff_nav ul li a {
	padding: 4px 8px 4px 8px;
}

 .traff_nav ul li.active a {
	color: #FFF;
	background: #FCA94F;
}

 .traff_nav ul li:nth-child(1):hover a {
	color: #FFF;
	background: #FCA94F;
        text-decoration:underline;
}
 .traff_nav ul li:nth-child(n+2):hover a {
        cursor:default;
   
}
.cont {
	width: 1100px;
	margin: 0 auto;
	/* margin-top: 40px; */
	display: flex;
	/* border-top: 1px solid #bfbfbf; */
	padding-top: 40px;
}




/* å†…å®¹ç»“æŸ */

.right_list {
	margin-left: 35px;
	flex: 1;
}

.right_list ul li {
	display: flex;
	margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d4d4d4;
}

.right_list ul li .left_img {
	width: 259px;
        height:150px;
	display: block;
	text-align: center;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	margin-right: 10px;
        overflow: hidden;
}

.right_list ul li .left_img img {
	height: 150px;
        width:260px;
}

.right_list ul li .right_content {
	flex: 1;
	position: relative;
}
.right_list ul li .right_content h4 a:hover{
	text-decoration: underline;
}

.right_list ul li .right_content p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 28px;
	text-indent: 2em;
	letter-spacing: 1.5px;
	margin-bottom:30px;
	font-size: 14px;
	max-height: 90px;
}

.right_list ul li .right_content a.lookMore {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 14px;
	color: #f79c4b;
}


.page {

    margin: 30px auto;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 12px;
}

.page b {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    background: #ff7e00;
    border: 1px solid #e8e8e8;
    margin-right: 10px;
    color: #FFF;
}

.page a {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    background: #FFF;
    border: 1px solid #e8e8e8;
    margin-right: 10px;
}