﻿@charset "utf-8";
@media screen and (max-device-width: 480px) {
    　　img {
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-device-width: 480px) {
}

/*base*/
body {
    background: #ffffff;
    font-family: Arial, Helvetica, Tahoma, sans-serif, "微软雅黑";
    font-color: #333;
    /*-webkit-user-select: none;*/
    /*-webkit-text-size-adjust: none;*/
}

h1,h2,h3,div,li,p {
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-tap-highlight-color: transparent;

}

html,body {
    height: 100%;
}

body,button,input,select,textarea {
    font: 12px/1.125;
}

body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr
{
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
}

fieldset,img {
    border: 0;
}

q:before,q:after {
    content: '';
}

input,textarea {
    outline-style: none;
}

input[type="text"],input[type="password"],textarea {
    outline-style: none;
    -webkit-appearance: none;
}

textarea {
    resize: none
}

address,caption,cite,code,dfn,em,i,th,var {
    font-style: normal;
    font-weight: normal;
}

legend {
    color: #000;
}

abbr,acronym {
    border: 0;
    font-variant: normal;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
    color: #666;
}
.footer_h{
    height: 50px;
}
.footer{
    padding-left:5px;
    background-color:#ccccc;
    bottom: 0;
    height: 50px;
    left: 0;
    font-size:12px;
}
.error {
    color: #ee0000;
}

.left {
    float: left;
}

.right {
    float: right;
}

.block {
    display: block;
}

.black {
    color: #000;
}

img {
    vertical-align: middle;
}

.gray999 {
    color: #999;
}

.gray666 {
    color: #666;
}

.gray333 {
    color: #333;
}

.text_center {
    text-align: center;
}

.red {
    color: #ff6600;
}

.sRed {
    color: #cc0000;
}

.orange {
    color: #ff9933;
}

.marT10 {
    margin-top: 10px;
}

.marR5 {
    margin-right: 5px;
}

.padL10 {
    padding-left: 10px;
}

body .hide {
    display: none;
}

.font_10 {
    font-size: 10px;
}

.font_12 {
    font-size: 12px;
}

.font_14 {
    font-size: 14px;
}

.font_16 {
    font-size: 16px;
}

.font_20 {
    font-size: 20px;
}

.blue {
    color: #2682a0;
}

.q_blue {
    color: #99bfcf
}
/*两种清浮动方法*/
.clear_wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear_wrap {
    display: block;
    _display: inline-block;
}

.green {
    color: #339900;
}
/*头尾*/
.W {
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    font-family: Helvetica, Arial, sans-serif, "微软雅黑";
    word-wrap: break-word;
    word-break: break-all;
    min-width: 320px;
    width: 100%;
}

.W .R {
    padding: 10px 0 20px;
}

.W .R .w_login {
    font-size: small;
    height: 60px;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    background: #f5f5f5;
    position: relative;
    padding: 0 5px;
}

.W .R .w_login .dl {
    position: absolute;
    left: 5px;
    top: 14px;
}

.W .R a {
    color: #99bfcf;
    line-height: 32px;
}

.W .R .w_login .W_btn2 {
    width: 76px;
    color: #fff;
    line-height: 20px;
}

.W .R .w_login .qh_city {
    position: absolute;
    right: 8px;
    top: 14px;
    line-height: 32px;
}

.W .R .w_login .qh_city img {
    margin: 0 5px 0 10px;
    vertical-align: 0;
}

.W .R .r_m {
    font-size: small;
    padding: 20px 10px;
}

.W .R .r_m p span {
    color: #ccc;
    padding: 0 10px;
}

.W .t h1 {
    color: #999999;
    font-size: 12px;
    font-weight: lighter;
    padding-left: 5px;
    margin: 5px 0px;
}

/*查看更多*/
.ck_more {
    padding: 20px 5px 10px;
}

.ck_more .w_more img {
    margin-left: 3px;
    vertical-align: 0;
}

.ck_more .w_more {
    float: left;
    width: 160px;
}

.ck_more .w_top {
    float: right;
}

.ck_more .w_top img {
    margin-right: 3px;
    vertical-align: 0;
}

.list {
    padding: 5px 0px 0;
    background: #ffffff;
}

.list .alist {
    display: block;
    position: relative;
    min-height: 80px;
    padding: 10px 10px 10px 138px;
    border-bottom: 1px solid #ddd;
}

.list .article_list {
    display: block;
    position: relative;
    min-height: 90px;
    padding: 10px 10px 0px 85px;
    border-bottom: 1px solid #ddd;
}

.list .article_list1 {
    display: block;
    position: relative;
    min-height: 90px;
    padding: 10px 10px 0px 152px;
    border-bottom: 1px solid #ddd;
}

.list .plist {
    display: block;
    position: relative;
    min-height: 90px;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #ddd;
}

.list .pic {
    background: #fff;
    padding: 2px;
    position: absolute;
    left: 5px;
    top: 10px;
}

.list a:nth-child(1) {
    border-top: none;
}

.list li {
    font-size: small;
    line-height: 150%;
    min-height: 25px;
    margin-bottom: 3px;
}

.list li a {
    color: #6EA5C9;
}

.list .cn {
    font-size: 14px;
    font-weight: 900;
    line-height:24px;
    height:24px;
    overflow:hidden;
}
.list .cn1 {
    font-size: 12px;
    line-height:18px;
    height:70px;
}
.list .cn_l{
    font-size: 12px;
    line-height:18px;
    height:36px;
    overflow:hidden;
}
.list .cn_l3{
    font-size: 12px;
    line-height:18px;
    height:24px;
    overflow:hidden;
}
.list .cn_l1{
    font-weight: 700;
    font-size: 14px;
    line-height:18px;
    height:18px;
    overflow:hidden;
}
.list .cn_l2{
    font-size: 12px;
    font-weight: 700;
    line-height:16px;
    height:16px;
    overflow:hidden;
}
.listmenu {
    padding: 5px 0px 0;
    background: #f9f9f9;
}

.listmenu a {
    display: block;
    position: relative;
    background-color:;
    min-height: 30px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px;
}

.mesCont {
    box-shadow: 0 3px 5px #CCCCCC inset;
    padding: 10px 10px;
    background: #f9f9f9;
    line-height: 1.5;
    font-size: 16px;
}

.mesCont li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px #CCCCCC;
    margin: 15px 0px;
    padding: 15px;
}

.mesCont li p {
    margin: 10px 0px;
}

.mesCont input.text {
    background: none repeat scroll 0 0 #FFFCF7;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 4px #f2f2f2 inset;
    color: #333333;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 4px;
    vertical-align: 4px;
    width: 200px;
}

.form p {
    padding: 5px 0px;
    line-height: 35px;
}

.form select {
    height: 30px;
}

.codebtn {
    height: 30px;
    width: 80px;
    margin-left: 5px;
    display: inline-block;
    float: right;
    margin-right: 5px;
}

.mesCont label {
    width: 50px;
    float: left;
    text-align: right;
    margin-right: 5px;
    color: #cccccc;
}

.btn {
    border: 1px solid #711004;
    border-radius: 2px;
    padding: 0px 5px;
    height: 28px;
    line-height: 28px;
    margin-top: 6px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a52110),
    color-stop(1, #84170a));
    background-image: -webkit-linear-gradient(#a52110, #84170a);
    background-image: -moz-linear-gradient(#a52110, #84170a);
    background-image: -ms-linear-gradient(#a52110, #84170a);
    background-image: -o-linear-gradient(#a52110, #84170a);
    background-image: linear-gradient(#a52110, #84170a);
    -moz-box-shadow: 0 1px 0px #b43737;
    -webkit-box-shadow: 0 1px 0px #b43737;
    box-shadow: 0 1px 0px #b43737;
}

.btn2 {
    border: 1px solid #ae0001;
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ed0806),
    color-stop(1, #d20100));
    background-image: -webkit-linear-gradient(#ed0806, #d20100);
    background-image: -moz-linear-gradient(#ed0806, #d20100);
    background-image: -ms-linear-gradient(#ed0806, #d20100);
    background-image: -o-linear-gradient(#ed0806, #d20100);
    background-image: linear-gradient(#ed0806, #d20100);
}

.btn2:hover,.btn:hover {
    color: #fff;
    cursor: pointer;
}

.btn3 {
    border: 1px solid #711004;
    border-radius: 2px;
    padding: 5px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a52110),
    color-stop(1, #84170a));
    background-image: -webkit-linear-gradient(#a52110, #84170a);
    background-image: -moz-linear-gradient(#a52110, #84170a);
    background-image: -ms-linear-gradient(#a52110, #84170a);
    background-image: -o-linear-gradient(#a52110, #84170a);
    background-image: linear-gradient(#a52110, #84170a);
    -moz-box-shadow: 0 1px 0px #b43737;
    -webkit-box-shadow: 0 1px 0px #b43737;
    box-shadow: 0 1px 0px #b43737;
    display: block;
    width: 80px;
    text-align: center;
}

.btn3 span {
    color: #FFFFFF;
    margin: 5px;
}

.btn4 {
    border: 1px solid #ae0001;
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 16px;
    color: #CECEFF;
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ed0806),
    color-stop(1, #d20100));
    background-image: -webkit-linear-gradient(#ed0806, #d20100);
    background-image: -moz-linear-gradient(#ed0806, #d20100);
    background-image: -ms-linear-gradient(#ed0806, #d20100);
    background-image: -o-linear-gradient(#ed0806, #d20100);
    background-image: linear-gradient(#ed0806, #d20100);
}

#controller_menu {
    bottom: 0;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99;
    margin-bottom: 10px;
}

#controller_menu a {
    background-color: #39B868;
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 5px #969C9B;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 13px;
    margin-right: 20px;
    padding: 9px 8px;
}

#controller_menu a.btn_change {
    background-color: #F46B30;
    margin-right: 15px;
}

.mi-card-template {
    border-radius: 7px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    height: 157px;
    position: relative;
    width: 265px;
    margin: 0px auto;
}

.mi-card-bizLogo {
    border-radius: 7px;
}

.mi-card-code {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    height: 35px;
    font-weight: 800px;
    opacity: 0.2;
    position: absolute;
    line-height: 30px;
    text-align: right;
    width: 100%;
    z-index: 9;
}

.mi-card-info {
    width: 265px;
    margin: 5px auto;
    color: #ccc;
    font-size: 12px;
}

.pagination { margin: auto; width: auto; text-align: right; margin-top: 0px; }
.pages_x {  }
.pages_x li.prev { margin-right: 15px; }
.pages_x li.next { margin-left: 15px; }
.pages_x li {  display: inline-block; margin: 5px 2px; }

.pages_x li span{ height: 28px; padding: 6px 10px; text-decoration: none; color: #666666; font-weight: bold; background: url(/static/images/pagingBg.png) repeat-x 0 0; border: 1px solid #d5d5d5; font-size: 12px; }
.pages_x li a{ height: 28px; padding: 6px 10px; text-decoration: none; color: #666666; font-weight: bold; background: url(/static/images/pagingBg.png) repeat-x 0 0; border: 1px solid #d5d5d5; font-size: 12px; }
.pages_x li a:hover { background: #2a313d;background: url(/static/images/sideGradient.png) repeat-x; color: #fff; border-color: #424852; }
.pages_x li .active { background: url(/static/images/sideGradient.png) repeat-x; color: #fff; border-color: #424852; }
.pages_x li .active:hover { background: #2a313d; }
