html,
body,
ul,
form,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    list-style: none;
    /* filter: expression(document.execCommand('BackgroundImageCache', false, true)); */
}

a:link {
    color: #666;
    text-decoration: none
}

a:visited {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: none
}

a:active {
    color: #666;
    text-decoration: none
}

p {
    margin-top: 0px;
    margin-bottom: 0px
}

td,
table {
    font-size: 13px;
    color: #666;
    line-height: 160%;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    ;
}

.select {
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #666;
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
    padding: 5px;
}

.input {
    border: 0px;
    font-size: 9pt;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #666;
    border: 1px solid #d4d4d4;
    background-color: #f7f7f7;
}

.search_input {
    font-size: 13px;
    color: #666;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    border: #d4d4d4 1px solid;
    background-color: #ffffff;
    padding: 6px;
}

.bbs_tit {
    color: #333;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 6px 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #ef7836;
}


/*list*/
.photo_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

.img_bor {
    border: 1px solid #ddd;
}

.organ_list {
    padding: 13px 0 13px 0;
    background: url('../../../../images/data/company/img/dash_line.gif') repeat-x left bottom;
}

.or_name {
    vertical-align: top;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #444;
    font-size: 18px;
    padding: 0px 0 0 0;
    line-height: 100%;
    position: relative;
    top: 2px;
}

.or_name a:link,
.or_name a:visited {
    color: #444;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}

span.name_in {
    font-size: 12px;
}

.organ_list_in {
    position: relative;
}

.more_btn {
    position: absolute;
    right: 0;
    bottom: 3px;
    z-index: 99999;
    cursor: pointer
}

/* view */
.bbs_view {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

.bbs_view th.tit {
    font-size: 19px;
    color: #333;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    text-align: left;
    padding: 12px 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #262626;
}

.bbs_view td.con {
    border-bottom: 1px solid #d4d4d4;
    padding: 8px 15px;
}

.bbs_view td.view_detail {
    color: #888;
    border-bottom: 1px solid #d4d4d4;
    padding: 8px 15px;
}

.bbs_view td.view_content {
    padding: 20px 15px;
    border-bottom: 1px solid #d4d4d4;
}

.bbs_view td.tit {
    color: #333;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    background-color: #f9f9f9;
    border-right: 1px solid #d4d4d4;
    padding: 8px 0;
    border-bottom: 1px solid #d4d4d4;
}


.bbs_title {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #333;
    background-color: #f9f9f9;
    border-right: 1px solid #d7d7d7;
    padding: 8px 0 8px 15px;
    text-align: left
}


.tableWrap {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    padding-top: 3px
}

.his_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

.his_table th {
    width: 50px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 23px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 3px;
}

.his_table td {
    line-height: 23px;
    padding-bottom: 3px;
}


.cate_cont ul {
    overflow: hidden;
    clear: both;
}

.cate_cont li {
    float: left;
    width: 160px;
    height: 46px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    margin-right: 3px
}

.cate_cont li a:link,
.cate_cont li a:visited {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 46px;
}

.cate_cont li span {
    display: block;
    background: #ea3323;
    width: 100%;
    line-height: 46px;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}