﻿body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div {
    border: 0 none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
}

    a:active {
        star: expression(this.onFocus=this.blur());
    }

:focus {
    outline: 0;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
    transition: all 0s ease 0s;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}



body {
    font-size: 13px;
    font-family: "微软雅黑";
    color: #333;
    background: #f3f3f3;
}

/*
table {
    background: #bbb;
}

    table tr {
        background: #fff;
    }
*/

.container {
    padding: 0px 0px;
}

/*********************内页样式***********************/

/******左侧导航******/

.main-left {
    background: url(../images/left-bg.jpg) no-repeat left bottom;
    min-height: 560px;
}


/******右侧样式******/
.main-right {
    margin:0px 10px 0px 10px;
    font-size: 14px;
}

.right-nr {
    padding: 12px 30px;
    font-size: 14px;
    color: #666666;
}

/******单篇文章******/
.view-title {
    text-align: center;
    line-height: 55px;
    color: #333;
    font-size: 22px;
    padding: 20px 0px 5px 0px;
}

    .view-title h1 {
        text-align: center;
        line-height: 55px;
        color: #333;
        font-size: 22px;
        padding: 10px 0px 5px 0px;
    }

.view-info {
    text-align: center;
    color: #999;
}

    .view-info span {
        font-size: 12px;
        font-weight: normal;
        margin: 0px 15px;
    }

.view-cnt {
    padding: 20px 15px 30px 15px;
    line-height: 26px;
    font-size: 14px;
}


    .view-cnt ul li ,.wp_entry ul li{
        list-style-type: disc;
        margin-left: 12px;
        line-height: 28px;
        height: auto;
    }

    .view-cnt ol li ,.wp_entry ol li{
        list-style-type: decimal;
        margin-left: 12px;
        line-height: 28px;
        height: auto;
    }

    .view-cnt a {
        color: #666;
    }

        .view-cnt a:hover {
            color: #024d86;
        }

/******news,down,title样式******/

.data-list li {
    line-height: 36px;
    border-bottom: dashed 1px #dcd9d9;
}

.data-list a {
    color: #333333;
    background: url(../images/dsbj.jpg) no-repeat left center;
    padding-left: 16px;
}

    .data-list a:hover {
        color: #024d86;
        text-decoration: none;
    }

.data-list img {
    vertical-align: middle;
    width: 18px;
}

.data-list-time {
    float:right;
    padding-right:5px;
}

/******pictrue,videolist样式******/

ul.pic-list li {
    float: left;
    padding: 2px 5px;
}

    ul.pic-list li a {
        color: #6e6e70;
    }

    ul.pic-list li div {
        line-height: 24px;
        margin-bottom: 10px;
        text-align: center;
    }

ul.pic-list a img {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}


/******pictrueleft pictrueright样式******/
ul.pic-bothside li {
    padding: 5px;
}

ul.pic-bothside a img {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    margin: 3px 13px 3px 0px;
}

a.pic-a {
    color: #333;
}

span.pic-span {
    color: #999;
}
