@charset "utf-8";
/* CSS Document */

/* banner start */
#banner img{width: 100%;display: block;}
/* banner end */

/* 内容区 start */
#main{background: #f4f4f4;}
.service_items{display: block;width: 100%;background: #fff;}
.service_items li{float: left;width: 25%;height: 90px;border-bottom: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;box-sizing: border-box;}
.service_items li:nth-child(4n){border-right: 0}
.service_items a{position: relative;display: block;font-size: 14px;text-align: center;padding: 15px 0;height: 60px;white-space: nowrap;overflow: hidden;}
.service_items a i.hot_tips{position: absolute;top: 5px;left: 50%;margin-left: 10px;font-style: normal;background: #ff3636;color: #fff;font-size: 12px;padding: 0px 4px;border-radius: 3px;-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-o-transform: scale(0.8);transform: scale(0.8);}
.service_items a i.hot_tips:before{content: "热门"}
.service_items a i.hot_tips:after{content: "";font-size: 0;width: 0;height: 0;position: absolute;bottom: -3px;left: 0;border-style: solid;border-color: #ff3636 transparent transparent #ff3636;border-width: 3px;}
/* .service_items a i.hot_tips{position: absolute;top: 5px;left: 50%;margin-left: 10px;background: url(/wap2012/images/index/icon_hot.png) no-repeat;background-size: 100%;width: 29px;height: 18px;} */
.service_items a img{width: 28px;height: 28px;margin-top: 5px;}
.service_items a span{display: block;color: #333;}

.action{background: #fff;;margin-top: 10px;}
.action .act_title{border-bottom: 1px solid #e5e5e5;border-left: 5px solid #0daff0;height: 40px;line-height: 40px;color: #333;font-size: 16px;padding-left: 15px;}
.ul_list_2 > li{width: 50%;float: left;border-bottom: 1px solid #e5e5e5;}
.ul_list_2 .two_row{height: 141px;}
.ul_list_1 > li{width: 100%;float: left;border-bottom: 1px solid #e5e5e5;}
.ul_list_1 > li:last-child{border-bottom: none;}
.ul_list_2 > li a{display: block;height: 70px;position: relative;width: 100%;box-sizing: border-box;}
.ul_list_2 > li:nth-child(2n+1) a{border-right: 1px solid #ccc}
.ul_list_2 > li a div{position: absolute;top: 50%;left: 15px;right: 45px;-webkit-transform: translate(0%, -50%);-mox-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.ul_list_2 > li a div h5{display: block;color: #333;font-size: 14px;max-height: 36px;line-height: 18px;display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ul_list_2 > li a div span{display: block;color: #999;max-height: 32px;line-height: 16px;display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ul_list_2 > li a img{width: 45px;position: absolute;top: 50%;right: 5px;margin-top: -20px;}
.ul_list_2 > li a img.size_xxL{margin-top: -45px;}
.ul_list_2 > li a img.size_xL{width: auto;height: 56px;margin-top: -28px;}
.ul_list_2 > li .ul_list_1 > li a{border-right: 0}
/* 内容区 end */