@CHARSET "UTF-8";
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:before,.clearfix:after{
	display: table;
	content: "";
	clear: both;
	height: 0;
}
.clearfix{
	zoom: 1;
}
.body {
	font-family: '微软雅黑';
}
/* 筛选列表标题 */
.lists_title_wrap {
	width: 100%;
	height: 52px;
	background-color: #f5f5f5;
}

.lists_title_wrap .lists_title {
	width: 1200px;
	height: 52px;
	line-height: 52px;
    margin: 0 auto;
    font-size: 12px;
    box-sizing: border-box;
}

.lists_title_wrap .lists_title a {
	font-size: 16px;
	color: #333;
    font-family: "微软雅黑";
}

.lists_title_wrap .lists_title span{
    margin: 0 2px;
    color: #999;
    font-family: "微软雅黑";
}/* 筛选列表标题 结束*/

/* 城市列表开始 */
.hot_city_wrap {
	width: 100%;
	background: #f5f5f5;
	padding-bottom: 20px;
}

.hot_city_wrap .hot_city {
	width: 1200px;
	margin: 0 auto;
	height: 74px;
}

.hot_city_wrap .hot_city ul li {
	float: left;
	padding: 16px 0 28px 20px;
}

.hot_city_wrap .hot_city ul li:first-child {
	padding-left: 0px;
}
.hot_city_wrap .hot_city ul li:nth-child(2) {
	padding-left: 6px;
}

.hot_city_wrap .hot_city ul li a {
	font-size: 16px;
	color: #666;
	font-family: "微软雅黑";
}

.hot_city_wrap .hot_city ul li:first-child a {
	cursor: default;
	color: #333;
}

.hot_city_wrap .hot_city ul li:nth-child(2) a {
	color: #28a7e1;
}

.hot_city_wrap .city_search {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
	color: #999;
}

.hot_city_wrap .city_search ul li {
	float: left;
	padding-left: 20px;
}

.hot_city_wrap .city_search ul li:first-child {
	padding-top: 10px;
	padding-left: 0px;
	font-size: 16px;
	color: #333;
	font-family: '微软雅黑';
}

.hot_city_wrap .city_search ul li:nth-child(2) select {
	background: url(../images/jms_list_imgs/search_arrow.jpg) no-repeat 85px 12px;
	background-color: #fff;
}

.hot_city_wrap .city_search ul li:nth-child(3) {
	padding-left: 14px;
}

.hot_city_wrap .city_search ul li:nth-child(3) select {
	background: url(../images/jms_list_imgs/search_arrow.jpg) no-repeat 85px 12px;
	background-color: #fff;
	margin-right: 495px;
}

.hot_city_wrap .city_search ul li:nth-child(4) {
	padding-left: 302px;
	padding-top: 10px;
}
.hot_city_wrap .city_search .form-wrap {
	padding-left: 302px;
}
.hot_city_wrap .city_search ul li.search_wrap {
	width: 196px;
	height: 32px;
	margin-left: 14px;
	border-radius: 4px;
	border: 1px solid #a3a3a3;
	background-color: #fff;
}

.hot_city_wrap .city_search ul li.search_wrap input {
	width: 145px;
	height: 32px;
	border-radius: 5px 0 0 5px;
    padding: 0;
	border: 0;
	outline: none;
	float: left;
} 

.hot_city_wrap .city_search ul li.search_wrap .search_btn {
	width:48px;
	height:32px;
	background:#48b1ec;
	font:16px/32px "微软雅黑";
	color: #fff;
	border-radius:0 4px 4px 0;
	display: block;
	float: right;
	text-align: center;
}

/* .hot_city_wrap .city_search ul li.search_wrap .search_btn i {
	width: 17px;
	height: 18px;
	position: absolute;
	left: 7px;
	top: 7px;
	background: url(../images/jms_list_imgs/list_page_search.png) no-repeat;
} */

.hot_city_wrap .city_search ul li select {
	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
    outline: none;
    width: 118px;
    height: 32px;
    font: 12px "微软雅黑";
    color: #999;
    border: 1px solid #a3a3a3;
    padding-left: 12px;
    vertical-align: middle;
    border-radius: 4px;
}

.hot_city_wrap .city_search ul li select select {
	color: #999;
}

.hot_city_wrap .sample_city {
	width: 1200px;
	margin: 38px auto 0;
	height: 58px;
	background: #fff;
	position: relative;
}

.hot_city_wrap .sample_city .sample_city_title {
	/* width: 220px; */
	padding: 0 8px;
	height: 32px;
	line-height: 32px;
	background: -webkit-linear-gradient(left, #ee5552, #fe7c79);
    background: -o-linear-gradient(right,#ee5552, #fe7c79);
    background: -moz-linear-gradient(right,#ee5552, #fe7c79);
    background: linear-gradient(to right,#ee5552, #fe7c79);
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: center;
	color: #fff;
	position: absolute;
	top: 22px;
	left: -14px;
}
.hot_city_wrap .sample_city .sample_city_title:before {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 20px;
    top: 32px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ee5552;
}

.hot_city_wrap .sample_city .sample_city_hint {
	float: right;
	padding-right: 44px;
	padding-top: 30px;
	position: relative;
	font-size: 12px;
	color: #48b1ec;
}
.hot_city_wrap .sample_city .sample_city_hint a {
	color: red;
}
/* .hot_city_wrap .sample_city .sample_city_hint i {
	width: 15px;
	height: 13px;
	position: absolute;
	top: 16px;
	left: -22px;
	background: url(../images/jms_list_imgs/list_page_hint.png) no-repeat;
} */

.hot_city_wrap .city_list_wrap {
	width: 1200px;
	height: 217px;
	margin: 0 auto;
	padding: 0 44px;
	box-sizing: border-box;
	background-color: #fff;
}
.hot_city_wrap .city_list {
	height: 217px;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
}

.hot_city_wrap .city_list_img {
	width: 164px;
	height: 170px;
	float: left;
}

.hot_city_wrap .city_list_img img {
	width: 164px;
	height: 123px;
	margin-top: 48px;
}

.hot_city_wrap .city_list_info {
	width: 948px;
	height: 170px;
	float: left;
	box-sizing: border-box;
	padding-left: 30px;
}
.city_list_info_top {
	padding: 48px  0 18px;
}
.hot_city_wrap .city_list_info .company_title {
	font: 18px "微软雅黑";
	color: #333;
}
.hot_city_wrap .city_list_info .city_list_info_top .address {
	font: 12px "微软雅黑";
	color: #999;
	position: relative;
}
.hot_city_wrap  .city_list_info .city_list_info_top .address i {
	width: 16px;
	height: 19px;
	position: absolute;
	left: -21px;
	top: -2px;
	background: url(../images/jms_list_imgs/location.png) no-repeat;
}
.hot_city_wrap .city_list_info .company_des {
	font: 14px "微软雅黑";
	color: #999;
	width: 730px;
	height: 40px;	
	margin-bottom: 18px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hot_city_wrap .city_list_info ul li {
	float: left;
	font-size: 12px;
	color: #59d5be;
	padding: 2px;
	margin-right: 10px;
	padding-left: 14px;
	position: relative;
}
.hot_city_wrap .city_list_info ul li i {
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0px;
	top: 1px;
	background: url(../images/jms_list_imgs/right.png) no-repeat;
}
.hot_city_wrap  .company_address {
	width: 158px;
}

.hot_city_wrap  .company_address .btn-form {
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: -webkit-linear-gradient(left, #ef5855, #fe7a77);
    background: -o-linear-gradient(right,#ef5855, #fe7a77);
    background: -moz-linear-gradient(right,#ef5855, #fe7a77);
    background: linear-gradient(to right,#ef5855, #fe7a77);
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	margin-left: 18px;
	margin-bottom: 10px;
}

.hot_city_wrap  .company_address .consult {
	width: 138px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #59d5be;
	color: #59d5be;
	margin-left: 18px;
}

.hot_city_wrap  .company_address p {
	font-size: 14px;
	color: #28a7e1;
	padding-left: 18px; 
	position: relative;
}

.hot_city_wrap .account_hint,.hot_city_wrap .account_rel,.hot_city_wrap .account_city {
	width: 1200px;
	height:76px;
	margin: 0 auto;
	border-bottom: 3px solid #f4f7ff;
}

.hot_city_wrap .account_hint .account_hint_title,.hot_city_wrap .account_city .account_city_title {
	width: 128px;
	height: 76px;
	float: left;
	color: #333;
	font: bold 16px "微软雅黑";
	padding-top: 20px;
	box-sizing: border-box;
}

.hot_city_wrap .account_hint .account_hint_con {
	width: 1072px;
	height: 76px;
	float: left;
}

.hot_city_wrap .account_hint .account_hint_con p {
	padding-top: 24px;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
}

.hot_city_wrap .account_hint .account_hint_con p:last-child {
	padding-top: 10px;
} 

.hot_city_wrap .account_rel .account_rel_title {
	width: 128px;
	height: 76px;
	line-height: 76px;
	float: left;
	color: #333;
	font: bold 16px "微软雅黑";
	padding-top: 27px;
	box-sizing: border-box;
}

.hot_city_wrap .account_rel .account_rel_con {
	width: 1072px;
	height: 76px;
	line-height: 76px;
	float: left;
}

.hot_city_wrap .account_rel .account_rel_con ul li{
	float: left;
}

.hot_city_wrap .account_rel .account_rel_con ul li a {
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	margin-right: 23px;
}

.hot_city_wrap .account_rel .account_rel_con ul li:nth-child(1) a {
	color: #28a7e1;
	font-weight: bold;
}

.hot_city_wrap .account_city .account_city_con {
	width: 1072px;
	height: 76px;
	float: left;
}

.hot_city_wrap .account_city .account_city_con ul {
	float: left;
}

.hot_city_wrap .account_city .account_city_con ul li {
	float: left;
}

.hot_city_wrap .account_city .account_city_con ul:first-child li {
	margin-top: 20px;
}

.hot_city_wrap .account_city .account_city_con ul:last-child li {
	margin-top: 10px;
}

.hot_city_wrap .account_city .account_city_con ul li a {
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	margin-right: 23px;
}

/* 分页栏样式开始 */
.pag{
	width: 100%;
	margin-top: 20px;
	background: #fff;
}

.pag ul {
	padding: 20px 0;
	text-align: center;
}

.pag li {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background-color: #fff;
	color: #675F5F;
	border: 1px solid #c4c4c4;
	border-radius: 6px;
}

.pag .upAndDown {
	width: 60px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 6px;
}

.pag li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #675F5F;
}
.pag li.cur {
	background-color: #28a7e1;
	color: #fff;
	border: 0;
}

.pag li a:hover {
	background-color: #28a7e1;
}

.pageNum {
	display: none;
}
/* 分页栏样式结束 */
/*遮罩层样式开始*/
#cover{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 990;
}
/*遮罩层样式结束*/
/* 产品详情页表单 */
#jms-product-form{
    width: 500px;
    height: 522px;
    position: fixed;
    top: 10%;
    display: none;
    z-index: 999;
}
#jms-product-form .title_wrap{
    width: 500px;
    height: 100px;
    background: #28a8e0;
    border-radius: 8px 8px 0 0;
    position: relative;
}
#jms-product-form .title_wrap .title{
    width: 270px;
    height: 60px;
    font-size: 0;
    margin: 0 auto;
}
#jms-product-form .title_wrap .title .line{
    width: 20px;
    height: 1px;
    margin-top: 34.5px;
    background: white;
}
#jms-product-form .title_wrap .title .line_left{
    float: left;
}
#jms-product-form .title_wrap .title .line_right{
    float: right;
}
#jms-product-form .title_wrap .title span{
    font: 18px/70px "微软雅黑";
    color: white;
    margin-left: 12px;
}
#jms-product-form .title_wrap img{
    position: absolute;
    top: 15px;
    right: 20px;
}
/*//////////////////////////////////////////////////*/
#jms-product-form form{
    width: 500px;
    height: 392px;
}
#jms-product-form form ul{
    font-size: 0;
    padding-top: 30px;
    background: white;
}
#jms-product-form form ul li{
    height: 40px;
    position: relative;
    margin-bottom: 15px;
}

#jms-product-form form ul li span{
    font: 14px/40px "微软雅黑";
    color: #222;
    text-align: right;
    margin: 0 10px 0 30px;
    display: inline-block;
    width: 70px;
    height: 40px;
    vertical-align: middle;
}
#formCityMock6_1{
    width: 64px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 110px;
    font: 14px/38px "微软雅黑";
    color: #222;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
#formCityMock6_2{
    width: 64px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 233px;
    font: 14px/38px "微软雅黑";
    color: #222;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
#formCityMock6_3{
    width: 64px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 356px;
    font: 14px/38px "微软雅黑";
    color: #222;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
#jms-product-form form ul li select{
    -webkit-appearance: none;
    outline: none;
    width: 117px;
    height: 40px;
    font: 14px/38px "微软雅黑";
    color: #222;
    border: 1px solid #f4f4f4;
    padding: 0 41px 0 10px;
    vertical-align: middle;
}
#jms-product-form form ul li select:nth-child(5){
    margin: 0 6px;
}

#jms-product-form form ul li input{
    outline: none;
    width: 341px;
    height: 38px;
    font: 14px/38px "微软雅黑";
    color: #222;
    border: 1px solid #f4f4f4;
    padding: 0 10px;
    vertical-align: middle;
}
#jms-product-form form ul li .prompt{
    position: absolute;
    top: 0;
    right: 105px;
    margin: 0;
    padding: 0;
    font: 14px/40px "微软雅黑";
    color: #ff0000;
    text-align: left;
    width: 77px;
}
#jms-product-form form ul li .prompt1{
    right: 145px;
}
#jms-product-form form ul li .contacts_name{
    width: 138px;
}
#jms-product-form form ul li .circle_out{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 285px;
}
#jms-product-form form ul li .circle_out1{
    background: #28a8e0;
}
#jms-product-form form ul li .circle_out2{
    left: 373px;
    background: #989898;
}
#jms-product-form form ul li .circle_inner{
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
}

#jms-product-form form ul .auth-name {
	float: left;
	font-size: 14px;
	line-height: 40px;
	font-family: "微软雅黑";
	color: #222;
	margin: 0 10px 0 45px;
}
#jms-product-form form ul #auth-code {
	width: 255px;
	height: 38px;
	font: 14px/38px "微软雅黑";
	color: #222;
	border: 1px solid #f4f4f4;
    vertical-align: middle;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
	outline: none;
	display: block;
	float: left;
}
#jms-product-form form ul .get-code {
	width: 106px;
	height: 38px;
	border: none;
	vertical-align: middle;
	outline: none;
	background: #26a6ff;
	color: #fff;
	font-family: "微软雅黑";
	cursor: pointer;
	display: block;
	float: left;
}

#jms-product-form form ul .btn_wrap{
    width: 500px;
    height: 80px;
    background: white;
    font: 18px/40px "微软雅黑";
    color: white;
    text-align: center;
}
#jms-product-form form ul li .person{
    height: 28px;
    width: 32px;
    font: 16px/16px "微软雅黑";
    color: #999;
    margin: 0 2px 0 54px;
    padding-top: 12px;
    vertical-align: middle;
}
#jms-product-form form ul .btn{
    width: 284px;
    height: 40px;
    margin: 0 auto;
    background: #28a8e0;
    border-radius: 6px;
}
#province66,#city66,#area66{
    background: 80px 14px no-repeat url("../images/jms_product_details_imgs/join_us_pull_icon.png") ;
}

#jms-product-form .title_p {
    font-size: 14px;
    font-family: "微软雅黑";
    width: 100%;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
    box-sizing: border-box;
    text-align: center;
}

/* 弹出二维码样式开始 */
.quickMark_wrap {
    display: none;
	width: 500px;
	height: 450px;
	position: fixed;
	top: 10%;
    z-index: 999;
}

.quickMark_top {
	width: 500px;
	height: 70px;
	background: #28a7e1;
    border-radius: 8px 8px 0 0;
}
.quickMark_middle{
    padding: 60px 0 32px;
}
.quickMark_bottom{
    padding: 0 0 40px;
}
.quickMark_middle,.quickMark_bottom{
    background: white;
}
.quickMark_top .correct_logo,.correct_logo_text {
	float: left;
}

.quickMark_top .close_logo {
	float: right;
	margin-right: 20px;
	margin-top: 23.5px;
}

.quickMark_top .correct_logo {
	margin-left: 20px;
	margin-top: 13.5px;
}

.quickMark_top .correct_logo_text {
	margin-left: 21px;
}

.quickMark_top .correct_logo_text .p1 {
	font-size: 18px;
	color: #fff;
	margin-top: 16px;
}

.quickMark_top .correct_logo_text .p2 {
	font-size: 14px;
	color: #fff;
	margin-top: 8px;
}

.quickMark_middle .quickMark_logo {
	margin-left: 162px;
}

.quickMark_middle .quickMark_logo img {
	width: 176px;
	height: 176px;
}

.quickMark_middle .details {
	font-size: 16px;
	color: #222;
	margin-top: 14px;
	text-align: center;
}

.quickMark_bottom .button {
	width: 284px;
	height: 40px;
	border-radius: 6px;
	background: #28a7e1;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
}
/* 弹出二维码样式开始 */

.no-data-wrap{
	display: none;
	width: 1200px;
	height: 200px;
	margin: 24px auto 0;
	border-bottom: 1px solid #bfd5e9;
}
.no-data-inner{
	width: 700px;
	height: 200px;
	margin: 0 auto;
}
.no-data{
	float: left;
	margin-right: 30px;
}
.no-data-description{
	float: left;
	width: 329px;
	padding-top: 90px;
	font: 20px/30px "微软雅黑";
	color: #222;
}

/* 新增相关讯息部分开始 */
.relevant-prompt {
	width: 1240px;
	height: 200px;
	margin: 24px auto 0;
	border-bottom: 1px solid #bfd5e9;
}

.relevant-prompt-img {
	float: left;
	margin-left: 135px;
}

.relevant-prompt-description {
	font: 14px/228px "微软雅黑";
	color: #666;
}
/*热门服务*/
.hot_service {
	width: 1200px;
	margin: 0 auto;
}
.hot_title {
	font-size: 22px;
	color: #333;
	font-family: '微软雅黑';
	padding: 46px 0 48px;
}
.hot_service ul li {
	width: 286px;
	height: 150px;
	margin-right: 18px;
	box-sizing: border-box;
	padding: 40px 0 0 30px;
	margin-bottom: 98px;
}
.hot_service ul li.list1 {
	background: url(../images/jms_list_imgs/bg_1.png) no-repeat;
}
.hot_service ul li.list2 {
	background: url(../images/jms_list_imgs/bg_2.png) no-repeat;
}
.hot_service ul li.list3 {
	background: url(../images/jms_list_imgs/bg_3.png) no-repeat;
}
.hot_service ul li.list4 {
	background: url(../images/jms_list_imgs/bg_4.png) no-repeat;
	margin-right: 0;
}
.hot_inner_tit {
	font-size: 18px;
	color: #fff;
	padding-bottom: 10px;
	font-family: '微软雅黑';
}
.hot_inner_des {
	font-size: 14px;
	color: #fff;
	font-family: '微软雅黑';
	padding-bottom: 12px;
}
.hot_inner_btn {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
}
.hot_aq {
	width: 1200px;
	/* height: 205px; */
	box-sizing: border-box;
	background: #fff;
	padding: 23px 40px 23px 30px;
	margin-bottom: 14px;
	display: flex;
}
.hot_aq_left {
	height: 100%;
	/* border-right: 1px solid #e1dfdf; */
	margin: auto;
}
.hot_aq_left p {
	width: 237px;
	font-size: 18px;
	color: #59d5be;
	line-height: 26px;
	/* padding-top: 60px; */
	padding-right: 28px;
}
.hot_aq_right {
	border-left: 1px solid #e1dfdf;
	padding: 30px 0;
}
.hot_aq_right p {
	width: 835px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	/* padding-top: 60px; */
	padding-left: 25px;
}
.hot_service_btn {
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	border-radius: 4px;
	background: -webkit-linear-gradient(left, #ef5855, #fe7a77);
    background: -o-linear-gradient(right,#ef5855, #fe7a77);
    background: -moz-linear-gradient(right,#ef5855, #fe7a77);
    background: linear-gradient(to right,#ef5855, #fe7a77);
    cursor: pointer;
    margin: 56px auto 98px;
} 
.hot_pages {
	width: 1200px;
	margin: 0 auto;
}
.hot_pages_title_wrap {
	margin-bottom: 48px;
}
.hot_pages .hot_pages_title {
	float: left;
	font-size: 22px;
	color: #333;
}
.hot_pages .tab {
	float: right;
}
.hot_pages .tab li {
	float: left;
}
.hot_pages .tab li a {
	font-size: 16px;
	color: #999;
}
.hot_pages .tab li a:hover {
	color: #28a7e1;
}
.hot_pages .tab li.tab_line {
	width: 2px;
	height: 18px;
	background: #999;
	margin: 0 16px;
}
.hot_pages_ad ul li {
	width: 590px;
	height: 246px;
	position: relative;
	margin-bottom: 24px;
}
.hot_pages_ad ul li img {
	display: block;
	width: 100%;
	height: 100%;
}
.hot_pages_ad ul li.list1 {
	margin-right: 20px;
}
.hot_pages_ad_btn {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	background: -webkit-linear-gradient(left, #ef5855, #fe7a77);
    background: -o-linear-gradient(right,#ef5855, #fe7a77);
    background: -moz-linear-gradient(right,#ef5855, #fe7a77);
    background: linear-gradient(to right,#ef5855, #fe7a77);
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.hot_pages_ad_btn a {
	color: #fff;
}
.hot_pages_lists {
	width: 1200px;
	height: 470px;
	box-sizing: border-box;
	padding: 28px 40px 32px 34px;
	background: #fff;
}
.hot_pages_lists_left {
	width: 560px;
	margin-right: 62px;
}
.hot_pages_llt {
	height: 180px;
}
.hot_pages_lltt {
	margin-bottom: 46px;
}
.hot_pages_llt a img{
	display: inline-block;
	width: 320px;
	height: 180px;
	margin-right: 16px;
}
.hot_pages_llt .inner_box_title {
	width: 224px;
	margin-bottom: 18px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    line-height: 24px;
}
.hot_pages_llt .inner_box_title  a {
	font-size: 18px;
	color: #333;
}
.hot_pages_llt .inner_box_des {
	width: 224px;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
}
.hot_pages_lists_right {
	
}
.hot_pages_lrl {
	padding-bottom: 48px;
}
.hot_pages_lrl a span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #999;
	position: absolute;
	left: 0;
	top: 4px;
}
.hot_pages_lrl a {
	font-size: 18px;
	color: #333;
	display: block;
	width: 495px;
	height: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 32px;
    box-sizing: border-box;
    position: relative;
}
.hot_pages_lrl a:hover {
	color: #48b1ec;
}