@charset "utf-8";
/* CSS Document */
body{
    font-family:Arial;
}
.scroller{
    width:100%;
    height: 100%;
    overflow: hidden;
}


.com_list li a{
    display: block;
    position: relative;
    border-bottom:1px solid #ccc;
    border-top:1px solid #fff;
    padding:20px 40px 20px 20px;
    line-height: 22px;
    font-size: 16px;
    background: #eee;
    color: #666;
}
.com_list li a:hover, .com_list li a:active{
     background:#ddd;
    border-top-color:#ccc;
}
.com_list li a:after{
    position: absolute;
    top:50%;
    right:20px;
    width:14px;
    height: 14px;
    margin-top:-8px;
    border:1px solid transparent;
    border-right-color:#999;
    border-bottom-color:#999;
    content: "";
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.com_list li a .txt{
    color: #666;
}
.com_list li a:hover{
    text-decoration: none;
}
.com_list li a:visited{
    color: #666;
}

article{
    max-width: 600px;
    margin: 0 auto;
    padding:10px;
    margin-bottom: 20px;
    background-color: #fff;
}
article .art_tit{
    padding: 3px 0;
}
article .art_tit h1{
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}
article .art_info{
    border-top:1px solid #eee;
    clear: both;
    line-height: 23px;
    color: #999;
    text-align: center;
}
article .art_con{
    padding: 15px 0;
    font-size: 15px;
    line-height: 23px;
}
article .art_con img{
    width:100%;
}
article .art_con p{
    margin-bottom: 20px;
}
article .art_con p.p_img{
    font-size: 12px;
    text-align: center;
    color: #999;
}
article .art_con a{
    color:blue;
    text-decoration: underline;
}
.bg_light_pink,
.bg_dark_pink,
.bg_light_red,
.bg_dark_red,
.bg_light_orange,
.bg_dark_orange,
.bg_light_yellow,
.bg_dark_yellow,
.bg_light_green,
.bg_dark_green,
.bg_light_sky,
.bg_dark_sky,
.bg_light_blue,
.bg_dark_blue,
.bg_light_purple,
.bg_dark_purple,
.bg_light_gray,
.bg_dark_gray,
.bg_white,
.bg_black{
    display: inline-block;
    border-radius: 5px;
    padding: 0 5px;
}

.bg_dark_pink,
.bg_dark_red,
.bg_dark_orange,
.bg_dark_yellow,
.bg_dark_green,
.bg_dark_sky,
.bg_dark_blue,
.bg_dark_purple,
.bg_dark_gray,
.bg_black{
    color:#fff;
}

.light_pink{
    color: #fecad2;
}
.bg_light_pink{
    background-color: #fecad2;
}
.dark_pink{
    color: #f060d3;
}
.bg_dark_pink{
    background-color: #f060d3;
}

.light_red{
    color: #fd6060;
}
.bg_light_red{
    background-color: #fd6060;
}
.dark_red{
    color: #cf0202;
}
.bg_dark_red{
    background-color: #cf0202;
}

.light_orange{
    color: #ffb95f;
}
.bg_light_orange{
    background-color: #ffb95f;
}
.dark_orange{
    color: #e08a1b;
}
.bg_dark_orange{
    background-color: #e08a1b;
}

.light_yellow{
    color: #f6f44d;
}
.bg_light_yellow{
    background-color: #f6f44d;
}
.dark_yellow{
    color: #e3c605;
}
.bg_dark_yellow{
    background-color: #e3c605;
}

.light_green{
    color: #66e848;
}
.bg_light_green{
    background-color: #66e848;
}
.dark_green{
    color: #12b10a;
}
.bg_dark_green{
    background-color: #12b10a;
}

.light_sky{
    color: #3eccf5;
}
.bg_light_sky{
    background-color: #3eccf5;
}
.dark_sky{
    color: #0c9bc4;
}
.bg_dark_sky{
    background-color: #0c9bc4;
}

.light_blue{
    color: #53bcff;
}
.bg_light_blue{
    background-color: #53bcff;
}
.dark_blue{
    color: #0a86d5;
}
.bg_dark_blue{
    background-color: #0a86d5;
}

.light_purple{
    color: #d277fd;
}
.bg_light_purple{
    background-color: #d277fd;
}
.dark_purple{
    color: #8d08cb;
}
.bg_dark_purple{
    background-color: #8d08cb;
}

.light_gray{
    color: #ccc;
}
.bg_light_gray{
    background-color: #ccc;
}
.dark_gray{
    color: #999;
}
.bg_dark_gray{
    background-color: #999;
}

.white{
    color: #fff;
}
.bg_white{
    background-color: #fff;
}
.black{
    color: #000;
}
.bg_black{
    background-color: #000;
}

article table{
    width:100%;
    margin:10px auto;
}
article table thead th{
    text-align:center;
    font-weight:bold;
    background:#ddd;
}
article table tbody th{
    text-align:right;
    font-weight:bold;
    background:#eee;
    text-align:center;
}
article table td,
article table th{
    padding:5px;
    line-height:18px;
    border:1px solid #bbb;
    font-size:13px;
    min-height: 18px;
}
article table .even td,
article table .even th{
    background:#eee;
}
article tbody .even th{
    text-align:center;
    background:#eee;
}

.art_con h1{
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin: 50px 0 20px;
}
.art_con h2{
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 30px 0 20px;
}
.art_con h3{
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin: 20px 0 12px;
}
.art_con h4{
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 10px;
    padding-top: 15px;
    padding-bottom: 5px;
}
.art_con h5{
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.art_con h6{
    font-weight: bold;
    font-size: 14px;
    margin: 12px 0 5px;
    padding-top: 5px;
}

article ul li{
    padding-left: 10px;
    margin-bottom: 5px;
}
article ol{
    margin-left: 10px;

}
article ol li{
    list-style-type: decimal;
    margin-left: 20px;
}
article ul li{
    list-style-type:disc;
    margin-left: 20px;
    padding-left: 0;
}

article blockquote{
    margin: 10px 0;
    padding:10px;
    border-radius:5px;
    border:1px solid #d1d7a0;
    background-color: #f4f9ca;
    font-style: italic;
}


.pop_sort{
    position: fixed;
    width:90%;
    left: 5%;
    border-radius:5px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1000;
}
.pop_sort .p_t{
    border-bottom:1px solid #ccc;
    text-align: center;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
}
.pop_sort .p_c{
    padding:10px;
    overflow: hidden;
    font-size: 14px;
}
.pop_sort .p_c li a{
    display: block;
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
    cursor: pointer;
}
