/* 全局常用设置 */
* {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

body,
th,
td {
    font-size: 12px;
    font-family: "微软雅黑"
}

html,
body {
    height: 100%;
/*    background: #ebf6ec;*/
}

.bd {
    background: url(images/bk.jpg);
    background-attachment: fixed;
    -moz-background-size:100% 100%; 
     background-size:100% 100%; 
}

ul {
    list-style-type: none;
}


td {
    padding: 0;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden
}


/* 常用链接样式 */
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #ff6700;
}

.row-right-head-right a {
    color: #ff6700;
}

.row-right-head-right a:hover {
    color: black;
}

.wp_article_list .list_item span {
margin-left:0px!important;
}

.wp_article_list .list_item .Article_Index {
background:url(/_upload/tpl/06/f9/1785/template1785/images/news-icon.jpg) no-repeat 50%!important;
margin-top: 5px!important;
}

.wp_article_list .list_item {
  border:0px!important;
}

.photolist {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 840px;
    overflow: hidden;
}

.photolist li {
    float: left;
    display: block;
    background: #f3f3f3;
    margin: 0 6px 12px 6px;
    width: 125px;
}

.photolist li img {
    height: 174px;
    width: 126px;
    display: block;
    background: #fff;
}

.photolist li div {
    width: 126px;
    height: 200px;
    text-align: center;
}

.boxstyle {
    overflow: hidden;
    -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
    border-bottom: 4px solid #ececec;
}

.possplit {
    background-image: url(/_upload/tpl/06/f9/1785/template1785/images/posSplit.gif);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 22px;
    background-position: center;
    width: 10px;
    display: inline-block;
    border: 0px solid red;
}