/* 
    Created on : 2016-1-20
    Author     : Sunny
*/
@charset "utf-8"; /*reset start*/
* {
    margin: 0;
    padding: 0;
    border: none;
}

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
    margin: 0;
    padding: 0;
}

html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6 {
    -webkit-text-size-adjust: none
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif;
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th {
    text-align: left;
    font-weight: normal;
}

html,body,fieldset,img,iframe,abbr {
    border: 0;
}

i,cite,em,var,address,dfn {
    font-style: normal;
}

[hidefocus],summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,h2,h3,h4,h5,h6,small {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

sup,sub {
    font-size: 83%;
}

pre,code,kbd,samp {
    font-family: inherit;
}

q:before,q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,summary {
    cursor: default;
}

a,button {
    cursor: pointer;
}

del,ins,u,s,a,a:hover {
    text-decoration: none;
}

body,textarea,input,button,select,keygen,legend {
    color: #333;
    outline: 0;
}

body * {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.clearfix:after {
    content: ".";
    display: block;
    overflow: hidden;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

input,textarea,select {
    outline: none;
    -webkit-appearance: none;
}

.clearOver {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.divImg {
    width: 17.25rem;
    height: 8.9rem;
    margin: 0.8rem auto 0;
    position: relative;
}

.divImg>img {
    width: 100%;
    word-break: break-all;
}

.div_list {
    color: #FFF;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 5px 2%;
    width: 96%;
    min-height: 0.2rem;
    font-size: 14px;
    bottom: 0;
    left: 0;
    position: absolute;
}

.blue {
    color: #3498db;
}

.box {
    margin: 0 8px 8px;
    background-color: #fff;
}

ul.arrow li, li.arrow {
    background: transparent url(images/ico_arrow.png) center right no-repeat;
    -moz-background-size: 18px 15px;
    -webkit-background-size: 18px 15px;
    -o-background-size: 18px 15px;
    background-size: 18px 15px;
    position: relative;
    border-bottom: 1px solid #eee;
}

ul.piclist li a {
    height: 60px;
    display: block;
    text-decoration: none;
    overflow-y: hidden;
    background-color: transparent;
    background-position: 6px 6px;
    background-size: 57px 57px;
    background-repeat: no-repeat;
}

ul.piclist li a img {
    vertical-align: text-top;
    margin: 6px;
    width: 48px;
    height: 48px;
}

ul.piclist li span.tit {
    position: absolute;
    top: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.box .title {
    font-size: 18px;
    padding: 4px 8px;
    /* color: #666; */
    background-color: #fbfbfb;
    background: -moz-linear-gradient(top, #fff, #f8f8f8);
    /* background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f8f8f8)); */
    /* border-top: 1px solid #eee; */
    border-bottom: 3px solid #eee;
    font-weight: 700;
}

.box .title {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.articles_text table td {
    border: 1px solid #ccc;
}