.main{
	width:1200px;
	margin:10px auto 20px;
}
.main .main_left{
	width:290px;
}
.main .main_left h2{
	border-bottom:2px solid #000000;
	height:40px;
	line-height:40px;
	padding-left:10px;
	box-sizing:border-box;
	margin-bottom:4px;
}
.main .main_left p{
	height:32px;
	line-height:32px;

}
.main .main_left p a{
	color:#000;
}
.main .main_left .left_box{
	width:290px;
	border:1px solid #ECECEC;
	margin-top:10px;
}
.main .main_left .left_box img{
	width:280px;
	height:135px;
	margin:5px auto;
	display:block;
}
.main .main_left .left_box span{
	display:block;
	text-align:center;
	margin:10px 0;
}
.main_right{
	width:880px;
}
.main_right h2{
	border-bottom:2px solid #000000;
	height:40px;
	line-height:40px;
	box-sizing:border-box;
	margin-bottom:15px;
}
.main_right h2 span{
	float:right;
	font-weight:normal;
	color:#938B8D;
	font-size:14px;
}
.main_right .search{
	border:1px solid #DCDCDC;
	padding:20px 0;
	margin-bottom:10px;
}
.main_right .search p{
	float:left;
	margin-left:10px;
	height:35px;
	line-height:35px;
}
.main_right .search p input{
	height:35px;
}
.main_right .search p .btn{
	width:85px;
	height:35px;
	border:none;
	background:#1482C7;
	color:#fff;
	vertical-align:top;
}
.main_right .title{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #9B9B9B;
}
.main_right .title a{
	font-weight:bold;
}
.main_right .title span{
	margin:0 12px;
}
.main_right .con_box .other{
	display:none;
}
.main_right .con_box .con{
	padding:15px 0;
	border-bottom:1px solid #9B9B9B;
	position:relative;
}
.main_right .con_box .con .a1{
	margin-right:10px;
	
}
.main_right .con_box .con .a1 img{
	width:150px;
	height:115px;
}
.main_right .con_box .con .d2{
	margin-right:15px;
	width:250px;
}
.main_right .con_box .con .d2 a{
	font-weight:bold;
	font-size:16px;
	color:#000;
	line-height: 30px;
}
.main_right .con_box .con .d2 p{
	margin-top:6px;
	color:#787878;
}
.main_right .con_box .con .d3{
	width:398px;
}
.main_right .con_box .con .d3 p{
	height:30px;
	line-height:30px;
	font-size:15px;
}
.main_right .con_box .con .d3 p span{
	font-weight:bold;

}
.main_right .con_box .con .d3 p i{
	font-weight:bold;
	color:#FD0303;
}
.main_right .con_box .con .d4{
	position:absolute;
	right:2px;
	top:55px;
	width:70px;
	height:26px;
	line-height:26px;
	color:#fff;
	background:#FF0302;
	text-align:center;
	border-radius:5px;
	
}

.page{
	margin-top:20px;
	text-align:center;
}
.page span{
	display:inline-block;
	padding:8px;
	border:1px solid #eee;
}


.main a:hover {
    color: #065BAA!important;
}

.main_right .con_box .con .d4:hover{
	color:#fff!important;
}
a:hover{
	text-decoration:none;
}